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,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant on the north side 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": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is a nice place in the south of town and the prices are cheap"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'the lucky star');(_:result,phone,'01223 244277');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the lucky star is 01223 244277 ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e72dba1759-20130325_210629 | [
{
"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",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_: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",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_: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": [],
"speaker": "user",
"text": "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": "in the 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,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "corsica food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving corsica food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about indian food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saint johns chop house is a nice place in the west of town"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian food"
},
{
"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": "doesnt matter"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is a great restaurant"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-b57f8ee22b-20130325_173725 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"corsica"
],
[
"_: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/51d4d1fd"
],
[
"_:search/51d4d1fd",
"food",
"corsica"
],
[
"_:search/51d4d1fd",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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",
"west"
],
[
"_:system",
"canthelp",
"_:search/51d4d1fd"
],
[
"_:search/51d4d1fd",
"food",
"corsica"
],
[
"_:search/51d4d1fd",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_: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/51d4d1fd"
],
[
"_:search/51d4d1fd",
"food",
"corsica"
],
[
"_:search/51d4d1fd",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_: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"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/51d4d1fd"
],
[
"_:search/51d4d1fd",
"food",
"corsica"
],
[
"_:search/51d4d1fd",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_: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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/51d4d1fd"
],
[
"_:search/51d4d1fd",
"food",
"corsica"
],
[
"_:search/51d4d1fd",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/51d4d1fd"
],
[
"_:search/51d4d1fd",
"food",
"corsica"
],
[
"_:search/51d4d1fd",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"prezzo"
],
[
"_: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",
"west"
],
[
"_:system",
"canthelp",
"_:search/51d4d1fd"
],
[
"_:search/51d4d1fd",
"food",
"corsica"
],
[
"_:search/51d4d1fd",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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"
],
[
"_: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,'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": [
"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,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita is a nice place in the west of town and the prices are cheap"
},
{
"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,'la margherita');(_:result,phone,'01223 315232');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of la margherita is 01223 315232 ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-be5b7bf9d9-20130401_155038 | [
{
"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",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"la margherita"
],
[
"_: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",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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
]
}
] |
[
{
"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": "id like an expensive restaurant that serves bat 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,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about modern european"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'gourmet burger kitchen');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "gourmet burger kitchen is in the expensive price range"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could i have their address and phone number please"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'regent street city centre');(_:result,name,'gourmet burger kitchen');(_:result,phone,'01223 312598');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of gourmet burger kitchen is 01223 312598 and it is on Regent Street City Centre ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-88b68a9a41-20130322_222845 | [
{
"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"
],
[
"_:system",
"canthelp",
"_:search/cfe2b012"
],
[
"_:search/cfe2b012",
"food",
"basque"
],
[
"_:search/cfe2b012",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/cfe2b012"
],
[
"_:search/cfe2b012",
"food",
"basque"
],
[
"_:search/cfe2b012",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/cfe2b012"
],
[
"_:search/cfe2b012",
"food",
"basque"
],
[
"_:search/cfe2b012",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"phone",
"01223 312598"
],
[
"_: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,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the north part of town and it should serve"
},
{
"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,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "scandinavian food"
},
{
"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": [
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice is a nice place in the north of town serving tasty indian food"
},
{
"id": 7,
"rdf-acts": [
"deny((_:result,food,'indian');(_:result,type,'Restaurant'))",
"inform((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no not indian scandinavian food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice is a nice place in the north of town serving tasty indian food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "scandinavian food"
},
{
"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": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental type of food"
},
{
"id": 12,
"rdf-acts": [
"confirm((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a asian oriental restaurant right?"
},
{
"id": 13,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 16,
"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": 17,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-10beae627f-20130401_163221 | [
{
"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",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_: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",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:user",
"denied",
"_:result/0dea7f66"
],
[
"_:result/0dea7f66",
"food",
"indian"
],
[
"_:result/0dea7f66",
"type",
"Restaurant"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_: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",
"*"
],
[
"_:user",
"denied",
"_:result/0dea7f66"
],
[
"_:result/0dea7f66",
"food",
"indian"
],
[
"_:result/0dea7f66",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_: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"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/0dea7f66"
],
[
"_:result/0dea7f66",
"food",
"indian"
],
[
"_:result/0dea7f66",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7e1b5039"
],
[
"_:search/7e1b5039",
"food",
"scandinavian"
],
[
"_:search/7e1b5039",
"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",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/0dea7f66"
],
[
"_:result/0dea7f66",
"food",
"indian"
],
[
"_:result/0dea7f66",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7e1b5039"
],
[
"_:search/7e1b5039",
"food",
"scandinavian"
],
[
"_:search/7e1b5039",
"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,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/0dea7f66"
],
[
"_:result/0dea7f66",
"food",
"indian"
],
[
"_:result/0dea7f66",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7e1b5039"
],
[
"_:search/7e1b5039",
"food",
"scandinavian"
],
[
"_:search/7e1b5039",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_: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
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/0dea7f66"
],
[
"_:result/0dea7f66",
"food",
"indian"
],
[
"_:result/0dea7f66",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7e1b5039"
],
[
"_:search/7e1b5039",
"food",
"scandinavian"
],
[
"_:search/7e1b5039",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"address",
"169 high street chesterton chesterton"
],
[
"_:result",
"name",
"saigon city"
],
[
"_: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",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/0dea7f66"
],
[
"_:result/0dea7f66",
"food",
"indian"
],
[
"_:result/0dea7f66",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7e1b5039"
],
[
"_:search/7e1b5039",
"food",
"scandinavian"
],
[
"_:search/7e1b5039",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"address",
"169 high street chesterton chesterton"
],
[
"_: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,
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,'east');(_:search,food,'japanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the east part of town serving japanese food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'japanese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no japanese restaurant in the east of town"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about indian food"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the address and phone number"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-48c12815b3-20130402_052233 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/7f182634"
],
[
"_:search/7f182634",
"area",
"east"
],
[
"_:search/7f182634",
"food",
"japanese"
],
[
"_:search/7f182634",
"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/7f182634"
],
[
"_:search/7f182634",
"area",
"east"
],
[
"_:search/7f182634",
"food",
"japanese"
],
[
"_:search/7f182634",
"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",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/7f182634"
],
[
"_:search/7f182634",
"area",
"east"
],
[
"_:search/7f182634",
"food",
"japanese"
],
[
"_:search/7f182634",
"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",
"phone",
"01223 566388"
],
[
"_: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,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"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,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price"
},
{
"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": [
"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": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "addre"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice is a great restaurant"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "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": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is a nice place in the north of town"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice is a great restaurant"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice 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,'royal spice');(_:result,phone,'01733 553355');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of royal spice is 01733 553355 ."
},
{
"id": 21,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-52d599db9c-20130323_054736 | [
{
"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",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"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"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_: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",
"moderate"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"royal spice"
],
[
"_: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",
"moderate"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_: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",
"moderate"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"golden wok"
],
[
"_: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",
"moderate"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"phone",
"?"
],
[
"_: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
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"?"
],
[
"_: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"?"
],
[
"_: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,
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,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for spanish food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'spanish');(_:result,name,'la raza');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la raza serves spanish food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is their address"
},
{
"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": "what is their 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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-db80a9e6df-20130328_232414 | [
{
"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",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_: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",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_: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,food,'polish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "polish food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'polish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no polish restaurant that matches your request"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive restaurant"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'polish');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no polish restaurant in the expensive price range"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north american food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'north american');(_:result,name,'gourmet burger kitchen');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "gourmet burger kitchen is a great restaurant serving north american food and it 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,'gourmet burger kitchen');(_:result,phone,'01223 312598');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of gourmet burger kitchen is 01223 312598 and its postcode is C.B 2, 1 A.B ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-14f776f781-20130328_115724 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"polish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"polish"
],
[
"_:system",
"canthelp",
"_:search/379ba64b"
],
[
"_:search/379ba64b",
"food",
"polish"
],
[
"_:search/379ba64b",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/379ba64b"
],
[
"_:search/379ba64b",
"food",
"polish"
],
[
"_:search/379ba64b",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/cb3d5fa3"
],
[
"_:search/cb3d5fa3",
"food",
"polish"
],
[
"_:search/cb3d5fa3",
"pricerange",
"expensive"
],
[
"_:search/cb3d5fa3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/379ba64b"
],
[
"_:search/379ba64b",
"food",
"polish"
],
[
"_:search/379ba64b",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/cb3d5fa3"
],
[
"_:search/cb3d5fa3",
"food",
"polish"
],
[
"_:search/cb3d5fa3",
"pricerange",
"expensive"
],
[
"_:search/cb3d5fa3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"north american"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/379ba64b"
],
[
"_:search/379ba64b",
"food",
"polish"
],
[
"_:search/379ba64b",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/cb3d5fa3"
],
[
"_:search/cb3d5fa3",
"food",
"polish"
],
[
"_:search/cb3d5fa3",
"pricerange",
"expensive"
],
[
"_:search/cb3d5fa3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"north american"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"phone",
"01223 312598"
],
[
"_: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": [],
"speaker": "user",
"text": "sil"
},
{
"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,'australasian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like australian asian food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'the golden curry');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the golden curry serves indian food ."
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'australasian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about australian asian"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'australian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no australian restaurant that matches your request"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about indian"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'cocum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cocum serves indian food ."
},
{
"id": 9,
"rdf-acts": [
"confirm((_:result,area,'east');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it in the east part of town"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a nice restaurant in the east of town serving indian food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats their address"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-4c25da9a27-20130327_141034 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"australasian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"the golden curry"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"australasian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"the golden curry"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c6dc1e44"
],
[
"_:search/c6dc1e44",
"food",
"australian"
],
[
"_:search/c6dc1e44",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/c6dc1e44"
],
[
"_:search/c6dc1e44",
"food",
"australian"
],
[
"_:search/c6dc1e44",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"cocum"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"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/c6dc1e44"
],
[
"_:search/c6dc1e44",
"food",
"australian"
],
[
"_:search/c6dc1e44",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/c6dc1e44"
],
[
"_:search/c6dc1e44",
"food",
"australian"
],
[
"_:search/c6dc1e44",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_: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,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c6dc1e44"
],
[
"_:search/c6dc1e44",
"food",
"australian"
],
[
"_:search/c6dc1e44",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_: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,
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,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive restaurant 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"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number address"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-03c2655d43-20130327_200522 | [
{
"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",
"royal standard"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"?"
],
[
"_: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
]
}
] |
[
{
"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,'centre');(_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to find a restaurant in the centre that serves thai food"
},
{
"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,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'shiraz restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shiraz restaurant is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number and address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'shiraz restaurant');(_:result,phone,'01223 307581');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of shiraz restaurant is 01223 307581 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'84 regent street city centre');(_:result,name,'shiraz restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , shiraz restaurant is on 84 Regent Street City Centre"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food is it"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'mediterranean');(_:result,name,'shiraz restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shiraz restaurant serves mediterranean food"
},
{
"id": 11,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'shiraz restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shiraz restaurant is a great restaurant"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'shiraz restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shiraz restaurant is a great restaurant"
},
{
"id": 15,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'shiraz restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shiraz restaurant is a great restaurant"
},
{
"id": 17,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about thai"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'shiraz restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shiraz restaurant is in the centre part of town ."
},
{
"id": 19,
"rdf-acts": [
"affirm()",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "unintelligible yeah what about thai food"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'shiraz restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shiraz restaurant is a nice place in the centre of town"
},
{
"id": 21,
"rdf-acts": [
"confirm((_:result,food,'thai');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "does it serve thai food"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'thai');(_:result,name,'bangkok city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city is a nice restaurant in the centre of town serving thai food"
},
{
"id": 23,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and phone number"
},
{
"id": 24,
"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": 25,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,name,'bangkok city');(_:result,phone,'01223 354382');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of bangkok city is 01223 354382 ."
},
{
"id": 27,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-7e22911804-20130327_202516 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"shiraz restaurant"
],
[
"_: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",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"shiraz restaurant"
],
[
"_:result",
"phone",
"01223 307581"
],
[
"_: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"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 307581"
],
[
"_:result",
"address",
"84 regent street city centre"
],
[
"_:result",
"name",
"shiraz restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 307581"
],
[
"_:result",
"address",
"84 regent street city centre"
],
[
"_:user",
"denied",
"_:result/e34f319c"
],
[
"_:result/e34f319c",
"food",
"mediterranean"
],
[
"_:result/e34f319c",
"name",
"shiraz restaurant"
],
[
"_:result/e34f319c",
"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"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 307581"
],
[
"_:result",
"address",
"84 regent street city centre"
],
[
"_:user",
"denied",
"_:result/e34f319c"
],
[
"_:result/e34f319c",
"food",
"mediterranean"
],
[
"_:result/e34f319c",
"name",
"shiraz restaurant"
],
[
"_:result/e34f319c",
"type",
"Restaurant"
],
[
"_:result",
"name",
"shiraz restaurant"
],
[
"_: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",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 307581"
],
[
"_:result",
"address",
"84 regent street city centre"
],
[
"_:user",
"denied",
"_:result/e34f319c"
],
[
"_:result/e34f319c",
"food",
"mediterranean"
],
[
"_:result/e34f319c",
"name",
"shiraz restaurant"
],
[
"_:result/e34f319c",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/a92ead3a"
],
[
"_:result/a92ead3a",
"name",
"shiraz restaurant"
],
[
"_:result/a92ead3a",
"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",
"centre"
],
[
"_:result",
"phone",
"01223 307581"
],
[
"_:result",
"address",
"84 regent street city centre"
],
[
"_:user",
"denied",
"_:result/e34f319c"
],
[
"_:result/e34f319c",
"food",
"mediterranean"
],
[
"_:result/e34f319c",
"name",
"shiraz restaurant"
],
[
"_:result/e34f319c",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/a92ead3a"
],
[
"_:result/a92ead3a",
"name",
"shiraz restaurant"
],
[
"_:result/a92ead3a",
"type",
"Restaurant"
],
[
"_:result",
"name",
"shiraz restaurant"
],
[
"_:result",
"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",
"area",
"centre"
],
[
"_:result",
"phone",
"01223 307581"
],
[
"_:result",
"address",
"84 regent street city centre"
],
[
"_:user",
"denied",
"_:result/e34f319c"
],
[
"_:result/e34f319c",
"food",
"mediterranean"
],
[
"_:result/e34f319c",
"name",
"shiraz restaurant"
],
[
"_:result/e34f319c",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/a92ead3a"
],
[
"_:result/a92ead3a",
"name",
"shiraz restaurant"
],
[
"_:result/a92ead3a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"shiraz restaurant"
],
[
"_: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,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"phone",
"01223 307581"
],
[
"_:result",
"address",
"84 regent street city centre"
],
[
"_:user",
"denied",
"_:result/e34f319c"
],
[
"_:result/e34f319c",
"food",
"mediterranean"
],
[
"_:result/e34f319c",
"name",
"shiraz restaurant"
],
[
"_:result/e34f319c",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/a92ead3a"
],
[
"_:result/a92ead3a",
"name",
"shiraz restaurant"
],
[
"_:result/a92ead3a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"shiraz restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_: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",
"centre"
],
[
"_:result",
"phone",
"01223 307581"
],
[
"_:result",
"address",
"84 regent street city centre"
],
[
"_:user",
"denied",
"_:result/e34f319c"
],
[
"_:result/e34f319c",
"food",
"mediterranean"
],
[
"_:result/e34f319c",
"name",
"shiraz restaurant"
],
[
"_:result/e34f319c",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/a92ead3a"
],
[
"_:result/a92ead3a",
"name",
"shiraz restaurant"
],
[
"_:result/a92ead3a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok 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
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"phone",
"01223 307581"
],
[
"_:user",
"denied",
"_:result/e34f319c"
],
[
"_:result/e34f319c",
"food",
"mediterranean"
],
[
"_:result/e34f319c",
"name",
"shiraz restaurant"
],
[
"_:result/e34f319c",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/a92ead3a"
],
[
"_:result/a92ead3a",
"name",
"shiraz restaurant"
],
[
"_:result/a92ead3a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"24 green street city centre"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_: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",
"centre"
],
[
"_:user",
"denied",
"_:result/e34f319c"
],
[
"_:result/e34f319c",
"food",
"mediterranean"
],
[
"_:result/e34f319c",
"name",
"shiraz restaurant"
],
[
"_:result/e34f319c",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/a92ead3a"
],
[
"_:result/a92ead3a",
"name",
"shiraz restaurant"
],
[
"_:result/a92ead3a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"address",
"24 green street city centre"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"phone",
"01223 354382"
],
[
"_: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,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the center of town that serves"
},
{
"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": [
"inform((_:result,name,'pizza hut city centre');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at pizza hut city centre is cheap ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'pizza hut city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut city centre is a great restaurant"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'pizza hut city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut city centre is a great restaurant"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the center of town that"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'pizza hut city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut city centre is in the centre part of town ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'romanian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "romanian food"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'romanian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no romanian restaurant in the centre of town"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "modern euorpean"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'modern european');(_:result,name,'darrys cookhouse and wine shop');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "darrys cookhouse and wine shop is a nice restaurant in the centre of town serving modern european food"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,address,'40270 king street city centre');(_:result,name,'darrys cookhouse and wine shop');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , darrys cookhouse and wine shop is on 40270 King Street City Centre"
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-b27a230d2e-20130323_043046 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"*"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:result",
"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",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"romanian"
],
[
"_: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",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7e338f83"
],
[
"_:search/7e338f83",
"area",
"centre"
],
[
"_:search/7e338f83",
"food",
"romanian"
],
[
"_:search/7e338f83",
"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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/7e338f83"
],
[
"_:search/7e338f83",
"area",
"centre"
],
[
"_:search/7e338f83",
"food",
"romanian"
],
[
"_:search/7e338f83",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"darrys cookhouse and wine shop"
],
[
"_: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
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/7e338f83"
],
[
"_:search/7e338f83",
"area",
"centre"
],
[
"_:search/7e338f83",
"food",
"romanian"
],
[
"_:search/7e338f83",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"40270 king street city centre"
],
[
"_:result",
"name",
"darrys cookhouse and wine shop"
],
[
"_: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,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap 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,'german');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "german food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'cocum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cocum is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'cocum');(_:result,phone,'01223 366668');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of cocum is 01223 366668 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'71 castle street city centre');(_:result,name,'cocum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , cocum is on 71 Castle Street City Centre"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-59bc8a2167-20130328_132516 | [
{
"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",
"food",
"german"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"german"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"cocum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"german"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"cocum"
],
[
"_:result",
"phone",
"01223 366668"
],
[
"_: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",
"food",
"german"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 366668"
],
[
"_:result",
"address",
"71 castle street city centre"
],
[
"_:result",
"name",
"cocum"
],
[
"_: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,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the east part of town"
},
{
"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,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": 7,
"rdf-acts": [
"inform((_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want swiss food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no swiss restaurant in the east of town"
},
{
"id": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about chinese food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'chinese');(_:result,name,'yu garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yu garden is a nice restaurant in the east of town serving chinese food"
},
{
"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,'529 newmarket road fen ditton');(_:result,name,'yu garden');(_:result,phone,'01223 248882');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of yu garden is 01223 248882 and it is on 529 Newmarket Road Fen Ditton ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the post code"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'yu garden');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of yu garden is C.B 5, 8 P.A"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e2a895cfe5-20130327_020622 | [
{
"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",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"*"
],
[
"_: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",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"swiss"
],
[
"_: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",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8092af2e"
],
[
"_:search/8092af2e",
"area",
"east"
],
[
"_:search/8092af2e",
"food",
"swiss"
],
[
"_:search/8092af2e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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",
"area",
"east"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/8092af2e"
],
[
"_:search/8092af2e",
"area",
"east"
],
[
"_:search/8092af2e",
"food",
"swiss"
],
[
"_:search/8092af2e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"yu garden"
],
[
"_: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",
"east"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/8092af2e"
],
[
"_:search/8092af2e",
"area",
"east"
],
[
"_:search/8092af2e",
"food",
"swiss"
],
[
"_:search/8092af2e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"529 newmarket road fen ditton"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"phone",
"01223 248882"
],
[
"_: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",
"east"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/8092af2e"
],
[
"_:search/8092af2e",
"area",
"east"
],
[
"_:search/8092af2e",
"food",
"swiss"
],
[
"_:search/8092af2e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"529 newmarket road fen ditton"
],
[
"_:result",
"phone",
"01223 248882"
],
[
"_:result",
"name",
"yu garden"
],
[
"_: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
]
}
] |
[
{
"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": "im looking for a restaurant in the north part of town"
},
{
"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,'saigon city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saigon city is a great restaurant"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'saigon city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saigon city is a great restaurant"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'saigon city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saigon city is a great restaurant"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a restaurant in the north part of town"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'saigon city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saigon city is in the north part of town ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'japanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant that serves japanese food in the north part of town"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'japanese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no japanese restaurant in the north of town"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an indian restaurant in the north part of town"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'the nirala');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala is a nice restaurant in the north of town serving indian food"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,address,'7 milton road chesterton');(_:result,name,'the nirala');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the nirala is on 7 Milton Road Chesterton"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and whats the phone number"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and whats the price range"
},
{
"id": 20,
"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": 21,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-ccc459b689-20130327_002730 | [
{
"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",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"saigon city"
],
[
"_: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"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"japanese"
],
[
"_: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"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1d0ecf80"
],
[
"_:search/1d0ecf80",
"area",
"north"
],
[
"_:search/1d0ecf80",
"food",
"japanese"
],
[
"_:search/1d0ecf80",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_: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/1d0ecf80"
],
[
"_:search/1d0ecf80",
"area",
"north"
],
[
"_:search/1d0ecf80",
"food",
"japanese"
],
[
"_:search/1d0ecf80",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/1d0ecf80"
],
[
"_:search/1d0ecf80",
"area",
"north"
],
[
"_:search/1d0ecf80",
"food",
"japanese"
],
[
"_:search/1d0ecf80",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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/1d0ecf80"
],
[
"_:search/1d0ecf80",
"area",
"north"
],
[
"_:search/1d0ecf80",
"food",
"japanese"
],
[
"_:search/1d0ecf80",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"phone",
"01223 360966"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/1d0ecf80"
],
[
"_:search/1d0ecf80",
"area",
"north"
],
[
"_:search/1d0ecf80",
"food",
"japanese"
],
[
"_:search/1d0ecf80",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"phone",
"01223 360966"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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,
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,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "ostro asian"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'australasian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no australasian restaurant that matches your request"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "indian food"
},
{
"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": "noise any price range"
},
{
"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": [
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is a nice restaurant in the north of town serving indian food"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "adress"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is in the moderate price range"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-90732b027d-20130327_183925 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/0a63b2ab"
],
[
"_:search/0a63b2ab",
"food",
"australasian"
],
[
"_:search/0a63b2ab",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/0a63b2ab"
],
[
"_:search/0a63b2ab",
"food",
"australasian"
],
[
"_:search/0a63b2ab",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/0a63b2ab"
],
[
"_:search/0a63b2ab",
"food",
"australasian"
],
[
"_:search/0a63b2ab",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_: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/0a63b2ab"
],
[
"_:search/0a63b2ab",
"food",
"australasian"
],
[
"_:search/0a63b2ab",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"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/0a63b2ab"
],
[
"_:search/0a63b2ab",
"food",
"australasian"
],
[
"_:search/0a63b2ab",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_: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
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/0a63b2ab"
],
[
"_:search/0a63b2ab",
"food",
"australasian"
],
[
"_:search/0a63b2ab",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"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/0a63b2ab"
],
[
"_:search/0a63b2ab",
"food",
"australasian"
],
[
"_:search/0a63b2ab",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"name",
"meghna"
],
[
"_: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,
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,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant in the"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east part of town"
},
{
"id": 4,
"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 place in the east of town and the prices are cheap"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-cfd5fa34d9-20130402_073021 | [
{
"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",
"dojo noodle bar"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_: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
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_: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
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_: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
]
}
] |
[
{
"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": "a moderately place restaurant"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate price"
},
{
"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,'russian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "russian food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'russian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no russian restaurant in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "chinese food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'lan hong house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house is a great restaurant serving chinese food and it is in the moderate price range"
},
{
"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,'lan hong house');(_:result,phone,'01223 350420');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of lan hong house is 01223 350420 ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-72e50baa85-20130326_052829 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_: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",
"russian"
],
[
"_: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/9fd63544"
],
[
"_:search/9fd63544",
"food",
"russian"
],
[
"_:search/9fd63544",
"pricerange",
"moderate"
],
[
"_:search/9fd63544",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/9fd63544"
],
[
"_:search/9fd63544",
"food",
"russian"
],
[
"_:search/9fd63544",
"pricerange",
"moderate"
],
[
"_:search/9fd63544",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_: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,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/9fd63544"
],
[
"_:search/9fd63544",
"food",
"russian"
],
[
"_:search/9fd63544",
"pricerange",
"moderate"
],
[
"_:search/9fd63544",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_: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,
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,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the south part of town"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yea"
},
{
"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": [
"inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton is a nice place in the south of town"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay i want indian"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is a nice place in the south of town"
},
{
"id": 9,
"rdf-acts": [
"confirm((_:result,food,'indian');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay does it serve indian food"
},
{
"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": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay whats the phone number"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "um thank you good bye"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'the good luck chinese food takeaway');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the good luck chinese food takeaway is a great restaurant"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fce37b0ccb-20130328_143934 | [
{
"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",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"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",
"south"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"food",
"indian"
],
[
"_: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",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_: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",
"south"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"area",
"south"
],
[
"_: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,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"phone",
"01223 244149"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_: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,'centre');(_:search,food,'romanian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the center that serves romanian food"
},
{
"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,'romanian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "romanian food"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"inform((_:search,food,'romanian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "romanian"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"confirm((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it in the center"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay what is the address and phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'15 - 19 trumpington street');(_:result,name,'hotel du vin and bistro');(_:result,phone,'01223 227330');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of hotel du vin and bistro is 01223 227330 and it is on 15 - 19 Trumpington Street ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-7e22911804-20130325_202635 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"romanian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"romanian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_: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",
"centre"
],
[
"_:search",
"food",
"romanian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_:result",
"area",
"centre"
],
[
"_: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"
],
[
"_:search",
"food",
"romanian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_: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",
"centre"
],
[
"_:search",
"food",
"romanian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"15 - 19 trumpington street"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_:result",
"phone",
"01223 227330"
],
[
"_: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,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "the center 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,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "ah what have you got for thai food"
},
{
"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": "it doesnt matter"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'kymmoy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "kymmoy is in the centre part of town ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need thai food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'lan hong house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 9,
"rdf-acts": [
"negate()",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no thai food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'lan hong house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "you know thai thai food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'lan hong house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'lan hong house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'lan hong house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 17,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "what else do you have"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'lan hong house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 19,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'lan hong house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 21,
"rdf-acts": [
"negate()",
"reqalts()",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no well how about thai"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'lan hong house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 23,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'lan hong house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 25,
"rdf-acts": [
"deny((_:result,food,'chinese');(_:result,type,'Restaurant'))",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "not chinese food thai food"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'lan hong house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 27,
"rdf-acts": [
"negate()",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no thai food"
},
{
"id": 28,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'lan hong house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 29,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "tha thai"
},
{
"id": 30,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'panasian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no panasian restaurant in the centre of town"
},
{
"id": 31,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai"
},
{
"id": 32,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'panasian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no panasian restaurant in the centre of town"
},
{
"id": 33,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai"
},
{
"id": 34,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'panasian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no panasian restaurant in the centre of town"
},
{
"id": 35,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai"
},
{
"id": 36,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'thai');(_:result,name,'bangkok city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city is a nice restaurant in the centre of town serving thai food"
},
{
"id": 37,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "alright whats their address"
},
{
"id": 38,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 39,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "their address"
},
{
"id": 40,
"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": 41,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and their phone number"
},
{
"id": 42,
"rdf-acts": [
"inform((_:result,name,'bangkok city');(_:result,phone,'01223 354382');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of bangkok city is 01223 354382 ."
},
{
"id": 43,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the price range"
},
{
"id": 44,
"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": 45,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-b20968d1ea-20130323_112930 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/89bda928"
],
[
"_:result/89bda928",
"area",
"centre"
],
[
"_:result/89bda928",
"food",
"chinese"
],
[
"_:result/89bda928",
"name",
"lan hong house"
],
[
"_:result/89bda928",
"type",
"Restaurant"
],
[
"_: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",
"area",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/89bda928"
],
[
"_:result/89bda928",
"area",
"centre"
],
[
"_:result/89bda928",
"food",
"chinese"
],
[
"_:result/89bda928",
"name",
"lan hong house"
],
[
"_:result/89bda928",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"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",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/89bda928"
],
[
"_:result/89bda928",
"area",
"centre"
],
[
"_:result/89bda928",
"food",
"chinese"
],
[
"_:result/89bda928",
"name",
"lan hong house"
],
[
"_:result/89bda928",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"lan hong 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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/89bda928"
],
[
"_:result/89bda928",
"area",
"centre"
],
[
"_:result/89bda928",
"food",
"chinese"
],
[
"_:result/89bda928",
"name",
"lan hong house"
],
[
"_:result/89bda928",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"lan hong 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
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/89bda928"
],
[
"_:result/89bda928",
"area",
"centre"
],
[
"_:result/89bda928",
"food",
"chinese"
],
[
"_:result/89bda928",
"name",
"lan hong house"
],
[
"_:result/89bda928",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_: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
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/89bda928"
],
[
"_:result/89bda928",
"area",
"centre"
],
[
"_:result/89bda928",
"food",
"chinese"
],
[
"_:result/89bda928",
"name",
"lan hong house"
],
[
"_:result/89bda928",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:user",
"denied",
"_:result/e531be70"
],
[
"_:result/e531be70",
"area",
"centre"
],
[
"_:result/e531be70",
"food",
"chinese"
],
[
"_:result/e531be70",
"name",
"lan hong house"
],
[
"_:result/e531be70",
"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"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/89bda928"
],
[
"_:result/89bda928",
"area",
"centre"
],
[
"_:result/89bda928",
"food",
"chinese"
],
[
"_:result/89bda928",
"name",
"lan hong house"
],
[
"_:result/89bda928",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/e531be70"
],
[
"_:result/e531be70",
"area",
"centre"
],
[
"_:result/e531be70",
"food",
"chinese"
],
[
"_:result/e531be70",
"name",
"lan hong house"
],
[
"_:result/e531be70",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/7d27562c"
],
[
"_:result/7d27562c",
"area",
"centre"
],
[
"_:result/7d27562c",
"food",
"chinese"
],
[
"_:result/7d27562c",
"name",
"lan hong house"
],
[
"_:result/7d27562c",
"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,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/89bda928"
],
[
"_:result/89bda928",
"area",
"centre"
],
[
"_:result/89bda928",
"food",
"chinese"
],
[
"_:result/89bda928",
"name",
"lan hong house"
],
[
"_:result/89bda928",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/e531be70"
],
[
"_:result/e531be70",
"area",
"centre"
],
[
"_:result/e531be70",
"food",
"chinese"
],
[
"_:result/e531be70",
"name",
"lan hong house"
],
[
"_:result/e531be70",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/7d27562c"
],
[
"_:result/7d27562c",
"area",
"centre"
],
[
"_:result/7d27562c",
"food",
"chinese"
],
[
"_:result/7d27562c",
"name",
"lan hong house"
],
[
"_:result/7d27562c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"lan hong 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,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/89bda928"
],
[
"_:result/89bda928",
"area",
"centre"
],
[
"_:result/89bda928",
"food",
"chinese"
],
[
"_:result/89bda928",
"name",
"lan hong house"
],
[
"_:result/89bda928",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/e531be70"
],
[
"_:result/e531be70",
"area",
"centre"
],
[
"_:result/e531be70",
"food",
"chinese"
],
[
"_:result/e531be70",
"name",
"lan hong house"
],
[
"_:result/e531be70",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/7d27562c"
],
[
"_:result/7d27562c",
"area",
"centre"
],
[
"_:result/7d27562c",
"food",
"chinese"
],
[
"_:result/7d27562c",
"name",
"lan hong house"
],
[
"_:result/7d27562c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:user",
"denied",
"_:result/7db68fb9"
],
[
"_:result/7db68fb9",
"food",
"chinese"
],
[
"_:result/7db68fb9",
"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,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/89bda928"
],
[
"_:result/89bda928",
"area",
"centre"
],
[
"_:result/89bda928",
"food",
"chinese"
],
[
"_:result/89bda928",
"name",
"lan hong house"
],
[
"_:result/89bda928",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/e531be70"
],
[
"_:result/e531be70",
"area",
"centre"
],
[
"_:result/e531be70",
"food",
"chinese"
],
[
"_:result/e531be70",
"name",
"lan hong house"
],
[
"_:result/e531be70",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/7d27562c"
],
[
"_:result/7d27562c",
"area",
"centre"
],
[
"_:result/7d27562c",
"food",
"chinese"
],
[
"_:result/7d27562c",
"name",
"lan hong house"
],
[
"_:result/7d27562c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:user",
"denied",
"_:result/7db68fb9"
],
[
"_:result/7db68fb9",
"food",
"chinese"
],
[
"_:result/7db68fb9",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/3403e79a"
],
[
"_:result/3403e79a",
"area",
"centre"
],
[
"_:result/3403e79a",
"food",
"chinese"
],
[
"_:result/3403e79a",
"name",
"lan hong house"
],
[
"_:result/3403e79a",
"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,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/89bda928"
],
[
"_:result/89bda928",
"area",
"centre"
],
[
"_:result/89bda928",
"food",
"chinese"
],
[
"_:result/89bda928",
"name",
"lan hong house"
],
[
"_:result/89bda928",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/e531be70"
],
[
"_:result/e531be70",
"area",
"centre"
],
[
"_:result/e531be70",
"food",
"chinese"
],
[
"_:result/e531be70",
"name",
"lan hong house"
],
[
"_:result/e531be70",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/7d27562c"
],
[
"_:result/7d27562c",
"area",
"centre"
],
[
"_:result/7d27562c",
"food",
"chinese"
],
[
"_:result/7d27562c",
"name",
"lan hong house"
],
[
"_:result/7d27562c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:user",
"denied",
"_:result/7db68fb9"
],
[
"_:result/7db68fb9",
"food",
"chinese"
],
[
"_:result/7db68fb9",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/3403e79a"
],
[
"_:result/3403e79a",
"area",
"centre"
],
[
"_:result/3403e79a",
"food",
"chinese"
],
[
"_:result/3403e79a",
"name",
"lan hong house"
],
[
"_:result/3403e79a",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"lan hong 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,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/89bda928"
],
[
"_:result/89bda928",
"area",
"centre"
],
[
"_:result/89bda928",
"food",
"chinese"
],
[
"_:result/89bda928",
"name",
"lan hong house"
],
[
"_:result/89bda928",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/e531be70"
],
[
"_:result/e531be70",
"area",
"centre"
],
[
"_:result/e531be70",
"food",
"chinese"
],
[
"_:result/e531be70",
"name",
"lan hong house"
],
[
"_:result/e531be70",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/7d27562c"
],
[
"_:result/7d27562c",
"area",
"centre"
],
[
"_:result/7d27562c",
"food",
"chinese"
],
[
"_:result/7d27562c",
"name",
"lan hong house"
],
[
"_:result/7d27562c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:user",
"denied",
"_:result/7db68fb9"
],
[
"_:result/7db68fb9",
"food",
"chinese"
],
[
"_:result/7db68fb9",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/3403e79a"
],
[
"_:result/3403e79a",
"area",
"centre"
],
[
"_:result/3403e79a",
"food",
"chinese"
],
[
"_:result/3403e79a",
"name",
"lan hong house"
],
[
"_:result/3403e79a",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/719b6b82"
],
[
"_:search/719b6b82",
"area",
"centre"
],
[
"_:search/719b6b82",
"food",
"panasian"
],
[
"_:search/719b6b82",
"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,
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",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/89bda928"
],
[
"_:result/89bda928",
"area",
"centre"
],
[
"_:result/89bda928",
"food",
"chinese"
],
[
"_:result/89bda928",
"name",
"lan hong house"
],
[
"_:result/89bda928",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/e531be70"
],
[
"_:result/e531be70",
"area",
"centre"
],
[
"_:result/e531be70",
"food",
"chinese"
],
[
"_:result/e531be70",
"name",
"lan hong house"
],
[
"_:result/e531be70",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/7d27562c"
],
[
"_:result/7d27562c",
"area",
"centre"
],
[
"_:result/7d27562c",
"food",
"chinese"
],
[
"_:result/7d27562c",
"name",
"lan hong house"
],
[
"_:result/7d27562c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:user",
"denied",
"_:result/7db68fb9"
],
[
"_:result/7db68fb9",
"food",
"chinese"
],
[
"_:result/7db68fb9",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/3403e79a"
],
[
"_:result/3403e79a",
"area",
"centre"
],
[
"_:result/3403e79a",
"food",
"chinese"
],
[
"_:result/3403e79a",
"name",
"lan hong house"
],
[
"_:result/3403e79a",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/719b6b82"
],
[
"_:search/719b6b82",
"area",
"centre"
],
[
"_:search/719b6b82",
"food",
"panasian"
],
[
"_:search/719b6b82",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/588fa732"
],
[
"_:search/588fa732",
"area",
"centre"
],
[
"_:search/588fa732",
"food",
"panasian"
],
[
"_:search/588fa732",
"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,
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",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/89bda928"
],
[
"_:result/89bda928",
"area",
"centre"
],
[
"_:result/89bda928",
"food",
"chinese"
],
[
"_:result/89bda928",
"name",
"lan hong house"
],
[
"_:result/89bda928",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/e531be70"
],
[
"_:result/e531be70",
"area",
"centre"
],
[
"_:result/e531be70",
"food",
"chinese"
],
[
"_:result/e531be70",
"name",
"lan hong house"
],
[
"_:result/e531be70",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/7d27562c"
],
[
"_:result/7d27562c",
"area",
"centre"
],
[
"_:result/7d27562c",
"food",
"chinese"
],
[
"_:result/7d27562c",
"name",
"lan hong house"
],
[
"_:result/7d27562c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:user",
"denied",
"_:result/7db68fb9"
],
[
"_:result/7db68fb9",
"food",
"chinese"
],
[
"_:result/7db68fb9",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/3403e79a"
],
[
"_:result/3403e79a",
"area",
"centre"
],
[
"_:result/3403e79a",
"food",
"chinese"
],
[
"_:result/3403e79a",
"name",
"lan hong house"
],
[
"_:result/3403e79a",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/719b6b82"
],
[
"_:search/719b6b82",
"area",
"centre"
],
[
"_:search/719b6b82",
"food",
"panasian"
],
[
"_:search/719b6b82",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/588fa732"
],
[
"_:search/588fa732",
"area",
"centre"
],
[
"_:search/588fa732",
"food",
"panasian"
],
[
"_:search/588fa732",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/443df96f"
],
[
"_:search/443df96f",
"area",
"centre"
],
[
"_:search/443df96f",
"food",
"panasian"
],
[
"_:search/443df96f",
"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,
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",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/89bda928"
],
[
"_:result/89bda928",
"area",
"centre"
],
[
"_:result/89bda928",
"food",
"chinese"
],
[
"_:result/89bda928",
"name",
"lan hong house"
],
[
"_:result/89bda928",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/e531be70"
],
[
"_:result/e531be70",
"area",
"centre"
],
[
"_:result/e531be70",
"food",
"chinese"
],
[
"_:result/e531be70",
"name",
"lan hong house"
],
[
"_:result/e531be70",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/7d27562c"
],
[
"_:result/7d27562c",
"area",
"centre"
],
[
"_:result/7d27562c",
"food",
"chinese"
],
[
"_:result/7d27562c",
"name",
"lan hong house"
],
[
"_:result/7d27562c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:user",
"denied",
"_:result/7db68fb9"
],
[
"_:result/7db68fb9",
"food",
"chinese"
],
[
"_:result/7db68fb9",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/3403e79a"
],
[
"_:result/3403e79a",
"area",
"centre"
],
[
"_:result/3403e79a",
"food",
"chinese"
],
[
"_:result/3403e79a",
"name",
"lan hong house"
],
[
"_:result/3403e79a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/719b6b82"
],
[
"_:search/719b6b82",
"area",
"centre"
],
[
"_:search/719b6b82",
"food",
"panasian"
],
[
"_:search/719b6b82",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/588fa732"
],
[
"_:search/588fa732",
"area",
"centre"
],
[
"_:search/588fa732",
"food",
"panasian"
],
[
"_:search/588fa732",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/443df96f"
],
[
"_:search/443df96f",
"area",
"centre"
],
[
"_:search/443df96f",
"food",
"panasian"
],
[
"_:search/443df96f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok 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,
32,
33,
34,
35,
36,
37
]
},
{
"id": 19,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/89bda928"
],
[
"_:result/89bda928",
"area",
"centre"
],
[
"_:result/89bda928",
"food",
"chinese"
],
[
"_:result/89bda928",
"name",
"lan hong house"
],
[
"_:result/89bda928",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/e531be70"
],
[
"_:result/e531be70",
"area",
"centre"
],
[
"_:result/e531be70",
"food",
"chinese"
],
[
"_:result/e531be70",
"name",
"lan hong house"
],
[
"_:result/e531be70",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/7d27562c"
],
[
"_:result/7d27562c",
"area",
"centre"
],
[
"_:result/7d27562c",
"food",
"chinese"
],
[
"_:result/7d27562c",
"name",
"lan hong house"
],
[
"_:result/7d27562c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:user",
"denied",
"_:result/7db68fb9"
],
[
"_:result/7db68fb9",
"food",
"chinese"
],
[
"_:result/7db68fb9",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/3403e79a"
],
[
"_:result/3403e79a",
"area",
"centre"
],
[
"_:result/3403e79a",
"food",
"chinese"
],
[
"_:result/3403e79a",
"name",
"lan hong house"
],
[
"_:result/3403e79a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/719b6b82"
],
[
"_:search/719b6b82",
"area",
"centre"
],
[
"_:search/719b6b82",
"food",
"panasian"
],
[
"_:search/719b6b82",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/588fa732"
],
[
"_:search/588fa732",
"area",
"centre"
],
[
"_:search/588fa732",
"food",
"panasian"
],
[
"_:search/588fa732",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/443df96f"
],
[
"_:search/443df96f",
"area",
"centre"
],
[
"_:search/443df96f",
"food",
"panasian"
],
[
"_:search/443df96f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39
]
},
{
"id": 20,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/89bda928"
],
[
"_:result/89bda928",
"area",
"centre"
],
[
"_:result/89bda928",
"food",
"chinese"
],
[
"_:result/89bda928",
"name",
"lan hong house"
],
[
"_:result/89bda928",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/e531be70"
],
[
"_:result/e531be70",
"area",
"centre"
],
[
"_:result/e531be70",
"food",
"chinese"
],
[
"_:result/e531be70",
"name",
"lan hong house"
],
[
"_:result/e531be70",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/7d27562c"
],
[
"_:result/7d27562c",
"area",
"centre"
],
[
"_:result/7d27562c",
"food",
"chinese"
],
[
"_:result/7d27562c",
"name",
"lan hong house"
],
[
"_:result/7d27562c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:user",
"denied",
"_:result/7db68fb9"
],
[
"_:result/7db68fb9",
"food",
"chinese"
],
[
"_:result/7db68fb9",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/3403e79a"
],
[
"_:result/3403e79a",
"area",
"centre"
],
[
"_:result/3403e79a",
"food",
"chinese"
],
[
"_:result/3403e79a",
"name",
"lan hong house"
],
[
"_:result/3403e79a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/719b6b82"
],
[
"_:search/719b6b82",
"area",
"centre"
],
[
"_:search/719b6b82",
"food",
"panasian"
],
[
"_:search/719b6b82",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/588fa732"
],
[
"_:search/588fa732",
"area",
"centre"
],
[
"_:search/588fa732",
"food",
"panasian"
],
[
"_:search/588fa732",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/443df96f"
],
[
"_:search/443df96f",
"area",
"centre"
],
[
"_:search/443df96f",
"food",
"panasian"
],
[
"_:search/443df96f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"24 green street city centre"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_: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",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/89bda928"
],
[
"_:result/89bda928",
"area",
"centre"
],
[
"_:result/89bda928",
"food",
"chinese"
],
[
"_:result/89bda928",
"name",
"lan hong house"
],
[
"_:result/89bda928",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/e531be70"
],
[
"_:result/e531be70",
"area",
"centre"
],
[
"_:result/e531be70",
"food",
"chinese"
],
[
"_:result/e531be70",
"name",
"lan hong house"
],
[
"_:result/e531be70",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/7d27562c"
],
[
"_:result/7d27562c",
"area",
"centre"
],
[
"_:result/7d27562c",
"food",
"chinese"
],
[
"_:result/7d27562c",
"name",
"lan hong house"
],
[
"_:result/7d27562c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:user",
"denied",
"_:result/7db68fb9"
],
[
"_:result/7db68fb9",
"food",
"chinese"
],
[
"_:result/7db68fb9",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/3403e79a"
],
[
"_:result/3403e79a",
"area",
"centre"
],
[
"_:result/3403e79a",
"food",
"chinese"
],
[
"_:result/3403e79a",
"name",
"lan hong house"
],
[
"_:result/3403e79a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/719b6b82"
],
[
"_:search/719b6b82",
"area",
"centre"
],
[
"_:search/719b6b82",
"food",
"panasian"
],
[
"_:search/719b6b82",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/588fa732"
],
[
"_:search/588fa732",
"area",
"centre"
],
[
"_:search/588fa732",
"food",
"panasian"
],
[
"_:search/588fa732",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/443df96f"
],
[
"_:search/443df96f",
"area",
"centre"
],
[
"_:search/443df96f",
"food",
"panasian"
],
[
"_:search/443df96f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"24 green street city centre"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"phone",
"01223 354382"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
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",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"denied",
"_:result/89bda928"
],
[
"_:result/89bda928",
"area",
"centre"
],
[
"_:result/89bda928",
"food",
"chinese"
],
[
"_:result/89bda928",
"name",
"lan hong house"
],
[
"_:result/89bda928",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/e531be70"
],
[
"_:result/e531be70",
"area",
"centre"
],
[
"_:result/e531be70",
"food",
"chinese"
],
[
"_:result/e531be70",
"name",
"lan hong house"
],
[
"_:result/e531be70",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/7d27562c"
],
[
"_:result/7d27562c",
"area",
"centre"
],
[
"_:result/7d27562c",
"food",
"chinese"
],
[
"_:result/7d27562c",
"name",
"lan hong house"
],
[
"_:result/7d27562c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:user",
"denied",
"_:result/7db68fb9"
],
[
"_:result/7db68fb9",
"food",
"chinese"
],
[
"_:result/7db68fb9",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/3403e79a"
],
[
"_:result/3403e79a",
"area",
"centre"
],
[
"_:result/3403e79a",
"food",
"chinese"
],
[
"_:result/3403e79a",
"name",
"lan hong house"
],
[
"_:result/3403e79a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/719b6b82"
],
[
"_:search/719b6b82",
"area",
"centre"
],
[
"_:search/719b6b82",
"food",
"panasian"
],
[
"_:search/719b6b82",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/588fa732"
],
[
"_:search/588fa732",
"area",
"centre"
],
[
"_:search/588fa732",
"food",
"panasian"
],
[
"_:search/588fa732",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/443df96f"
],
[
"_:search/443df96f",
"area",
"centre"
],
[
"_:search/443df96f",
"food",
"panasian"
],
[
"_:search/443df96f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"thai"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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,
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": 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": "moderately priced restaurant north part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'the nirala');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala is a nice restaurant in the north of town in the moderate price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address and phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'7 milton road chesterton');(_:result,name,'the nirala');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the nirala is on 7 Milton Road Chesterton"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the nirala');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of the nirala is C.B 4, 1 U.Y"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-43479eb5c2-20130324_003643 | [
{
"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"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"phone",
"01223 360966"
],
[
"_: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",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"phone",
"01223 360966"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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
]
}
] |
[
{
"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,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "french 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,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,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "french food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'french');(_:result,name,'cote');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cote serves french food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive restaurant"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'french');(_:result,name,'cote');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cote serves french food in the expensive price range"
},
{
"id": 11,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'cote');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cote is a great restaurant"
},
{
"id": 13,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'french');(_:result,name,'restaurant two two');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant two two serves french food in the expensive price range"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'restaurant two two');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant two two is a great restaurant"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 18,
"rdf-acts": [
"canthelp((_:search,food,'french');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no other french restaurant in the expensive price range"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'restaurant two two');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant two two phone number"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,food,'french');(_:result,name,'cote');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cote serves french food in the expensive price range"
},
{
"id": 21,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,food,'french');(_:result,name,'restaurant two two');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant two two serves french food in the expensive price range"
},
{
"id": 23,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number"
},
{
"id": 24,
"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": 25,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,name,'restaurant two two');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of restaurant two two is C.B 4, 3 A.X"
},
{
"id": 27,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e99e4f4538-20130327_150414 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"french"
],
[
"_: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",
"french"
],
[
"_: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",
"french"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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",
"*"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"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",
"*"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_: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
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"?"
],
[
"_: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",
"*"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b0856bec"
],
[
"_:search/b0856bec",
"food",
"french"
],
[
"_:search/b0856bec",
"pricerange",
"expensive"
],
[
"_:search/b0856bec",
"type",
"Restaurant"
],
[
"_:search",
"name",
"restaurant two two"
],
[
"_: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",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"canthelp",
"_:search/b0856bec"
],
[
"_:search/b0856bec",
"food",
"french"
],
[
"_:search/b0856bec",
"pricerange",
"expensive"
],
[
"_:search/b0856bec",
"type",
"Restaurant"
],
[
"_:search",
"name",
"restaurant two two"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"cote"
],
[
"_: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,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"canthelp",
"_:search/b0856bec"
],
[
"_:search/b0856bec",
"food",
"french"
],
[
"_:search/b0856bec",
"pricerange",
"expensive"
],
[
"_:search/b0856bec",
"type",
"Restaurant"
],
[
"_:search",
"name",
"restaurant two two"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_: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
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/b0856bec"
],
[
"_:search/b0856bec",
"food",
"french"
],
[
"_:search/b0856bec",
"pricerange",
"expensive"
],
[
"_:search/b0856bec",
"type",
"Restaurant"
],
[
"_:search",
"name",
"restaurant two two"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"phone",
"01223 351880"
],
[
"_: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,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/b0856bec"
],
[
"_:search/b0856bec",
"food",
"french"
],
[
"_:search/b0856bec",
"pricerange",
"expensive"
],
[
"_:search/b0856bec",
"type",
"Restaurant"
],
[
"_:search",
"name",
"restaurant two two"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 351880"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_: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,
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,'halal');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like a moderately priced restaurant that serves halal food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'halal');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving halal food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about gastropub"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'hotel du vin and bistro');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hotel du vin and bistro is in the moderate price range"
},
{
"id": 5,
"rdf-acts": [
"confirm((_:result,food,'gastropub');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "does it serve gastropub"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like a restaurant that serves gastropub food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'gastropub');(_:result,name,'the cow pizza kitchen and bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the cow pizza kitchen and bar serves gastropub food in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is what area is it in"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'the cow pizza kitchen and bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the cow pizza kitchen and bar is a nice place in the centre of town"
},
{
"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,'corn exchange street');(_:result,name,'the cow pizza kitchen and bar');(_:result,phone,'01223 308871');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the cow pizza kitchen and bar is 01223 308871 and it is on Corn Exchange Street ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-03d6592b76-20130326_014855 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"halal"
],
[
"_: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/ee94f1c2"
],
[
"_:search/ee94f1c2",
"food",
"halal"
],
[
"_:search/ee94f1c2",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/ee94f1c2"
],
[
"_:search/ee94f1c2",
"food",
"halal"
],
[
"_:search/ee94f1c2",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"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/ee94f1c2"
],
[
"_:search/ee94f1c2",
"food",
"halal"
],
[
"_:search/ee94f1c2",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/ee94f1c2"
],
[
"_:search/ee94f1c2",
"food",
"halal"
],
[
"_:search/ee94f1c2",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/ee94f1c2"
],
[
"_:search/ee94f1c2",
"food",
"halal"
],
[
"_:search/ee94f1c2",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"the cow pizza kitchen and bar"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/ee94f1c2"
],
[
"_:search/ee94f1c2",
"food",
"halal"
],
[
"_:search/ee94f1c2",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"corn exchange street"
],
[
"_:result",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"phone",
"01223 308871"
],
[
"_: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": [
"affirm()",
"inform((_:search,area,'centre');(_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh yes im looking for a restaurant in the center that serves lebanese food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'lebanese');(_:result,name,'ali baba');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "ali baba is a nice restaurant in the centre of town serving lebanese food"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay can i get their address"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and their phone number"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and whats the price range"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'ali baba');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "ali baba is in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "okay thank you very much and good bye"
},
{
"id": 10,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 11,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "uh no thank you and good bye"
}
] | voip-e8997b10da-20130401_151850 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"ali baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_: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
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"address",
"59 hills road city centre"
],
[
"_:result",
"name",
"ali baba"
],
[
"_:result",
"phone",
"01462 432565"
],
[
"_: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",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"address",
"59 hills road city centre"
],
[
"_:result",
"phone",
"01462 432565"
],
[
"_:result",
"name",
"ali baba"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"address",
"59 hills road city centre"
],
[
"_:result",
"phone",
"01462 432565"
],
[
"_:result",
"name",
"ali baba"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"inquired",
"_:user"
]
],
"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,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap restaurant"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "korean food"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-0f41c16f2f-20130402_005804 | [
{
"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",
"la raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/46afe665"
],
[
"_:search/46afe665",
"food",
"korean"
],
[
"_:search/46afe665",
"pricerange",
"cheap"
],
[
"_:search/46afe665",
"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": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"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,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have greek food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving greek food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "european 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,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"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": "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": [],
"speaker": "user",
"text": "sil"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'european');(_:result,name,'galleria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "galleria serves european food"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'33 bridge street');(_:result,name,'galleria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , galleria is on 33 Bridge Street"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'galleria');(_:result,phone,'01223 362054');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of galleria is 01223 362054 ."
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-7f9c1c8411-20130401_165623 | [
{
"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",
"greek"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/821b5125"
],
[
"_:search/821b5125",
"food",
"greek"
],
[
"_:search/821b5125",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/821b5125"
],
[
"_:search/821b5125",
"food",
"greek"
],
[
"_:search/821b5125",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"*"
],
[
"_: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/821b5125"
],
[
"_:search/821b5125",
"food",
"greek"
],
[
"_:search/821b5125",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"*"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/821b5125"
],
[
"_:search/821b5125",
"food",
"greek"
],
[
"_:search/821b5125",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/821b5125"
],
[
"_:search/821b5125",
"food",
"greek"
],
[
"_:search/821b5125",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"galleria"
],
[
"_: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/821b5125"
],
[
"_:search/821b5125",
"food",
"greek"
],
[
"_:search/821b5125",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"address",
"33 bridge street"
],
[
"_:result",
"name",
"galleria"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/821b5125"
],
[
"_:search/821b5125",
"food",
"greek"
],
[
"_:search/821b5125",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"address",
"33 bridge street"
],
[
"_:result",
"name",
"galleria"
],
[
"_:result",
"phone",
"01223 362054"
],
[
"_: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,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": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'italian');(_:result,name,'frankie and bennys');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "frankie and bennys is a nice restaurant in the south of town serving italian food"
},
{
"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,'frankie and bennys');(_:result,phone,'01223 412430');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of frankie and bennys is 01223 412430 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-2f4c700ae3-20130401_190456 | [
{
"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",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"phone",
"01223 412430"
],
[
"_: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",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 412430"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_: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": "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,'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,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is a nice place in the south 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,'south');(_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is a nice place in the south of town and the prices are cheap"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "number"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry but there is no other restaurant in the cheap price range and the south of town"
},
{
"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,'nandos');(_:result,phone,'01223 327908');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of nandos is 01223 327908 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-72e50baa85-20130327_062822 | [
{
"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",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_: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",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_: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",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_: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",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/afe6b31e"
],
[
"_:search/afe6b31e",
"area",
"south"
],
[
"_:search/afe6b31e",
"pricerange",
"cheap"
],
[
"_:search/afe6b31e",
"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",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/afe6b31e"
],
[
"_:search/afe6b31e",
"area",
"south"
],
[
"_:search/afe6b31e",
"pricerange",
"cheap"
],
[
"_:search/afe6b31e",
"type",
"Restaurant"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_: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,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant in west part of town serving corsica food"
},
{
"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,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "corsica"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving corsica food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving corsica 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,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving corsica food"
},
{
"id": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about thai food"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 12,
"rdf-acts": [
"select((_:result,food,'corsica');(_:result,food,'scottish'))"
],
"speaker": "system",
"text": "Sorry would you like scottish or corsica food?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'india house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "india house is a nice place in the west of town"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is a nice place in the west of town"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address phone number price range"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is in the moderate price range"
},
{
"id": 21,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-bb1fd497eb-20130326_230547 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"corsica"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"corsica"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/2d2a88b3"
],
[
"_:search/2d2a88b3",
"food",
"corsica"
],
[
"_:search/2d2a88b3",
"type",
"Restaurant"
],
[
"_: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",
"west"
],
[
"_:system",
"canthelp",
"_:search/2d2a88b3"
],
[
"_:search/2d2a88b3",
"food",
"corsica"
],
[
"_:search/2d2a88b3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd51f66f"
],
[
"_:search/fd51f66f",
"food",
"corsica"
],
[
"_:search/fd51f66f",
"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",
"west"
],
[
"_:system",
"canthelp",
"_:search/2d2a88b3"
],
[
"_:search/2d2a88b3",
"food",
"corsica"
],
[
"_:search/2d2a88b3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd51f66f"
],
[
"_:search/fd51f66f",
"food",
"corsica"
],
[
"_:search/fd51f66f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/869a8813"
],
[
"_:search/869a8813",
"food",
"corsica"
],
[
"_:search/869a8813",
"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",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/2d2a88b3"
],
[
"_:search/2d2a88b3",
"food",
"corsica"
],
[
"_:search/2d2a88b3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd51f66f"
],
[
"_:search/fd51f66f",
"food",
"corsica"
],
[
"_:search/fd51f66f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/869a8813"
],
[
"_:search/869a8813",
"food",
"corsica"
],
[
"_:search/869a8813",
"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
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/2d2a88b3"
],
[
"_:search/2d2a88b3",
"food",
"corsica"
],
[
"_:search/2d2a88b3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd51f66f"
],
[
"_:search/fd51f66f",
"food",
"corsica"
],
[
"_:search/fd51f66f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/869a8813"
],
[
"_:search/869a8813",
"food",
"corsica"
],
[
"_:search/869a8813",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"corsica"
],
[
"_:result",
"food",
"scottish"
],
[
"_: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",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/2d2a88b3"
],
[
"_:search/2d2a88b3",
"food",
"corsica"
],
[
"_:search/2d2a88b3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd51f66f"
],
[
"_:search/fd51f66f",
"food",
"corsica"
],
[
"_:search/fd51f66f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/869a8813"
],
[
"_:search/869a8813",
"food",
"corsica"
],
[
"_:search/869a8813",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"corsica"
],
[
"_:result",
"food",
"scottish"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"india 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
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/2d2a88b3"
],
[
"_:search/2d2a88b3",
"food",
"corsica"
],
[
"_:search/2d2a88b3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd51f66f"
],
[
"_:search/fd51f66f",
"food",
"corsica"
],
[
"_:search/fd51f66f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/869a8813"
],
[
"_:search/869a8813",
"food",
"corsica"
],
[
"_:search/869a8813",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"corsica"
],
[
"_:result",
"food",
"scottish"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_: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
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/2d2a88b3"
],
[
"_:search/2d2a88b3",
"food",
"corsica"
],
[
"_:search/2d2a88b3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd51f66f"
],
[
"_:search/fd51f66f",
"food",
"corsica"
],
[
"_:search/fd51f66f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/869a8813"
],
[
"_:search/869a8813",
"food",
"corsica"
],
[
"_:search/869a8813",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"corsica"
],
[
"_:result",
"food",
"scottish"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_: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",
"west"
],
[
"_:system",
"canthelp",
"_:search/2d2a88b3"
],
[
"_:search/2d2a88b3",
"food",
"corsica"
],
[
"_:search/2d2a88b3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd51f66f"
],
[
"_:search/fd51f66f",
"food",
"corsica"
],
[
"_:search/fd51f66f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/869a8813"
],
[
"_:search/869a8813",
"food",
"corsica"
],
[
"_:search/869a8813",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"corsica"
],
[
"_:result",
"food",
"scottish"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_: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,
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,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "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 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,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a nice place in the east of town and the prices are moderate"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince is a nice place in the east of town and the prices are moderate"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'curry prince');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of curry prince is C.B 5, 8 J.J"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-90732b027d-20130401_195651 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_: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",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_: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",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"phone",
"01223 566388"
],
[
"_: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",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"phone",
"01223 566388"
],
[
"_:result",
"name",
"curry prince"
],
[
"_: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
]
}
] |
[
{
"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": "looking for a place that serves whole worl"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'world');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving world food"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "what"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'world');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving world food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "is there any serving vietnamese"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'world');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving world food"
},
{
"id": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about vietnamese food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh serves vietnamese food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the addre"
},
{
"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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-be5b7bf9d9-20130401_155552 | [
{
"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"
],
[
"_:system",
"canthelp",
"_:search/8d819db6"
],
[
"_:search/8d819db6",
"food",
"world"
],
[
"_:search/8d819db6",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8d819db6"
],
[
"_:search/8d819db6",
"food",
"world"
],
[
"_:search/8d819db6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3e1d4b32"
],
[
"_:search/3e1d4b32",
"food",
"world"
],
[
"_:search/3e1d4b32",
"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",
"?"
],
[
"_:system",
"canthelp",
"_:search/8d819db6"
],
[
"_:search/8d819db6",
"food",
"world"
],
[
"_:search/8d819db6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3e1d4b32"
],
[
"_:search/3e1d4b32",
"food",
"world"
],
[
"_:search/3e1d4b32",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/491417a1"
],
[
"_:search/491417a1",
"food",
"world"
],
[
"_:search/491417a1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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/8d819db6"
],
[
"_:search/8d819db6",
"food",
"world"
],
[
"_:search/8d819db6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3e1d4b32"
],
[
"_:search/3e1d4b32",
"food",
"world"
],
[
"_:search/3e1d4b32",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/491417a1"
],
[
"_:search/491417a1",
"food",
"world"
],
[
"_:search/491417a1",
"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,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8d819db6"
],
[
"_:search/8d819db6",
"food",
"world"
],
[
"_:search/8d819db6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3e1d4b32"
],
[
"_:search/3e1d4b32",
"food",
"world"
],
[
"_:search/3e1d4b32",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/491417a1"
],
[
"_:search/491417a1",
"food",
"world"
],
[
"_:search/491417a1",
"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,
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,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in any area of town that serves belgium food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'belgian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving belgian food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about korean food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'belgian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving belgian food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "korean food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul serves korean food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and price range"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'108 regent street city centre');(_:result,name,'little seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul is on 108 Regent Street City Centre , and it is in the expensive price range"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "what is the"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul is a great restaurant"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-6dbc3573bc-20130328_191808 | [
{
"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",
"*"
],
[
"_:system",
"canthelp",
"_:search/4b8f5815"
],
[
"_:search/4b8f5815",
"food",
"belgian"
],
[
"_:search/4b8f5815",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/4b8f5815"
],
[
"_:search/4b8f5815",
"food",
"belgian"
],
[
"_:search/4b8f5815",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/943ad2cd"
],
[
"_:search/943ad2cd",
"food",
"belgian"
],
[
"_:search/943ad2cd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_: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/4b8f5815"
],
[
"_:search/4b8f5815",
"food",
"belgian"
],
[
"_:search/4b8f5815",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/943ad2cd"
],
[
"_:search/943ad2cd",
"food",
"belgian"
],
[
"_:search/943ad2cd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/4b8f5815"
],
[
"_:search/4b8f5815",
"food",
"belgian"
],
[
"_:search/4b8f5815",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/943ad2cd"
],
[
"_:search/943ad2cd",
"food",
"belgian"
],
[
"_:search/943ad2cd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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",
"*"
],
[
"_:system",
"canthelp",
"_:search/4b8f5815"
],
[
"_:search/4b8f5815",
"food",
"belgian"
],
[
"_:search/4b8f5815",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/943ad2cd"
],
[
"_:search/943ad2cd",
"food",
"belgian"
],
[
"_:search/943ad2cd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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
]
}
] |
[
{
"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,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai 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": "any"
},
{
"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,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant serving any kind of food right?"
},
{
"id": 9,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"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,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'wagamama');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "wagamama is in the expensive price range"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'bedouin');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bedouin is in the expensive price range"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive restaurant thai food"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'wagamama');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "wagamama is in the expensive price range"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'wagamama');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of wagamama is C.B 2, 3 A.R"
},
{
"id": 21,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-b57f8ee22b-20130325_185315 | [
{
"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",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"thai"
],
[
"_: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",
"*"
],
[
"_: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",
"*"
],
[
"_: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",
"area",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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",
"expensive"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"wagamama"
],
[
"_: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
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"36 saint andrews street"
],
[
"_:result",
"name",
"wagamama"
],
[
"_: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"36 saint andrews street"
],
[
"_:result",
"name",
"wagamama"
],
[
"_: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,
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,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a moderate 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": "doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant serving any kind of food right?"
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant in the moderate price range right?"
},
{
"id": 7,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "right"
},
{
"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,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-52eb280e7b-20130325_125355 | [
{
"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"
]
],
"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"
]
],
"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",
"name",
"saint johns chop house"
],
[
"_: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",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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,'caribbean');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay looking for a cheap restaurant serving caribbean food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'the gandhi');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gandhi is in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"confirm((_:result,food,'caribbean');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "does it serve caribbean food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'the gandhi');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gandhi serves indian food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'caribbean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about caribbean food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'caribbean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving caribbean food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about indian food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the gandhi');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gandhi is in the cheap price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'72 regent street city centre');(_:result,name,'the gandhi');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the gandhi is on 72 Regent Street City Centre"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-3b3edac94d-20130324_211737 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"caribbean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"caribbean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"the gandhi"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"caribbean"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"the gandhi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"caribbean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"the gandhi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/240f1037"
],
[
"_:search/240f1037",
"food",
"caribbean"
],
[
"_:search/240f1037",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"indian"
],
[
"_:system",
"canthelp",
"_:search/240f1037"
],
[
"_:search/240f1037",
"food",
"caribbean"
],
[
"_:search/240f1037",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"the gandhi"
],
[
"_: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"
],
[
"_:result",
"food",
"indian"
],
[
"_:system",
"canthelp",
"_:search/240f1037"
],
[
"_:search/240f1037",
"food",
"caribbean"
],
[
"_:search/240f1037",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"72 regent street city centre"
],
[
"_:result",
"name",
"the gandhi"
],
[
"_: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,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "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": "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": "any type"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "alright give me the 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": "alright whats the phone number"
},
{
"id": 10,
"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": 11,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number"
},
{
"id": 16,
"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": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-b20968d1ea-20130323_112130 | [
{
"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",
"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",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"phone",
"?"
],
[
"_: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,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_: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
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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,
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": "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,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "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,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced"
},
{
"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,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced food in the north part of town"
},
{
"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 place in the north of town and the prices are moderate"
},
{
"id": 9,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is their phone number"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-db80a9e6df-20130328_231959 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_: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",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_: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"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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,
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,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want 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": "it doesnt matter"
},
{
"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": "what is the phone number"
},
{
"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": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the post code"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the good luck chinese food takeaway');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of the good luck chinese food takeaway is C.B 1, 7 A.G"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-318851c80b-20130328_214609 | [
{
"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"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 244149"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_: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,food,'danish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like a restaurant in the west part of town that serves danish"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'danish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no danish restaurant in the west of town"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "could i have a restaurant that serves thai food"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could i have the address phone number and price range please"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the price range please"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-88b68a9a41-20130324_002132 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"danish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/2a4d9613"
],
[
"_:search/2a4d9613",
"area",
"west"
],
[
"_:search/2a4d9613",
"food",
"danish"
],
[
"_:search/2a4d9613",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/2a4d9613"
],
[
"_:search/2a4d9613",
"area",
"west"
],
[
"_:search/2a4d9613",
"food",
"danish"
],
[
"_:search/2a4d9613",
"type",
"Restaurant"
],
[
"_: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
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/2a4d9613"
],
[
"_:search/2a4d9613",
"area",
"west"
],
[
"_:search/2a4d9613",
"food",
"danish"
],
[
"_:search/2a4d9613",
"type",
"Restaurant"
],
[
"_: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
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/2a4d9613"
],
[
"_:search/2a4d9613",
"area",
"west"
],
[
"_:search/2a4d9613",
"food",
"danish"
],
[
"_:search/2a4d9613",
"type",
"Restaurant"
],
[
"_: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
]
}
] |
[
{
"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,'belgian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for belgian food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'belgian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving belgian food"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about modern european"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'belgian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving belgian food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for modern european food"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a modern european restaurant right?"
},
{
"id": 7,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "right"
},
{
"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": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any area"
},
{
"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": "i dont care"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'modern european');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant alimentum serves modern european food"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-f32f2cfdae-20130327_013132 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"belgian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/3d281e68"
],
[
"_:search/3d281e68",
"food",
"belgian"
],
[
"_:search/3d281e68",
"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/3d281e68"
],
[
"_:search/3d281e68",
"food",
"belgian"
],
[
"_:search/3d281e68",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/070744e2"
],
[
"_:search/070744e2",
"food",
"belgian"
],
[
"_:search/070744e2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/3d281e68"
],
[
"_:search/3d281e68",
"food",
"belgian"
],
[
"_:search/3d281e68",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/070744e2"
],
[
"_:search/070744e2",
"food",
"belgian"
],
[
"_:search/070744e2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_: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/3d281e68"
],
[
"_:search/3d281e68",
"food",
"belgian"
],
[
"_:search/3d281e68",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/070744e2"
],
[
"_:search/070744e2",
"food",
"belgian"
],
[
"_:search/070744e2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_: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/3d281e68"
],
[
"_:search/3d281e68",
"food",
"belgian"
],
[
"_:search/3d281e68",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/070744e2"
],
[
"_:search/070744e2",
"food",
"belgian"
],
[
"_:search/070744e2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"area",
"*"
],
[
"_: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/3d281e68"
],
[
"_:search/3d281e68",
"food",
"belgian"
],
[
"_:search/3d281e68",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/070744e2"
],
[
"_:search/070744e2",
"food",
"belgian"
],
[
"_:search/070744e2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_: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/3d281e68"
],
[
"_:search/3d281e68",
"food",
"belgian"
],
[
"_:search/3d281e68",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/070744e2"
],
[
"_:search/070744e2",
"food",
"belgian"
],
[
"_:search/070744e2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_: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,
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": [
"affirm()",
"inform((_:search,area,*);(_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes can i have can i get swedish food in any area"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving swedish food"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get swedish food"
},
{
"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": [
"inform((_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "swedish food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving swedish food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north american food"
},
{
"id": 8,
"rdf-acts": [
"select((_:result,area,*);(_:result,area,'north'))"
],
"speaker": "system",
"text": "Sorry would you like the north of town or you dont care"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north american food"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no north american restaurant in the north of town"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north american"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no north american restaurant in the north of town"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "swedish food"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no north american restaurant in the north of town"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "swedish food"
},
{
"id": 16,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no north american restaurant in the north of town"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get swedish food"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 20,
"rdf-acts": [
"canthelp((_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving swedish food"
},
{
"id": 21,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north american"
},
{
"id": 22,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no north american restaurant in the north of town"
},
{
"id": 23,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "american"
},
{
"id": 24,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no north american restaurant in the north of town"
},
{
"id": 25,
"rdf-acts": [
"inform((_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "swedish food"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'the nirala');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala is a nice place in the north of town"
},
{
"id": 27,
"rdf-acts": [],
"speaker": "user",
"text": "can i get american food"
},
{
"id": 28,
"rdf-acts": [
"inform((_:result,name,'the nirala');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala is a great restaurant"
},
{
"id": 29,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the address"
},
{
"id": 30,
"rdf-acts": [
"inform((_:result,address,'7 milton road chesterton');(_:result,name,'the nirala');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the nirala is on 7 Milton Road Chesterton"
},
{
"id": 31,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the phone number"
},
{
"id": 32,
"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": 33,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the price range"
},
{
"id": 34,
"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": 35,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-7f9c1c8411-20130328_195010 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"swedish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/d865d2a9"
],
[
"_:search/d865d2a9",
"food",
"swedish"
],
[
"_:search/d865d2a9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"swedish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/d865d2a9"
],
[
"_:search/d865d2a9",
"food",
"swedish"
],
[
"_:search/d865d2a9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"swedish"
],
[
"_: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/d865d2a9"
],
[
"_:search/d865d2a9",
"food",
"swedish"
],
[
"_:search/d865d2a9",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d76224e1"
],
[
"_:search/d76224e1",
"food",
"swedish"
],
[
"_:search/d76224e1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_: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/d865d2a9"
],
[
"_:search/d865d2a9",
"food",
"swedish"
],
[
"_:search/d865d2a9",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d76224e1"
],
[
"_:search/d76224e1",
"food",
"swedish"
],
[
"_:search/d76224e1",
"type",
"Restaurant"
],
[
"_:result",
"area",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"food",
"north american"
],
[
"_: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/d865d2a9"
],
[
"_:search/d865d2a9",
"food",
"swedish"
],
[
"_:search/d865d2a9",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d76224e1"
],
[
"_:search/d76224e1",
"food",
"swedish"
],
[
"_:search/d76224e1",
"type",
"Restaurant"
],
[
"_:result",
"area",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/254797f1"
],
[
"_:search/254797f1",
"area",
"north"
],
[
"_:search/254797f1",
"food",
"north american"
],
[
"_:search/254797f1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_: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/d865d2a9"
],
[
"_:search/d865d2a9",
"food",
"swedish"
],
[
"_:search/d865d2a9",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d76224e1"
],
[
"_:search/d76224e1",
"food",
"swedish"
],
[
"_:search/d76224e1",
"type",
"Restaurant"
],
[
"_:result",
"area",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/254797f1"
],
[
"_:search/254797f1",
"area",
"north"
],
[
"_:search/254797f1",
"food",
"north american"
],
[
"_:search/254797f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5fdb6851"
],
[
"_:search/5fdb6851",
"area",
"north"
],
[
"_:search/5fdb6851",
"food",
"north american"
],
[
"_:search/5fdb6851",
"type",
"Restaurant"
],
[
"_:search",
"food",
"swedish"
],
[
"_: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/d865d2a9"
],
[
"_:search/d865d2a9",
"food",
"swedish"
],
[
"_:search/d865d2a9",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d76224e1"
],
[
"_:search/d76224e1",
"food",
"swedish"
],
[
"_:search/d76224e1",
"type",
"Restaurant"
],
[
"_:result",
"area",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/254797f1"
],
[
"_:search/254797f1",
"area",
"north"
],
[
"_:search/254797f1",
"food",
"north american"
],
[
"_:search/254797f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5fdb6851"
],
[
"_:search/5fdb6851",
"area",
"north"
],
[
"_:search/5fdb6851",
"food",
"north american"
],
[
"_:search/5fdb6851",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4a9d083"
],
[
"_:search/d4a9d083",
"area",
"north"
],
[
"_:search/d4a9d083",
"food",
"north american"
],
[
"_:search/d4a9d083",
"type",
"Restaurant"
],
[
"_:search",
"food",
"swedish"
],
[
"_: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/d865d2a9"
],
[
"_:search/d865d2a9",
"food",
"swedish"
],
[
"_:search/d865d2a9",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d76224e1"
],
[
"_:search/d76224e1",
"food",
"swedish"
],
[
"_:search/d76224e1",
"type",
"Restaurant"
],
[
"_:result",
"area",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/254797f1"
],
[
"_:search/254797f1",
"area",
"north"
],
[
"_:search/254797f1",
"food",
"north american"
],
[
"_:search/254797f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5fdb6851"
],
[
"_:search/5fdb6851",
"area",
"north"
],
[
"_:search/5fdb6851",
"food",
"north american"
],
[
"_:search/5fdb6851",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4a9d083"
],
[
"_:search/d4a9d083",
"area",
"north"
],
[
"_:search/d4a9d083",
"food",
"north american"
],
[
"_:search/d4a9d083",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/10a8b090"
],
[
"_:search/10a8b090",
"area",
"north"
],
[
"_:search/10a8b090",
"food",
"north american"
],
[
"_:search/10a8b090",
"type",
"Restaurant"
],
[
"_:search",
"food",
"swedish"
],
[
"_: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",
"*"
],
[
"_:system",
"canthelp",
"_:search/d865d2a9"
],
[
"_:search/d865d2a9",
"food",
"swedish"
],
[
"_:search/d865d2a9",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d76224e1"
],
[
"_:search/d76224e1",
"food",
"swedish"
],
[
"_:search/d76224e1",
"type",
"Restaurant"
],
[
"_:result",
"area",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/254797f1"
],
[
"_:search/254797f1",
"area",
"north"
],
[
"_:search/254797f1",
"food",
"north american"
],
[
"_:search/254797f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5fdb6851"
],
[
"_:search/5fdb6851",
"area",
"north"
],
[
"_:search/5fdb6851",
"food",
"north american"
],
[
"_:search/5fdb6851",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4a9d083"
],
[
"_:search/d4a9d083",
"area",
"north"
],
[
"_:search/d4a9d083",
"food",
"north american"
],
[
"_:search/d4a9d083",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/10a8b090"
],
[
"_:search/10a8b090",
"area",
"north"
],
[
"_:search/10a8b090",
"food",
"north american"
],
[
"_:search/10a8b090",
"type",
"Restaurant"
],
[
"_:search",
"food",
"swedish"
],
[
"_: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",
"*"
],
[
"_:system",
"canthelp",
"_:search/d865d2a9"
],
[
"_:search/d865d2a9",
"food",
"swedish"
],
[
"_:search/d865d2a9",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d76224e1"
],
[
"_:search/d76224e1",
"food",
"swedish"
],
[
"_:search/d76224e1",
"type",
"Restaurant"
],
[
"_:result",
"area",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/254797f1"
],
[
"_:search/254797f1",
"area",
"north"
],
[
"_:search/254797f1",
"food",
"north american"
],
[
"_:search/254797f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5fdb6851"
],
[
"_:search/5fdb6851",
"area",
"north"
],
[
"_:search/5fdb6851",
"food",
"north american"
],
[
"_:search/5fdb6851",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4a9d083"
],
[
"_:search/d4a9d083",
"area",
"north"
],
[
"_:search/d4a9d083",
"food",
"north american"
],
[
"_:search/d4a9d083",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/10a8b090"
],
[
"_:search/10a8b090",
"area",
"north"
],
[
"_:search/10a8b090",
"food",
"north american"
],
[
"_:search/10a8b090",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/cf09c049"
],
[
"_:search/cf09c049",
"food",
"swedish"
],
[
"_:search/cf09c049",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_: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",
"*"
],
[
"_:system",
"canthelp",
"_:search/d865d2a9"
],
[
"_:search/d865d2a9",
"food",
"swedish"
],
[
"_:search/d865d2a9",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d76224e1"
],
[
"_:search/d76224e1",
"food",
"swedish"
],
[
"_:search/d76224e1",
"type",
"Restaurant"
],
[
"_:result",
"area",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/254797f1"
],
[
"_:search/254797f1",
"area",
"north"
],
[
"_:search/254797f1",
"food",
"north american"
],
[
"_:search/254797f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5fdb6851"
],
[
"_:search/5fdb6851",
"area",
"north"
],
[
"_:search/5fdb6851",
"food",
"north american"
],
[
"_:search/5fdb6851",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4a9d083"
],
[
"_:search/d4a9d083",
"area",
"north"
],
[
"_:search/d4a9d083",
"food",
"north american"
],
[
"_:search/d4a9d083",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/10a8b090"
],
[
"_:search/10a8b090",
"area",
"north"
],
[
"_:search/10a8b090",
"food",
"north american"
],
[
"_:search/10a8b090",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/cf09c049"
],
[
"_:search/cf09c049",
"food",
"swedish"
],
[
"_:search/cf09c049",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c2cefb87"
],
[
"_:search/c2cefb87",
"area",
"north"
],
[
"_:search/c2cefb87",
"food",
"north american"
],
[
"_:search/c2cefb87",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_: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",
"*"
],
[
"_:system",
"canthelp",
"_:search/d865d2a9"
],
[
"_:search/d865d2a9",
"food",
"swedish"
],
[
"_:search/d865d2a9",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d76224e1"
],
[
"_:search/d76224e1",
"food",
"swedish"
],
[
"_:search/d76224e1",
"type",
"Restaurant"
],
[
"_:result",
"area",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/254797f1"
],
[
"_:search/254797f1",
"area",
"north"
],
[
"_:search/254797f1",
"food",
"north american"
],
[
"_:search/254797f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5fdb6851"
],
[
"_:search/5fdb6851",
"area",
"north"
],
[
"_:search/5fdb6851",
"food",
"north american"
],
[
"_:search/5fdb6851",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4a9d083"
],
[
"_:search/d4a9d083",
"area",
"north"
],
[
"_:search/d4a9d083",
"food",
"north american"
],
[
"_:search/d4a9d083",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/10a8b090"
],
[
"_:search/10a8b090",
"area",
"north"
],
[
"_:search/10a8b090",
"food",
"north american"
],
[
"_:search/10a8b090",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/cf09c049"
],
[
"_:search/cf09c049",
"food",
"swedish"
],
[
"_:search/cf09c049",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c2cefb87"
],
[
"_:search/c2cefb87",
"area",
"north"
],
[
"_:search/c2cefb87",
"food",
"north american"
],
[
"_:search/c2cefb87",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/250ed567"
],
[
"_:search/250ed567",
"area",
"north"
],
[
"_:search/250ed567",
"food",
"north american"
],
[
"_:search/250ed567",
"type",
"Restaurant"
],
[
"_:search",
"food",
"swedish"
],
[
"_: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",
"*"
],
[
"_:system",
"canthelp",
"_:search/d865d2a9"
],
[
"_:search/d865d2a9",
"food",
"swedish"
],
[
"_:search/d865d2a9",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d76224e1"
],
[
"_:search/d76224e1",
"food",
"swedish"
],
[
"_:search/d76224e1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/254797f1"
],
[
"_:search/254797f1",
"area",
"north"
],
[
"_:search/254797f1",
"food",
"north american"
],
[
"_:search/254797f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5fdb6851"
],
[
"_:search/5fdb6851",
"area",
"north"
],
[
"_:search/5fdb6851",
"food",
"north american"
],
[
"_:search/5fdb6851",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4a9d083"
],
[
"_:search/d4a9d083",
"area",
"north"
],
[
"_:search/d4a9d083",
"food",
"north american"
],
[
"_:search/d4a9d083",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/10a8b090"
],
[
"_:search/10a8b090",
"area",
"north"
],
[
"_:search/10a8b090",
"food",
"north american"
],
[
"_:search/10a8b090",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/cf09c049"
],
[
"_:search/cf09c049",
"food",
"swedish"
],
[
"_:search/cf09c049",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c2cefb87"
],
[
"_:search/c2cefb87",
"area",
"north"
],
[
"_:search/c2cefb87",
"food",
"north american"
],
[
"_:search/c2cefb87",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/250ed567"
],
[
"_:search/250ed567",
"area",
"north"
],
[
"_:search/250ed567",
"food",
"north american"
],
[
"_:search/250ed567",
"type",
"Restaurant"
],
[
"_:search",
"food",
"swedish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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",
"*"
],
[
"_:system",
"canthelp",
"_:search/d865d2a9"
],
[
"_:search/d865d2a9",
"food",
"swedish"
],
[
"_:search/d865d2a9",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d76224e1"
],
[
"_:search/d76224e1",
"food",
"swedish"
],
[
"_:search/d76224e1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/254797f1"
],
[
"_:search/254797f1",
"area",
"north"
],
[
"_:search/254797f1",
"food",
"north american"
],
[
"_:search/254797f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5fdb6851"
],
[
"_:search/5fdb6851",
"area",
"north"
],
[
"_:search/5fdb6851",
"food",
"north american"
],
[
"_:search/5fdb6851",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4a9d083"
],
[
"_:search/d4a9d083",
"area",
"north"
],
[
"_:search/d4a9d083",
"food",
"north american"
],
[
"_:search/d4a9d083",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/10a8b090"
],
[
"_:search/10a8b090",
"area",
"north"
],
[
"_:search/10a8b090",
"food",
"north american"
],
[
"_:search/10a8b090",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/cf09c049"
],
[
"_:search/cf09c049",
"food",
"swedish"
],
[
"_:search/cf09c049",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c2cefb87"
],
[
"_:search/c2cefb87",
"area",
"north"
],
[
"_:search/c2cefb87",
"food",
"north american"
],
[
"_:search/c2cefb87",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/250ed567"
],
[
"_:search/250ed567",
"area",
"north"
],
[
"_:search/250ed567",
"food",
"north american"
],
[
"_:search/250ed567",
"type",
"Restaurant"
],
[
"_:search",
"food",
"swedish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/d865d2a9"
],
[
"_:search/d865d2a9",
"food",
"swedish"
],
[
"_:search/d865d2a9",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d76224e1"
],
[
"_:search/d76224e1",
"food",
"swedish"
],
[
"_:search/d76224e1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/254797f1"
],
[
"_:search/254797f1",
"area",
"north"
],
[
"_:search/254797f1",
"food",
"north american"
],
[
"_:search/254797f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5fdb6851"
],
[
"_:search/5fdb6851",
"area",
"north"
],
[
"_:search/5fdb6851",
"food",
"north american"
],
[
"_:search/5fdb6851",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4a9d083"
],
[
"_:search/d4a9d083",
"area",
"north"
],
[
"_:search/d4a9d083",
"food",
"north american"
],
[
"_:search/d4a9d083",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/10a8b090"
],
[
"_:search/10a8b090",
"area",
"north"
],
[
"_:search/10a8b090",
"food",
"north american"
],
[
"_:search/10a8b090",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/cf09c049"
],
[
"_:search/cf09c049",
"food",
"swedish"
],
[
"_:search/cf09c049",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c2cefb87"
],
[
"_:search/c2cefb87",
"area",
"north"
],
[
"_:search/c2cefb87",
"food",
"north american"
],
[
"_:search/c2cefb87",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/250ed567"
],
[
"_:search/250ed567",
"area",
"north"
],
[
"_:search/250ed567",
"food",
"north american"
],
[
"_:search/250ed567",
"type",
"Restaurant"
],
[
"_:search",
"food",
"swedish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/d865d2a9"
],
[
"_:search/d865d2a9",
"food",
"swedish"
],
[
"_:search/d865d2a9",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d76224e1"
],
[
"_:search/d76224e1",
"food",
"swedish"
],
[
"_:search/d76224e1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/254797f1"
],
[
"_:search/254797f1",
"area",
"north"
],
[
"_:search/254797f1",
"food",
"north american"
],
[
"_:search/254797f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5fdb6851"
],
[
"_:search/5fdb6851",
"area",
"north"
],
[
"_:search/5fdb6851",
"food",
"north american"
],
[
"_:search/5fdb6851",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4a9d083"
],
[
"_:search/d4a9d083",
"area",
"north"
],
[
"_:search/d4a9d083",
"food",
"north american"
],
[
"_:search/d4a9d083",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/10a8b090"
],
[
"_:search/10a8b090",
"area",
"north"
],
[
"_:search/10a8b090",
"food",
"north american"
],
[
"_:search/10a8b090",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/cf09c049"
],
[
"_:search/cf09c049",
"food",
"swedish"
],
[
"_:search/cf09c049",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c2cefb87"
],
[
"_:search/c2cefb87",
"area",
"north"
],
[
"_:search/c2cefb87",
"food",
"north american"
],
[
"_:search/c2cefb87",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/250ed567"
],
[
"_:search/250ed567",
"area",
"north"
],
[
"_:search/250ed567",
"food",
"north american"
],
[
"_:search/250ed567",
"type",
"Restaurant"
],
[
"_:search",
"food",
"swedish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"phone",
"01223 360966"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/d865d2a9"
],
[
"_:search/d865d2a9",
"food",
"swedish"
],
[
"_:search/d865d2a9",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d76224e1"
],
[
"_:search/d76224e1",
"food",
"swedish"
],
[
"_:search/d76224e1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/254797f1"
],
[
"_:search/254797f1",
"area",
"north"
],
[
"_:search/254797f1",
"food",
"north american"
],
[
"_:search/254797f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5fdb6851"
],
[
"_:search/5fdb6851",
"area",
"north"
],
[
"_:search/5fdb6851",
"food",
"north american"
],
[
"_:search/5fdb6851",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4a9d083"
],
[
"_:search/d4a9d083",
"area",
"north"
],
[
"_:search/d4a9d083",
"food",
"north american"
],
[
"_:search/d4a9d083",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/10a8b090"
],
[
"_:search/10a8b090",
"area",
"north"
],
[
"_:search/10a8b090",
"food",
"north american"
],
[
"_:search/10a8b090",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/cf09c049"
],
[
"_:search/cf09c049",
"food",
"swedish"
],
[
"_:search/cf09c049",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c2cefb87"
],
[
"_:search/c2cefb87",
"area",
"north"
],
[
"_:search/c2cefb87",
"food",
"north american"
],
[
"_:search/c2cefb87",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/250ed567"
],
[
"_:search/250ed567",
"area",
"north"
],
[
"_:search/250ed567",
"food",
"north american"
],
[
"_:search/250ed567",
"type",
"Restaurant"
],
[
"_:search",
"food",
"swedish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"phone",
"01223 360966"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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,
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,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the west 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,food,'thai');(_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter thai food"
},
{
"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,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": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'sala thong');(_:result,phone,'01223 323178');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of sala thong is 01223 323178 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the price range"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fe4b6ef58f-20130328_231737 | [
{
"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",
"thai"
],
[
"_: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",
"thai"
],
[
"_: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",
"thai"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"sala thong"
],
[
"_: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",
"thai"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"phone",
"01223 323178"
],
[
"_: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",
"area",
"west"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"thai"
],
[
"_: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
]
}
] |
[
{
"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": "looking for a moderately priced 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": "i dont care"
},
{
"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 place in the east 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,'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": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food does it serve"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut fen ditton serves italian food"
},
{
"id": 11,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
}
] | voip-03c59ba692-20130324_180022 | [
{
"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",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_: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",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"cambridge retail park newmarket road fen ditton"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"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"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"cambridge retail park newmarket road fen ditton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_: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": "uh find a restaurant in the west part of town and"
},
{
"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,'creative');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "creative food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'creative');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving creative food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai"
},
{
"id": 6,
"rdf-acts": [
"select((_:result,food,'creative');(_:result,food,'thai'))"
],
"speaker": "system",
"text": "Sorry would you like creative or thai food?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh thai food"
},
{
"id": 8,
"rdf-acts": [
"select((_:result,food,'creative');(_:result,food,'thai'))"
],
"speaker": "system",
"text": "Sorry would you like creative or thai food?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is a nice place in the west of town"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "um address"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and phone number"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"repeat()"
],
"speaker": "user",
"text": "cant repeat"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'rice boat');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rice boat is a nice place in the west of town"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh phone number"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'rice boat');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rice boat is a great restaurant"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,name,'prezzo');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "prezzo"
},
{
"id": 20,
"rdf-acts": [
"select((_:result,food,'creative');(_:result,food,'thai'))"
],
"speaker": "system",
"text": "Sorry would you like creative or thai food?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:search,food,'creative');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "creative food"
},
{
"id": 22,
"rdf-acts": [
"canthelp((_:search,food,'creative');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving creative food"
},
{
"id": 23,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 24,
"rdf-acts": [
"confirm((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a thai restaurant right?"
},
{
"id": 25,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'thai');(_:result,name,'sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sala thong is a nice place in the west of town serving tasty thai food"
},
{
"id": 27,
"rdf-acts": [
"inform((_:search,name,'prezzo');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "do you have prezzo"
},
{
"id": 28,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no other thai restaurant in the west of town"
},
{
"id": 29,
"rdf-acts": [
"request((_:result,name,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay what was the name"
},
{
"id": 30,
"rdf-acts": [
"inform((_:result,food,'thai');(_:result,name,'bangkok city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city serves thai food"
},
{
"id": 31,
"rdf-acts": [],
"speaker": "user",
"text": "on the rest and the"
},
{
"id": 32,
"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": 33,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number"
},
{
"id": 34,
"rdf-acts": [
"inform((_:result,name,'bangkok city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city is a great restaurant"
},
{
"id": 35,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 36,
"rdf-acts": [
"inform((_:result,name,'bangkok city');(_:result,phone,'01223 354382');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of bangkok city is 01223 354382 ."
},
{
"id": 37,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number again"
},
{
"id": 38,
"rdf-acts": [
"inform((_:result,name,'bangkok city');(_:result,phone,'01223 354382');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of bangkok city is 01223 354382 ."
},
{
"id": 39,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and price range"
},
{
"id": 40,
"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": 41,
"rdf-acts": [
"ack()"
],
"speaker": "user",
"text": "okay um"
},
{
"id": 42,
"rdf-acts": [
"inform((_:result,food,'thai');(_:result,name,'sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sala thong serves thai food"
},
{
"id": 43,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you and good"
},
{
"id": 44,
"rdf-acts": [
"inform((_:result,name,'sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sala thong is a great restaurant"
},
{
"id": 45,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "okay thank you and good bye"
}
] | voip-8f9fb7a86b-20130328_181534 | [
{
"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",
"creative"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_: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",
"west"
],
[
"_:system",
"canthelp",
"_:search/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_:result",
"food",
"creative"
],
[
"_:result",
"food",
"thai"
],
[
"_: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",
"west"
],
[
"_:system",
"canthelp",
"_:search/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_:result",
"food",
"creative"
],
[
"_:result",
"food",
"thai"
],
[
"_: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",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_:result",
"food",
"creative"
],
[
"_:result",
"food",
"thai"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_: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/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_:result",
"food",
"creative"
],
[
"_:result",
"food",
"thai"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"name",
"prezzo"
],
[
"_: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",
"west"
],
[
"_:system",
"canthelp",
"_:search/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_:result",
"food",
"creative"
],
[
"_:result",
"food",
"thai"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_: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",
"west"
],
[
"_:system",
"canthelp",
"_:search/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_:result",
"food",
"creative"
],
[
"_:result",
"food",
"thai"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"rice boat"
],
[
"_: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",
"west"
],
[
"_:system",
"canthelp",
"_:search/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_:result",
"food",
"creative"
],
[
"_:result",
"food",
"thai"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"rice boat"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"prezzo"
],
[
"_: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",
"west"
],
[
"_:system",
"canthelp",
"_:search/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"rice boat"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:result",
"food",
"creative"
],
[
"_:result",
"food",
"thai"
],
[
"_:search",
"food",
"creative"
],
[
"_: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",
"west"
],
[
"_:system",
"canthelp",
"_:search/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"rice boat"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:result",
"food",
"creative"
],
[
"_:result",
"food",
"thai"
],
[
"_:system",
"canthelp",
"_:search/492fb704"
],
[
"_:search/492fb704",
"food",
"creative"
],
[
"_:search/492fb704",
"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,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"rice boat"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:result",
"food",
"creative"
],
[
"_:result",
"food",
"thai"
],
[
"_:system",
"canthelp",
"_:search/492fb704"
],
[
"_:search/492fb704",
"food",
"creative"
],
[
"_:search/492fb704",
"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,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"canthelp",
"_:search/492fb704"
],
[
"_:search/492fb704",
"food",
"creative"
],
[
"_:search/492fb704",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"prezzo"
],
[
"_: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",
"west"
],
[
"_:system",
"canthelp",
"_:search/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"canthelp",
"_:search/492fb704"
],
[
"_:search/492fb704",
"food",
"creative"
],
[
"_:search/492fb704",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f1401bf8"
],
[
"_:search/f1401bf8",
"area",
"west"
],
[
"_:search/f1401bf8",
"food",
"thai"
],
[
"_:search/f1401bf8",
"type",
"Restaurant"
],
[
"_:result",
"name",
"?"
]
],
"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",
"west"
],
[
"_:system",
"canthelp",
"_:search/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"canthelp",
"_:search/492fb704"
],
[
"_:search/492fb704",
"food",
"creative"
],
[
"_:search/492fb704",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f1401bf8"
],
[
"_:search/f1401bf8",
"area",
"west"
],
[
"_:search/f1401bf8",
"food",
"thai"
],
[
"_:search/f1401bf8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_: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
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"canthelp",
"_:search/492fb704"
],
[
"_:search/492fb704",
"food",
"creative"
],
[
"_:search/492fb704",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f1401bf8"
],
[
"_:search/f1401bf8",
"area",
"west"
],
[
"_:search/f1401bf8",
"food",
"thai"
],
[
"_:search/f1401bf8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"address",
"24 green street city centre"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_: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",
"west"
],
[
"_:system",
"canthelp",
"_:search/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"canthelp",
"_:search/492fb704"
],
[
"_:search/492fb704",
"food",
"creative"
],
[
"_:search/492fb704",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f1401bf8"
],
[
"_:search/f1401bf8",
"area",
"west"
],
[
"_:search/f1401bf8",
"food",
"thai"
],
[
"_:search/f1401bf8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"address",
"24 green street city centre"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_: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",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/492fb704"
],
[
"_:search/492fb704",
"food",
"creative"
],
[
"_:search/492fb704",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f1401bf8"
],
[
"_:search/f1401bf8",
"area",
"west"
],
[
"_:search/f1401bf8",
"food",
"thai"
],
[
"_:search/f1401bf8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"address",
"24 green street city centre"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"phone",
"01223 354382"
],
[
"_: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
]
},
{
"id": 19,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/492fb704"
],
[
"_:search/492fb704",
"food",
"creative"
],
[
"_:search/492fb704",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f1401bf8"
],
[
"_:search/f1401bf8",
"area",
"west"
],
[
"_:search/f1401bf8",
"food",
"thai"
],
[
"_:search/f1401bf8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"address",
"24 green street city centre"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"phone",
"01223 354382"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
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",
"west"
],
[
"_:system",
"canthelp",
"_:search/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/492fb704"
],
[
"_:search/492fb704",
"food",
"creative"
],
[
"_:search/492fb704",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f1401bf8"
],
[
"_:search/f1401bf8",
"area",
"west"
],
[
"_:search/f1401bf8",
"food",
"thai"
],
[
"_:search/f1401bf8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"address",
"24 green street city centre"
],
[
"_:result",
"phone",
"01223 354382"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_: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
]
},
{
"id": 21,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/492fb704"
],
[
"_:search/492fb704",
"food",
"creative"
],
[
"_:search/492fb704",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f1401bf8"
],
[
"_:search/f1401bf8",
"area",
"west"
],
[
"_:search/f1401bf8",
"food",
"thai"
],
[
"_:search/f1401bf8",
"type",
"Restaurant"
],
[
"_:result",
"address",
"24 green street city centre"
],
[
"_:result",
"phone",
"01223 354382"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"sala thong"
],
[
"_: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
]
},
{
"id": 22,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/b8097816"
],
[
"_:search/b8097816",
"food",
"creative"
],
[
"_:search/b8097816",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/492fb704"
],
[
"_:search/492fb704",
"food",
"creative"
],
[
"_:search/492fb704",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f1401bf8"
],
[
"_:search/f1401bf8",
"area",
"west"
],
[
"_:search/f1401bf8",
"food",
"thai"
],
[
"_:search/f1401bf8",
"type",
"Restaurant"
],
[
"_:result",
"address",
"24 green street city centre"
],
[
"_:result",
"phone",
"01223 354382"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"thai"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"name",
"sala thong"
],
[
"_: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
]
}
] |
[
{
"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,'persian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "persian food"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "portugeuse food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'portuguese');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos city centre serves portuguese food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'nandos city centre');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos city centre is in the cheap price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'portuguese');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos city centre serves portuguese food ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'nandos city centre');(_:result,phone,'01223 327908');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of nandos city centre is 01223 327908 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'33-34 saint andrews street');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , nandos city centre is on 33-34 Saint Andrews Street"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-21ec2b7850-20130327_044903 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"persian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/d946fbe4"
],
[
"_:search/d946fbe4",
"food",
"persian"
],
[
"_:search/d946fbe4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/d946fbe4"
],
[
"_:search/d946fbe4",
"food",
"persian"
],
[
"_:search/d946fbe4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/d946fbe4"
],
[
"_:search/d946fbe4",
"food",
"persian"
],
[
"_:search/d946fbe4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/d946fbe4"
],
[
"_:search/d946fbe4",
"food",
"persian"
],
[
"_:search/d946fbe4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:result",
"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/d946fbe4"
],
[
"_:search/d946fbe4",
"food",
"persian"
],
[
"_:search/d946fbe4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/d946fbe4"
],
[
"_:search/d946fbe4",
"food",
"persian"
],
[
"_:search/d946fbe4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"address",
"33-34 saint andrews street"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_: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,'welsh');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant that sells welsh"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,food,'welsh');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a welsh restaurant right?"
},
{
"id": 3,
"rdf-acts": [
"affirm()",
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes in the cheap price range"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,food,'welsh');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a welsh restaurant right?"
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'welsh');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving welsh food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant that serves mediterranean food"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a mediterranean restaurant right?"
},
{
"id": 9,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'mediterranean');(_:result,name,'the gardenia');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gardenia serves mediterranean food in the cheap price range"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number and post code"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'the gardenia');(_:result,phone,'01223 356354');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the gardenia is 01223 356354 and its postcode is C.B 2, 3 L.L ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-ad40cf5489-20130325_181004 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"welsh"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"welsh"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"welsh"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/eacabf2d"
],
[
"_:search/eacabf2d",
"food",
"welsh"
],
[
"_:search/eacabf2d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/eacabf2d"
],
[
"_:search/eacabf2d",
"food",
"welsh"
],
[
"_:search/eacabf2d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/eacabf2d"
],
[
"_:search/eacabf2d",
"food",
"welsh"
],
[
"_:search/eacabf2d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/eacabf2d"
],
[
"_:search/eacabf2d",
"food",
"welsh"
],
[
"_:search/eacabf2d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"phone",
"01223 356354"
],
[
"_: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
]
}
] |
[
{
"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": "i am 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,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "and it should be in the west part of town"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita is a nice restaurant in the west of town in the cheap price range"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could i get the phone number please"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-199d62165b-20130402_122354 | [
{
"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",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"la margherita"
],
[
"_: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",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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
]
}
] |
[
{
"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"
},
{
"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"
},
{
"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,'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": [],
"speaker": "user",
"text": "food"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'grafton hotel restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "grafton hotel restaurant is a great restaurant"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'grafton hotel 619 newmarket road fen ditton');(_:result,name,'grafton hotel restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , grafton hotel restaurant is on Grafton Hotel 619 Newmarket Road Fen Ditton"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food served"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'british');(_:result,name,'grafton hotel restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "grafton hotel restaurant serves british food"
},
{
"id": 17,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'grafton hotel restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "grafton hotel restaurant is a great restaurant"
},
{
"id": 19,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-f17e3b578c-20130328_174548 | [
{
"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",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_: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",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"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",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"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",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"grafton hotel 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",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"address",
"grafton hotel 619 newmarket road fen ditton"
],
[
"_:result",
"name",
"grafton hotel 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",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"address",
"grafton hotel 619 newmarket road fen ditton"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"phone",
"01223 241387"
],
[
"_: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",
"expensive"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"grafton hotel 619 newmarket road fen ditton"
],
[
"_:result",
"phone",
"01223 241387"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_: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
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"grafton hotel 619 newmarket road fen ditton"
],
[
"_:result",
"phone",
"01223 241387"
],
[
"_:result",
"food",
"british"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_: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
]
}
] |
[
{
"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,'seafood');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "sea food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'seafood');(_:result,name,'loch fyne');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "loch fyne serves seafood food ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'seafood');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no seafood restaurant in the cheap price range"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "portuguese"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'portuguese');(_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is a great restaurant serving portuguese food and it is in the cheap price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-90732b027d-20130401_215804 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"seafood"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/f8680397"
],
[
"_:search/f8680397",
"food",
"seafood"
],
[
"_:search/f8680397",
"pricerange",
"cheap"
],
[
"_:search/f8680397",
"type",
"Restaurant"
],
[
"_: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/f8680397"
],
[
"_:search/f8680397",
"food",
"seafood"
],
[
"_:search/f8680397",
"pricerange",
"cheap"
],
[
"_:search/f8680397",
"type",
"Restaurant"
],
[
"_: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
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/f8680397"
],
[
"_:search/f8680397",
"food",
"seafood"
],
[
"_:search/f8680397",
"pricerange",
"cheap"
],
[
"_:search/f8680397",
"type",
"Restaurant"
],
[
"_: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
]
}
] |
[
{
"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,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive restaurant south 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": [],
"speaker": "user",
"text": "um"
},
{
"id": 6,
"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 restaurant in the south of town in the expensive price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address and phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'82 cherry hinton road cherry hinton');(_: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 and it is on 82 Cherry Hinton Road Cherry Hinton ."
},
{
"id": 9,
"rdf-acts": [
"confirm((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it expensive"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-52eb280e7b-20130325_124240 | [
{
"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",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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"
]
],
"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",
"name",
"the good luck chinese food takeaway"
],
[
"_: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"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"address",
"82 cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"phone",
"01223 244149"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"address",
"82 cherry hinton road cherry hinton"
],
[
"_:result",
"phone",
"01223 244149"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_: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": [],
"speaker": "user",
"text": "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,'german');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "german"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'german');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no german restaurant that matches your request"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "european"
},
{
"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,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'european');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant serves european food ."
},
{
"id": 9,
"rdf-acts": [
"confirm((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it expensive"
},
{
"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": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "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": "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": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "an area"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant is a nice place in the west of town"
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-b08f15a787-20130326_023412 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"german"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/2d8dd0fb"
],
[
"_:search/2d8dd0fb",
"food",
"german"
],
[
"_:search/2d8dd0fb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/2d8dd0fb"
],
[
"_:search/2d8dd0fb",
"food",
"german"
],
[
"_:search/2d8dd0fb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/2d8dd0fb"
],
[
"_:search/2d8dd0fb",
"food",
"german"
],
[
"_:search/2d8dd0fb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"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/2d8dd0fb"
],
[
"_:search/2d8dd0fb",
"food",
"german"
],
[
"_:search/2d8dd0fb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/2d8dd0fb"
],
[
"_:search/2d8dd0fb",
"food",
"german"
],
[
"_:search/2d8dd0fb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/2d8dd0fb"
],
[
"_:search/2d8dd0fb",
"food",
"german"
],
[
"_:search/2d8dd0fb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"cambridge lodge hotel 139 huntingdon road city centre"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"phone",
"01223 355166"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/2d8dd0fb"
],
[
"_:search/2d8dd0fb",
"food",
"german"
],
[
"_:search/2d8dd0fb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"cambridge lodge hotel 139 huntingdon road city centre"
],
[
"_:result",
"phone",
"01223 355166"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cambridge lodge 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
]
}
] |
[
{
"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,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want chinese food"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a chinese restaurant right?"
},
{
"id": 3,
"rdf-acts": [
"affirm()",
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes in the south of town"
},
{
"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,'south');(_:result,food,'chinese');(_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is a great restaurant serving cheap chinese food in the south of town ."
},
{
"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 lucky star');(_:result,phone,'01223 244277');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the lucky star is 01223 244277 ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry but there is no other chinese restaurant in the cheap price range and the south of town"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-72e50baa85-20130326_052642 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"south"
],
[
"_: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",
"chinese"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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",
"chinese"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_: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",
"chinese"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d91707e5"
],
[
"_:search/d91707e5",
"area",
"south"
],
[
"_:search/d91707e5",
"food",
"chinese"
],
[
"_:search/d91707e5",
"pricerange",
"cheap"
],
[
"_:search/d91707e5",
"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,'bistro');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for a restaurant in the west part of town that serves bistro food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'bistro');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no bistro restaurant in the west of town"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about italian"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about italian food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'indian');(_:result,name,'cocum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cocum is a nice restaurant in the west of town serving indian food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about italian food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'la margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita 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": "may i get the phone number"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-d0341706f2-20130329_052031 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"bistro"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/2cc92fff"
],
[
"_:search/2cc92fff",
"area",
"west"
],
[
"_:search/2cc92fff",
"food",
"bistro"
],
[
"_:search/2cc92fff",
"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/2cc92fff"
],
[
"_:search/2cc92fff",
"area",
"west"
],
[
"_:search/2cc92fff",
"food",
"bistro"
],
[
"_:search/2cc92fff",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_: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/2cc92fff"
],
[
"_:search/2cc92fff",
"area",
"west"
],
[
"_:search/2cc92fff",
"food",
"bistro"
],
[
"_:search/2cc92fff",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"cocum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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/2cc92fff"
],
[
"_:search/2cc92fff",
"area",
"west"
],
[
"_:search/2cc92fff",
"food",
"bistro"
],
[
"_:search/2cc92fff",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_: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
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/2cc92fff"
],
[
"_:search/2cc92fff",
"area",
"west"
],
[
"_:search/2cc92fff",
"food",
"bistro"
],
[
"_:search/2cc92fff",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_: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
]
}
] |
[
{
"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 food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'mediterranean');(_:result,name,'the gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gardenia serves mediterranean food ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "well i dont care about the price range"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'mediterranean');(_:result,name,'the gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gardenia serves mediterranean food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the price range"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'the gardenia');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gardenia is in the cheap price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'2 rose crescent city centre');(_:result,name,'the gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the gardenia is on 2 Rose Crescent City Centre"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-96f43326a4-20130323_072452 | [
{
"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"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_: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",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"2 rose crescent city centre"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_: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,'vegetarian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for something serving vegetarian food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'vegetarian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving vegetarian food"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "are there any turkish restaurants"
},
{
"id": 4,
"rdf-acts": [
"select((_:result,food,'turkish');(_:result,food,'vegetarian'))"
],
"speaker": "system",
"text": "Sorry would you like turkish or vegetarian food?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "turkish"
},
{
"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,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"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,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "something moderately priced"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'turkish');(_:result,name,'anatolia');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "anatolia serves turkish food in the moderate price range"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could i have its address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'30 bridge street city centre');(_:result,name,'anatolia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , anatolia is on 30 Bridge Street City Centre"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-4f069a4136-20130402_033307 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/4bece37c"
],
[
"_:search/4bece37c",
"food",
"vegetarian"
],
[
"_:search/4bece37c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/4bece37c"
],
[
"_:search/4bece37c",
"food",
"vegetarian"
],
[
"_:search/4bece37c",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/4bece37c"
],
[
"_:search/4bece37c",
"food",
"vegetarian"
],
[
"_:search/4bece37c",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"area",
"*"
],
[
"_: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/4bece37c"
],
[
"_:search/4bece37c",
"food",
"vegetarian"
],
[
"_:search/4bece37c",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:search",
"food",
"turkish"
],
[
"_: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/4bece37c"
],
[
"_:search/4bece37c",
"food",
"vegetarian"
],
[
"_:search/4bece37c",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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/4bece37c"
],
[
"_:search/4bece37c",
"food",
"vegetarian"
],
[
"_:search/4bece37c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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/4bece37c"
],
[
"_:search/4bece37c",
"food",
"vegetarian"
],
[
"_:search/4bece37c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"30 bridge street city centre"
],
[
"_:result",
"name",
"anatolia"
],
[
"_: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,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for a cheap restaurant in the west part of town"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "right"
},
{
"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,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita 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": "whats the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'15 magdalene street city centre');(_:result,name,'la margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , la margherita is on 15 Magdalene Street City Centre"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-4c0d36762a-20130328_203937 | [
{
"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"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"la margherita"
],
[
"_: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",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"15 magdalene street city centre"
],
[
"_:result",
"name",
"la margherita"
],
[
"_: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",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"15 magdalene street city centre"
],
[
"_: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
]
}
] |
[
{
"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 restaurant 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 type of food"
},
{
"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,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"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": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'rajmahal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a great restaurant"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive restaurant east part of town"
},
{
"id": 12,
"rdf-acts": [
"select((_:result,pricerange,*);(_:result,pricerange,'moderate'))"
],
"speaker": "system",
"text": "Sorry would you like something in the moderate price range or you dont care"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'yu garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yu garden is a nice place in the east of town and the prices are expensive"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'yu garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yu garden is a great restaurant"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'yu garden');(_:result,phone,'01223 248882');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of yu garden is 01223 248882 ."
},
{
"id": 19,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'yu garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yu garden serves chinese food"
},
{
"id": 21,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-187c1708f2-20130327_132654 | [
{
"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",
"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",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_: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",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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",
"food",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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",
"food",
"*"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"yu 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
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"yu garden"
],
[
"_: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",
"food",
"*"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"phone",
"01223 248882"
],
[
"_: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,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 248882"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"yu 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,
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": [
"hello()",
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "hi im looking for a restaurant in the east art of town"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what is the price range"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay im looking for moderate price range"
},
{
"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,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont know"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a nice place in the east of town and the prices are moderate"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay can i have 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,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and can i have the post code"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'rajmahal');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of rajmahal is C.B 5, 8 R.G"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "okay thank you good bye"
}
] | voip-f091d0e461-20130327_210252 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_: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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_: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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_: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
]
}
] |
[
{
"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,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant in the 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": "it doesnt matter"
},
{
"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,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-583e7cede5-20130324_063315 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_: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",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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
]
}
] |
[
{
"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,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for a restaurant that serves lebanese food"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a lebanese restaurant 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": "could i have the address please"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no other lebanese restaurant that matches your request"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could i have the address"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have post code"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'ali baba');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of ali baba is C.B 2, 1 N.T"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-2c217000af-20130328_224449 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_: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"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"ali baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"canthelp",
"_:search/193f0607"
],
[
"_:search/193f0607",
"food",
"lebanese"
],
[
"_:search/193f0607",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:system",
"canthelp",
"_:search/193f0607"
],
[
"_:search/193f0607",
"food",
"lebanese"
],
[
"_:search/193f0607",
"type",
"Restaurant"
],
[
"_:result",
"address",
"59 hills road city centre"
],
[
"_:result",
"name",
"ali baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:system",
"canthelp",
"_:search/193f0607"
],
[
"_:search/193f0607",
"food",
"lebanese"
],
[
"_:search/193f0607",
"type",
"Restaurant"
],
[
"_:result",
"address",
"59 hills road city centre"
],
[
"_:result",
"name",
"ali baba"
],
[
"_: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
]
}
] |
[
{
"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": "i want to find an expensive restaurant in the east part of t"
},
{
"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": "in the ea"
},
{
"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,'east');(_:result,food,'british');(_:result,name,'grafton hotel restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "grafton hotel restaurant is a nice restaurant in the east of town serving british food"
},
{
"id": 7,
"rdf-acts": [
"confirm((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it expensive"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'grafton hotel restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "grafton hotel restaurant is in the expensive price range"
},
{
"id": 9,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 10,
"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 restaurant in the east of town in the expensive price range"
},
{
"id": 11,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "do you have anything else"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'sitar tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sitar tandoori is a nice restaurant in the east of town serving indian 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,'sitar tandoori');(_:result,phone,'01223 249955');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of sitar tandoori is 01223 249955 ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-7e22911804-20130328_162643 | [
{
"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",
"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",
"*"
],
[
"_: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",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"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",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_: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,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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,
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,'spanish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant with spanish food"
},
{
"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": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'la raza');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la raza is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have its 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,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the area of the venue"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'la raza');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la raza is a nice place in the centre of town"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-f1e8236264-20130323_002326 | [
{
"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"
],
[
"_:result",
"phone",
"?"
]
],
"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",
"phone",
"?"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"type",
"Restaurant"
]
],
"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",
"name",
"la raza"
],
[
"_:result",
"phone",
"01223 464550"
],
[
"_: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",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223 464550"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"la raza"
],
[
"_: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,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like a restaurant that serves thai food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'thai');(_:result,name,'bangkok city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city serves thai food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'bangkok city');(_:result,phone,'01223 354382');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of bangkok city is 01223 354382 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could you repeat the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'bangkok city');(_:result,phone,'01223 354382');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of bangkok city is 01223 354382 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price range"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-583e7cede5-20130323_060100 | [
{
"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",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"address",
"24 green street city centre"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"address",
"24 green street city centre"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"phone",
"01223 354382"
],
[
"_: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",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"address",
"24 green street city centre"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"phone",
"01223 354382"
],
[
"_: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",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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
]
}
] |
[
{
"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,'crossover');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "price over food west part of town"
},
{
"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"
},
{
"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,'crossover');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "class over"
},
{
"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,'crossover');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cross over"
},
{
"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": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the phone number"
},
{
"id": 10,
"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": 11,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita is a nice place in the west of town and the prices are cheap"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the phone number please"
},
{
"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-52d599db9c-20130402_002522 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"crossover"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"crossover"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"crossover"
],
[
"_: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",
"crossover"
],
[
"_: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"
],
[
"_:search",
"food",
"crossover"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"maharajah tandoori restaurant"
],
[
"_: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",
"west"
],
[
"_:search",
"food",
"crossover"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"maharajah tandoori restaurant"
],
[
"_:result",
"phone",
"01223 358399"
],
[
"_: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"
],
[
"_:search",
"food",
"crossover"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"maharajah tandoori restaurant"
],
[
"_:result",
"phone",
"01223 358399"
],
[
"_: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"
],
[
"_:search",
"food",
"crossover"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 358399"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"la margherita"
],
[
"_: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
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"crossover"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i wanna find a moderately priced restaurant in the east part of t"
},
{
"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,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"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,'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": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-7e4cdce06a-20130323_130520 | [
{
"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",
"phone",
"?"
]
],
"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",
"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"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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
]
}
] |
[
{
"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": "restaurants"
},
{
"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": "noise"
},
{
"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,'singaporean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "singaporean"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'singaporean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving singaporean food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "vietnamese"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'singaporean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving singaporean food"
},
{
"id": 11,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about vietnamese"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,food,'singaporean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving singaporean food"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "ok i want vietnamese"
},
{
"id": 14,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 15,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 16,
"rdf-acts": [
"confirm((_:search,food,'singaporean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a singaporean restaurant right?"
},
{
"id": 17,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 18,
"rdf-acts": [
"canthelp((_:search,food,'singaporean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving singaporean food"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "vietnamese"
},
{
"id": 20,
"rdf-acts": [
"canthelp((_:search,food,'singaporean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving singaporean food"
},
{
"id": 21,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "vietnamese food"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh serves vietnamese food"
},
{
"id": 23,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 24,
"rdf-acts": [
"canthelp((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no other vietnamese restaurant that matches your request"
},
{
"id": 25,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh serves vietnamese food"
},
{
"id": 27,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is price range"
},
{
"id": 28,
"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": 29,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 30,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 31,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 32,
"rdf-acts": [
"inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh serves vietnamese food"
},
{
"id": 33,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 34,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a great restaurant"
},
{
"id": 35,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number please"
},
{
"id": 36,
"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": 37,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-dcaeb62b29-20130326_043007 | [
{
"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",
"singaporean"
],
[
"_: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/573317a2"
],
[
"_:search/573317a2",
"food",
"singaporean"
],
[
"_:search/573317a2",
"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/573317a2"
],
[
"_:search/573317a2",
"food",
"singaporean"
],
[
"_:search/573317a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5257436b"
],
[
"_:search/5257436b",
"food",
"singaporean"
],
[
"_:search/5257436b",
"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
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/573317a2"
],
[
"_:search/573317a2",
"food",
"singaporean"
],
[
"_:search/573317a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5257436b"
],
[
"_:search/5257436b",
"food",
"singaporean"
],
[
"_:search/5257436b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/1550d4a8"
],
[
"_:search/1550d4a8",
"food",
"singaporean"
],
[
"_:search/1550d4a8",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_: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/573317a2"
],
[
"_:search/573317a2",
"food",
"singaporean"
],
[
"_:search/573317a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5257436b"
],
[
"_:search/5257436b",
"food",
"singaporean"
],
[
"_:search/5257436b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/1550d4a8"
],
[
"_:search/1550d4a8",
"food",
"singaporean"
],
[
"_:search/1550d4a8",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_: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/573317a2"
],
[
"_:search/573317a2",
"food",
"singaporean"
],
[
"_:search/573317a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5257436b"
],
[
"_:search/5257436b",
"food",
"singaporean"
],
[
"_:search/5257436b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/1550d4a8"
],
[
"_:search/1550d4a8",
"food",
"singaporean"
],
[
"_:search/1550d4a8",
"type",
"Restaurant"
],
[
"_: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
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/573317a2"
],
[
"_:search/573317a2",
"food",
"singaporean"
],
[
"_:search/573317a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5257436b"
],
[
"_:search/5257436b",
"food",
"singaporean"
],
[
"_:search/5257436b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/1550d4a8"
],
[
"_:search/1550d4a8",
"food",
"singaporean"
],
[
"_:search/1550d4a8",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/64b45c11"
],
[
"_:search/64b45c11",
"food",
"singaporean"
],
[
"_:search/64b45c11",
"type",
"Restaurant"
],
[
"_: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/573317a2"
],
[
"_:search/573317a2",
"food",
"singaporean"
],
[
"_:search/573317a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5257436b"
],
[
"_:search/5257436b",
"food",
"singaporean"
],
[
"_:search/5257436b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/1550d4a8"
],
[
"_:search/1550d4a8",
"food",
"singaporean"
],
[
"_:search/1550d4a8",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/64b45c11"
],
[
"_:search/64b45c11",
"food",
"singaporean"
],
[
"_:search/64b45c11",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c0874fc2"
],
[
"_:search/c0874fc2",
"food",
"singaporean"
],
[
"_:search/c0874fc2",
"type",
"Restaurant"
],
[
"_: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
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/573317a2"
],
[
"_:search/573317a2",
"food",
"singaporean"
],
[
"_:search/573317a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5257436b"
],
[
"_:search/5257436b",
"food",
"singaporean"
],
[
"_:search/5257436b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/1550d4a8"
],
[
"_:search/1550d4a8",
"food",
"singaporean"
],
[
"_:search/1550d4a8",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/64b45c11"
],
[
"_:search/64b45c11",
"food",
"singaporean"
],
[
"_:search/64b45c11",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c0874fc2"
],
[
"_:search/c0874fc2",
"food",
"singaporean"
],
[
"_:search/c0874fc2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/573317a2"
],
[
"_:search/573317a2",
"food",
"singaporean"
],
[
"_:search/573317a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5257436b"
],
[
"_:search/5257436b",
"food",
"singaporean"
],
[
"_:search/5257436b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/1550d4a8"
],
[
"_:search/1550d4a8",
"food",
"singaporean"
],
[
"_:search/1550d4a8",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/64b45c11"
],
[
"_:search/64b45c11",
"food",
"singaporean"
],
[
"_:search/64b45c11",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c0874fc2"
],
[
"_:search/c0874fc2",
"food",
"singaporean"
],
[
"_:search/c0874fc2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/e0be7a69"
],
[
"_:search/e0be7a69",
"food",
"vietnamese"
],
[
"_:search/e0be7a69",
"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/573317a2"
],
[
"_:search/573317a2",
"food",
"singaporean"
],
[
"_:search/573317a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5257436b"
],
[
"_:search/5257436b",
"food",
"singaporean"
],
[
"_:search/5257436b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/1550d4a8"
],
[
"_:search/1550d4a8",
"food",
"singaporean"
],
[
"_:search/1550d4a8",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/64b45c11"
],
[
"_:search/64b45c11",
"food",
"singaporean"
],
[
"_:search/64b45c11",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c0874fc2"
],
[
"_:search/c0874fc2",
"food",
"singaporean"
],
[
"_:search/c0874fc2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/e0be7a69"
],
[
"_:search/e0be7a69",
"food",
"vietnamese"
],
[
"_:search/e0be7a69",
"type",
"Restaurant"
],
[
"_: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,
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",
"?"
],
[
"_:system",
"canthelp",
"_:search/573317a2"
],
[
"_:search/573317a2",
"food",
"singaporean"
],
[
"_:search/573317a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5257436b"
],
[
"_:search/5257436b",
"food",
"singaporean"
],
[
"_:search/5257436b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/1550d4a8"
],
[
"_:search/1550d4a8",
"food",
"singaporean"
],
[
"_:search/1550d4a8",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/64b45c11"
],
[
"_:search/64b45c11",
"food",
"singaporean"
],
[
"_:search/64b45c11",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c0874fc2"
],
[
"_:search/c0874fc2",
"food",
"singaporean"
],
[
"_:search/c0874fc2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e0be7a69"
],
[
"_:search/e0be7a69",
"food",
"vietnamese"
],
[
"_:search/e0be7a69",
"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
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/573317a2"
],
[
"_:search/573317a2",
"food",
"singaporean"
],
[
"_:search/573317a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5257436b"
],
[
"_:search/5257436b",
"food",
"singaporean"
],
[
"_:search/5257436b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/1550d4a8"
],
[
"_:search/1550d4a8",
"food",
"singaporean"
],
[
"_:search/1550d4a8",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/64b45c11"
],
[
"_:search/64b45c11",
"food",
"singaporean"
],
[
"_:search/64b45c11",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c0874fc2"
],
[
"_:search/c0874fc2",
"food",
"singaporean"
],
[
"_:search/c0874fc2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e0be7a69"
],
[
"_:search/e0be7a69",
"food",
"vietnamese"
],
[
"_:search/e0be7a69",
"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
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/573317a2"
],
[
"_:search/573317a2",
"food",
"singaporean"
],
[
"_:search/573317a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5257436b"
],
[
"_:search/5257436b",
"food",
"singaporean"
],
[
"_:search/5257436b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/1550d4a8"
],
[
"_:search/1550d4a8",
"food",
"singaporean"
],
[
"_:search/1550d4a8",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/64b45c11"
],
[
"_:search/64b45c11",
"food",
"singaporean"
],
[
"_:search/64b45c11",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c0874fc2"
],
[
"_:search/c0874fc2",
"food",
"singaporean"
],
[
"_:search/c0874fc2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e0be7a69"
],
[
"_:search/e0be7a69",
"food",
"vietnamese"
],
[
"_:search/e0be7a69",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"?"
],
[
"_: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,
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",
"?"
],
[
"_:system",
"canthelp",
"_:search/573317a2"
],
[
"_:search/573317a2",
"food",
"singaporean"
],
[
"_:search/573317a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5257436b"
],
[
"_:search/5257436b",
"food",
"singaporean"
],
[
"_:search/5257436b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/1550d4a8"
],
[
"_:search/1550d4a8",
"food",
"singaporean"
],
[
"_:search/1550d4a8",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/64b45c11"
],
[
"_:search/64b45c11",
"food",
"singaporean"
],
[
"_:search/64b45c11",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c0874fc2"
],
[
"_:search/c0874fc2",
"food",
"singaporean"
],
[
"_:search/c0874fc2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e0be7a69"
],
[
"_:search/e0be7a69",
"food",
"vietnamese"
],
[
"_:search/e0be7a69",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"?"
],
[
"_: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,
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",
"?"
],
[
"_:system",
"canthelp",
"_:search/573317a2"
],
[
"_:search/573317a2",
"food",
"singaporean"
],
[
"_:search/573317a2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5257436b"
],
[
"_:search/5257436b",
"food",
"singaporean"
],
[
"_:search/5257436b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/1550d4a8"
],
[
"_:search/1550d4a8",
"food",
"singaporean"
],
[
"_:search/1550d4a8",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/64b45c11"
],
[
"_:search/64b45c11",
"food",
"singaporean"
],
[
"_:search/64b45c11",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c0874fc2"
],
[
"_:search/c0874fc2",
"food",
"singaporean"
],
[
"_:search/c0874fc2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e0be7a69"
],
[
"_:search/e0be7a69",
"food",
"vietnamese"
],
[
"_:search/e0be7a69",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_: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
]
}
] |
[
{
"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 want to find a moderately"
},
{
"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,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": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant alimentum is a great restaurant"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-7e22911804-20130324_190421 | [
{
"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",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"?"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"152 - 154 hills road"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_: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,'halal');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced restaurant halal 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": [
"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,'halal');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "halal"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'de luca cucina and bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "de luca cucina and bar is in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"repeat()"
],
"speaker": "user",
"text": "again please"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'the nirala');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala serves indian food in the moderate price range"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address and post code"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'7 milton road chesterton');(_:result,name,'the nirala');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala is on 7 Milton Road Chesterton , C.B 4, 1 U.Y"
},
{
"id": 13,
"rdf-acts": [
"repeat()"
],
"speaker": "user",
"text": "again please"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'the nirala');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala serves indian food in the moderate price range"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,address,'7 milton road chesterton');(_:result,name,'the nirala');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the nirala is on 7 Milton Road Chesterton"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "postal code"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'the nirala');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of the nirala is C.B 4, 1 U.Y"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'the nirala');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of the nirala is C.B 4, 1 U.Y"
},
{
"id": 21,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince serves indian food in the moderate price range"
},
{
"id": 23,
"rdf-acts": [
"repeat()"
],
"speaker": "user",
"text": "again"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna serves indian food in the moderate price range"
},
{
"id": 25,
"rdf-acts": [
"repeat()"
],
"speaker": "user",
"text": "repeat"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal serves indian food in the moderate price range"
},
{
"id": 27,
"rdf-acts": [],
"speaker": "user",
"text": "re"
},
{
"id": 28,
"rdf-acts": [
"inform((_:result,name,'rajmahal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a great restaurant"
},
{
"id": 29,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 30,
"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": 31,
"rdf-acts": [
"repeat()"
],
"speaker": "user",
"text": "repeat"
},
{
"id": 32,
"rdf-acts": [
"canthelp((_:search,food,'indian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no other indian restaurant in the moderate price range"
},
{
"id": 33,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 34,
"rdf-acts": [
"inform((_:result,name,'rajmahal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a great restaurant"
},
{
"id": 35,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 36,
"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": 37,
"rdf-acts": [],
"speaker": "user",
"text": "fen ditton"
},
{
"id": 38,
"rdf-acts": [
"inform((_:result,name,'rajmahal');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of rajmahal is C.B 5, 8 R.G"
},
{
"id": 39,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 40,
"rdf-acts": [
"inform((_:result,name,'rajmahal');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of rajmahal is C.B 5, 8 R.G"
},
{
"id": 41,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank"
},
{
"id": 42,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'the nirala');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala serves indian food in the moderate price range"
},
{
"id": 43,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 44,
"rdf-acts": [
"inform((_:result,name,'the nirala');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala 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,'7 milton road chesterton');(_:result,name,'the nirala');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the nirala is on 7 Milton Road Chesterton"
},
{
"id": 47,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 48,
"rdf-acts": [
"inform((_:result,name,'the nirala');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of the nirala is C.B 4, 1 U.Y"
},
{
"id": 49,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 50,
"rdf-acts": [
"inform((_:result,name,'the nirala');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala is a great restaurant"
},
{
"id": 51,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-8efef4eae9-20130325_230851 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_: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",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_: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",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_: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",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_: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
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_: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
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_: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
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ab286fb4"
],
[
"_:search/ab286fb4",
"food",
"indian"
],
[
"_:search/ab286fb4",
"pricerange",
"moderate"
],
[
"_:search/ab286fb4",
"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
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:system",
"canthelp",
"_:search/ab286fb4"
],
[
"_:search/ab286fb4",
"food",
"indian"
],
[
"_:search/ab286fb4",
"pricerange",
"moderate"
],
[
"_:search/ab286fb4",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/ab286fb4"
],
[
"_:search/ab286fb4",
"food",
"indian"
],
[
"_:search/ab286fb4",
"pricerange",
"moderate"
],
[
"_:search/ab286fb4",
"type",
"Restaurant"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/ab286fb4"
],
[
"_:search/ab286fb4",
"food",
"indian"
],
[
"_:search/ab286fb4",
"pricerange",
"moderate"
],
[
"_:search/ab286fb4",
"type",
"Restaurant"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_: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,
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",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/ab286fb4"
],
[
"_:search/ab286fb4",
"food",
"indian"
],
[
"_:search/ab286fb4",
"pricerange",
"moderate"
],
[
"_:search/ab286fb4",
"type",
"Restaurant"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_: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
]
},
{
"id": 21,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ab286fb4"
],
[
"_:search/ab286fb4",
"food",
"indian"
],
[
"_:search/ab286fb4",
"pricerange",
"moderate"
],
[
"_:search/ab286fb4",
"type",
"Restaurant"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ab286fb4"
],
[
"_:search/ab286fb4",
"food",
"indian"
],
[
"_:search/ab286fb4",
"pricerange",
"moderate"
],
[
"_:search/ab286fb4",
"type",
"Restaurant"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ab286fb4"
],
[
"_:search/ab286fb4",
"food",
"indian"
],
[
"_:search/ab286fb4",
"pricerange",
"moderate"
],
[
"_:search/ab286fb4",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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,
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",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ab286fb4"
],
[
"_:search/ab286fb4",
"food",
"indian"
],
[
"_:search/ab286fb4",
"pricerange",
"moderate"
],
[
"_:search/ab286fb4",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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,
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",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ab286fb4"
],
[
"_:search/ab286fb4",
"food",
"indian"
],
[
"_:search/ab286fb4",
"pricerange",
"moderate"
],
[
"_:search/ab286fb4",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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
]
}
] |
[
{
"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,'seafood');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an expensive restaurant that serves sea food"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,food,'seafood');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a seafood restaurant right?"
},
{
"id": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'seafood');(_:result,name,'loch fyne');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "loch fyne serves seafood food in the expensive price range"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'the little rose 37 trumpington street');(_:result,name,'loch fyne');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , loch fyne is on The Little Rose 37 Trumpington Street"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-b27a230d2e-20130323_050830 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"the little rose 37 trumpington street"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_: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": "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": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "part of town"
},
{
"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": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any kind"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'european');(_:result,name,'cambridge lodge restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant is a nice restaurant in the west of town serving european food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south part of town"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh whats the phone number"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-d76f6e4f82-20130327_194817 | [
{
"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"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"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",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"*"
],
[
"_: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",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_: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",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_: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",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap 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": "dont care"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number and address"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-48c12815b3-20130402_050517 | [
{
"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",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_: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",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_: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"
],
[
"_: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": "im looking for a cheap restaurant and it should be in north part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice is a nice restaurant in the north of town in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the post code"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'royal spice');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of royal spice is C.B 4, 1 E.H"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-10beae627f-20130401_163556 | [
{
"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",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_: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": [],
"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": [
"reqalts()",
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about french 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,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "center"
},
{
"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,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south"
},
{
"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,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "french"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton is a nice place in the south of town"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is a nice place in the south of town"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "noise french food"
},
{
"id": 16,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no french restaurant in the south of town"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "noise center"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,food,'french');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant two two serves french food"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 20,
"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": 21,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 22,
"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": 23,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,name,'restaurant two two');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of restaurant two two is C.B 4, 3 A.X"
},
{
"id": 25,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-ccf48b9a6a-20130329_041830 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"french"
],
[
"_: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",
"inquired",
"_:system"
],
[
"_:search",
"area",
"south"
],
[
"_: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",
"inquired",
"_:system"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_: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"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_: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",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"canthelp",
"_:search/498ac96c"
],
[
"_:search/498ac96c",
"area",
"south"
],
[
"_:search/498ac96c",
"food",
"french"
],
[
"_:search/498ac96c",
"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
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"canthelp",
"_:search/498ac96c"
],
[
"_:search/498ac96c",
"area",
"south"
],
[
"_:search/498ac96c",
"food",
"french"
],
[
"_:search/498ac96c",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_: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"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"canthelp",
"_:search/498ac96c"
],
[
"_:search/498ac96c",
"area",
"south"
],
[
"_:search/498ac96c",
"food",
"french"
],
[
"_:search/498ac96c",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"address",
"22 chesterton road chesterton"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_: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"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"canthelp",
"_:search/498ac96c"
],
[
"_:search/498ac96c",
"area",
"south"
],
[
"_:search/498ac96c",
"food",
"french"
],
[
"_:search/498ac96c",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"address",
"22 chesterton road chesterton"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"phone",
"01223 351880"
],
[
"_: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,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"canthelp",
"_:search/498ac96c"
],
[
"_:search/498ac96c",
"area",
"south"
],
[
"_:search/498ac96c",
"food",
"french"
],
[
"_:search/498ac96c",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"address",
"22 chesterton road chesterton"
],
[
"_:result",
"phone",
"01223 351880"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_: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,
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,area,'west');(_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "spanish food west part of town"
},
{
"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"
},
{
"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": [
"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": 7,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"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,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "spanish"
},
{
"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,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "spanish"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no spanish restaurant in the west of town"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any area"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no spanish restaurant in the west of town"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": "any"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'spanish');(_:result,name,'la tasca');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la tasca serves spanish food"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'la tasca');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la tasca is a great restaurant"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 20,
"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": 21,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,name,'la tasca');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la tasca is a great restaurant"
},
{
"id": 23,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,name,'la tasca');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la tasca is a great restaurant"
},
{
"id": 25,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "prices"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,food,'spanish');(_:result,name,'la raza');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la raza serves spanish food"
},
{
"id": 27,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price"
},
{
"id": 28,
"rdf-acts": [
"inform((_:result,name,'la raza');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la raza is a great restaurant"
},
{
"id": 29,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 30,
"rdf-acts": [
"inform((_:result,name,'la raza');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la raza is a great restaurant"
},
{
"id": 31,
"rdf-acts": [
"ack()"
],
"speaker": "user",
"text": "have a good"
},
{
"id": 32,
"rdf-acts": [
"inform((_:result,name,'la raza');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la raza is a great restaurant"
},
{
"id": 33,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-36440f7305-20130327_195221 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_: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"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"spanish"
],
[
"_: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"
],
[
"_:search",
"food",
"spanish"
],
[
"_: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",
"food",
"spanish"
],
[
"_:system",
"canthelp",
"_:search/cf7869b8"
],
[
"_:search/cf7869b8",
"area",
"west"
],
[
"_:search/cf7869b8",
"food",
"spanish"
],
[
"_:search/cf7869b8",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_: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",
"food",
"spanish"
],
[
"_:system",
"canthelp",
"_:search/cf7869b8"
],
[
"_:search/cf7869b8",
"area",
"west"
],
[
"_:search/cf7869b8",
"food",
"spanish"
],
[
"_:search/cf7869b8",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5e2685c4"
],
[
"_:search/5e2685c4",
"area",
"west"
],
[
"_:search/5e2685c4",
"food",
"spanish"
],
[
"_:search/5e2685c4",
"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",
"food",
"spanish"
],
[
"_:system",
"canthelp",
"_:search/cf7869b8"
],
[
"_:search/cf7869b8",
"area",
"west"
],
[
"_:search/cf7869b8",
"food",
"spanish"
],
[
"_:search/cf7869b8",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5e2685c4"
],
[
"_:search/5e2685c4",
"area",
"west"
],
[
"_:search/5e2685c4",
"food",
"spanish"
],
[
"_:search/5e2685c4",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la tasca"
],
[
"_: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",
"food",
"spanish"
],
[
"_:system",
"canthelp",
"_:search/cf7869b8"
],
[
"_:search/cf7869b8",
"area",
"west"
],
[
"_:search/cf7869b8",
"food",
"spanish"
],
[
"_:search/cf7869b8",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5e2685c4"
],
[
"_:search/5e2685c4",
"area",
"west"
],
[
"_:search/5e2685c4",
"food",
"spanish"
],
[
"_:search/5e2685c4",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"la tasca"
],
[
"_: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",
"food",
"spanish"
],
[
"_:system",
"canthelp",
"_:search/cf7869b8"
],
[
"_:search/cf7869b8",
"area",
"west"
],
[
"_:search/cf7869b8",
"food",
"spanish"
],
[
"_:search/cf7869b8",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5e2685c4"
],
[
"_:search/5e2685c4",
"area",
"west"
],
[
"_:search/5e2685c4",
"food",
"spanish"
],
[
"_:search/5e2685c4",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"address",
"14 -16 bridge street"
],
[
"_:result",
"name",
"la tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:system",
"canthelp",
"_:search/cf7869b8"
],
[
"_:search/cf7869b8",
"area",
"west"
],
[
"_:search/cf7869b8",
"food",
"spanish"
],
[
"_:search/cf7869b8",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5e2685c4"
],
[
"_:search/5e2685c4",
"area",
"west"
],
[
"_:search/5e2685c4",
"food",
"spanish"
],
[
"_:search/5e2685c4",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"address",
"14 -16 bridge street"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"la tasca"
],
[
"_: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",
"food",
"spanish"
],
[
"_:system",
"canthelp",
"_:search/cf7869b8"
],
[
"_:search/cf7869b8",
"area",
"west"
],
[
"_:search/cf7869b8",
"food",
"spanish"
],
[
"_:search/cf7869b8",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5e2685c4"
],
[
"_:search/5e2685c4",
"area",
"west"
],
[
"_:search/5e2685c4",
"food",
"spanish"
],
[
"_:search/5e2685c4",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"address",
"14 -16 bridge street"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"la tasca"
],
[
"_: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",
"food",
"spanish"
],
[
"_:system",
"canthelp",
"_:search/cf7869b8"
],
[
"_:search/cf7869b8",
"area",
"west"
],
[
"_:search/cf7869b8",
"food",
"spanish"
],
[
"_:search/cf7869b8",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5e2685c4"
],
[
"_:search/5e2685c4",
"area",
"west"
],
[
"_:search/5e2685c4",
"food",
"spanish"
],
[
"_:search/5e2685c4",
"type",
"Restaurant"
],
[
"_:result",
"address",
"14 -16 bridge street"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la raza"
],
[
"_: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",
"food",
"spanish"
],
[
"_:system",
"canthelp",
"_:search/cf7869b8"
],
[
"_:search/cf7869b8",
"area",
"west"
],
[
"_:search/cf7869b8",
"food",
"spanish"
],
[
"_:search/cf7869b8",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5e2685c4"
],
[
"_:search/5e2685c4",
"area",
"west"
],
[
"_:search/5e2685c4",
"food",
"spanish"
],
[
"_:search/5e2685c4",
"type",
"Restaurant"
],
[
"_:result",
"address",
"14 -16 bridge street"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la raza"
],
[
"_: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
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:system",
"canthelp",
"_:search/cf7869b8"
],
[
"_:search/cf7869b8",
"area",
"west"
],
[
"_:search/cf7869b8",
"food",
"spanish"
],
[
"_:search/cf7869b8",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5e2685c4"
],
[
"_:search/5e2685c4",
"area",
"west"
],
[
"_:search/5e2685c4",
"food",
"spanish"
],
[
"_:search/5e2685c4",
"type",
"Restaurant"
],
[
"_:result",
"address",
"14 -16 bridge street"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"food",
"spanish"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"name",
"la raza"
],
[
"_: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
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:system",
"canthelp",
"_:search/cf7869b8"
],
[
"_:search/cf7869b8",
"area",
"west"
],
[
"_:search/cf7869b8",
"food",
"spanish"
],
[
"_:search/cf7869b8",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5e2685c4"
],
[
"_:search/5e2685c4",
"area",
"west"
],
[
"_:search/5e2685c4",
"food",
"spanish"
],
[
"_:search/5e2685c4",
"type",
"Restaurant"
],
[
"_:result",
"address",
"14 -16 bridge street"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la raza"
],
[
"_: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
]
}
] |
[
{
"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": "im looking for a moderately priced rest"
},
{
"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 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,'brazilian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "brazilian"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'brazilian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving brazilian food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about gastropub type of foo"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'brazilian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving brazilian food"
},
{
"id": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about gasper gastropub type o"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'yippee noodle bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yippee noodle bar is in the moderate price range"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "kay can i have the address phone number and the area"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'40428 king street city centre');(_: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 and it is on 40428 King Street City Centre ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "was that in the east part of town west part of town"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yippee noodle bar is a great restaurant"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-78f497f314-20130324_140601 | [
{
"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",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"brazilian"
],
[
"_: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/ad9182fe"
],
[
"_:search/ad9182fe",
"food",
"brazilian"
],
[
"_:search/ad9182fe",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/ad9182fe"
],
[
"_:search/ad9182fe",
"food",
"brazilian"
],
[
"_:search/ad9182fe",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/bc558794"
],
[
"_:search/bc558794",
"food",
"brazilian"
],
[
"_:search/bc558794",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_: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",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/ad9182fe"
],
[
"_:search/ad9182fe",
"food",
"brazilian"
],
[
"_:search/ad9182fe",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/bc558794"
],
[
"_:search/bc558794",
"food",
"brazilian"
],
[
"_:search/bc558794",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/ad9182fe"
],
[
"_:search/ad9182fe",
"food",
"brazilian"
],
[
"_:search/ad9182fe",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/bc558794"
],
[
"_:search/bc558794",
"food",
"brazilian"
],
[
"_:search/bc558794",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"40428 king street city centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"phone",
"01223 518111"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/ad9182fe"
],
[
"_:search/ad9182fe",
"food",
"brazilian"
],
[
"_:search/ad9182fe",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/bc558794"
],
[
"_:search/bc558794",
"food",
"brazilian"
],
[
"_:search/bc558794",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"40428 king street city centre"
],
[
"_:result",
"phone",
"01223 518111"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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,
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,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap 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"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is a nice place in the south of town and the prices are cheap"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park clifton way cherry hinton');(_:result,name,'the lucky star');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the lucky star is on Cambridge Leisure Park Clifton Way Cherry Hinton"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the post code"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the lucky star');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of the lucky star is C.B 1, 7 D.Y"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-14f776f781-20130329_033249 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_: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,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a moderately priced restaurant in the west part of town"
},
{
"id": 2,
"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 restaurant in the west of town in the moderate price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number and address"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 6,
"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 restaurant in the west of town 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,'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": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e0035cc31b-20130326_205511 | [
{
"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",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"phone",
"01223 353110"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"01223 353110"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"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",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 353110"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton street"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_: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,'tuscan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "tuscan 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,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east"
},
{
"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,'tuscan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "tuscan food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'tuscan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no tuscan restaurant in the east of town"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'tuscan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no tuscan restaurant in the east of town"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "european"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no european restaurant in the east of town"
},
{
"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,'european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no european restaurant in the south of town"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no european restaurant in the south of town"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 16,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no european restaurant in the south of town"
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-f22c2bf9c7-20130326_015536 | [
{
"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",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:system",
"canthelp",
"_:search/de1fa910"
],
[
"_:search/de1fa910",
"area",
"east"
],
[
"_:search/de1fa910",
"food",
"tuscan"
],
[
"_:search/de1fa910",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_: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/de1fa910"
],
[
"_:search/de1fa910",
"area",
"east"
],
[
"_:search/de1fa910",
"food",
"tuscan"
],
[
"_:search/de1fa910",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/7b78930f"
],
[
"_:search/7b78930f",
"area",
"east"
],
[
"_:search/7b78930f",
"food",
"tuscan"
],
[
"_:search/7b78930f",
"type",
"Restaurant"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/de1fa910"
],
[
"_:search/de1fa910",
"area",
"east"
],
[
"_:search/de1fa910",
"food",
"tuscan"
],
[
"_:search/de1fa910",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7b78930f"
],
[
"_:search/7b78930f",
"area",
"east"
],
[
"_:search/7b78930f",
"food",
"tuscan"
],
[
"_:search/7b78930f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/446b5b68"
],
[
"_:search/446b5b68",
"area",
"east"
],
[
"_:search/446b5b68",
"food",
"european"
],
[
"_:search/446b5b68",
"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"
],
[
"_:system",
"canthelp",
"_:search/de1fa910"
],
[
"_:search/de1fa910",
"area",
"east"
],
[
"_:search/de1fa910",
"food",
"tuscan"
],
[
"_:search/de1fa910",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7b78930f"
],
[
"_:search/7b78930f",
"area",
"east"
],
[
"_:search/7b78930f",
"food",
"tuscan"
],
[
"_:search/7b78930f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/446b5b68"
],
[
"_:search/446b5b68",
"area",
"east"
],
[
"_:search/446b5b68",
"food",
"european"
],
[
"_:search/446b5b68",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6a432a8c"
],
[
"_:search/6a432a8c",
"area",
"south"
],
[
"_:search/6a432a8c",
"food",
"european"
],
[
"_:search/6a432a8c",
"type",
"Restaurant"
],
[
"_: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/de1fa910"
],
[
"_:search/de1fa910",
"area",
"east"
],
[
"_:search/de1fa910",
"food",
"tuscan"
],
[
"_:search/de1fa910",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7b78930f"
],
[
"_:search/7b78930f",
"area",
"east"
],
[
"_:search/7b78930f",
"food",
"tuscan"
],
[
"_:search/7b78930f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/446b5b68"
],
[
"_:search/446b5b68",
"area",
"east"
],
[
"_:search/446b5b68",
"food",
"european"
],
[
"_:search/446b5b68",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6a432a8c"
],
[
"_:search/6a432a8c",
"area",
"south"
],
[
"_:search/6a432a8c",
"food",
"european"
],
[
"_:search/6a432a8c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/cbccc76a"
],
[
"_:search/cbccc76a",
"area",
"south"
],
[
"_:search/cbccc76a",
"food",
"european"
],
[
"_:search/cbccc76a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_: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/de1fa910"
],
[
"_:search/de1fa910",
"area",
"east"
],
[
"_:search/de1fa910",
"food",
"tuscan"
],
[
"_:search/de1fa910",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7b78930f"
],
[
"_:search/7b78930f",
"area",
"east"
],
[
"_:search/7b78930f",
"food",
"tuscan"
],
[
"_:search/7b78930f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"canthelp",
"_:search/446b5b68"
],
[
"_:search/446b5b68",
"area",
"east"
],
[
"_:search/446b5b68",
"food",
"european"
],
[
"_:search/446b5b68",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6a432a8c"
],
[
"_:search/6a432a8c",
"area",
"south"
],
[
"_:search/6a432a8c",
"food",
"european"
],
[
"_:search/6a432a8c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/cbccc76a"
],
[
"_:search/cbccc76a",
"area",
"south"
],
[
"_:search/cbccc76a",
"food",
"european"
],
[
"_:search/cbccc76a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/25dd0435"
],
[
"_:search/25dd0435",
"area",
"south"
],
[
"_:search/25dd0435",
"food",
"european"
],
[
"_:search/25dd0435",
"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": "im looking for 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,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": [],
"speaker": "user",
"text": "can i get a"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'golden wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is a great restaurant"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there 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": "can i have the 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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e3b4879e0d-20130327_181715 | [
{
"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"
]
],
"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",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"golden wok"
],
[
"_: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",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_: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",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_: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,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"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-b08f15a787-20130402_072705 | [
{
"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,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the center part of town that serves unintelligible food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul serves korean food"
},
{
"id": 3,
"rdf-acts": [
"deny((_:result,food,'korean');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "not korean unintelligible"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul serves korean food"
},
{
"id": 5,
"rdf-acts": [
"deny((_:result,food,'korean');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "not korean"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul serves korean food"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "uh"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no other korean restaurant that matches your request"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "what about unintelligible food restaurants"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul serves korean food"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-78f497f314-20130324_203349 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:user",
"denied",
"_:result/6c1a7788"
],
[
"_:result/6c1a7788",
"food",
"korean"
],
[
"_:result/6c1a7788",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/6c1a7788"
],
[
"_:result/6c1a7788",
"food",
"korean"
],
[
"_:result/6c1a7788",
"type",
"Restaurant"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:user",
"denied",
"_:result/5cc18e6c"
],
[
"_:result/5cc18e6c",
"food",
"korean"
],
[
"_:result/5cc18e6c",
"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"
],
[
"_:user",
"denied",
"_:result/6c1a7788"
],
[
"_:result/6c1a7788",
"food",
"korean"
],
[
"_:result/6c1a7788",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/5cc18e6c"
],
[
"_:result/5cc18e6c",
"food",
"korean"
],
[
"_:result/5cc18e6c",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_: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"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/6c1a7788"
],
[
"_:result/6c1a7788",
"food",
"korean"
],
[
"_:result/6c1a7788",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/5cc18e6c"
],
[
"_:result/5cc18e6c",
"food",
"korean"
],
[
"_:result/5cc18e6c",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c028a4f8"
],
[
"_:search/c028a4f8",
"food",
"korean"
],
[
"_:search/c028a4f8",
"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"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/6c1a7788"
],
[
"_:result/6c1a7788",
"food",
"korean"
],
[
"_:result/6c1a7788",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/5cc18e6c"
],
[
"_:result/5cc18e6c",
"food",
"korean"
],
[
"_:result/5cc18e6c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c028a4f8"
],
[
"_:search/c028a4f8",
"food",
"korean"
],
[
"_:search/c028a4f8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_: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
]
}
] |
[
{
"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": [
"affirm()",
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes hi im looking for a restaurant in the north"
},
{
"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 food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cantonese food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry, I can't hear you"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want the address and ph"
},
{
"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": "and the 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-be5694f464-20130328_125916 | [
{
"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",
"cantonese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/5de7559e"
],
[
"_:search/5de7559e",
"food",
"cantonese"
],
[
"_:search/5de7559e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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",
"north"
],
[
"_:system",
"canthelp",
"_:search/5de7559e"
],
[
"_:search/5de7559e",
"food",
"cantonese"
],
[
"_:search/5de7559e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/5de7559e"
],
[
"_:search/5de7559e",
"food",
"cantonese"
],
[
"_:search/5de7559e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/5de7559e"
],
[
"_:search/5de7559e",
"food",
"cantonese"
],
[
"_:search/5de7559e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_: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,'east');(_:search,food,'indonesian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant in the east part of town that serves indonesian food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'indonesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no indonesian restaurant in the east of town"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about chinese food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'chinese');(_:result,name,'yu garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yu garden is a nice restaurant in the east of town serving chinese food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address phone number post code"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'yu garden');(_:result,phone,'01223 248882');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of yu garden is 01223 248882 and its postcode is C.B 5, 8 P.A ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'529 newmarket road fen ditton');(_:result,name,'yu garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , yu garden is on 529 Newmarket Road Fen Ditton"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-b57f8ee22b-20130325_185940 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indonesian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/ede44377"
],
[
"_:search/ede44377",
"area",
"east"
],
[
"_:search/ede44377",
"food",
"indonesian"
],
[
"_:search/ede44377",
"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",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/ede44377"
],
[
"_:search/ede44377",
"area",
"east"
],
[
"_:search/ede44377",
"food",
"indonesian"
],
[
"_:search/ede44377",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/ede44377"
],
[
"_:search/ede44377",
"area",
"east"
],
[
"_:search/ede44377",
"food",
"indonesian"
],
[
"_:search/ede44377",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"phone",
"01223 248882"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_: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/ede44377"
],
[
"_:search/ede44377",
"area",
"east"
],
[
"_:search/ede44377",
"food",
"indonesian"
],
[
"_:search/ede44377",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"phone",
"01223 248882"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_:result",
"address",
"529 newmarket road fen ditton"
],
[
"_:result",
"name",
"yu garden"
],
[
"_: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,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a cheap 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,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": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what the address"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food does the venue serve"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria serves italian food"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-5cf59cc660-20130328_145134 | [
{
"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",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_: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
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_: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
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_: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
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_: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",
"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,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need a 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,'traditional');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "traditional food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'traditional');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving traditional food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about indian food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'traditional');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving traditional food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about indian food"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the address"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'pipasha restaurant');(_:result,phone,'01223 577786');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of pipasha restaurant is 01223 577786 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-05e7a5440b-20130328_211413 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"traditional"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/73139602"
],
[
"_:search/73139602",
"food",
"traditional"
],
[
"_:search/73139602",
"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/73139602"
],
[
"_:search/73139602",
"food",
"traditional"
],
[
"_:search/73139602",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3893b298"
],
[
"_:search/3893b298",
"food",
"traditional"
],
[
"_:search/3893b298",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/73139602"
],
[
"_:search/73139602",
"food",
"traditional"
],
[
"_:search/73139602",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3893b298"
],
[
"_:search/3893b298",
"food",
"traditional"
],
[
"_:search/3893b298",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/73139602"
],
[
"_:search/73139602",
"food",
"traditional"
],
[
"_:search/73139602",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3893b298"
],
[
"_:search/3893b298",
"food",
"traditional"
],
[
"_:search/3893b298",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"address",
"newmarket road fen ditton"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/73139602"
],
[
"_:search/73139602",
"food",
"traditional"
],
[
"_:search/73139602",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3893b298"
],
[
"_:search/3893b298",
"food",
"traditional"
],
[
"_:search/3893b298",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"address",
"newmarket road fen ditton"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"phone",
"01223 577786"
],
[
"_: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 moderately priced restaurant in the north part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is a nice restaurant in the north of town in the moderate price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-bde2721237-20130326_192751 | [
{
"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"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"meghna"
],
[
"_: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",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"name",
"meghna"
],
[
"_: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": [],
"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,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "in the 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,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "chinese food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'the nirala');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala is a nice restaurant in the north of town serving indian food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "chinese food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'chinese');(_:result,name,'hakka');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hakka is a nice restaurant in the north of town serving chinese food"
},
{
"id": 9,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-10beae627f-20130329_154245 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_: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",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"hakka"
],
[
"_: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",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_: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",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_: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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_: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
]
}
] |
[
{
"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,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced"
},
{
"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": "doesnt matter"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 7,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "swiss food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'golden wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is a great restaurant"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "swiss food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'golden wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is a great restaurant"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "british food"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'golden wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is a great restaurant"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "british food"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'british');(_:result,name,'saint johns chop house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saint johns chop house serves british food in the moderate price range"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,food,'british');(_:result,name,'cotto');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cotto serves british food in the moderate price range"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'cotto');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cotto is a great restaurant"
},
{
"id": 21,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,name,'cotto');(_:result,phone,'01223 302010');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of cotto is 01223 302010 ."
},
{
"id": 23,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-a31ca3e355-20130324_190654 | [
{
"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",
"area",
"*"
],
[
"_: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",
"*"
],
[
"_: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",
"*"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"swiss"
],
[
"_: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",
"area",
"*"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"swiss"
],
[
"_: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",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_: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",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_: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",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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",
"area",
"*"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"cotto"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"cotto"
],
[
"_: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",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"cotto"
],
[
"_:result",
"phone",
"01223 302010"
],
[
"_: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,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an expensive restaurant that serves unintelligible 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,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "jamaican"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'british');(_:result,name,'fitzbillies restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "fitzbillies restaurant is a nice restaurant in the centre of town serving british food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "jamaican"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'fitzbillies restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at fitzbillies restaurant is expensive ."
},
{
"id": 9,
"rdf-acts": [
"confirm((_:result,food,'jamaican');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is there a jamaican restaurant"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'jamaican');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no jamaican restaurant in the expensive price range"
},
{
"id": 11,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about korean"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'korean');(_:result,name,'little seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul is a nice restaurant in the centre of town serving korean food"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": "what about us"
},
{
"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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fdf8b50918-20130327_024909 | [
{
"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",
"jamaican"
],
[
"_: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",
"food",
"british"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"jamaican"
],
[
"_: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"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"jamaican"
],
[
"_: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",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"jamaican"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c9b89f11"
],
[
"_:search/c9b89f11",
"food",
"jamaican"
],
[
"_:search/c9b89f11",
"pricerange",
"expensive"
],
[
"_:search/c9b89f11",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/c9b89f11"
],
[
"_:search/c9b89f11",
"food",
"jamaican"
],
[
"_:search/c9b89f11",
"pricerange",
"expensive"
],
[
"_:search/c9b89f11",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/c9b89f11"
],
[
"_:search/c9b89f11",
"food",
"jamaican"
],
[
"_:search/c9b89f11",
"pricerange",
"expensive"
],
[
"_:search/c9b89f11",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"108 regent street city 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
]
}
] |
[
{
"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": "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,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap restaurant"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is a nice restaurant in the south of town in the cheap price range"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e54437a6f0-20130325_132940 | [
{
"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",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_: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",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way"
],
[
"_:result",
"name",
"nandos"
],
[
"_: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",
"south"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_: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,'japanese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a expensive restaurant serving japanese food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'japanese');(_:result,name,'wagamama');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "wagamama is a great restaurant serving japanese food and it is in the expensive price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "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-8f9fb7a86b-20130328_184241 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"japanese"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"japanese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"36 saint andrews street"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"japanese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"36 saint andrews street"
],
[
"_: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
]
}
] |
[
{
"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,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant on the east part of town that serves scandinavia food"
},
{
"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,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "scandinavian"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving scandinavian food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about chinese"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,food,'halal');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a halal restaurant right?"
},
{
"id": 7,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "uh no"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'halal');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving halal food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the east part of town serving chinese food"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'halal');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving halal food"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant serving chinese food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'chinese');(_:result,name,'yu garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yu garden is a nice place in the east of town serving tasty chinese food"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the address phone number and post code"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'yu garden');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of yu garden is C.B 5, 8 P.A"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number and address"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,address,'529 newmarket road fen ditton');(_:result,name,'yu garden');(_:result,phone,'01223 248882');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of yu garden is 01223 248882 and it is on 529 Newmarket Road Fen Ditton ."
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-2f209793f4-20130326_005217 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/78274698"
],
[
"_:search/78274698",
"food",
"scandinavian"
],
[
"_:search/78274698",
"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",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/78274698"
],
[
"_:search/78274698",
"food",
"scandinavian"
],
[
"_:search/78274698",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_: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/78274698"
],
[
"_:search/78274698",
"food",
"scandinavian"
],
[
"_:search/78274698",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/06f8020e"
],
[
"_:search/06f8020e",
"food",
"halal"
],
[
"_:search/06f8020e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/78274698"
],
[
"_:search/78274698",
"food",
"scandinavian"
],
[
"_:search/78274698",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/06f8020e"
],
[
"_:search/06f8020e",
"food",
"halal"
],
[
"_:search/06f8020e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/9d2f433c"
],
[
"_:search/9d2f433c",
"food",
"halal"
],
[
"_:search/9d2f433c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_: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/78274698"
],
[
"_:search/78274698",
"food",
"scandinavian"
],
[
"_:search/78274698",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/06f8020e"
],
[
"_:search/06f8020e",
"food",
"halal"
],
[
"_:search/06f8020e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/9d2f433c"
],
[
"_:search/9d2f433c",
"food",
"halal"
],
[
"_:search/9d2f433c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/78274698"
],
[
"_:search/78274698",
"food",
"scandinavian"
],
[
"_:search/78274698",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/06f8020e"
],
[
"_:search/06f8020e",
"food",
"halal"
],
[
"_:search/06f8020e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/9d2f433c"
],
[
"_:search/9d2f433c",
"food",
"halal"
],
[
"_:search/9d2f433c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_: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/78274698"
],
[
"_:search/78274698",
"food",
"scandinavian"
],
[
"_:search/78274698",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/06f8020e"
],
[
"_:search/06f8020e",
"food",
"halal"
],
[
"_:search/06f8020e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/9d2f433c"
],
[
"_:search/9d2f433c",
"food",
"halal"
],
[
"_:search/9d2f433c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_:result",
"address",
"529 newmarket road fen ditton"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"phone",
"01223 248882"
],
[
"_: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,'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": "any"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'italian');(_:result,name,'frankie and bennys');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "frankie and bennys is a nice restaurant in the south of town serving italian food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'frankie and bennys');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of frankie and bennys is C.B 1, 7 D.Y"
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "you good bye"
}
] | voip-4c0d36762a-20130328_204720 | [
{
"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",
"italian"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_: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",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"phone",
"01223 412430"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 412430"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_: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,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant in the north"
},
{
"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 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": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats their address"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-0fa32b1e78-20130328_234145 | [
{
"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",
"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"
],
[
"_:result",
"address",
"?"
]
],
"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",
"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
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_: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"
],
[
"_: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": "i want a 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": [],
"speaker": "user",
"text": "that serves"
},
{
"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,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a restaurant that serves cantonese food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no cantonese restaurant that matches your request"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about north american food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'curry garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry garden serves indian food ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north american"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'curry garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry garden is a great restaurant"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north american food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'north american');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "gourmet burger kitchen serves north american 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,'regent street city centre');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , gourmet burger kitchen is on Regent Street City Centre"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'gourmet burger kitchen');(_:result,phone,'01223 312598');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of gourmet burger kitchen is 01223 312598 ."
},
{
"id": 17,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price range"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'gourmet burger kitchen');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "gourmet burger kitchen is in the expensive price range"
},
{
"id": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-583e7cede5-20130323_143756 | [
{
"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",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a2eaff9f"
],
[
"_:search/a2eaff9f",
"food",
"cantonese"
],
[
"_:search/a2eaff9f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"north american"
],
[
"_: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/a2eaff9f"
],
[
"_:search/a2eaff9f",
"food",
"cantonese"
],
[
"_:search/a2eaff9f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_: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/a2eaff9f"
],
[
"_:search/a2eaff9f",
"food",
"cantonese"
],
[
"_:search/a2eaff9f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_: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/a2eaff9f"
],
[
"_:search/a2eaff9f",
"food",
"cantonese"
],
[
"_:search/a2eaff9f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"north american"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_: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/a2eaff9f"
],
[
"_:search/a2eaff9f",
"food",
"cantonese"
],
[
"_:search/a2eaff9f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"north american"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/a2eaff9f"
],
[
"_:search/a2eaff9f",
"food",
"cantonese"
],
[
"_:search/a2eaff9f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"north american"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"phone",
"01223 312598"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"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/a2eaff9f"
],
[
"_:search/a2eaff9f",
"food",
"cantonese"
],
[
"_:search/a2eaff9f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"north american"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"phone",
"01223 312598"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_: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
]
}
] |
[
{
"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": "i want to find a cheap restaurant and it should be 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 place in the east of town and the prices are cheap"
},
{
"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,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the post code"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is a great restaurant"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the post code"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the missing sock');(_:result,postcode,'c.b 25');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of the missing sock is C.B 25, 9 A.Q"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-10beae627f-20130328_165757 | [
{
"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",
"postcode",
"?"
]
],
"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",
"postcode",
"?"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_: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"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"finders corner newmarket road"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"postcode",
"c.b 25"
],
[
"_: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": "i would like to find an expensive restaurant serving"
},
{
"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 part of town please"
},
{
"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,'german');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "german food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'german');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no german restaurant in the expensive price range"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental type of food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'german');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no german restaurant in the expensive price range"
},
{
"id": 9,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'german');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no german restaurant in the expensive price range"
},
{
"id": 11,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental food"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what price range is this venue"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'saigon city');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of saigon city is C.B 4, 1 N.L"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'saigon city');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saigon city is in the expensive price range"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about the area"
},
{
"id": 20,
"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": 21,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-935947e17b-20130402_195455 | [
{
"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",
"german"
],
[
"_: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/af743a60"
],
[
"_:search/af743a60",
"food",
"german"
],
[
"_:search/af743a60",
"pricerange",
"expensive"
],
[
"_:search/af743a60",
"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",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/af743a60"
],
[
"_:search/af743a60",
"food",
"german"
],
[
"_:search/af743a60",
"pricerange",
"expensive"
],
[
"_:search/af743a60",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/600850c7"
],
[
"_:search/600850c7",
"food",
"german"
],
[
"_:search/600850c7",
"pricerange",
"expensive"
],
[
"_:search/600850c7",
"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",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/af743a60"
],
[
"_:search/af743a60",
"food",
"german"
],
[
"_:search/af743a60",
"pricerange",
"expensive"
],
[
"_:search/af743a60",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/600850c7"
],
[
"_:search/600850c7",
"food",
"german"
],
[
"_:search/600850c7",
"pricerange",
"expensive"
],
[
"_:search/600850c7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/dc2b0b9d"
],
[
"_:search/dc2b0b9d",
"food",
"german"
],
[
"_:search/dc2b0b9d",
"pricerange",
"expensive"
],
[
"_:search/dc2b0b9d",
"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",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/af743a60"
],
[
"_:search/af743a60",
"food",
"german"
],
[
"_:search/af743a60",
"pricerange",
"expensive"
],
[
"_:search/af743a60",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/600850c7"
],
[
"_:search/600850c7",
"food",
"german"
],
[
"_:search/600850c7",
"pricerange",
"expensive"
],
[
"_:search/600850c7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/dc2b0b9d"
],
[
"_:search/dc2b0b9d",
"food",
"german"
],
[
"_:search/dc2b0b9d",
"pricerange",
"expensive"
],
[
"_:search/dc2b0b9d",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"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/af743a60"
],
[
"_:search/af743a60",
"food",
"german"
],
[
"_:search/af743a60",
"pricerange",
"expensive"
],
[
"_:search/af743a60",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/600850c7"
],
[
"_:search/600850c7",
"food",
"german"
],
[
"_:search/600850c7",
"pricerange",
"expensive"
],
[
"_:search/600850c7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/dc2b0b9d"
],
[
"_:search/dc2b0b9d",
"food",
"german"
],
[
"_:search/dc2b0b9d",
"pricerange",
"expensive"
],
[
"_:search/dc2b0b9d",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_: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",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/af743a60"
],
[
"_:search/af743a60",
"food",
"german"
],
[
"_:search/af743a60",
"pricerange",
"expensive"
],
[
"_:search/af743a60",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/600850c7"
],
[
"_:search/600850c7",
"food",
"german"
],
[
"_:search/600850c7",
"pricerange",
"expensive"
],
[
"_:search/600850c7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/dc2b0b9d"
],
[
"_:search/dc2b0b9d",
"food",
"german"
],
[
"_:search/dc2b0b9d",
"pricerange",
"expensive"
],
[
"_:search/dc2b0b9d",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_: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,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/af743a60"
],
[
"_:search/af743a60",
"food",
"german"
],
[
"_:search/af743a60",
"pricerange",
"expensive"
],
[
"_:search/af743a60",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/600850c7"
],
[
"_:search/600850c7",
"food",
"german"
],
[
"_:search/600850c7",
"pricerange",
"expensive"
],
[
"_:search/600850c7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/dc2b0b9d"
],
[
"_:search/dc2b0b9d",
"food",
"german"
],
[
"_:search/dc2b0b9d",
"pricerange",
"expensive"
],
[
"_:search/dc2b0b9d",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"phone",
"01223 356555"
],
[
"_: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/af743a60"
],
[
"_:search/af743a60",
"food",
"german"
],
[
"_:search/af743a60",
"pricerange",
"expensive"
],
[
"_:search/af743a60",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/600850c7"
],
[
"_:search/600850c7",
"food",
"german"
],
[
"_:search/600850c7",
"pricerange",
"expensive"
],
[
"_:search/600850c7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/dc2b0b9d"
],
[
"_:search/dc2b0b9d",
"food",
"german"
],
[
"_:search/dc2b0b9d",
"pricerange",
"expensive"
],
[
"_:search/dc2b0b9d",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 356555"
],
[
"_:result",
"area",
"north"
],
[
"_: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
]
}
] |
[
{
"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": "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,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east noise"
},
{
"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": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,*);(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "noise anything expensive"
},
{
"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,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"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,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'sitar tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sitar tandoori is a nice place in the east of town and the prices are expensive"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,address,'43 high street cherry hinton cherry hinton');(_:result,name,'sitar tandoori');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sitar tandoori is on 43 High Street Cherry Hinton Cherry Hinton , C.B 1, 9 H.X"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'sitar tandoori');(_:result,phone,'01223 249955');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of sitar tandoori is 01223 249955 ."
},
{
"id": 19,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and whats the post code"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'sitar tandoori');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of sitar tandoori is C.B 1, 9 H.X"
},
{
"id": 21,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-03c59ba692-20130402_060050 | [
{
"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",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_: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",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_: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
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"43 high street cherry hinton cherry hinton"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_: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"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"43 high street cherry hinton cherry hinton"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"phone",
"01223 249955"
],
[
"_: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"43 high street cherry hinton cherry hinton"
],
[
"_:result",
"phone",
"01223 249955"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_: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,
16,
17,
18,
19,
20,
21
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.