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,food,'belgian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "belgium food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'malaysian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "malyasian"
},
{
"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"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'thai');(_:result,name,'bangkok city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city serves thai food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'thai');(_:result,name,'sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sala thong serves thai food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no other thai restaurant that matches your request"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "telephone"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'thai');(_:result,name,'bangkok city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city serves thai food"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "telephone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'bangkok city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city is a great restaurant"
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-2d3d74d091-20130328_134757 | [
{
"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"
],
[
"_:search",
"food",
"belgian"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"malaysian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"sala thong"
],
[
"_: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",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/819f48c2"
],
[
"_:search/819f48c2",
"food",
"thai"
],
[
"_:search/819f48c2",
"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",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"canthelp",
"_:search/819f48c2"
],
[
"_:search/819f48c2",
"food",
"thai"
],
[
"_:search/819f48c2",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_: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
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"canthelp",
"_:search/819f48c2"
],
[
"_:search/819f48c2",
"food",
"thai"
],
[
"_:search/819f48c2",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
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,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "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": "i dont care"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"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": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the type of food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'the lucky star');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is a great restaurant"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'the lucky star');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star serves chinese food"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-2f4c700ae3-20130401_191205 | [
{
"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",
"nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_: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,'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,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,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south"
},
{
"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 part"
},
{
"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,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 14,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 16,
"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": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the phone number"
},
{
"id": 20,
"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": 21,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the post code"
},
{
"id": 22,
"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": 23,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-0241bbae39-20130327_204651 | [
{
"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",
"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",
"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",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"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",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_: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",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_: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",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_: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,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_: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",
"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",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_: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",
"phone",
"01223 244277"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_: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,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 6,
"rdf-acts": [
"select((_:result,area,'south');(_:result,area,'west'))"
],
"speaker": "system",
"text": "Sorry would you like something in the south or in the west"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 8,
"rdf-acts": [
"select((_:result,area,'south');(_:result,area,'west'))"
],
"speaker": "system",
"text": "Sorry would you like something in the south or in the west"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 10,
"rdf-acts": [
"select((_:result,area,'south');(_:result,area,'west'))"
],
"speaker": "system",
"text": "Sorry would you like something in the south or in the west"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 12,
"rdf-acts": [
"select((_:result,area,'south');(_:result,area,'west'))"
],
"speaker": "system",
"text": "Sorry would you like something in the south or in the west"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 14,
"rdf-acts": [
"select((_:result,area,'south');(_:result,area,'west'))"
],
"speaker": "system",
"text": "Sorry would you like something in the south or in the west"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "in the west"
},
{
"id": 16,
"rdf-acts": [
"select((_:result,area,'south');(_:result,area,'west'))"
],
"speaker": "system",
"text": "Sorry would you like something in the south or in the west"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "in the west"
},
{
"id": 18,
"rdf-acts": [
"confirm((_:search,food,'english');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a english restaurant right?"
},
{
"id": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 20,
"rdf-acts": [
"canthelp((_:search,food,'english');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving english food"
},
{
"id": 21,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 22,
"rdf-acts": [
"canthelp((_:search,food,'english');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving english food"
},
{
"id": 23,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "unintelligible thank you goodbye"
},
{
"id": 24,
"rdf-acts": [
"canthelp((_:search,food,'english');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving english food"
},
{
"id": 25,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "unintelligible bye"
}
] | voip-7e07d8f0f5-20130328_190156 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"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": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e35d129a"
],
[
"_:search/e35d129a",
"food",
"english"
],
[
"_:search/e35d129a",
"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": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e35d129a"
],
[
"_:search/e35d129a",
"food",
"english"
],
[
"_:search/e35d129a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6e18e4d5"
],
[
"_:search/6e18e4d5",
"food",
"english"
],
[
"_:search/6e18e4d5",
"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": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e35d129a"
],
[
"_:search/e35d129a",
"food",
"english"
],
[
"_:search/e35d129a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6e18e4d5"
],
[
"_:search/6e18e4d5",
"food",
"english"
],
[
"_:search/6e18e4d5",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/33e5a798"
],
[
"_:search/33e5a798",
"food",
"english"
],
[
"_:search/33e5a798",
"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
]
}
] |
[
{
"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,'bistro');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant that serves bistro"
},
{
"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,'bistro');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "bistro"
},
{
"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,'bistro');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "bistro"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'restaurant alimentum');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at restaurant alimentum is moderate ."
},
{
"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": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'modern european');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant alimentum serves modern european food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'restaurant alimentum');(_:result,phone,'01223 413000');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of restaurant alimentum is 01223 413000 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fdf8b50918-20130329_014041 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"bistro"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"bistro"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"bistro"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"bistro"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"bistro"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"152 - 154 hills road"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_: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",
"moderate"
],
[
"_:search",
"food",
"bistro"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"152 - 154 hills road"
],
[
"_: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
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"bistro"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"152 - 154 hills road"
],
[
"_: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
]
}
] |
[
{
"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,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cantonese food"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a vietnamese restaurant right?"
},
{
"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": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north american food"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north american type food"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any area"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"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,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south of town"
},
{
"id": 14,
"rdf-acts": [
"confirm((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a north american restaurant right?"
},
{
"id": 15,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes right"
},
{
"id": 16,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no north american restaurant in the south of town"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east of town"
},
{
"id": 18,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no north american restaurant in the east of town"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west of town"
},
{
"id": 20,
"rdf-acts": [
"confirm((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a north american restaurant right?"
},
{
"id": 21,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "right"
},
{
"id": 22,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no north american restaurant in the west of town"
},
{
"id": 23,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-52eb280e7b-20130326_212546 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/5db9d7e6"
],
[
"_:search/5db9d7e6",
"food",
"cantonese"
],
[
"_:search/5db9d7e6",
"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/5db9d7e6"
],
[
"_:search/5db9d7e6",
"food",
"cantonese"
],
[
"_:search/5db9d7e6",
"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"
],
[
"_:system",
"canthelp",
"_:search/5db9d7e6"
],
[
"_:search/5db9d7e6",
"food",
"cantonese"
],
[
"_:search/5db9d7e6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:system",
"canthelp",
"_:search/98a80435"
],
[
"_:search/98a80435",
"area",
"north"
],
[
"_:search/98a80435",
"food",
"north american"
],
[
"_:search/98a80435",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/5db9d7e6"
],
[
"_:search/5db9d7e6",
"food",
"cantonese"
],
[
"_:search/5db9d7e6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:system",
"canthelp",
"_:search/98a80435"
],
[
"_:search/98a80435",
"area",
"north"
],
[
"_:search/98a80435",
"food",
"north american"
],
[
"_:search/98a80435",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_: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/5db9d7e6"
],
[
"_:search/5db9d7e6",
"food",
"cantonese"
],
[
"_:search/5db9d7e6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:system",
"canthelp",
"_:search/98a80435"
],
[
"_:search/98a80435",
"area",
"north"
],
[
"_:search/98a80435",
"food",
"north american"
],
[
"_:search/98a80435",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/235b5f9c"
],
[
"_:search/235b5f9c",
"area",
"north"
],
[
"_:search/235b5f9c",
"food",
"north american"
],
[
"_:search/235b5f9c",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_: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/5db9d7e6"
],
[
"_:search/5db9d7e6",
"food",
"cantonese"
],
[
"_:search/5db9d7e6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:system",
"canthelp",
"_:search/98a80435"
],
[
"_:search/98a80435",
"area",
"north"
],
[
"_:search/98a80435",
"food",
"north american"
],
[
"_:search/98a80435",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/235b5f9c"
],
[
"_:search/235b5f9c",
"area",
"north"
],
[
"_:search/235b5f9c",
"food",
"north american"
],
[
"_:search/235b5f9c",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_: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/5db9d7e6"
],
[
"_:search/5db9d7e6",
"food",
"cantonese"
],
[
"_:search/5db9d7e6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:system",
"canthelp",
"_:search/98a80435"
],
[
"_:search/98a80435",
"area",
"north"
],
[
"_:search/98a80435",
"food",
"north american"
],
[
"_:search/98a80435",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/235b5f9c"
],
[
"_:search/235b5f9c",
"area",
"north"
],
[
"_:search/235b5f9c",
"food",
"north american"
],
[
"_:search/235b5f9c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0896667e"
],
[
"_:search/0896667e",
"area",
"south"
],
[
"_:search/0896667e",
"food",
"north american"
],
[
"_:search/0896667e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/5db9d7e6"
],
[
"_:search/5db9d7e6",
"food",
"cantonese"
],
[
"_:search/5db9d7e6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:system",
"canthelp",
"_:search/98a80435"
],
[
"_:search/98a80435",
"area",
"north"
],
[
"_:search/98a80435",
"food",
"north american"
],
[
"_:search/98a80435",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/235b5f9c"
],
[
"_:search/235b5f9c",
"area",
"north"
],
[
"_:search/235b5f9c",
"food",
"north american"
],
[
"_:search/235b5f9c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0896667e"
],
[
"_:search/0896667e",
"area",
"south"
],
[
"_:search/0896667e",
"food",
"north american"
],
[
"_:search/0896667e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ee2095cb"
],
[
"_:search/ee2095cb",
"area",
"east"
],
[
"_:search/ee2095cb",
"food",
"north american"
],
[
"_:search/ee2095cb",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/5db9d7e6"
],
[
"_:search/5db9d7e6",
"food",
"cantonese"
],
[
"_:search/5db9d7e6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:system",
"canthelp",
"_:search/98a80435"
],
[
"_:search/98a80435",
"area",
"north"
],
[
"_:search/98a80435",
"food",
"north american"
],
[
"_:search/98a80435",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/235b5f9c"
],
[
"_:search/235b5f9c",
"area",
"north"
],
[
"_:search/235b5f9c",
"food",
"north american"
],
[
"_:search/235b5f9c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0896667e"
],
[
"_:search/0896667e",
"area",
"south"
],
[
"_:search/0896667e",
"food",
"north american"
],
[
"_:search/0896667e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ee2095cb"
],
[
"_:search/ee2095cb",
"area",
"east"
],
[
"_:search/ee2095cb",
"food",
"north american"
],
[
"_:search/ee2095cb",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/5db9d7e6"
],
[
"_:search/5db9d7e6",
"food",
"cantonese"
],
[
"_:search/5db9d7e6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:system",
"canthelp",
"_:search/98a80435"
],
[
"_:search/98a80435",
"area",
"north"
],
[
"_:search/98a80435",
"food",
"north american"
],
[
"_:search/98a80435",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/235b5f9c"
],
[
"_:search/235b5f9c",
"area",
"north"
],
[
"_:search/235b5f9c",
"food",
"north american"
],
[
"_:search/235b5f9c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0896667e"
],
[
"_:search/0896667e",
"area",
"south"
],
[
"_:search/0896667e",
"food",
"north american"
],
[
"_:search/0896667e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ee2095cb"
],
[
"_:search/ee2095cb",
"area",
"east"
],
[
"_:search/ee2095cb",
"food",
"north american"
],
[
"_:search/ee2095cb",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/cdd85bc5"
],
[
"_:search/cdd85bc5",
"area",
"west"
],
[
"_:search/cdd85bc5",
"food",
"north american"
],
[
"_:search/cdd85bc5",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "lets see im looking for a restaurant in the north part of town that serves vietnamese 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,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "vietnamese"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no vietnamese restaurant in the north of town"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "breath how bout north part of town"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice place in the west of town serving tasty vietnamese food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "breath whats the phone number of the venue"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,phone,'01223 362456');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of thanh binh is 01223 362456 ."
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "k you goodbye"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no other vietnamese restaurant in the west of town"
},
{
"id": 11,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice place in the west of town serving tasty vietnamese food"
},
{
"id": 13,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "bye"
},
{
"id": 14,
"rdf-acts": [
"confirm((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a vietnamese restaurant right?"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-14f776f781-20130328_140514 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"canthelp",
"_:search/708e852a"
],
[
"_:search/708e852a",
"area",
"north"
],
[
"_:search/708e852a",
"food",
"vietnamese"
],
[
"_:search/708e852a",
"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",
"food",
"vietnamese"
],
[
"_:system",
"canthelp",
"_:search/708e852a"
],
[
"_:search/708e852a",
"area",
"north"
],
[
"_:search/708e852a",
"food",
"vietnamese"
],
[
"_:search/708e852a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"canthelp",
"_:search/708e852a"
],
[
"_:search/708e852a",
"area",
"north"
],
[
"_:search/708e852a",
"food",
"vietnamese"
],
[
"_:search/708e852a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_: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",
"food",
"vietnamese"
],
[
"_:system",
"canthelp",
"_:search/708e852a"
],
[
"_:search/708e852a",
"area",
"north"
],
[
"_:search/708e852a",
"food",
"vietnamese"
],
[
"_:search/708e852a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/1eff5cd8"
],
[
"_:search/1eff5cd8",
"area",
"west"
],
[
"_:search/1eff5cd8",
"food",
"vietnamese"
],
[
"_:search/1eff5cd8",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_: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",
"food",
"vietnamese"
],
[
"_:system",
"canthelp",
"_:search/708e852a"
],
[
"_:search/708e852a",
"area",
"north"
],
[
"_:search/708e852a",
"food",
"vietnamese"
],
[
"_:search/708e852a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:system",
"canthelp",
"_:search/1eff5cd8"
],
[
"_:search/1eff5cd8",
"area",
"west"
],
[
"_:search/1eff5cd8",
"food",
"vietnamese"
],
[
"_:search/1eff5cd8",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"canthelp",
"_:search/708e852a"
],
[
"_:search/708e852a",
"area",
"north"
],
[
"_:search/708e852a",
"food",
"vietnamese"
],
[
"_:search/708e852a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:system",
"canthelp",
"_:search/1eff5cd8"
],
[
"_:search/1eff5cd8",
"area",
"west"
],
[
"_:search/1eff5cd8",
"food",
"vietnamese"
],
[
"_:search/1eff5cd8",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately restaurant"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate'))"
],
"speaker": "system",
"text": "Sorry would you like something in the moderate price range or in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"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": [
"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"
},
{
"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": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'191 histon road chesterton');(_:result,name,'golden wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , golden wok is on 191 Histon Road Chesterton"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'golden wok');(_:result,phone,'01223 350688');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of golden wok is 01223 350688 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-21ec2b7850-20130327_040209 | [
{
"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"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"191 histon road chesterton"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"191 histon road chesterton"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "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,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "indian"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "indian"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'the nirala');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala is a nice place in the north of town serving tasty indian food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'the nirala');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala is a great restaurant"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'tandoori palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "tandoori palace is a nice place in the north of town serving tasty indian food"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'tandoori palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "tandoori palace is a great restaurant"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'tandoori palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "tandoori palace 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,'tandoori palace');(_:result,phone,'01223 506055');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of tandoori palace is 01223 506055 ."
},
{
"id": 19,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'tandoori palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "tandoori palace is a great restaurant"
},
{
"id": 21,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-2d3d74d091-20130328_140026 | [
{
"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",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_: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
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_: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",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_: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",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"phone",
"01223 506055"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"phone",
"01223 506055"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_: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,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "swedish food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "center"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "swedish"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no swedish restaurant in the centre of town"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no swedish restaurant in the centre of town"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no swedish restaurant in the centre of town"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "india"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no swedish restaurant in the centre of town"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "indian"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'indian');(_:result,name,'curry garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry garden is a nice restaurant in the centre of town serving indian food"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,address,'106 regent street city centre');(_:result,name,'curry garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , curry garden is on 106 Regent Street City Centre"
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-f22c2bf9c7-20130328_114452 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"swedish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"swedish"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"swedish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"swedish"
],
[
"_:system",
"canthelp",
"_:search/a194696e"
],
[
"_:search/a194696e",
"area",
"centre"
],
[
"_:search/a194696e",
"food",
"swedish"
],
[
"_:search/a194696e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"swedish"
],
[
"_:system",
"canthelp",
"_:search/a194696e"
],
[
"_:search/a194696e",
"area",
"centre"
],
[
"_:search/a194696e",
"food",
"swedish"
],
[
"_:search/a194696e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a5bd067"
],
[
"_:search/5a5bd067",
"area",
"centre"
],
[
"_:search/5a5bd067",
"food",
"swedish"
],
[
"_:search/5a5bd067",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_: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/a194696e"
],
[
"_:search/a194696e",
"area",
"centre"
],
[
"_:search/a194696e",
"food",
"swedish"
],
[
"_:search/a194696e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a5bd067"
],
[
"_:search/5a5bd067",
"area",
"centre"
],
[
"_:search/5a5bd067",
"food",
"swedish"
],
[
"_:search/5a5bd067",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/8e09325c"
],
[
"_:search/8e09325c",
"area",
"centre"
],
[
"_:search/8e09325c",
"food",
"swedish"
],
[
"_:search/8e09325c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/a194696e"
],
[
"_:search/a194696e",
"area",
"centre"
],
[
"_:search/a194696e",
"food",
"swedish"
],
[
"_:search/a194696e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a5bd067"
],
[
"_:search/5a5bd067",
"area",
"centre"
],
[
"_:search/5a5bd067",
"food",
"swedish"
],
[
"_:search/5a5bd067",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/8e09325c"
],
[
"_:search/8e09325c",
"area",
"centre"
],
[
"_:search/8e09325c",
"food",
"swedish"
],
[
"_:search/8e09325c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/39f23869"
],
[
"_:search/39f23869",
"area",
"centre"
],
[
"_:search/39f23869",
"food",
"swedish"
],
[
"_:search/39f23869",
"type",
"Restaurant"
],
[
"_: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/a194696e"
],
[
"_:search/a194696e",
"area",
"centre"
],
[
"_:search/a194696e",
"food",
"swedish"
],
[
"_:search/a194696e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a5bd067"
],
[
"_:search/5a5bd067",
"area",
"centre"
],
[
"_:search/5a5bd067",
"food",
"swedish"
],
[
"_:search/5a5bd067",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/8e09325c"
],
[
"_:search/8e09325c",
"area",
"centre"
],
[
"_:search/8e09325c",
"food",
"swedish"
],
[
"_:search/8e09325c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/39f23869"
],
[
"_:search/39f23869",
"area",
"centre"
],
[
"_:search/39f23869",
"food",
"swedish"
],
[
"_:search/39f23869",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry garden"
],
[
"_: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/a194696e"
],
[
"_:search/a194696e",
"area",
"centre"
],
[
"_:search/a194696e",
"food",
"swedish"
],
[
"_:search/a194696e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5a5bd067"
],
[
"_:search/5a5bd067",
"area",
"centre"
],
[
"_:search/5a5bd067",
"food",
"swedish"
],
[
"_:search/5a5bd067",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/8e09325c"
],
[
"_:search/8e09325c",
"area",
"centre"
],
[
"_:search/8e09325c",
"food",
"swedish"
],
[
"_:search/8e09325c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/39f23869"
],
[
"_:search/39f23869",
"area",
"centre"
],
[
"_:search/39f23869",
"food",
"swedish"
],
[
"_:search/39f23869",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"106 regent street city centre"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "in the south part of the town"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton is a nice restaurant in the south of town in the moderate price range"
},
{
"id": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is a nice restaurant in the north of town in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "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": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south part of town"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton is a nice restaurant in the south of town in the moderate price range"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton is a nice restaurant in the south of town in the moderate price range"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-bb1fd497eb-20130326_223048 | [
{
"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",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"food",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"food",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_: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": [],
"speaker": "user",
"text": "i want a restaurant in the we"
},
{
"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": "it doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'saint johns chop house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at saint johns chop house is moderate ."
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about one serving jamaican food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no jamaican restaurant that matches your request"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,area,'west');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay how about the west part of town with italian"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no jamaican restaurant in the west of town"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "the west of town with italian food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is a nice restaurant in the west of town serving italian food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "their phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'prezzo');(_:result,phone,'01799 521260');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of prezzo is 01799 521260 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-62cc0cc55d-20130328_143025 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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",
"*"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c62a4ce6"
],
[
"_:search/c62a4ce6",
"food",
"jamaican"
],
[
"_:search/c62a4ce6",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c62a4ce6"
],
[
"_:search/c62a4ce6",
"food",
"jamaican"
],
[
"_:search/c62a4ce6",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/ab0601f0"
],
[
"_:search/ab0601f0",
"area",
"west"
],
[
"_:search/ab0601f0",
"food",
"jamaican"
],
[
"_:search/ab0601f0",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_: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",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/c62a4ce6"
],
[
"_:search/c62a4ce6",
"food",
"jamaican"
],
[
"_:search/c62a4ce6",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/ab0601f0"
],
[
"_:search/ab0601f0",
"area",
"west"
],
[
"_:search/ab0601f0",
"food",
"jamaican"
],
[
"_:search/ab0601f0",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"prezzo"
],
[
"_: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",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/c62a4ce6"
],
[
"_:search/c62a4ce6",
"food",
"jamaican"
],
[
"_:search/c62a4ce6",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/ab0601f0"
],
[
"_:search/ab0601f0",
"area",
"west"
],
[
"_:search/ab0601f0",
"food",
"jamaican"
],
[
"_:search/ab0601f0",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive restaurant in the south"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'zizzi cambridge');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "zizzi cambridge is a great restaurant serving italian food and it is in the cheap price range"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'zizzi cambridge');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at zizzi cambridge is cheap ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "would like expensive"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'don pasquale pizzeria');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "don pasquale pizzeria is a great restaurant serving italian food and it is in the expensive price range"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south part of town"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'don pasquale pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "don pasquale pizzeria is a nice place in the centre of town"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'don pasquale pizzeria');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at don pasquale pizzeria is expensive ."
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'don pasquale pizzeria');(_:result,phone,'01223 350106');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of don pasquale pizzeria is 01223 350106 ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south area"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'don pasquale pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "don pasquale pizzeria is a nice place in the centre of town"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south part of town"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'don pasquale pizzeria');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at don pasquale pizzeria is expensive ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,name,'don pasquale pizzeria');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at don pasquale pizzeria is expensive ."
},
{
"id": 23,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'chinese');(_:result,name,'the hotpot');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the hotpot is a nice restaurant in the north of town serving chinese food"
},
{
"id": 25,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'the hotpot');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the hotpot is a nice restaurant in the north of town in the expensive price range"
},
{
"id": 27,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west"
},
{
"id": 28,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'the hotpot');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the hotpot is a nice restaurant in the north of town in the expensive price range"
},
{
"id": 29,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "other"
},
{
"id": 30,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'the hotpot');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the hotpot is a nice restaurant in the north of town in the expensive price range"
},
{
"id": 31,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west"
},
{
"id": 32,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'the hotpot');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the hotpot is a nice restaurant in the north of town in the expensive price range"
},
{
"id": 33,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 34,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'the hotpot');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the hotpot is a nice restaurant in the north of town in the expensive price range"
},
{
"id": 35,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south"
},
{
"id": 36,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'the hotpot');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the hotpot is a nice restaurant in the north of town in the expensive price range"
},
{
"id": 37,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye noise"
},
{
"id": 38,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'the hotpot');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the hotpot is a nice restaurant in the north of town in the expensive price range"
},
{
"id": 39,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 40,
"rdf-acts": [
"inform((_:result,address,'66 chesterton road chesterton');(_:result,name,'the hotpot');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the hotpot is on 66 Chesterton Road Chesterton"
},
{
"id": 41,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south"
},
{
"id": 42,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'the hotpot');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the hotpot is a nice restaurant in the north of town in the expensive price range"
},
{
"id": 43,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-3be3bda933-20130326_124519 | [
{
"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",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"zizzi cambridge"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"food",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"zizzi cambridge"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"don pasquale pizzeria"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"don pasquale pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"don pasquale pizzeria"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"don pasquale pizzeria"
],
[
"_:result",
"phone",
"01223 350106"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_: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",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 350106"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"don pasquale pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_: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",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"phone",
"01223 350106"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"name",
"don pasquale pizzeria"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"phone",
"01223 350106"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"*"
],
[
"_:result",
"name",
"don pasquale pizzeria"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"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,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 350106"
],
[
"_:search",
"name",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_: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",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 350106"
],
[
"_:search",
"name",
"*"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 350106"
],
[
"_:search",
"name",
"*"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_: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,
22,
23,
24,
25,
26,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 350106"
],
[
"_:search",
"name",
"*"
],
[
"_:result",
"food",
"chinese"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
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",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 350106"
],
[
"_:result",
"food",
"chinese"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 350106"
],
[
"_:result",
"food",
"chinese"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"name",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_: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",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 350106"
],
[
"_:result",
"food",
"chinese"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_: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
]
},
{
"id": 19,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 350106"
],
[
"_:result",
"food",
"chinese"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39
]
},
{
"id": 20,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 350106"
],
[
"_:result",
"food",
"chinese"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"66 chesterton road chesterton"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41
]
},
{
"id": 21,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 350106"
],
[
"_:result",
"food",
"chinese"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"name",
"*"
],
[
"_:result",
"address",
"66 chesterton road chesterton"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"hello()",
"inform((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "hi im looking for a place that serves scandinavian food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "scandinavian"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 8,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 9,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 10,
"rdf-acts": [
"repeat()"
],
"speaker": "system",
"text": "Sorry I am a bit confused ; please tell me again what you are looking for ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a restaurant that serves scandinavian food"
},
{
"id": 12,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": "restaurant with scandin"
},
{
"id": 14,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 15,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 16,
"rdf-acts": [
"repeat()"
],
"speaker": "system",
"text": "Sorry I am a bit confused ; please tell me again what you are looking for ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "scandinavian food"
},
{
"id": 18,
"rdf-acts": [
"canthelp((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving scandinavian food"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how bout thai"
},
{
"id": 20,
"rdf-acts": [
"canthelp((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving scandinavian food"
},
{
"id": 21,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how bout thai food"
},
{
"id": 22,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 23,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "ye"
},
{
"id": 24,
"rdf-acts": [
"confirm((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a scandinavian restaurant right?"
},
{
"id": 25,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 26,
"rdf-acts": [
"confirm((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant and you dont care about the price range right?"
},
{
"id": 27,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "correct"
},
{
"id": 28,
"rdf-acts": [
"canthelp((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving scandinavian food"
},
{
"id": 29,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how bout thai"
},
{
"id": 30,
"rdf-acts": [
"canthelp((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving scandinavian food"
},
{
"id": 31,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how bout thai food"
},
{
"id": 32,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 33,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 34,
"rdf-acts": [
"select((_:result,food,'scandinavian');(_:result,food,'thai'))"
],
"speaker": "system",
"text": "Sorry would you like scandinavian or thai food?"
},
{
"id": 35,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 36,
"rdf-acts": [
"select((_:result,food,'scandinavian');(_:result,food,'thai'))"
],
"speaker": "system",
"text": "Sorry would you like scandinavian or thai food?"
},
{
"id": 37,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 38,
"rdf-acts": [
"select((_:result,food,'scandinavian');(_:result,food,'thai'))"
],
"speaker": "system",
"text": "Sorry would you like scandinavian or thai food?"
},
{
"id": 39,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 40,
"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": 41,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 42,
"rdf-acts": [
"inform((_:result,food,'thai');(_:result,name,'bangkok city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city serves thai food"
},
{
"id": 43,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the addre"
},
{
"id": 44,
"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": 45,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 46,
"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": 47,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-ddcaad92a1-20130325_234956 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_: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",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/64d5dafa"
],
[
"_:search/64d5dafa",
"food",
"scandinavian"
],
[
"_:search/64d5dafa",
"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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/64d5dafa"
],
[
"_:search/64d5dafa",
"food",
"scandinavian"
],
[
"_:search/64d5dafa",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c4a707f2"
],
[
"_:search/c4a707f2",
"food",
"scandinavian"
],
[
"_:search/c4a707f2",
"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
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/64d5dafa"
],
[
"_:search/64d5dafa",
"food",
"scandinavian"
],
[
"_:search/64d5dafa",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c4a707f2"
],
[
"_:search/c4a707f2",
"food",
"scandinavian"
],
[
"_:search/c4a707f2",
"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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/64d5dafa"
],
[
"_:search/64d5dafa",
"food",
"scandinavian"
],
[
"_:search/64d5dafa",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c4a707f2"
],
[
"_:search/c4a707f2",
"food",
"scandinavian"
],
[
"_:search/c4a707f2",
"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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/64d5dafa"
],
[
"_:search/64d5dafa",
"food",
"scandinavian"
],
[
"_:search/64d5dafa",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c4a707f2"
],
[
"_:search/c4a707f2",
"food",
"scandinavian"
],
[
"_:search/c4a707f2",
"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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/64d5dafa"
],
[
"_:search/64d5dafa",
"food",
"scandinavian"
],
[
"_:search/64d5dafa",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c4a707f2"
],
[
"_:search/c4a707f2",
"food",
"scandinavian"
],
[
"_:search/c4a707f2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/adcc50d7"
],
[
"_:search/adcc50d7",
"food",
"scandinavian"
],
[
"_:search/adcc50d7",
"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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/64d5dafa"
],
[
"_:search/64d5dafa",
"food",
"scandinavian"
],
[
"_:search/64d5dafa",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c4a707f2"
],
[
"_:search/c4a707f2",
"food",
"scandinavian"
],
[
"_:search/c4a707f2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/adcc50d7"
],
[
"_:search/adcc50d7",
"food",
"scandinavian"
],
[
"_:search/adcc50d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0edd2d37"
],
[
"_:search/0edd2d37",
"food",
"scandinavian"
],
[
"_:search/0edd2d37",
"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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/64d5dafa"
],
[
"_:search/64d5dafa",
"food",
"scandinavian"
],
[
"_:search/64d5dafa",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c4a707f2"
],
[
"_:search/c4a707f2",
"food",
"scandinavian"
],
[
"_:search/c4a707f2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/adcc50d7"
],
[
"_:search/adcc50d7",
"food",
"scandinavian"
],
[
"_:search/adcc50d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0edd2d37"
],
[
"_:search/0edd2d37",
"food",
"scandinavian"
],
[
"_:search/0edd2d37",
"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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/64d5dafa"
],
[
"_:search/64d5dafa",
"food",
"scandinavian"
],
[
"_:search/64d5dafa",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c4a707f2"
],
[
"_:search/c4a707f2",
"food",
"scandinavian"
],
[
"_:search/c4a707f2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/adcc50d7"
],
[
"_:search/adcc50d7",
"food",
"scandinavian"
],
[
"_:search/adcc50d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0edd2d37"
],
[
"_:search/0edd2d37",
"food",
"scandinavian"
],
[
"_:search/0edd2d37",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"scandinavian"
],
[
"_:result",
"food",
"thai"
]
],
"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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/64d5dafa"
],
[
"_:search/64d5dafa",
"food",
"scandinavian"
],
[
"_:search/64d5dafa",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c4a707f2"
],
[
"_:search/c4a707f2",
"food",
"scandinavian"
],
[
"_:search/c4a707f2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/adcc50d7"
],
[
"_:search/adcc50d7",
"food",
"scandinavian"
],
[
"_:search/adcc50d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0edd2d37"
],
[
"_:search/0edd2d37",
"food",
"scandinavian"
],
[
"_:search/0edd2d37",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"scandinavian"
],
[
"_:result",
"food",
"thai"
]
],
"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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/64d5dafa"
],
[
"_:search/64d5dafa",
"food",
"scandinavian"
],
[
"_:search/64d5dafa",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c4a707f2"
],
[
"_:search/c4a707f2",
"food",
"scandinavian"
],
[
"_:search/c4a707f2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/adcc50d7"
],
[
"_:search/adcc50d7",
"food",
"scandinavian"
],
[
"_:search/adcc50d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0edd2d37"
],
[
"_:search/0edd2d37",
"food",
"scandinavian"
],
[
"_:search/0edd2d37",
"type",
"Restaurant"
],
[
"_:result",
"food",
"scandinavian"
],
[
"_:result",
"food",
"thai"
],
[
"_: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,
36,
37,
38,
39
]
},
{
"id": 20,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/64d5dafa"
],
[
"_:search/64d5dafa",
"food",
"scandinavian"
],
[
"_:search/64d5dafa",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c4a707f2"
],
[
"_:search/c4a707f2",
"food",
"scandinavian"
],
[
"_:search/c4a707f2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/adcc50d7"
],
[
"_:search/adcc50d7",
"food",
"scandinavian"
],
[
"_:search/adcc50d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0edd2d37"
],
[
"_:search/0edd2d37",
"food",
"scandinavian"
],
[
"_:search/0edd2d37",
"type",
"Restaurant"
],
[
"_:result",
"food",
"scandinavian"
],
[
"_:result",
"food",
"thai"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41
]
},
{
"id": 21,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/64d5dafa"
],
[
"_:search/64d5dafa",
"food",
"scandinavian"
],
[
"_:search/64d5dafa",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c4a707f2"
],
[
"_:search/c4a707f2",
"food",
"scandinavian"
],
[
"_:search/c4a707f2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/adcc50d7"
],
[
"_:search/adcc50d7",
"food",
"scandinavian"
],
[
"_:search/adcc50d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0edd2d37"
],
[
"_:search/0edd2d37",
"food",
"scandinavian"
],
[
"_:search/0edd2d37",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/64d5dafa"
],
[
"_:search/64d5dafa",
"food",
"scandinavian"
],
[
"_:search/64d5dafa",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c4a707f2"
],
[
"_:search/c4a707f2",
"food",
"scandinavian"
],
[
"_:search/c4a707f2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/adcc50d7"
],
[
"_:search/adcc50d7",
"food",
"scandinavian"
],
[
"_:search/adcc50d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0edd2d37"
],
[
"_:search/0edd2d37",
"food",
"scandinavian"
],
[
"_:search/0edd2d37",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_: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,
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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/64d5dafa"
],
[
"_:search/64d5dafa",
"food",
"scandinavian"
],
[
"_:search/64d5dafa",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c4a707f2"
],
[
"_:search/c4a707f2",
"food",
"scandinavian"
],
[
"_:search/c4a707f2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/adcc50d7"
],
[
"_:search/adcc50d7",
"food",
"scandinavian"
],
[
"_:search/adcc50d7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0edd2d37"
],
[
"_:search/0edd2d37",
"food",
"scandinavian"
],
[
"_:search/0edd2d37",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47
]
}
] |
[
{
"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,'australian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for an expensive restaurant that serves australian food"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'australian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for an expensive restaurant that serves australian food"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant in the expensive price range right?"
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "ye"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'australian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no australian 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 food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'saigon city');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saigon city is a great restaurant serving asian oriental food and it is in the expensive price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the area"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number a"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'saigon city');(_:result,phone,'01223 356555');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of saigon city is 01223 356555 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the area of the venue"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-48c12815b3-20130326_012654 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"australian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"australian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"australian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/bce1c70c"
],
[
"_:search/bce1c70c",
"food",
"australian"
],
[
"_:search/bce1c70c",
"pricerange",
"expensive"
],
[
"_:search/bce1c70c",
"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"
],
[
"_:system",
"canthelp",
"_:search/bce1c70c"
],
[
"_:search/bce1c70c",
"food",
"australian"
],
[
"_:search/bce1c70c",
"pricerange",
"expensive"
],
[
"_:search/bce1c70c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/bce1c70c"
],
[
"_:search/bce1c70c",
"food",
"australian"
],
[
"_:search/bce1c70c",
"pricerange",
"expensive"
],
[
"_:search/bce1c70c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"saigon city"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/bce1c70c"
],
[
"_:search/bce1c70c",
"food",
"australian"
],
[
"_:search/bce1c70c",
"pricerange",
"expensive"
],
[
"_:search/bce1c70c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"north"
],
[
"_: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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/bce1c70c"
],
[
"_:search/bce1c70c",
"food",
"australian"
],
[
"_:search/bce1c70c",
"pricerange",
"expensive"
],
[
"_:search/bce1c70c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_: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
]
}
] |
[
{
"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,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": "any"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'peking restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant is a nice place in the south of town and the prices are expensive"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'peking restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant is a great restaurant"
},
{
"id": 9,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is a nice place in the south of town and the prices are expensive"
},
{
"id": 11,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'taj tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "taj tandoori is a nice place in the south of town and the prices are expensive"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'64 cherry hinton road cherry hinton');(_:result,name,'taj tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , taj tandoori is on 64 Cherry Hinton Road Cherry Hinton"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'taj tandoori');(_:result,phone,'01223 412299');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of taj tandoori is 01223 412299 ."
},
{
"id": 17,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'taj tandoori');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of taj tandoori is C.B 1, 7 A.A"
},
{
"id": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-59bc8a2167-20130328_132714 | [
{
"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",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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",
"expensive"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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",
"expensive"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_: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",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"taj 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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:result",
"phone",
"01223 412299"
],
[
"_: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",
"expensive"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"phone",
"01223 412299"
],
[
"_:result",
"name",
"taj 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
]
}
] |
[
{
"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": "i need a restaurant in the west part of town that serves europ"
},
{
"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,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "european"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'european');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant is a nice place in the west of town serving tasty european food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could i have the phone number please"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-88b68a9a41-20130324_002917 | [
{
"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",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_: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",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"phone",
"01223 355166"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"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,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "european"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "michaelhouse cafe is a nice place in the centre of town serving tasty european food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats your phone number and post code"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'michaelhouse cafe');(_:result,phone,'01223 309147');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry, I can't hear you"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-b27a230d2e-20130329_031422 | [
{
"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",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_: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": "id like a moderately priced restaurant that serves"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "right"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'restaurant alimentum');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant alimentum is a nice restaurant in the south of town in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "could i have a restaurant that serves european food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'european');(_:result,name,'galleria');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "galleria is a nice restaurant in the centre of town serving european food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could i have the address and post code"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'33 bridge street');(_:result,name,'galleria');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "galleria is on 33 Bridge Street , C.B 2, 1 U.W"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-88b68a9a41-20130322_221256 | [
{
"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",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"galleria"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"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",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"33 bridge street"
],
[
"_:result",
"name",
"galleria"
],
[
"_: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": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "im looking for venison food cross talk"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'venetian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving venetian food"
},
{
"id": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cross talk how about gastro pub"
},
{
"id": 10,
"rdf-acts": [
"confirm((_:search,food,'venetian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a venetian restaurant right?"
},
{
"id": 11,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,food,'venetian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving venetian food"
},
{
"id": 13,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about gastro pub"
},
{
"id": 14,
"rdf-acts": [
"confirm((_:search,food,'venetian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a venetian restaurant right?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about gastro pub type of food"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'gastropub');(_:result,name,'royal standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard serves gastropub food"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,address,'290 mill road city centre');(_:result,name,'royal standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , royal standard is on 290 Mill Road City Centre"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number"
},
{
"id": 20,
"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": 21,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the post code"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,name,'royal standard');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of royal standard is C.B 1, 3 N.L"
},
{
"id": 23,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food is this"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,food,'gastropub');(_:result,name,'royal standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard serves gastropub food"
},
{
"id": 25,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-10beae627f-20130401_164954 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/49c1ce07"
],
[
"_:search/49c1ce07",
"food",
"venetian"
],
[
"_:search/49c1ce07",
"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",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/49c1ce07"
],
[
"_:search/49c1ce07",
"food",
"venetian"
],
[
"_:search/49c1ce07",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/49c1ce07"
],
[
"_:search/49c1ce07",
"food",
"venetian"
],
[
"_:search/49c1ce07",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9e19b0e7"
],
[
"_:search/9e19b0e7",
"food",
"venetian"
],
[
"_:search/9e19b0e7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_: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/49c1ce07"
],
[
"_:search/49c1ce07",
"food",
"venetian"
],
[
"_:search/49c1ce07",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9e19b0e7"
],
[
"_:search/9e19b0e7",
"food",
"venetian"
],
[
"_:search/9e19b0e7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_: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/49c1ce07"
],
[
"_:search/49c1ce07",
"food",
"venetian"
],
[
"_:search/49c1ce07",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9e19b0e7"
],
[
"_:search/9e19b0e7",
"food",
"venetian"
],
[
"_:search/9e19b0e7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/49c1ce07"
],
[
"_:search/49c1ce07",
"food",
"venetian"
],
[
"_:search/49c1ce07",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9e19b0e7"
],
[
"_:search/9e19b0e7",
"food",
"venetian"
],
[
"_:search/9e19b0e7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"address",
"290 mill road city centre"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/49c1ce07"
],
[
"_:search/49c1ce07",
"food",
"venetian"
],
[
"_:search/49c1ce07",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9e19b0e7"
],
[
"_:search/9e19b0e7",
"food",
"venetian"
],
[
"_:search/9e19b0e7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"address",
"290 mill road city centre"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"phone",
"01223 247877"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/49c1ce07"
],
[
"_:search/49c1ce07",
"food",
"venetian"
],
[
"_:search/49c1ce07",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9e19b0e7"
],
[
"_:search/9e19b0e7",
"food",
"venetian"
],
[
"_:search/9e19b0e7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"address",
"290 mill road city centre"
],
[
"_:result",
"phone",
"01223 247877"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_: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,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/49c1ce07"
],
[
"_:search/49c1ce07",
"food",
"venetian"
],
[
"_:search/49c1ce07",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9e19b0e7"
],
[
"_:search/9e19b0e7",
"food",
"venetian"
],
[
"_:search/9e19b0e7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"290 mill road city centre"
],
[
"_:result",
"phone",
"01223 247877"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
}
] |
[
{
"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 serving"
},
{
"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,'eritrean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "eartrain"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no european restaurant in the north of town"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "duration"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no european restaurant in the north of town"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "survey"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no european restaurant in the north of town"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'eritrean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "eartrain"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no european restaurant in the north of town"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'eritrean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "earatrain"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "michaelhouse cafe is a nice restaurant in the centre of town serving european food"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian food in the north part of town"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no european restaurant in the north of town"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian"
},
{
"id": 16,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no european restaurant in the north of town"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian food"
},
{
"id": 18,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no european restaurant in the north of town"
},
{
"id": 19,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 20,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no european restaurant in the north of town"
},
{
"id": 21,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian food"
},
{
"id": 22,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no european restaurant in the north of town"
},
{
"id": 23,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay fine what about asian food"
},
{
"id": 24,
"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": 25,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about asian food"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'asian oriental');(_:result,name,'saigon city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saigon city is a nice restaurant in the north of town serving asian oriental food"
},
{
"id": 27,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address"
},
{
"id": 28,
"rdf-acts": [
"inform((_:result,address,'169 high street chesterton chesterton');(_:result,name,'saigon city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , saigon city is on 169 High Street Chesterton Chesterton"
},
{
"id": 29,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the phone number"
},
{
"id": 30,
"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": 31,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-0241bbae39-20130327_193939 | [
{
"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",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2d16a267"
],
[
"_:search/2d16a267",
"area",
"north"
],
[
"_:search/2d16a267",
"food",
"european"
],
[
"_:search/2d16a267",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2d16a267"
],
[
"_:search/2d16a267",
"area",
"north"
],
[
"_:search/2d16a267",
"food",
"european"
],
[
"_:search/2d16a267",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4d8d489"
],
[
"_:search/b4d8d489",
"area",
"north"
],
[
"_:search/b4d8d489",
"food",
"european"
],
[
"_:search/b4d8d489",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/2d16a267"
],
[
"_:search/2d16a267",
"area",
"north"
],
[
"_:search/2d16a267",
"food",
"european"
],
[
"_:search/2d16a267",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4d8d489"
],
[
"_:search/b4d8d489",
"area",
"north"
],
[
"_:search/b4d8d489",
"food",
"european"
],
[
"_:search/b4d8d489",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d3cfaa61"
],
[
"_:search/d3cfaa61",
"area",
"north"
],
[
"_:search/d3cfaa61",
"food",
"european"
],
[
"_:search/d3cfaa61",
"type",
"Restaurant"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/2d16a267"
],
[
"_:search/2d16a267",
"area",
"north"
],
[
"_:search/2d16a267",
"food",
"european"
],
[
"_:search/2d16a267",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4d8d489"
],
[
"_:search/b4d8d489",
"area",
"north"
],
[
"_:search/b4d8d489",
"food",
"european"
],
[
"_:search/b4d8d489",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d3cfaa61"
],
[
"_:search/d3cfaa61",
"area",
"north"
],
[
"_:search/d3cfaa61",
"food",
"european"
],
[
"_:search/d3cfaa61",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/63eb447c"
],
[
"_:search/63eb447c",
"area",
"north"
],
[
"_:search/63eb447c",
"food",
"european"
],
[
"_:search/63eb447c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"eritrean"
],
[
"_: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/2d16a267"
],
[
"_:search/2d16a267",
"area",
"north"
],
[
"_:search/2d16a267",
"food",
"european"
],
[
"_:search/2d16a267",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4d8d489"
],
[
"_:search/b4d8d489",
"area",
"north"
],
[
"_:search/b4d8d489",
"food",
"european"
],
[
"_:search/b4d8d489",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d3cfaa61"
],
[
"_:search/d3cfaa61",
"area",
"north"
],
[
"_:search/d3cfaa61",
"food",
"european"
],
[
"_:search/d3cfaa61",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/63eb447c"
],
[
"_:search/63eb447c",
"area",
"north"
],
[
"_:search/63eb447c",
"food",
"european"
],
[
"_:search/63eb447c",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/2d16a267"
],
[
"_:search/2d16a267",
"area",
"north"
],
[
"_:search/2d16a267",
"food",
"european"
],
[
"_:search/2d16a267",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4d8d489"
],
[
"_:search/b4d8d489",
"area",
"north"
],
[
"_:search/b4d8d489",
"food",
"european"
],
[
"_:search/b4d8d489",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d3cfaa61"
],
[
"_:search/d3cfaa61",
"area",
"north"
],
[
"_:search/d3cfaa61",
"food",
"european"
],
[
"_:search/d3cfaa61",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/63eb447c"
],
[
"_:search/63eb447c",
"area",
"north"
],
[
"_:search/63eb447c",
"food",
"european"
],
[
"_:search/63eb447c",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/6af89669"
],
[
"_:search/6af89669",
"area",
"north"
],
[
"_:search/6af89669",
"food",
"european"
],
[
"_:search/6af89669",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/2d16a267"
],
[
"_:search/2d16a267",
"area",
"north"
],
[
"_:search/2d16a267",
"food",
"european"
],
[
"_:search/2d16a267",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4d8d489"
],
[
"_:search/b4d8d489",
"area",
"north"
],
[
"_:search/b4d8d489",
"food",
"european"
],
[
"_:search/b4d8d489",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d3cfaa61"
],
[
"_:search/d3cfaa61",
"area",
"north"
],
[
"_:search/d3cfaa61",
"food",
"european"
],
[
"_:search/d3cfaa61",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/63eb447c"
],
[
"_:search/63eb447c",
"area",
"north"
],
[
"_:search/63eb447c",
"food",
"european"
],
[
"_:search/63eb447c",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/6af89669"
],
[
"_:search/6af89669",
"area",
"north"
],
[
"_:search/6af89669",
"food",
"european"
],
[
"_:search/6af89669",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0a8ae08a"
],
[
"_:search/0a8ae08a",
"area",
"north"
],
[
"_:search/0a8ae08a",
"food",
"european"
],
[
"_:search/0a8ae08a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/2d16a267"
],
[
"_:search/2d16a267",
"area",
"north"
],
[
"_:search/2d16a267",
"food",
"european"
],
[
"_:search/2d16a267",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4d8d489"
],
[
"_:search/b4d8d489",
"area",
"north"
],
[
"_:search/b4d8d489",
"food",
"european"
],
[
"_:search/b4d8d489",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d3cfaa61"
],
[
"_:search/d3cfaa61",
"area",
"north"
],
[
"_:search/d3cfaa61",
"food",
"european"
],
[
"_:search/d3cfaa61",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/63eb447c"
],
[
"_:search/63eb447c",
"area",
"north"
],
[
"_:search/63eb447c",
"food",
"european"
],
[
"_:search/63eb447c",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/6af89669"
],
[
"_:search/6af89669",
"area",
"north"
],
[
"_:search/6af89669",
"food",
"european"
],
[
"_:search/6af89669",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0a8ae08a"
],
[
"_:search/0a8ae08a",
"area",
"north"
],
[
"_:search/0a8ae08a",
"food",
"european"
],
[
"_:search/0a8ae08a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c0b9634b"
],
[
"_:search/c0b9634b",
"area",
"north"
],
[
"_:search/c0b9634b",
"food",
"european"
],
[
"_:search/c0b9634b",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/2d16a267"
],
[
"_:search/2d16a267",
"area",
"north"
],
[
"_:search/2d16a267",
"food",
"european"
],
[
"_:search/2d16a267",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4d8d489"
],
[
"_:search/b4d8d489",
"area",
"north"
],
[
"_:search/b4d8d489",
"food",
"european"
],
[
"_:search/b4d8d489",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d3cfaa61"
],
[
"_:search/d3cfaa61",
"area",
"north"
],
[
"_:search/d3cfaa61",
"food",
"european"
],
[
"_:search/d3cfaa61",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/63eb447c"
],
[
"_:search/63eb447c",
"area",
"north"
],
[
"_:search/63eb447c",
"food",
"european"
],
[
"_:search/63eb447c",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/6af89669"
],
[
"_:search/6af89669",
"area",
"north"
],
[
"_:search/6af89669",
"food",
"european"
],
[
"_:search/6af89669",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0a8ae08a"
],
[
"_:search/0a8ae08a",
"area",
"north"
],
[
"_:search/0a8ae08a",
"food",
"european"
],
[
"_:search/0a8ae08a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c0b9634b"
],
[
"_:search/c0b9634b",
"area",
"north"
],
[
"_:search/c0b9634b",
"food",
"european"
],
[
"_:search/c0b9634b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5842c23c"
],
[
"_:search/5842c23c",
"area",
"north"
],
[
"_:search/5842c23c",
"food",
"european"
],
[
"_:search/5842c23c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/2d16a267"
],
[
"_:search/2d16a267",
"area",
"north"
],
[
"_:search/2d16a267",
"food",
"european"
],
[
"_:search/2d16a267",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4d8d489"
],
[
"_:search/b4d8d489",
"area",
"north"
],
[
"_:search/b4d8d489",
"food",
"european"
],
[
"_:search/b4d8d489",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d3cfaa61"
],
[
"_:search/d3cfaa61",
"area",
"north"
],
[
"_:search/d3cfaa61",
"food",
"european"
],
[
"_:search/d3cfaa61",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/63eb447c"
],
[
"_:search/63eb447c",
"area",
"north"
],
[
"_:search/63eb447c",
"food",
"european"
],
[
"_:search/63eb447c",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/6af89669"
],
[
"_:search/6af89669",
"area",
"north"
],
[
"_:search/6af89669",
"food",
"european"
],
[
"_:search/6af89669",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0a8ae08a"
],
[
"_:search/0a8ae08a",
"area",
"north"
],
[
"_:search/0a8ae08a",
"food",
"european"
],
[
"_:search/0a8ae08a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c0b9634b"
],
[
"_:search/c0b9634b",
"area",
"north"
],
[
"_:search/c0b9634b",
"food",
"european"
],
[
"_:search/c0b9634b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5842c23c"
],
[
"_:search/5842c23c",
"area",
"north"
],
[
"_:search/5842c23c",
"food",
"european"
],
[
"_:search/5842c23c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/524135bf"
],
[
"_:search/524135bf",
"area",
"north"
],
[
"_:search/524135bf",
"food",
"european"
],
[
"_:search/524135bf",
"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,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/2d16a267"
],
[
"_:search/2d16a267",
"area",
"north"
],
[
"_:search/2d16a267",
"food",
"european"
],
[
"_:search/2d16a267",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4d8d489"
],
[
"_:search/b4d8d489",
"area",
"north"
],
[
"_:search/b4d8d489",
"food",
"european"
],
[
"_:search/b4d8d489",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d3cfaa61"
],
[
"_:search/d3cfaa61",
"area",
"north"
],
[
"_:search/d3cfaa61",
"food",
"european"
],
[
"_:search/d3cfaa61",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/63eb447c"
],
[
"_:search/63eb447c",
"area",
"north"
],
[
"_:search/63eb447c",
"food",
"european"
],
[
"_:search/63eb447c",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/6af89669"
],
[
"_:search/6af89669",
"area",
"north"
],
[
"_:search/6af89669",
"food",
"european"
],
[
"_:search/6af89669",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0a8ae08a"
],
[
"_:search/0a8ae08a",
"area",
"north"
],
[
"_:search/0a8ae08a",
"food",
"european"
],
[
"_:search/0a8ae08a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c0b9634b"
],
[
"_:search/c0b9634b",
"area",
"north"
],
[
"_:search/c0b9634b",
"food",
"european"
],
[
"_:search/c0b9634b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5842c23c"
],
[
"_:search/5842c23c",
"area",
"north"
],
[
"_:search/5842c23c",
"food",
"european"
],
[
"_:search/5842c23c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/524135bf"
],
[
"_:search/524135bf",
"area",
"north"
],
[
"_:search/524135bf",
"food",
"european"
],
[
"_:search/524135bf",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/2d16a267"
],
[
"_:search/2d16a267",
"area",
"north"
],
[
"_:search/2d16a267",
"food",
"european"
],
[
"_:search/2d16a267",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4d8d489"
],
[
"_:search/b4d8d489",
"area",
"north"
],
[
"_:search/b4d8d489",
"food",
"european"
],
[
"_:search/b4d8d489",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d3cfaa61"
],
[
"_:search/d3cfaa61",
"area",
"north"
],
[
"_:search/d3cfaa61",
"food",
"european"
],
[
"_:search/d3cfaa61",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/63eb447c"
],
[
"_:search/63eb447c",
"area",
"north"
],
[
"_:search/63eb447c",
"food",
"european"
],
[
"_:search/63eb447c",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/6af89669"
],
[
"_:search/6af89669",
"area",
"north"
],
[
"_:search/6af89669",
"food",
"european"
],
[
"_:search/6af89669",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0a8ae08a"
],
[
"_:search/0a8ae08a",
"area",
"north"
],
[
"_:search/0a8ae08a",
"food",
"european"
],
[
"_:search/0a8ae08a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c0b9634b"
],
[
"_:search/c0b9634b",
"area",
"north"
],
[
"_:search/c0b9634b",
"food",
"european"
],
[
"_:search/c0b9634b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5842c23c"
],
[
"_:search/5842c23c",
"area",
"north"
],
[
"_:search/5842c23c",
"food",
"european"
],
[
"_:search/5842c23c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/524135bf"
],
[
"_:search/524135bf",
"area",
"north"
],
[
"_:search/524135bf",
"food",
"european"
],
[
"_:search/524135bf",
"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,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/2d16a267"
],
[
"_:search/2d16a267",
"area",
"north"
],
[
"_:search/2d16a267",
"food",
"european"
],
[
"_:search/2d16a267",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4d8d489"
],
[
"_:search/b4d8d489",
"area",
"north"
],
[
"_:search/b4d8d489",
"food",
"european"
],
[
"_:search/b4d8d489",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d3cfaa61"
],
[
"_:search/d3cfaa61",
"area",
"north"
],
[
"_:search/d3cfaa61",
"food",
"european"
],
[
"_:search/d3cfaa61",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/63eb447c"
],
[
"_:search/63eb447c",
"area",
"north"
],
[
"_:search/63eb447c",
"food",
"european"
],
[
"_:search/63eb447c",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/6af89669"
],
[
"_:search/6af89669",
"area",
"north"
],
[
"_:search/6af89669",
"food",
"european"
],
[
"_:search/6af89669",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0a8ae08a"
],
[
"_:search/0a8ae08a",
"area",
"north"
],
[
"_:search/0a8ae08a",
"food",
"european"
],
[
"_:search/0a8ae08a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c0b9634b"
],
[
"_:search/c0b9634b",
"area",
"north"
],
[
"_:search/c0b9634b",
"food",
"european"
],
[
"_:search/c0b9634b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5842c23c"
],
[
"_:search/5842c23c",
"area",
"north"
],
[
"_:search/5842c23c",
"food",
"european"
],
[
"_:search/5842c23c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/524135bf"
],
[
"_:search/524135bf",
"area",
"north"
],
[
"_:search/524135bf",
"food",
"european"
],
[
"_:search/524135bf",
"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,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/2d16a267"
],
[
"_:search/2d16a267",
"area",
"north"
],
[
"_:search/2d16a267",
"food",
"european"
],
[
"_:search/2d16a267",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4d8d489"
],
[
"_:search/b4d8d489",
"area",
"north"
],
[
"_:search/b4d8d489",
"food",
"european"
],
[
"_:search/b4d8d489",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d3cfaa61"
],
[
"_:search/d3cfaa61",
"area",
"north"
],
[
"_:search/d3cfaa61",
"food",
"european"
],
[
"_:search/d3cfaa61",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/63eb447c"
],
[
"_:search/63eb447c",
"area",
"north"
],
[
"_:search/63eb447c",
"food",
"european"
],
[
"_:search/63eb447c",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/6af89669"
],
[
"_:search/6af89669",
"area",
"north"
],
[
"_:search/6af89669",
"food",
"european"
],
[
"_:search/6af89669",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0a8ae08a"
],
[
"_:search/0a8ae08a",
"area",
"north"
],
[
"_:search/0a8ae08a",
"food",
"european"
],
[
"_:search/0a8ae08a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c0b9634b"
],
[
"_:search/c0b9634b",
"area",
"north"
],
[
"_:search/c0b9634b",
"food",
"european"
],
[
"_:search/c0b9634b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5842c23c"
],
[
"_:search/5842c23c",
"area",
"north"
],
[
"_:search/5842c23c",
"food",
"european"
],
[
"_:search/5842c23c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/524135bf"
],
[
"_:search/524135bf",
"area",
"north"
],
[
"_:search/524135bf",
"food",
"european"
],
[
"_:search/524135bf",
"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,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31
]
}
] |
[
{
"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,'danish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the center of town that serves danish food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'danish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no danish restaurant in the centre of town"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about european food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "michaelhouse cafe is a nice restaurant in the centre of town serving european food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'michaelhouse cafe');(_:result,phone,'01223 309147');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of michaelhouse cafe is 01223 309147 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the post code"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'michaelhouse cafe');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of michaelhouse cafe is C.B 2, 1 S.U"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-3b81cbb287-20130326_031529 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"danish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/fc456429"
],
[
"_:search/fc456429",
"area",
"centre"
],
[
"_:search/fc456429",
"food",
"danish"
],
[
"_:search/fc456429",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/fc456429"
],
[
"_:search/fc456429",
"area",
"centre"
],
[
"_:search/fc456429",
"food",
"danish"
],
[
"_:search/fc456429",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/fc456429"
],
[
"_:search/fc456429",
"area",
"centre"
],
[
"_:search/fc456429",
"food",
"danish"
],
[
"_:search/fc456429",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/fc456429"
],
[
"_:search/fc456429",
"area",
"centre"
],
[
"_:search/fc456429",
"food",
"danish"
],
[
"_:search/fc456429",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "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": "any"
},
{
"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,'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,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'15 magdalene street city centre');(_:result,name,'la margherita');(_:result,phone,'01223 315232');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of la margherita is 01223 315232 and it is on 15 Magdalene Street City Centre ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-bde2721237-20130325_162942 | [
{
"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",
"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",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_: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
]
}
] |
[
{
"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 something 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,*);(_: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": [
"inform((_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "something serving swiss food"
},
{
"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": [
"inform((_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "something serving swiss food"
},
{
"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": [
"canthelp((_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving swiss food"
},
{
"id": 11,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about british food"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving swiss food"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant serving british food then"
},
{
"id": 14,
"rdf-acts": [
"confirm((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant in the expensive price range right?"
},
{
"id": 15,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'british');(_:result,name,'midsummer house restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "midsummer house restaurant serves british food in the expensive price range"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have its phone number"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'midsummer house restaurant');(_:result,phone,'01223 369299');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of midsummer house restaurant is 01223 369299 ."
},
{
"id": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "breath thank you very much goodbye"
}
] | voip-4f069a4136-20130402_032149 | [
{
"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",
"swiss"
],
[
"_: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",
"swiss"
],
[
"_: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",
"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",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/b689f689"
],
[
"_:search/b689f689",
"food",
"swiss"
],
[
"_:search/b689f689",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"british"
],
[
"_: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/b689f689"
],
[
"_:search/b689f689",
"food",
"swiss"
],
[
"_:search/b689f689",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/aab1f6dd"
],
[
"_:search/aab1f6dd",
"food",
"swiss"
],
[
"_:search/aab1f6dd",
"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",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/b689f689"
],
[
"_:search/b689f689",
"food",
"swiss"
],
[
"_:search/b689f689",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/aab1f6dd"
],
[
"_:search/aab1f6dd",
"food",
"swiss"
],
[
"_:search/aab1f6dd",
"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",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/b689f689"
],
[
"_:search/b689f689",
"food",
"swiss"
],
[
"_:search/b689f689",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/aab1f6dd"
],
[
"_:search/aab1f6dd",
"food",
"swiss"
],
[
"_:search/aab1f6dd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"midsummer house restaurant"
],
[
"_: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/b689f689"
],
[
"_:search/b689f689",
"food",
"swiss"
],
[
"_:search/b689f689",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/aab1f6dd"
],
[
"_:search/aab1f6dd",
"food",
"swiss"
],
[
"_:search/aab1f6dd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"midsummer house restaurant"
],
[
"_:result",
"phone",
"01223 369299"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'seafood');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "sea food 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": [
"inform((_:result,name,'eraina');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "eraina is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-0f41c16f2f-20130325_193614 | [
{
"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"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"eraina"
],
[
"_: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": "unintelligible"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'bangkok city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city is a great restaurant"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'bangkok city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city is a great restaurant"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "greek food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'bangkok city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city is a great restaurant"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like to find a restaurant in the north part of town and it should serve greek food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is in the north part of town ."
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is in the north part of town ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "is there greek food"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no greek restaurant in the north of town"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 16,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no greek restaurant in the north of town"
},
{
"id": 17,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about chinese"
},
{
"id": 18,
"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": 19,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 20,
"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": 21,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 22,
"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": 23,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the phone number"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,name,'hakka');(_:result,phone,'01223 568988');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of hakka is 01223 568988 ."
},
{
"id": 25,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 26,
"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": 27,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-10beae627f-20130328_130428 | [
{
"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"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"greek"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"greek"
],
[
"_: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",
"food",
"greek"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"meghna"
],
[
"_: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",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"greek"
],
[
"_: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"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"greek"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3298518c"
],
[
"_:search/3298518c",
"area",
"north"
],
[
"_:search/3298518c",
"food",
"greek"
],
[
"_:search/3298518c",
"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",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3298518c"
],
[
"_:search/3298518c",
"area",
"north"
],
[
"_:search/3298518c",
"food",
"greek"
],
[
"_:search/3298518c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7286c772"
],
[
"_:search/7286c772",
"area",
"north"
],
[
"_:search/7286c772",
"food",
"greek"
],
[
"_:search/7286c772",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_: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",
"north"
],
[
"_:system",
"canthelp",
"_:search/3298518c"
],
[
"_:search/3298518c",
"area",
"north"
],
[
"_:search/3298518c",
"food",
"greek"
],
[
"_:search/3298518c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7286c772"
],
[
"_:search/7286c772",
"area",
"north"
],
[
"_:search/7286c772",
"food",
"greek"
],
[
"_:search/7286c772",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"hakka"
],
[
"_: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",
"north"
],
[
"_:system",
"canthelp",
"_:search/3298518c"
],
[
"_:search/3298518c",
"area",
"north"
],
[
"_:search/3298518c",
"food",
"greek"
],
[
"_:search/3298518c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7286c772"
],
[
"_:search/7286c772",
"area",
"north"
],
[
"_:search/7286c772",
"food",
"greek"
],
[
"_:search/7286c772",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"hakka"
],
[
"_: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",
"north"
],
[
"_:system",
"canthelp",
"_:search/3298518c"
],
[
"_:search/3298518c",
"area",
"north"
],
[
"_:search/3298518c",
"food",
"greek"
],
[
"_:search/3298518c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7286c772"
],
[
"_:search/7286c772",
"area",
"north"
],
[
"_:search/7286c772",
"food",
"greek"
],
[
"_:search/7286c772",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"hakka"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/3298518c"
],
[
"_:search/3298518c",
"area",
"north"
],
[
"_:search/3298518c",
"food",
"greek"
],
[
"_:search/3298518c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7286c772"
],
[
"_:search/7286c772",
"area",
"north"
],
[
"_:search/7286c772",
"food",
"greek"
],
[
"_:search/7286c772",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"hakka"
],
[
"_:result",
"phone",
"01223 568988"
],
[
"_: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",
"north"
],
[
"_:system",
"canthelp",
"_:search/3298518c"
],
[
"_:search/3298518c",
"area",
"north"
],
[
"_:search/3298518c",
"food",
"greek"
],
[
"_:search/3298518c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7286c772"
],
[
"_:search/7286c772",
"area",
"north"
],
[
"_:search/7286c772",
"food",
"greek"
],
[
"_:search/7286c772",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 568988"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"hakka"
],
[
"_: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": "a restaurant in the center"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the center"
},
{
"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,food,'hungarian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "hungarian food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'hungarian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no hungarian restaurant in the centre of town"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "turkish"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'turkish');(_:result,name,'anatolia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "anatolia is a nice restaurant in the centre of town serving turkish food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'30 bridge street city centre');(_:result,name,'anatolia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , anatolia is on 30 Bridge Street City Centre"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the price range"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'anatolia');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "anatolia is in the moderate price range"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-a352cb5ca5-20130401_234753 | [
{
"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",
"pricerange",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"hungarian"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/d625598e"
],
[
"_:search/d625598e",
"area",
"centre"
],
[
"_:search/d625598e",
"food",
"hungarian"
],
[
"_:search/d625598e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/d625598e"
],
[
"_:search/d625598e",
"area",
"centre"
],
[
"_:search/d625598e",
"food",
"hungarian"
],
[
"_:search/d625598e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"anatolia"
],
[
"_: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",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/d625598e"
],
[
"_:search/d625598e",
"area",
"centre"
],
[
"_:search/d625598e",
"food",
"hungarian"
],
[
"_:search/d625598e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"address",
"30 bridge street city centre"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/d625598e"
],
[
"_:search/d625598e",
"area",
"centre"
],
[
"_:search/d625598e",
"food",
"hungarian"
],
[
"_:search/d625598e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"address",
"30 bridge street city centre"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"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 place in the south of town and the prices are expensive"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is a nice place in the south of town and the prices are expensive"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'mexican');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar serves mexican food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'2g cambridge leisure park cherry hinton road cherry hinton');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , chiquito restaurant bar is on 2G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'chiquito restaurant bar');(_:result,phone,'01223 400170');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of chiquito restaurant bar is 01223 400170 ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e99e4f4538-20130327_152308 | [
{
"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",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_: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",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"address",
"2g cambridge leisure park cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_: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",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"address",
"2g cambridge leisure park cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for a restaurant in west part of town serving cantonese"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a cantonese restaurant right?"
},
{
"id": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"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": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian food"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is a great restaurant serving moderate italian food in the west of town ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is a great restaurant"
},
{
"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,'prezzo');(_:result,phone,'01799 521260');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of prezzo is 01799 521260 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-ccf48b9a6a-20130329_053050 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/fa4d9719"
],
[
"_:search/fa4d9719",
"food",
"cantonese"
],
[
"_:search/fa4d9719",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/fa4d9719"
],
[
"_:search/fa4d9719",
"food",
"cantonese"
],
[
"_:search/fa4d9719",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_: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",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/fa4d9719"
],
[
"_:search/fa4d9719",
"food",
"cantonese"
],
[
"_:search/fa4d9719",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"prezzo"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/fa4d9719"
],
[
"_:search/fa4d9719",
"food",
"cantonese"
],
[
"_:search/fa4d9719",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/fa4d9719"
],
[
"_:search/fa4d9719",
"food",
"cantonese"
],
[
"_:search/fa4d9719",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "breathing"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 4,
"rdf-acts": [
"select((_:result,area,'east');(_:result,area,'south'))"
],
"speaker": "system",
"text": "Sorry would you like something in the south or in the east"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "it doesnt matter"
},
{
"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,'asian oriental');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap pan asian food"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "pan asian food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'golden house');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden house is in the cheap price range"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what kind of food is it"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'golden house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden house serves chinese food"
},
{
"id": 15,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay is there any portuguese food"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'portuguese');(_:result,name,'nandos city centre');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos city centre serves portuguese food in the cheap price range"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can you give me the address"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-eaef6f434c-20130323_025154 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_: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"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_: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"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_: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"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"golden house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"golden house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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,
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,'halal');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for moderately priced restaurant and it should serve 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": "any"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'halal');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "halal food"
},
{
"id": 6,
"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": 7,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the nirala');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala is a great restaurant"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'the nirala');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala serves indian food"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'jinling noodle bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "jinling noodle bar is in the moderate price range"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'jinling noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "jinling noodle bar is a great restaurant"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'jinling noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "jinling noodle bar is a great restaurant"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": "what type food"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'efes restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "efes restaurant is in the moderate price range"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian oriental type of food"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'efes restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "efes restaurant is a great restaurant"
},
{
"id": 21,
"rdf-acts": [
"confirm((_:result,food,'asian oriental');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is that asian oriental type of food"
},
{
"id": 22,
"rdf-acts": [
"confirm((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a asian oriental restaurant right?"
},
{
"id": 23,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,address,'king street city centre');(_:result,name,'efes restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , efes restaurant is on King Street City Centre"
},
{
"id": 25,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'yippee noodle bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yippee noodle bar serves asian oriental food in the moderate price range"
},
{
"id": 27,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 28,
"rdf-acts": [
"inform((_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yippee noodle bar is a great restaurant"
},
{
"id": 29,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the address"
},
{
"id": 30,
"rdf-acts": [
"inform((_:result,address,'40428 king street city centre');(_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , yippee noodle bar is on 40428 King Street City Centre"
},
{
"id": 31,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and phone number"
},
{
"id": 32,
"rdf-acts": [
"inform((_:result,name,'yippee noodle bar');(_:result,phone,'01223 518111');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of yippee noodle bar is 01223 518111 ."
},
{
"id": 33,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 34,
"rdf-acts": [
"canthelp((_:search,food,'asian oriental');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no other asian oriental restaurant in the moderate price range"
},
{
"id": 35,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 36,
"rdf-acts": [
"inform((_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yippee noodle bar is a great restaurant"
},
{
"id": 37,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 38,
"rdf-acts": [
"inform((_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yippee noodle bar is a great restaurant"
},
{
"id": 39,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 40,
"rdf-acts": [
"inform((_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yippee noodle bar is a great restaurant"
},
{
"id": 41,
"rdf-acts": [],
"speaker": "user",
"text": "inaudible"
},
{
"id": 42,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'saigon city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saigon city serves asian oriental food"
},
{
"id": 43,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-10beae627f-20130329_125733 | [
{
"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",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_: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"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"jinling noodle bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"jinling noodle bar"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"jinling noodle bar"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_: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",
"*"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_: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",
"*"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"address",
"king street city centre"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"king street city centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
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",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"king street city centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
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",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"40428 king street city centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
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",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"40428 king street city centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"phone",
"01223 518111"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
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",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"40428 king street city centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"phone",
"01223 518111"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/76ee3538"
],
[
"_:search/76ee3538",
"food",
"asian oriental"
],
[
"_:search/76ee3538",
"pricerange",
"moderate"
],
[
"_:search/76ee3538",
"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
]
},
{
"id": 18,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"40428 king street city centre"
],
[
"_:result",
"phone",
"01223 518111"
],
[
"_:system",
"canthelp",
"_:search/76ee3538"
],
[
"_:search/76ee3538",
"food",
"asian oriental"
],
[
"_:search/76ee3538",
"pricerange",
"moderate"
],
[
"_:search/76ee3538",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
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",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"40428 king street city centre"
],
[
"_:result",
"phone",
"01223 518111"
],
[
"_:system",
"canthelp",
"_:search/76ee3538"
],
[
"_:search/76ee3538",
"food",
"asian oriental"
],
[
"_:search/76ee3538",
"pricerange",
"moderate"
],
[
"_:search/76ee3538",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
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",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"40428 king street city centre"
],
[
"_:result",
"phone",
"01223 518111"
],
[
"_:system",
"canthelp",
"_:search/76ee3538"
],
[
"_:search/76ee3538",
"food",
"asian oriental"
],
[
"_:search/76ee3538",
"pricerange",
"moderate"
],
[
"_:search/76ee3538",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
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",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"40428 king street city centre"
],
[
"_:result",
"phone",
"01223 518111"
],
[
"_:system",
"canthelp",
"_:search/76ee3538"
],
[
"_:search/76ee3538",
"food",
"asian oriental"
],
[
"_:search/76ee3538",
"pricerange",
"moderate"
],
[
"_:search/76ee3538",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type ."
},
{
"id": 1,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "music hello"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "hello"
},
{
"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,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like to find a moderately priced restaurant in the east part of town"
},
{
"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,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "chinese"
},
{
"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,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "chinese"
},
{
"id": 10,
"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": 11,
"rdf-acts": [],
"speaker": "user",
"text": "the addre"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut fen ditton is a nice place in the east of town"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the addre"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "k you goodbye"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut fen ditton is a great restaurant"
},
{
"id": 17,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "k you goodbye"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'royal standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard is a nice place in the east of town"
},
{
"id": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-72e50baa85-20130326_044704 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"east"
],
[
"_: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"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_: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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"address",
"cambridge retail park newmarket road fen ditton"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"address",
"cambridge retail park newmarket road fen ditton"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"cambridge retail park newmarket road fen ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
}
] |
[
{
"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,'irish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need to find a restaurant in the center and it should serve irish 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,'irish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "irish food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'irish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no irish restaurant that matches your request"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "french food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'french');(_:result,name,'cote');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cote serves french food ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and can i get the address phone number and price range"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'bridge street city centre');(_:result,name,'cote');(_:result,phone,'01223 311053');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of cote is 01223 311053 and it is on Bridge Street City Centre ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'cote');(_:result,phone,'01223 311053');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of cote is 01223 311053 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'cote');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cote is in the expensive price range"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-88f198881b-20130326_032712 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"irish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"irish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a3a13242"
],
[
"_:search/a3a13242",
"food",
"irish"
],
[
"_:search/a3a13242",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a3a13242"
],
[
"_:search/a3a13242",
"food",
"irish"
],
[
"_:search/a3a13242",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a3a13242"
],
[
"_:search/a3a13242",
"food",
"irish"
],
[
"_:search/a3a13242",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"address",
"bridge street city centre"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"phone",
"01223 311053"
],
[
"_: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",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a3a13242"
],
[
"_:search/a3a13242",
"food",
"irish"
],
[
"_:search/a3a13242",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"address",
"bridge street city centre"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"phone",
"01223 311053"
],
[
"_: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",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a3a13242"
],
[
"_:search/a3a13242",
"food",
"irish"
],
[
"_:search/a3a13242",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"address",
"bridge street city centre"
],
[
"_:result",
"phone",
"01223 311053"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 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": "hi im looking for moderately priced"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"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": "dont care"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'bistro');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "bistro food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'bistro');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving bistro food"
},
{
"id": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'bistro');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving bistro food"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like asian oriental"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'yippee noodle bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yippee noodle bar serves asian oriental food in the moderate price range"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,address,'40428 king street city centre');(_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , yippee noodle bar is on 40428 King Street City Centre"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'yippee noodle bar');(_:result,phone,'01223 518111');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of yippee noodle bar is 01223 518111 ."
},
{
"id": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-d645d56d23-20130324_000651 | [
{
"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",
"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",
"food",
"bistro"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/a0d6f335"
],
[
"_:search/a0d6f335",
"food",
"bistro"
],
[
"_:search/a0d6f335",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/a0d6f335"
],
[
"_:search/a0d6f335",
"food",
"bistro"
],
[
"_:search/a0d6f335",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/dfc6f1e4"
],
[
"_:search/dfc6f1e4",
"food",
"bistro"
],
[
"_:search/dfc6f1e4",
"type",
"Restaurant"
],
[
"_: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",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/a0d6f335"
],
[
"_:search/a0d6f335",
"food",
"bistro"
],
[
"_:search/a0d6f335",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/dfc6f1e4"
],
[
"_:search/dfc6f1e4",
"food",
"bistro"
],
[
"_:search/dfc6f1e4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/a0d6f335"
],
[
"_:search/a0d6f335",
"food",
"bistro"
],
[
"_:search/a0d6f335",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/dfc6f1e4"
],
[
"_:search/dfc6f1e4",
"food",
"bistro"
],
[
"_:search/dfc6f1e4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/a0d6f335"
],
[
"_:search/a0d6f335",
"food",
"bistro"
],
[
"_:search/a0d6f335",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/dfc6f1e4"
],
[
"_:search/dfc6f1e4",
"food",
"bistro"
],
[
"_:search/dfc6f1e4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"40428 king street city centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/a0d6f335"
],
[
"_:search/a0d6f335",
"food",
"bistro"
],
[
"_:search/a0d6f335",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/dfc6f1e4"
],
[
"_:search/dfc6f1e4",
"food",
"bistro"
],
[
"_:search/dfc6f1e4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"40428 king street city centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"phone",
"01223 518111"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for moderately priced restaurant in the north part"
},
{
"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 do not 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": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is their phone number"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is their post code"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'meghna');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of meghna is C.B 4, 3 L.F"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-db80a9e6df-20130328_234234 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_: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",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"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": "im trying to find a cheap restaurant in the east of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'tandoori palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "tandoori palace is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"confirm((_:result,area,'east');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it in the east of town"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pipasha restaurant is in the east part of town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and post code"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'pipasha restaurant');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of pipasha restaurant is C.B 5, 8 P.A"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pipasha restaurant is in the east part of town ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-7e22911804-20130328_204851 | [
{
"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"
]
],
"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",
"name",
"tandoori palace"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Restaurant"
]
],
"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",
"name",
"pipasha restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"address",
"newmarket road fen ditton"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"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": "cheap restaurant in the north"
},
{
"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": "what is 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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-340dbb333e-20130327_011501 | [
{
"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"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant that serves gastropub food any price range"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant and you dont care about the price range right?"
},
{
"id": 3,
"rdf-acts": [
"affirm()",
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thats correct gastropub 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 part of town"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'gastropub');(_:result,name,'royal standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard serves gastropub food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address please"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'290 mill road city centre');(_:result,name,'royal standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , royal standard is on 290 Mill Road City Centre"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-31d9d1a567-20130402_034915 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"address",
"290 mill road city centre"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"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": "i need 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": "i dont care"
},
{
"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": "what is 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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-d7853a398f-20130402_144000 | [
{
"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"
],
[
"_: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,'romanian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "romanian food in the center"
},
{
"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"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "british food"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address and phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'51 trumpington street city centre');(_:result,name,'fitzbillies restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , fitzbillies restaurant is on 51 Trumpington Street City Centre"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'fitzbillies restaurant');(_:result,phone,'01223 352500');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of fitzbillies restaurant is 01223 352500 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e61fa89add-20130327_080334 | [
{
"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"
],
[
"_:system",
"canthelp",
"_:search/bbbe890c"
],
[
"_:search/bbbe890c",
"area",
"centre"
],
[
"_:search/bbbe890c",
"food",
"romanian"
],
[
"_:search/bbbe890c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/bbbe890c"
],
[
"_:search/bbbe890c",
"area",
"centre"
],
[
"_:search/bbbe890c",
"food",
"romanian"
],
[
"_:search/bbbe890c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/bbbe890c"
],
[
"_:search/bbbe890c",
"area",
"centre"
],
[
"_:search/bbbe890c",
"food",
"romanian"
],
[
"_:search/bbbe890c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/bbbe890c"
],
[
"_:search/bbbe890c",
"area",
"centre"
],
[
"_:search/bbbe890c",
"food",
"romanian"
],
[
"_:search/bbbe890c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"51 trumpington street city centre"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/bbbe890c"
],
[
"_:search/bbbe890c",
"area",
"centre"
],
[
"_:search/bbbe890c",
"food",
"romanian"
],
[
"_:search/bbbe890c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"51 trumpington street city centre"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"phone",
"01223 352500"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a moderately priced restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i do not care"
},
{
"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": "correct"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton is a nice place in the south of town and the prices are moderate"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address and phone number please"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'152 - 154 hills road');(_:result,name,'restaurant alimentum');(_:result,phone,'01223 413000');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of restaurant alimentum is 01223 413000 and it is on 152 - 154 Hills Road ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-52d599db9c-20130402_002245 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"152 - 154 hills road"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant in the west part of town"
},
{
"id": 2,
"rdf-acts": [
"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,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'21 - 24 northampton street');(_:result,name,'saint johns chop house');(_:result,phone,'01223 353110');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of saint johns chop house is 01223 353110 and it is on 21 - 24 Northampton Street ."
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-58047f5227-20130327_004644 | [
{
"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",
"?"
]
],
"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",
"21 - 24 northampton street"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"phone",
"01223 353110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the west part of town that serves italian 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,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west"
},
{
"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": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the phone number and address"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-d0341706f2-20130329_022056 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"#"
],
[
"_:user",
"denied",
"_:search/79e02d1a"
],
[
"_:search/79e02d1a",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"west"
],
[
"_:user",
"denied",
"_:search/79e02d1a"
],
[
"_:search/79e02d1a",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"west"
],
[
"_:user",
"denied",
"_:search/79e02d1a"
],
[
"_:search/79e02d1a",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"prezzo"
],
[
"_: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",
"food",
"italian"
],
[
"_:search",
"area",
"west"
],
[
"_:user",
"denied",
"_:search/79e02d1a"
],
[
"_:search/79e02d1a",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
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,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yea i would like korean 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": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any area"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what kind of food does it serve"
},
{
"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,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the address and zip code"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'little seoul');(_:result,phone,'01223 308681');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of little seoul is 01223 308681 ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-aaa44b4121-20130327_171453 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"food",
"korean"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"name",
"little seoul"
],
[
"_: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",
"food",
"korean"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"phone",
"01223 308681"
],
[
"_: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,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the north part of town 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,food,'thai');(_:result,name,'sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sala thong serves thai food ."
},
{
"id": 5,
"rdf-acts": [
"confirm((_:result,area,'north');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it in the north part of town"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'thai');(_:result,name,'bangkok city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city serves thai food ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north part of town"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no thai restaurant in the north of town"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about in the west area"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'chinese');(_:result,name,'golden wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is a nice restaurant in the north of town serving chinese food"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "is there one in the west area"
},
{
"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": [
"reqalts()",
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about west"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is in the north part of town ."
},
{
"id": 15,
"rdf-acts": [
"reqalts()",
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about the west area"
},
{
"id": 16,
"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": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-52d599db9c-20130323_074800 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/26cbc032"
],
[
"_:search/26cbc032",
"area",
"north"
],
[
"_:search/26cbc032",
"food",
"thai"
],
[
"_:search/26cbc032",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"canthelp",
"_:search/26cbc032"
],
[
"_:search/26cbc032",
"area",
"north"
],
[
"_:search/26cbc032",
"food",
"thai"
],
[
"_:search/26cbc032",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_: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",
"thai"
],
[
"_:system",
"canthelp",
"_:search/26cbc032"
],
[
"_:search/26cbc032",
"area",
"north"
],
[
"_:search/26cbc032",
"food",
"thai"
],
[
"_:search/26cbc032",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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",
"food",
"thai"
],
[
"_:system",
"canthelp",
"_:search/26cbc032"
],
[
"_:search/26cbc032",
"area",
"north"
],
[
"_:search/26cbc032",
"food",
"thai"
],
[
"_:search/26cbc032",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_: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",
"food",
"thai"
],
[
"_:system",
"canthelp",
"_:search/26cbc032"
],
[
"_:search/26cbc032",
"area",
"north"
],
[
"_:search/26cbc032",
"food",
"thai"
],
[
"_:search/26cbc032",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
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,'russian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for moderately priced russian food"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"inform((_:search,food,'russian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "russian food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'russian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving russian food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about chinese 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": "i dont care"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok serves chinese food in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats their phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'golden wok');(_:result,phone,'01223 350688');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of golden wok is 01223 350688 ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-4a6ecc1f1c-20130329_154219 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"russian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"russian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/48cba43a"
],
[
"_:search/48cba43a",
"food",
"russian"
],
[
"_:search/48cba43a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/48cba43a"
],
[
"_:search/48cba43a",
"food",
"russian"
],
[
"_:search/48cba43a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/48cba43a"
],
[
"_:search/48cba43a",
"food",
"russian"
],
[
"_:search/48cba43a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/48cba43a"
],
[
"_:search/48cba43a",
"food",
"russian"
],
[
"_:search/48cba43a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "fusion food"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a fusion restaurant right?"
},
{
"id": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving fusion food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "vietnamese"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh serves vietnamese food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'17 magdalene street city centre');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , thanh binh is on 17 Magdalene Street City Centre"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-0f41c16f2f-20130325_213951 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"fusion"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"fusion"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/bcf04459"
],
[
"_:search/bcf04459",
"food",
"fusion"
],
[
"_:search/bcf04459",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/bcf04459"
],
[
"_:search/bcf04459",
"food",
"fusion"
],
[
"_:search/bcf04459",
"type",
"Restaurant"
],
[
"_: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
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/bcf04459"
],
[
"_:search/bcf04459",
"food",
"fusion"
],
[
"_:search/bcf04459",
"type",
"Restaurant"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced serving gastro pub"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'corn exchange street');(_:result,name,'the cow pizza kitchen and bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the cow pizza kitchen and bar is on Corn Exchange Street"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_: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 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "area"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the cow pizza kitchen and bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the cow pizza kitchen and bar is a great restaurant"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what area"
},
{
"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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-2f4c700ae3-20130401_190045 | [
{
"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",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"corn exchange street"
],
[
"_:result",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"corn exchange street"
],
[
"_:result",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"phone",
"01223 308871"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"corn exchange street"
],
[
"_:result",
"phone",
"01223 308871"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"the cow pizza kitchen and bar"
],
[
"_: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",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"corn exchange street"
],
[
"_:result",
"phone",
"01223 308871"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"the cow pizza kitchen and bar"
],
[
"_: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": "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,food,'japanese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant it should serve japanese food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'japanese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cheap japanese food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want spanish food"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,food,'japanese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a japanese restaurant right?"
},
{
"id": 7,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'japanese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cheap japanese food"
},
{
"id": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about spanish food"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'japanese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cheap japanese food"
},
{
"id": 11,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about spanish food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice is in the cheap price range"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'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,signature,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the signature dish"
},
{
"id": 16,
"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": 17,
"rdf-acts": [
"request((_:result,signature,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the signature dish"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'la raza');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la raza is a great restaurant"
},
{
"id": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fe4b6ef58f-20130325_220934 | [
{
"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",
"japanese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/396dbff6"
],
[
"_:search/396dbff6",
"food",
"japanese"
],
[
"_:search/396dbff6",
"pricerange",
"cheap"
],
[
"_:search/396dbff6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/396dbff6"
],
[
"_:search/396dbff6",
"food",
"japanese"
],
[
"_:search/396dbff6",
"pricerange",
"cheap"
],
[
"_:search/396dbff6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/396dbff6"
],
[
"_:search/396dbff6",
"food",
"japanese"
],
[
"_:search/396dbff6",
"pricerange",
"cheap"
],
[
"_:search/396dbff6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/4a174581"
],
[
"_:search/4a174581",
"food",
"japanese"
],
[
"_:search/4a174581",
"pricerange",
"cheap"
],
[
"_:search/4a174581",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/396dbff6"
],
[
"_:search/396dbff6",
"food",
"japanese"
],
[
"_:search/396dbff6",
"pricerange",
"cheap"
],
[
"_:search/396dbff6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/4a174581"
],
[
"_:search/4a174581",
"food",
"japanese"
],
[
"_:search/4a174581",
"pricerange",
"cheap"
],
[
"_:search/4a174581",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e121826c"
],
[
"_:search/e121826c",
"food",
"japanese"
],
[
"_:search/e121826c",
"pricerange",
"cheap"
],
[
"_:search/e121826c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/396dbff6"
],
[
"_:search/396dbff6",
"food",
"japanese"
],
[
"_:search/396dbff6",
"pricerange",
"cheap"
],
[
"_:search/396dbff6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/4a174581"
],
[
"_:search/4a174581",
"food",
"japanese"
],
[
"_:search/4a174581",
"pricerange",
"cheap"
],
[
"_:search/4a174581",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e121826c"
],
[
"_:search/e121826c",
"food",
"japanese"
],
[
"_:search/e121826c",
"pricerange",
"cheap"
],
[
"_:search/e121826c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/396dbff6"
],
[
"_:search/396dbff6",
"food",
"japanese"
],
[
"_:search/396dbff6",
"pricerange",
"cheap"
],
[
"_:search/396dbff6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/4a174581"
],
[
"_:search/4a174581",
"food",
"japanese"
],
[
"_:search/4a174581",
"pricerange",
"cheap"
],
[
"_:search/4a174581",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e121826c"
],
[
"_:search/e121826c",
"food",
"japanese"
],
[
"_:search/e121826c",
"pricerange",
"cheap"
],
[
"_:search/e121826c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"signature",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/396dbff6"
],
[
"_:search/396dbff6",
"food",
"japanese"
],
[
"_:search/396dbff6",
"pricerange",
"cheap"
],
[
"_:search/396dbff6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/4a174581"
],
[
"_:search/4a174581",
"food",
"japanese"
],
[
"_:search/4a174581",
"pricerange",
"cheap"
],
[
"_:search/4a174581",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e121826c"
],
[
"_:search/e121826c",
"food",
"japanese"
],
[
"_:search/e121826c",
"pricerange",
"cheap"
],
[
"_:search/e121826c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"signature",
"?"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/396dbff6"
],
[
"_:search/396dbff6",
"food",
"japanese"
],
[
"_:search/396dbff6",
"pricerange",
"cheap"
],
[
"_:search/396dbff6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/4a174581"
],
[
"_:search/4a174581",
"food",
"japanese"
],
[
"_:search/4a174581",
"pricerange",
"cheap"
],
[
"_:search/4a174581",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e121826c"
],
[
"_:search/e121826c",
"food",
"japanese"
],
[
"_:search/e121826c",
"pricerange",
"cheap"
],
[
"_:search/e121826c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"signature",
"?"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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
]
}
] |
[
{
"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 am looking for a moderately priced restaurant and it should"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'moroccan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "it should serve moroccan food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'moroccan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving moroccan food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about turkish type of food"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address of the venue"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'15 - 19 trumpington street');(_:result,name,'hotel du vin and bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , hotel du vin and bistro is on 15 - 19 Trumpington Street"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-199d62165b-20130402_115733 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/4bb08b19"
],
[
"_:search/4bb08b19",
"food",
"moroccan"
],
[
"_:search/4bb08b19",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"turkish"
],
[
"_: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/4bb08b19"
],
[
"_:search/4bb08b19",
"food",
"moroccan"
],
[
"_:search/4bb08b19",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/4bb08b19"
],
[
"_:search/4bb08b19",
"food",
"moroccan"
],
[
"_:search/4bb08b19",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"15 - 19 trumpington street"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_: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,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "polynesian food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'golden house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden house is in the centre part of town ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,name,'venue');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "venue"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'golden house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden house is a great restaurant"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of venue"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'golden house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden house serves chinese food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "polynesian food"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no polynesian restaurant that matches your request"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "european food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'european');(_:result,name,'hotel du vin and bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hotel du vin and bistro is a nice restaurant in the centre of town serving european food"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'15 - 19 trumpington street');(_:result,name,'hotel du vin and bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , hotel du vin and bistro is on 15 - 19 Trumpington Street"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_: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 ."
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-9f989824fd-20130324_080929 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"polynesian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"polynesian"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"polynesian"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"golden house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"venue"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"polynesian"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"venue"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"golden house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"venue"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"golden house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"polynesian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"venue"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"golden house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/60671453"
],
[
"_:search/60671453",
"food",
"polynesian"
],
[
"_:search/60671453",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"name",
"venue"
],
[
"_:system",
"canthelp",
"_:search/60671453"
],
[
"_:search/60671453",
"food",
"polynesian"
],
[
"_:search/60671453",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"name",
"venue"
],
[
"_:system",
"canthelp",
"_:search/60671453"
],
[
"_:search/60671453",
"food",
"polynesian"
],
[
"_:search/60671453",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"address",
"15 - 19 trumpington street"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"name",
"venue"
],
[
"_:system",
"canthelp",
"_:search/60671453"
],
[
"_:search/60671453",
"food",
"polynesian"
],
[
"_:search/60671453",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_: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,
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,food,'caribbean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need a caribbean restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'caribbean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no caribbean restaurant in the south of town"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about italian food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'italian');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton 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": "whats the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'pizza hut cherry hinton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of pizza hut cherry hinton is 01223 323737 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the post code"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'pizza hut cherry hinton');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of pizza hut cherry hinton is C.B 1, 7 D.Y"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-f32f2cfdae-20130327_020400 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"caribbean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/937f356c"
],
[
"_:search/937f356c",
"area",
"south"
],
[
"_:search/937f356c",
"food",
"caribbean"
],
[
"_:search/937f356c",
"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",
"south"
],
[
"_:system",
"canthelp",
"_:search/937f356c"
],
[
"_:search/937f356c",
"area",
"south"
],
[
"_:search/937f356c",
"food",
"caribbean"
],
[
"_:search/937f356c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/937f356c"
],
[
"_:search/937f356c",
"area",
"south"
],
[
"_:search/937f356c",
"food",
"caribbean"
],
[
"_:search/937f356c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/937f356c"
],
[
"_:search/937f356c",
"area",
"south"
],
[
"_:search/937f356c",
"food",
"caribbean"
],
[
"_:search/937f356c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_: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,food,'tuscan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive restaurant tuscan food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no tuscan restaurant in the expensive price range"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no tuscan restaurant in the expensive price range"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no tuscan restaurant in the expensive price range"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no tuscan restaurant in the expensive price range"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "okay change restaurant"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no tuscan restaurant in the expensive price range"
},
{
"id": 11,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no tuscan restaurant in the expensive price range"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no tuscan restaurant in the expensive price range"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 16,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no tuscan restaurant in the expensive price range"
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 18,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no tuscan restaurant in the expensive price range"
},
{
"id": 19,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 20,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no tuscan restaurant in the expensive price range"
},
{
"id": 21,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
},
{
"id": 22,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no tuscan restaurant in the expensive price range"
},
{
"id": 23,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 24,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no tuscan restaurant in the expensive price range"
},
{
"id": 25,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 26,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no tuscan restaurant in the expensive price range"
},
{
"id": 27,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
},
{
"id": 28,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"confirm((_:search,food,'tuscan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are restaurants serving tuscan in the expensive price range . What area would you like?"
},
{
"id": 29,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 30,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no tuscan restaurant in the moderate price range"
},
{
"id": 31,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-7e07d8f0f5-20130328_191418 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5b589048"
],
[
"_:search/5b589048",
"food",
"tuscan"
],
[
"_:search/5b589048",
"pricerange",
"expensive"
],
[
"_:search/5b589048",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5b589048"
],
[
"_:search/5b589048",
"food",
"tuscan"
],
[
"_:search/5b589048",
"pricerange",
"expensive"
],
[
"_:search/5b589048",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88fb27db"
],
[
"_:search/88fb27db",
"food",
"tuscan"
],
[
"_:search/88fb27db",
"pricerange",
"expensive"
],
[
"_:search/88fb27db",
"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",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5b589048"
],
[
"_:search/5b589048",
"food",
"tuscan"
],
[
"_:search/5b589048",
"pricerange",
"expensive"
],
[
"_:search/5b589048",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88fb27db"
],
[
"_:search/88fb27db",
"food",
"tuscan"
],
[
"_:search/88fb27db",
"pricerange",
"expensive"
],
[
"_:search/88fb27db",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b41d278d"
],
[
"_:search/b41d278d",
"food",
"tuscan"
],
[
"_:search/b41d278d",
"pricerange",
"expensive"
],
[
"_:search/b41d278d",
"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",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5b589048"
],
[
"_:search/5b589048",
"food",
"tuscan"
],
[
"_:search/5b589048",
"pricerange",
"expensive"
],
[
"_:search/5b589048",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88fb27db"
],
[
"_:search/88fb27db",
"food",
"tuscan"
],
[
"_:search/88fb27db",
"pricerange",
"expensive"
],
[
"_:search/88fb27db",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b41d278d"
],
[
"_:search/b41d278d",
"food",
"tuscan"
],
[
"_:search/b41d278d",
"pricerange",
"expensive"
],
[
"_:search/b41d278d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de86ad94"
],
[
"_:search/de86ad94",
"food",
"tuscan"
],
[
"_:search/de86ad94",
"pricerange",
"expensive"
],
[
"_:search/de86ad94",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5b589048"
],
[
"_:search/5b589048",
"food",
"tuscan"
],
[
"_:search/5b589048",
"pricerange",
"expensive"
],
[
"_:search/5b589048",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88fb27db"
],
[
"_:search/88fb27db",
"food",
"tuscan"
],
[
"_:search/88fb27db",
"pricerange",
"expensive"
],
[
"_:search/88fb27db",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b41d278d"
],
[
"_:search/b41d278d",
"food",
"tuscan"
],
[
"_:search/b41d278d",
"pricerange",
"expensive"
],
[
"_:search/b41d278d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de86ad94"
],
[
"_:search/de86ad94",
"food",
"tuscan"
],
[
"_:search/de86ad94",
"pricerange",
"expensive"
],
[
"_:search/de86ad94",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/735a9d41"
],
[
"_:search/735a9d41",
"food",
"tuscan"
],
[
"_:search/735a9d41",
"pricerange",
"expensive"
],
[
"_:search/735a9d41",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5b589048"
],
[
"_:search/5b589048",
"food",
"tuscan"
],
[
"_:search/5b589048",
"pricerange",
"expensive"
],
[
"_:search/5b589048",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88fb27db"
],
[
"_:search/88fb27db",
"food",
"tuscan"
],
[
"_:search/88fb27db",
"pricerange",
"expensive"
],
[
"_:search/88fb27db",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b41d278d"
],
[
"_:search/b41d278d",
"food",
"tuscan"
],
[
"_:search/b41d278d",
"pricerange",
"expensive"
],
[
"_:search/b41d278d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de86ad94"
],
[
"_:search/de86ad94",
"food",
"tuscan"
],
[
"_:search/de86ad94",
"pricerange",
"expensive"
],
[
"_:search/de86ad94",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/735a9d41"
],
[
"_:search/735a9d41",
"food",
"tuscan"
],
[
"_:search/735a9d41",
"pricerange",
"expensive"
],
[
"_:search/735a9d41",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b9c5e8f1"
],
[
"_:search/b9c5e8f1",
"food",
"tuscan"
],
[
"_:search/b9c5e8f1",
"pricerange",
"expensive"
],
[
"_:search/b9c5e8f1",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5b589048"
],
[
"_:search/5b589048",
"food",
"tuscan"
],
[
"_:search/5b589048",
"pricerange",
"expensive"
],
[
"_:search/5b589048",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88fb27db"
],
[
"_:search/88fb27db",
"food",
"tuscan"
],
[
"_:search/88fb27db",
"pricerange",
"expensive"
],
[
"_:search/88fb27db",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b41d278d"
],
[
"_:search/b41d278d",
"food",
"tuscan"
],
[
"_:search/b41d278d",
"pricerange",
"expensive"
],
[
"_:search/b41d278d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de86ad94"
],
[
"_:search/de86ad94",
"food",
"tuscan"
],
[
"_:search/de86ad94",
"pricerange",
"expensive"
],
[
"_:search/de86ad94",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/735a9d41"
],
[
"_:search/735a9d41",
"food",
"tuscan"
],
[
"_:search/735a9d41",
"pricerange",
"expensive"
],
[
"_:search/735a9d41",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b9c5e8f1"
],
[
"_:search/b9c5e8f1",
"food",
"tuscan"
],
[
"_:search/b9c5e8f1",
"pricerange",
"expensive"
],
[
"_:search/b9c5e8f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/46de3961"
],
[
"_:search/46de3961",
"food",
"tuscan"
],
[
"_:search/46de3961",
"pricerange",
"expensive"
],
[
"_:search/46de3961",
"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": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5b589048"
],
[
"_:search/5b589048",
"food",
"tuscan"
],
[
"_:search/5b589048",
"pricerange",
"expensive"
],
[
"_:search/5b589048",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88fb27db"
],
[
"_:search/88fb27db",
"food",
"tuscan"
],
[
"_:search/88fb27db",
"pricerange",
"expensive"
],
[
"_:search/88fb27db",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b41d278d"
],
[
"_:search/b41d278d",
"food",
"tuscan"
],
[
"_:search/b41d278d",
"pricerange",
"expensive"
],
[
"_:search/b41d278d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de86ad94"
],
[
"_:search/de86ad94",
"food",
"tuscan"
],
[
"_:search/de86ad94",
"pricerange",
"expensive"
],
[
"_:search/de86ad94",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/735a9d41"
],
[
"_:search/735a9d41",
"food",
"tuscan"
],
[
"_:search/735a9d41",
"pricerange",
"expensive"
],
[
"_:search/735a9d41",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b9c5e8f1"
],
[
"_:search/b9c5e8f1",
"food",
"tuscan"
],
[
"_:search/b9c5e8f1",
"pricerange",
"expensive"
],
[
"_:search/b9c5e8f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/46de3961"
],
[
"_:search/46de3961",
"food",
"tuscan"
],
[
"_:search/46de3961",
"pricerange",
"expensive"
],
[
"_:search/46de3961",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/768ad295"
],
[
"_:search/768ad295",
"food",
"tuscan"
],
[
"_:search/768ad295",
"pricerange",
"expensive"
],
[
"_:search/768ad295",
"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": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5b589048"
],
[
"_:search/5b589048",
"food",
"tuscan"
],
[
"_:search/5b589048",
"pricerange",
"expensive"
],
[
"_:search/5b589048",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88fb27db"
],
[
"_:search/88fb27db",
"food",
"tuscan"
],
[
"_:search/88fb27db",
"pricerange",
"expensive"
],
[
"_:search/88fb27db",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b41d278d"
],
[
"_:search/b41d278d",
"food",
"tuscan"
],
[
"_:search/b41d278d",
"pricerange",
"expensive"
],
[
"_:search/b41d278d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de86ad94"
],
[
"_:search/de86ad94",
"food",
"tuscan"
],
[
"_:search/de86ad94",
"pricerange",
"expensive"
],
[
"_:search/de86ad94",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/735a9d41"
],
[
"_:search/735a9d41",
"food",
"tuscan"
],
[
"_:search/735a9d41",
"pricerange",
"expensive"
],
[
"_:search/735a9d41",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b9c5e8f1"
],
[
"_:search/b9c5e8f1",
"food",
"tuscan"
],
[
"_:search/b9c5e8f1",
"pricerange",
"expensive"
],
[
"_:search/b9c5e8f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/46de3961"
],
[
"_:search/46de3961",
"food",
"tuscan"
],
[
"_:search/46de3961",
"pricerange",
"expensive"
],
[
"_:search/46de3961",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/768ad295"
],
[
"_:search/768ad295",
"food",
"tuscan"
],
[
"_:search/768ad295",
"pricerange",
"expensive"
],
[
"_:search/768ad295",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/c768020b"
],
[
"_:search/c768020b",
"food",
"tuscan"
],
[
"_:search/c768020b",
"pricerange",
"expensive"
],
[
"_:search/c768020b",
"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",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5b589048"
],
[
"_:search/5b589048",
"food",
"tuscan"
],
[
"_:search/5b589048",
"pricerange",
"expensive"
],
[
"_:search/5b589048",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88fb27db"
],
[
"_:search/88fb27db",
"food",
"tuscan"
],
[
"_:search/88fb27db",
"pricerange",
"expensive"
],
[
"_:search/88fb27db",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b41d278d"
],
[
"_:search/b41d278d",
"food",
"tuscan"
],
[
"_:search/b41d278d",
"pricerange",
"expensive"
],
[
"_:search/b41d278d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de86ad94"
],
[
"_:search/de86ad94",
"food",
"tuscan"
],
[
"_:search/de86ad94",
"pricerange",
"expensive"
],
[
"_:search/de86ad94",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/735a9d41"
],
[
"_:search/735a9d41",
"food",
"tuscan"
],
[
"_:search/735a9d41",
"pricerange",
"expensive"
],
[
"_:search/735a9d41",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b9c5e8f1"
],
[
"_:search/b9c5e8f1",
"food",
"tuscan"
],
[
"_:search/b9c5e8f1",
"pricerange",
"expensive"
],
[
"_:search/b9c5e8f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/46de3961"
],
[
"_:search/46de3961",
"food",
"tuscan"
],
[
"_:search/46de3961",
"pricerange",
"expensive"
],
[
"_:search/46de3961",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/768ad295"
],
[
"_:search/768ad295",
"food",
"tuscan"
],
[
"_:search/768ad295",
"pricerange",
"expensive"
],
[
"_:search/768ad295",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/c768020b"
],
[
"_:search/c768020b",
"food",
"tuscan"
],
[
"_:search/c768020b",
"pricerange",
"expensive"
],
[
"_:search/c768020b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a1a4460b"
],
[
"_:search/a1a4460b",
"food",
"tuscan"
],
[
"_:search/a1a4460b",
"pricerange",
"expensive"
],
[
"_:search/a1a4460b",
"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
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5b589048"
],
[
"_:search/5b589048",
"food",
"tuscan"
],
[
"_:search/5b589048",
"pricerange",
"expensive"
],
[
"_:search/5b589048",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88fb27db"
],
[
"_:search/88fb27db",
"food",
"tuscan"
],
[
"_:search/88fb27db",
"pricerange",
"expensive"
],
[
"_:search/88fb27db",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b41d278d"
],
[
"_:search/b41d278d",
"food",
"tuscan"
],
[
"_:search/b41d278d",
"pricerange",
"expensive"
],
[
"_:search/b41d278d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de86ad94"
],
[
"_:search/de86ad94",
"food",
"tuscan"
],
[
"_:search/de86ad94",
"pricerange",
"expensive"
],
[
"_:search/de86ad94",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/735a9d41"
],
[
"_:search/735a9d41",
"food",
"tuscan"
],
[
"_:search/735a9d41",
"pricerange",
"expensive"
],
[
"_:search/735a9d41",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b9c5e8f1"
],
[
"_:search/b9c5e8f1",
"food",
"tuscan"
],
[
"_:search/b9c5e8f1",
"pricerange",
"expensive"
],
[
"_:search/b9c5e8f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/46de3961"
],
[
"_:search/46de3961",
"food",
"tuscan"
],
[
"_:search/46de3961",
"pricerange",
"expensive"
],
[
"_:search/46de3961",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/768ad295"
],
[
"_:search/768ad295",
"food",
"tuscan"
],
[
"_:search/768ad295",
"pricerange",
"expensive"
],
[
"_:search/768ad295",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/c768020b"
],
[
"_:search/c768020b",
"food",
"tuscan"
],
[
"_:search/c768020b",
"pricerange",
"expensive"
],
[
"_:search/c768020b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a1a4460b"
],
[
"_:search/a1a4460b",
"food",
"tuscan"
],
[
"_:search/a1a4460b",
"pricerange",
"expensive"
],
[
"_:search/a1a4460b",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/54759ee0"
],
[
"_:search/54759ee0",
"food",
"tuscan"
],
[
"_:search/54759ee0",
"pricerange",
"expensive"
],
[
"_:search/54759ee0",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5b589048"
],
[
"_:search/5b589048",
"food",
"tuscan"
],
[
"_:search/5b589048",
"pricerange",
"expensive"
],
[
"_:search/5b589048",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88fb27db"
],
[
"_:search/88fb27db",
"food",
"tuscan"
],
[
"_:search/88fb27db",
"pricerange",
"expensive"
],
[
"_:search/88fb27db",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b41d278d"
],
[
"_:search/b41d278d",
"food",
"tuscan"
],
[
"_:search/b41d278d",
"pricerange",
"expensive"
],
[
"_:search/b41d278d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de86ad94"
],
[
"_:search/de86ad94",
"food",
"tuscan"
],
[
"_:search/de86ad94",
"pricerange",
"expensive"
],
[
"_:search/de86ad94",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/735a9d41"
],
[
"_:search/735a9d41",
"food",
"tuscan"
],
[
"_:search/735a9d41",
"pricerange",
"expensive"
],
[
"_:search/735a9d41",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b9c5e8f1"
],
[
"_:search/b9c5e8f1",
"food",
"tuscan"
],
[
"_:search/b9c5e8f1",
"pricerange",
"expensive"
],
[
"_:search/b9c5e8f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/46de3961"
],
[
"_:search/46de3961",
"food",
"tuscan"
],
[
"_:search/46de3961",
"pricerange",
"expensive"
],
[
"_:search/46de3961",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/768ad295"
],
[
"_:search/768ad295",
"food",
"tuscan"
],
[
"_:search/768ad295",
"pricerange",
"expensive"
],
[
"_:search/768ad295",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c768020b"
],
[
"_:search/c768020b",
"food",
"tuscan"
],
[
"_:search/c768020b",
"pricerange",
"expensive"
],
[
"_:search/c768020b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a1a4460b"
],
[
"_:search/a1a4460b",
"food",
"tuscan"
],
[
"_:search/a1a4460b",
"pricerange",
"expensive"
],
[
"_:search/a1a4460b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/54759ee0"
],
[
"_:search/54759ee0",
"food",
"tuscan"
],
[
"_:search/54759ee0",
"pricerange",
"expensive"
],
[
"_:search/54759ee0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1718b7fe"
],
[
"_:search/1718b7fe",
"food",
"tuscan"
],
[
"_:search/1718b7fe",
"pricerange",
"expensive"
],
[
"_:search/1718b7fe",
"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": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5b589048"
],
[
"_:search/5b589048",
"food",
"tuscan"
],
[
"_:search/5b589048",
"pricerange",
"expensive"
],
[
"_:search/5b589048",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88fb27db"
],
[
"_:search/88fb27db",
"food",
"tuscan"
],
[
"_:search/88fb27db",
"pricerange",
"expensive"
],
[
"_:search/88fb27db",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b41d278d"
],
[
"_:search/b41d278d",
"food",
"tuscan"
],
[
"_:search/b41d278d",
"pricerange",
"expensive"
],
[
"_:search/b41d278d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de86ad94"
],
[
"_:search/de86ad94",
"food",
"tuscan"
],
[
"_:search/de86ad94",
"pricerange",
"expensive"
],
[
"_:search/de86ad94",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/735a9d41"
],
[
"_:search/735a9d41",
"food",
"tuscan"
],
[
"_:search/735a9d41",
"pricerange",
"expensive"
],
[
"_:search/735a9d41",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b9c5e8f1"
],
[
"_:search/b9c5e8f1",
"food",
"tuscan"
],
[
"_:search/b9c5e8f1",
"pricerange",
"expensive"
],
[
"_:search/b9c5e8f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/46de3961"
],
[
"_:search/46de3961",
"food",
"tuscan"
],
[
"_:search/46de3961",
"pricerange",
"expensive"
],
[
"_:search/46de3961",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/768ad295"
],
[
"_:search/768ad295",
"food",
"tuscan"
],
[
"_:search/768ad295",
"pricerange",
"expensive"
],
[
"_:search/768ad295",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c768020b"
],
[
"_:search/c768020b",
"food",
"tuscan"
],
[
"_:search/c768020b",
"pricerange",
"expensive"
],
[
"_:search/c768020b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a1a4460b"
],
[
"_:search/a1a4460b",
"food",
"tuscan"
],
[
"_:search/a1a4460b",
"pricerange",
"expensive"
],
[
"_:search/a1a4460b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/54759ee0"
],
[
"_:search/54759ee0",
"food",
"tuscan"
],
[
"_:search/54759ee0",
"pricerange",
"expensive"
],
[
"_:search/54759ee0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1718b7fe"
],
[
"_:search/1718b7fe",
"food",
"tuscan"
],
[
"_:search/1718b7fe",
"pricerange",
"expensive"
],
[
"_:search/1718b7fe",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/76f67c7e"
],
[
"_:search/76f67c7e",
"food",
"tuscan"
],
[
"_:search/76f67c7e",
"pricerange",
"expensive"
],
[
"_:search/76f67c7e",
"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
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5b589048"
],
[
"_:search/5b589048",
"food",
"tuscan"
],
[
"_:search/5b589048",
"pricerange",
"expensive"
],
[
"_:search/5b589048",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88fb27db"
],
[
"_:search/88fb27db",
"food",
"tuscan"
],
[
"_:search/88fb27db",
"pricerange",
"expensive"
],
[
"_:search/88fb27db",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b41d278d"
],
[
"_:search/b41d278d",
"food",
"tuscan"
],
[
"_:search/b41d278d",
"pricerange",
"expensive"
],
[
"_:search/b41d278d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"canthelp",
"_:search/de86ad94"
],
[
"_:search/de86ad94",
"food",
"tuscan"
],
[
"_:search/de86ad94",
"pricerange",
"expensive"
],
[
"_:search/de86ad94",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/735a9d41"
],
[
"_:search/735a9d41",
"food",
"tuscan"
],
[
"_:search/735a9d41",
"pricerange",
"expensive"
],
[
"_:search/735a9d41",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b9c5e8f1"
],
[
"_:search/b9c5e8f1",
"food",
"tuscan"
],
[
"_:search/b9c5e8f1",
"pricerange",
"expensive"
],
[
"_:search/b9c5e8f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/46de3961"
],
[
"_:search/46de3961",
"food",
"tuscan"
],
[
"_:search/46de3961",
"pricerange",
"expensive"
],
[
"_:search/46de3961",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/768ad295"
],
[
"_:search/768ad295",
"food",
"tuscan"
],
[
"_:search/768ad295",
"pricerange",
"expensive"
],
[
"_:search/768ad295",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c768020b"
],
[
"_:search/c768020b",
"food",
"tuscan"
],
[
"_:search/c768020b",
"pricerange",
"expensive"
],
[
"_:search/c768020b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a1a4460b"
],
[
"_:search/a1a4460b",
"food",
"tuscan"
],
[
"_:search/a1a4460b",
"pricerange",
"expensive"
],
[
"_:search/a1a4460b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/54759ee0"
],
[
"_:search/54759ee0",
"food",
"tuscan"
],
[
"_:search/54759ee0",
"pricerange",
"expensive"
],
[
"_:search/54759ee0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1718b7fe"
],
[
"_:search/1718b7fe",
"food",
"tuscan"
],
[
"_:search/1718b7fe",
"pricerange",
"expensive"
],
[
"_:search/1718b7fe",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/76f67c7e"
],
[
"_:search/76f67c7e",
"food",
"tuscan"
],
[
"_:search/76f67c7e",
"pricerange",
"expensive"
],
[
"_:search/76f67c7e",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5b589048"
],
[
"_:search/5b589048",
"food",
"tuscan"
],
[
"_:search/5b589048",
"pricerange",
"expensive"
],
[
"_:search/5b589048",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88fb27db"
],
[
"_:search/88fb27db",
"food",
"tuscan"
],
[
"_:search/88fb27db",
"pricerange",
"expensive"
],
[
"_:search/88fb27db",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b41d278d"
],
[
"_:search/b41d278d",
"food",
"tuscan"
],
[
"_:search/b41d278d",
"pricerange",
"expensive"
],
[
"_:search/b41d278d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"canthelp",
"_:search/de86ad94"
],
[
"_:search/de86ad94",
"food",
"tuscan"
],
[
"_:search/de86ad94",
"pricerange",
"expensive"
],
[
"_:search/de86ad94",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/735a9d41"
],
[
"_:search/735a9d41",
"food",
"tuscan"
],
[
"_:search/735a9d41",
"pricerange",
"expensive"
],
[
"_:search/735a9d41",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b9c5e8f1"
],
[
"_:search/b9c5e8f1",
"food",
"tuscan"
],
[
"_:search/b9c5e8f1",
"pricerange",
"expensive"
],
[
"_:search/b9c5e8f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/46de3961"
],
[
"_:search/46de3961",
"food",
"tuscan"
],
[
"_:search/46de3961",
"pricerange",
"expensive"
],
[
"_:search/46de3961",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/768ad295"
],
[
"_:search/768ad295",
"food",
"tuscan"
],
[
"_:search/768ad295",
"pricerange",
"expensive"
],
[
"_:search/768ad295",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c768020b"
],
[
"_:search/c768020b",
"food",
"tuscan"
],
[
"_:search/c768020b",
"pricerange",
"expensive"
],
[
"_:search/c768020b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a1a4460b"
],
[
"_:search/a1a4460b",
"food",
"tuscan"
],
[
"_:search/a1a4460b",
"pricerange",
"expensive"
],
[
"_:search/a1a4460b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/54759ee0"
],
[
"_:search/54759ee0",
"food",
"tuscan"
],
[
"_:search/54759ee0",
"pricerange",
"expensive"
],
[
"_:search/54759ee0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1718b7fe"
],
[
"_:search/1718b7fe",
"food",
"tuscan"
],
[
"_:search/1718b7fe",
"pricerange",
"expensive"
],
[
"_:search/1718b7fe",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/76f67c7e"
],
[
"_:search/76f67c7e",
"food",
"tuscan"
],
[
"_:search/76f67c7e",
"pricerange",
"expensive"
],
[
"_:search/76f67c7e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/22cbc8bb"
],
[
"_:search/22cbc8bb",
"food",
"tuscan"
],
[
"_:search/22cbc8bb",
"pricerange",
"moderate"
],
[
"_:search/22cbc8bb",
"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
]
}
] |
[
{
"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,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cantonese food"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about thai food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'curry garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry garden serves indian food ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai 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,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want thai food"
},
{
"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"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'hk fusion');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hk fusion 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": "thai food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'hk fusion');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hk fusion serves chinese food ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want thai food"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'hk fusion');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hk fusion serves chinese food ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont give a damn about chinese food i want thai food"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'hk fusion');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hk fusion serves chinese food ."
},
{
"id": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,address,'21 burleigh street city centre');(_:result,name,'hk fusion');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , hk fusion is on 21 Burleigh Street City Centre"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant that serves thai food"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'hk fusion');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hk fusion serves chinese food ."
},
{
"id": 21,
"rdf-acts": [],
"speaker": "user",
"text": "food from thailand"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'hk fusion');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hk fusion serves chinese food ."
},
{
"id": 23,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))",
"deny((_:result,name,'hk fusion');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont give a fuck if hk fusion serves chinese food im looking for thai food"
},
{
"id": 24,
"rdf-acts": [
"canthelp((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no fusion restaurant that matches your request"
},
{
"id": 25,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about cantonese food"
},
{
"id": 26,
"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": 27,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about thai food"
},
{
"id": 28,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shanghai family restaurant is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 29,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 30,
"rdf-acts": [
"inform((_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shanghai family restaurant is a great restaurant"
},
{
"id": 31,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 32,
"rdf-acts": [
"inform((_:result,address,'39 burleigh street city centre');(_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , shanghai family restaurant is on 39 Burleigh Street City Centre"
},
{
"id": 33,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 34,
"rdf-acts": [
"inform((_:result,name,'shanghai family restaurant');(_:result,phone,'01223 301761');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of shanghai family restaurant is 01223 301761 ."
},
{
"id": 35,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 36,
"rdf-acts": [
"inform((_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shanghai family restaurant is a great restaurant"
},
{
"id": 37,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-922209b777-20130327_012258 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/e4754ab6"
],
[
"_:search/e4754ab6",
"food",
"cantonese"
],
[
"_:search/e4754ab6",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/e4754ab6"
],
[
"_:search/e4754ab6",
"food",
"cantonese"
],
[
"_:search/e4754ab6",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"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"
],
[
"_:system",
"canthelp",
"_:search/e4754ab6"
],
[
"_:search/e4754ab6",
"food",
"cantonese"
],
[
"_:search/e4754ab6",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/e4754ab6"
],
[
"_:search/e4754ab6",
"food",
"cantonese"
],
[
"_:search/e4754ab6",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_: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/e4754ab6"
],
[
"_:search/e4754ab6",
"food",
"cantonese"
],
[
"_:search/e4754ab6",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"hk fusion"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/e4754ab6"
],
[
"_:search/e4754ab6",
"food",
"cantonese"
],
[
"_:search/e4754ab6",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"hk fusion"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/e4754ab6"
],
[
"_:search/e4754ab6",
"food",
"cantonese"
],
[
"_:search/e4754ab6",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"hk fusion"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/e4754ab6"
],
[
"_:search/e4754ab6",
"food",
"cantonese"
],
[
"_:search/e4754ab6",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"hk fusion"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/e4754ab6"
],
[
"_:search/e4754ab6",
"food",
"cantonese"
],
[
"_:search/e4754ab6",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"21 burleigh street city centre"
],
[
"_:result",
"name",
"hk fusion"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/e4754ab6"
],
[
"_:search/e4754ab6",
"food",
"cantonese"
],
[
"_:search/e4754ab6",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"21 burleigh street city centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"hk fusion"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/e4754ab6"
],
[
"_:search/e4754ab6",
"food",
"cantonese"
],
[
"_:search/e4754ab6",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"21 burleigh street city centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/fb7c6892"
],
[
"_:result/fb7c6892",
"name",
"hk fusion"
],
[
"_:result/fb7c6892",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/e4754ab6"
],
[
"_:search/e4754ab6",
"food",
"cantonese"
],
[
"_:search/e4754ab6",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"21 burleigh street city centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:user",
"denied",
"_:result/fb7c6892"
],
[
"_:result/fb7c6892",
"name",
"hk fusion"
],
[
"_:result/fb7c6892",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2072a96a"
],
[
"_:search/2072a96a",
"food",
"fusion"
],
[
"_:search/2072a96a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/e4754ab6"
],
[
"_:search/e4754ab6",
"food",
"cantonese"
],
[
"_:search/e4754ab6",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"21 burleigh street city centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:user",
"denied",
"_:result/fb7c6892"
],
[
"_:result/fb7c6892",
"name",
"hk fusion"
],
[
"_:result/fb7c6892",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2072a96a"
],
[
"_:search/2072a96a",
"food",
"fusion"
],
[
"_:search/2072a96a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/cddbdd65"
],
[
"_:search/cddbdd65",
"food",
"cantonese"
],
[
"_:search/cddbdd65",
"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,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/e4754ab6"
],
[
"_:search/e4754ab6",
"food",
"cantonese"
],
[
"_:search/e4754ab6",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"address",
"21 burleigh street city centre"
],
[
"_:user",
"denied",
"_:result/fb7c6892"
],
[
"_:result/fb7c6892",
"name",
"hk fusion"
],
[
"_:result/fb7c6892",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2072a96a"
],
[
"_:search/2072a96a",
"food",
"fusion"
],
[
"_:search/2072a96a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/cddbdd65"
],
[
"_:search/cddbdd65",
"food",
"cantonese"
],
[
"_:search/cddbdd65",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/e4754ab6"
],
[
"_:search/e4754ab6",
"food",
"cantonese"
],
[
"_:search/e4754ab6",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"address",
"21 burleigh street city centre"
],
[
"_:user",
"denied",
"_:result/fb7c6892"
],
[
"_:result/fb7c6892",
"name",
"hk fusion"
],
[
"_:result/fb7c6892",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2072a96a"
],
[
"_:search/2072a96a",
"food",
"fusion"
],
[
"_:search/2072a96a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/cddbdd65"
],
[
"_:search/cddbdd65",
"food",
"cantonese"
],
[
"_:search/cddbdd65",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/e4754ab6"
],
[
"_:search/e4754ab6",
"food",
"cantonese"
],
[
"_:search/e4754ab6",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:user",
"denied",
"_:result/fb7c6892"
],
[
"_:result/fb7c6892",
"name",
"hk fusion"
],
[
"_:result/fb7c6892",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2072a96a"
],
[
"_:search/2072a96a",
"food",
"fusion"
],
[
"_:search/2072a96a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/cddbdd65"
],
[
"_:search/cddbdd65",
"food",
"cantonese"
],
[
"_:search/cddbdd65",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"39 burleigh street city centre"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_: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
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/e4754ab6"
],
[
"_:search/e4754ab6",
"food",
"cantonese"
],
[
"_:search/e4754ab6",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:user",
"denied",
"_:result/fb7c6892"
],
[
"_:result/fb7c6892",
"name",
"hk fusion"
],
[
"_:result/fb7c6892",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2072a96a"
],
[
"_:search/2072a96a",
"food",
"fusion"
],
[
"_:search/2072a96a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/cddbdd65"
],
[
"_:search/cddbdd65",
"food",
"cantonese"
],
[
"_:search/cddbdd65",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"39 burleigh street city centre"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"phone",
"01223 301761"
],
[
"_: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
]
},
{
"id": 18,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/e4754ab6"
],
[
"_:search/e4754ab6",
"food",
"cantonese"
],
[
"_:search/e4754ab6",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:user",
"denied",
"_:result/fb7c6892"
],
[
"_:result/fb7c6892",
"name",
"hk fusion"
],
[
"_:result/fb7c6892",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2072a96a"
],
[
"_:search/2072a96a",
"food",
"fusion"
],
[
"_:search/2072a96a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/cddbdd65"
],
[
"_:search/cddbdd65",
"food",
"cantonese"
],
[
"_:search/cddbdd65",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"39 burleigh street city centre"
],
[
"_:result",
"phone",
"01223 301761"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"name",
"shanghai family 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,
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,food,'mediterranean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an expensive restaurant that serves mediteranian"
},
{
"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,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "mediterranean"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'mediterranean');(_:result,name,'la mimosa');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la mimosa is a nice restaurant in the centre of town serving mediterranean food"
},
{
"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,'la mimosa');(_:result,phone,'01223 362525');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of la mimosa is 01223 362525 and its postcode is C.B 5, 8 A.Q ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-bde2721237-20130326_194022 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_: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",
"mediterranean"
],
[
"_: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",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"phone",
"01223 362525"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "can you tell me about an expensive restaurant in the south"
},
{
"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": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is a nice place in the south of town and the prices are expensive"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay i need the phone number and address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'chiquito restaurant bar');(_:result,phone,'01223 400170');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of chiquito restaurant bar is 01223 400170 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'2g cambridge leisure park cherry hinton road cherry hinton');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , chiquito restaurant bar is on 2G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-3cf7bd870d-20130327_181243 | [
{
"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"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"address",
"2g cambridge leisure park cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "i would like"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'the gandhi');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gandhi is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about international food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'international');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock serves international food ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address and phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'finders corner newmarket road');(_: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 and it is on Finders Corner Newmarket Road ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "where is the restaurant"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'international');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock serves international food ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "oh thank you good bye"
}
] | voip-935947e17b-20130328_163520 | [
{
"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",
"the gandhi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"international"
],
[
"_: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",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_: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"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"address",
"finders corner newmarket road"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_: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",
"inquired",
"_:system"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"finders corner newmarket road"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need a moderately priced restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "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": "whats the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'152 - 154 hills road');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , restaurant alimentum is on 152 - 154 Hills Road"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'restaurant alimentum');(_:result,phone,'01223 413000');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of restaurant alimentum is 01223 413000 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food do they serve"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'modern european');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant alimentum serves modern european food"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-5cf59cc660-20130328_161517 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"152 - 154 hills road"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"152 - 154 hills road"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"phone",
"01223 413000"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"152 - 154 hills road"
],
[
"_:result",
"phone",
"01223 413000"
],
[
"_:result",
"food",
"modern european"
],
[
"_: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,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "center"
},
{
"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,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "french"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'french');(_:result,name,'cote');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cote is a nice place in the centre of town serving tasty french food"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no other french restaurant in the centre of town"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'bridge street city centre');(_:result,name,'cote');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , cote is on Bridge Street City Centre"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fdf8b50918-20130329_014245 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"cote"
],
[
"_: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",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aec1b190"
],
[
"_:search/aec1b190",
"area",
"centre"
],
[
"_:search/aec1b190",
"food",
"french"
],
[
"_:search/aec1b190",
"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",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"french"
],
[
"_:system",
"canthelp",
"_:search/aec1b190"
],
[
"_:search/aec1b190",
"area",
"centre"
],
[
"_:search/aec1b190",
"food",
"french"
],
[
"_:search/aec1b190",
"type",
"Restaurant"
],
[
"_:result",
"address",
"bridge street city centre"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "hello"
},
{
"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,type,'Restaurant'))"
],
"speaker": "user",
"text": "unintelligible restaurant in the 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": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant is a nice restaurant in the south of town serving chinese food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant is in the south part of town ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'10 homerton street city centre');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , peking restaurant is on 10 Homerton Street City Centre"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant is in the south part of town ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant is in the south part of town ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-72e50baa85-20130326_045105 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_: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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"address",
"10 homerton street city centre"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"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",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"10 homerton street city centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"peking 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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"10 homerton street city centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"peking 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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced"
},
{
"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,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is a nice place in the west of town and the prices are moderate"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo 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,'21 - 24 northampton road');(_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , prezzo is on 21 - 24 Northampton Road"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-50af5438f1-20130327_043337 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'japanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "japanese 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,'japanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "japanese food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'japanese');(_:result,name,'wagamama');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "wagamama serves japanese food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'wagamama');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "wagamama is in the expensive price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'36 saint andrews street');(_:result,name,'wagamama');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , wagamama is on 36 Saint Andrews Street"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-b57f8ee22b-20130326_234206 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"japanese"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"japanese"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"japanese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"36 saint andrews street"
],
[
"_:result",
"name",
"wagamama"
],
[
"_: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,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive 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": "any"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "french food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'french');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no french restaurant in the cheap price range"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'french');(_:result,name,'restaurant two two');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant two two is a nice restaurant in the north of town serving french food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'french');(_:result,name,'restaurant two two');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant two two is a great restaurant serving french food and it is in the expensive price range"
},
{
"id": 11,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'french');(_:result,name,'cote');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cote is a nice restaurant in the centre of town serving french food"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'french');(_:result,name,'cote');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cote is a great restaurant serving french food and it is 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,'cote');(_:result,phone,'01223 311053');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of cote is 01223 311053 ."
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-3be3bda933-20130327_015627 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"french"
],
[
"_: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",
"french"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/0d54d68f"
],
[
"_:search/0d54d68f",
"food",
"french"
],
[
"_:search/0d54d68f",
"pricerange",
"cheap"
],
[
"_:search/0d54d68f",
"type",
"Restaurant"
],
[
"_: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",
"*"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"canthelp",
"_:search/0d54d68f"
],
[
"_:search/0d54d68f",
"food",
"french"
],
[
"_:search/0d54d68f",
"pricerange",
"cheap"
],
[
"_:search/0d54d68f",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/0d54d68f"
],
[
"_:search/0d54d68f",
"food",
"french"
],
[
"_:search/0d54d68f",
"pricerange",
"cheap"
],
[
"_:search/0d54d68f",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_: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",
"area",
"*"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"canthelp",
"_:search/0d54d68f"
],
[
"_:search/0d54d68f",
"food",
"french"
],
[
"_:search/0d54d68f",
"pricerange",
"cheap"
],
[
"_:search/0d54d68f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"area",
"*"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"canthelp",
"_:search/0d54d68f"
],
[
"_:search/0d54d68f",
"food",
"french"
],
[
"_:search/0d54d68f",
"pricerange",
"cheap"
],
[
"_:search/0d54d68f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"cote"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/0d54d68f"
],
[
"_:search/0d54d68f",
"food",
"french"
],
[
"_:search/0d54d68f",
"pricerange",
"cheap"
],
[
"_:search/0d54d68f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"phone",
"01223 311053"
],
[
"_: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 ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "the 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": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,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": 9,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton is a nice place in the south of town and the prices are moderate"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food is it"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food does it serve"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'modern european');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant alimentum serves modern european food"
},
{
"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,'restaurant alimentum');(_:result,phone,'01223 413000');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of restaurant alimentum is 01223 413000 ."
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fdf8b50918-20130329_013736 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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,
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,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the 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": "i dont care"
},
{
"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": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"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": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park clifton way');(_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , nandos is on Cambridge Leisure Park Clifton Way"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-2e134ee190-20130401_230615 | [
{
"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"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_: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",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced 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,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-8d5173f3a6-20130324_190350 | [
{
"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",
"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",
"phone",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_: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",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"phone",
"01223 353110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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": [
"hello()"
],
"speaker": "user",
"text": "hello and welcome to the cambridge"
},
{
"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,'swedish');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced swedish food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'swedish');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no swedish restaurant in the moderate price range"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'yippee noodle bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yippee noodle bar is a great restaurant serving asian oriental food and it is in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 8,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could i have the address and phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'40428 king street city centre');(_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , yippee noodle bar is on 40428 King Street City Centre"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'yippee noodle bar');(_:result,phone,'01223 518111');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of yippee noodle bar is 01223 518111 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-b772dbf437-20130402_143019 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"swedish"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/a5d95c8f"
],
[
"_:search/a5d95c8f",
"food",
"swedish"
],
[
"_:search/a5d95c8f",
"pricerange",
"moderate"
],
[
"_:search/a5d95c8f",
"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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/a5d95c8f"
],
[
"_:search/a5d95c8f",
"food",
"swedish"
],
[
"_:search/a5d95c8f",
"pricerange",
"moderate"
],
[
"_:search/a5d95c8f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_: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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/a5d95c8f"
],
[
"_:search/a5d95c8f",
"food",
"swedish"
],
[
"_:search/a5d95c8f",
"pricerange",
"moderate"
],
[
"_:search/a5d95c8f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/a5d95c8f"
],
[
"_:search/a5d95c8f",
"food",
"swedish"
],
[
"_:search/a5d95c8f",
"pricerange",
"moderate"
],
[
"_:search/a5d95c8f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"40428 king street city centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/a5d95c8f"
],
[
"_:search/a5d95c8f",
"food",
"swedish"
],
[
"_:search/a5d95c8f",
"pricerange",
"moderate"
],
[
"_:search/a5d95c8f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"40428 king street city centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"phone",
"01223 518111"
],
[
"_: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 ."
},
{
"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,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap 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": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any type"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "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": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food they serve"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is a great restaurant"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food they served"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is a great restaurant"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": "food type"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'nandos');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "nandos restaurant type of food"
},
{
"id": 16,
"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": 17,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food is served"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,food,'portuguese');(_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos serves portuguese food"
},
{
"id": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-187c1708f2-20130327_131445 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_: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"
]
],
"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",
"name",
"nandos"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"nandos"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"nandos"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"nandos"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"food",
"?"
],
[
"_:search",
"name",
"nandos"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:search",
"name",
"nandos"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
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,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the center"
},
{
"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,'belgian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "it should serve belgian food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'polish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no polish restaurant in the centre of town"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'belgian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about belgian food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'belgian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no belgian restaurant in the centre of town"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about korean food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul is a nice restaurant in the centre of town serving korean food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'little seoul');(_:result,phone,'01223 308681');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of little seoul is 01223 308681 ."
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 12,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 14,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'little seoul');(_:result,phone,'01223 308681');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of little seoul is 01223 308681 ."
},
{
"id": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fe4b6ef58f-20130325_233912 | [
{
"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",
"belgian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/f69284f1"
],
[
"_:search/f69284f1",
"area",
"centre"
],
[
"_:search/f69284f1",
"food",
"polish"
],
[
"_:search/f69284f1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"belgian"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/f69284f1"
],
[
"_:search/f69284f1",
"area",
"centre"
],
[
"_:search/f69284f1",
"food",
"polish"
],
[
"_:search/f69284f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1b25ce0b"
],
[
"_:search/1b25ce0b",
"area",
"centre"
],
[
"_:search/1b25ce0b",
"food",
"belgian"
],
[
"_:search/1b25ce0b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/f69284f1"
],
[
"_:search/f69284f1",
"area",
"centre"
],
[
"_:search/f69284f1",
"food",
"polish"
],
[
"_:search/f69284f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1b25ce0b"
],
[
"_:search/1b25ce0b",
"area",
"centre"
],
[
"_:search/1b25ce0b",
"food",
"belgian"
],
[
"_:search/1b25ce0b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_: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",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/f69284f1"
],
[
"_:search/f69284f1",
"area",
"centre"
],
[
"_:search/f69284f1",
"food",
"polish"
],
[
"_:search/f69284f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1b25ce0b"
],
[
"_:search/1b25ce0b",
"area",
"centre"
],
[
"_:search/1b25ce0b",
"food",
"belgian"
],
[
"_:search/1b25ce0b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"phone",
"01223 308681"
],
[
"_: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",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/f69284f1"
],
[
"_:search/f69284f1",
"area",
"centre"
],
[
"_:search/f69284f1",
"food",
"polish"
],
[
"_:search/f69284f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1b25ce0b"
],
[
"_:search/1b25ce0b",
"area",
"centre"
],
[
"_:search/1b25ce0b",
"food",
"belgian"
],
[
"_:search/1b25ce0b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"phone",
"01223 308681"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/f69284f1"
],
[
"_:search/f69284f1",
"area",
"centre"
],
[
"_:search/f69284f1",
"food",
"polish"
],
[
"_:search/f69284f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1b25ce0b"
],
[
"_:search/1b25ce0b",
"area",
"centre"
],
[
"_:search/1b25ce0b",
"food",
"belgian"
],
[
"_:search/1b25ce0b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"phone",
"01223 308681"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/f69284f1"
],
[
"_:search/f69284f1",
"area",
"centre"
],
[
"_:search/f69284f1",
"food",
"polish"
],
[
"_:search/f69284f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1b25ce0b"
],
[
"_:search/1b25ce0b",
"area",
"centre"
],
[
"_:search/1b25ce0b",
"food",
"belgian"
],
[
"_:search/1b25ce0b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"phone",
"01223 308681"
],
[
"_: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",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/f69284f1"
],
[
"_:search/f69284f1",
"area",
"centre"
],
[
"_:search/f69284f1",
"food",
"polish"
],
[
"_:search/f69284f1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1b25ce0b"
],
[
"_:search/1b25ce0b",
"area",
"centre"
],
[
"_:search/1b25ce0b",
"food",
"belgian"
],
[
"_:search/1b25ce0b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223 308681"
],
[
"_: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,
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,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the center 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,'romanian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "romanian"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'romanian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no romanian restaurant that matches your request"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian oriental"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'dojo noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "dojo noodle bar serves asian oriental food ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'dojo noodle bar');(_:result,phone,'01223 363471');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of dojo noodle bar is 01223 363471 ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-72e50baa85-20130327_060626 | [
{
"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",
"food",
"romanian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/660be30d"
],
[
"_:search/660be30d",
"food",
"romanian"
],
[
"_:search/660be30d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/660be30d"
],
[
"_:search/660be30d",
"food",
"romanian"
],
[
"_:search/660be30d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_: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/660be30d"
],
[
"_:search/660be30d",
"food",
"romanian"
],
[
"_:search/660be30d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/660be30d"
],
[
"_:search/660be30d",
"food",
"romanian"
],
[
"_:search/660be30d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"phone",
"01223 363471"
],
[
"_: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": "i would like to find a restaurant in the south part 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": "any price range"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'city stop restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at city stop restaurant is expensive ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "thats fine can i get their phone number please"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'city stop restaurant');(_:result,phone,'01223 363270');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of city stop restaurant is 01223 363270 ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-da10d74c3e-20130328_141927 | [
{
"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",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"city stop restaurant"
],
[
"_: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",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"city stop restaurant"
],
[
"_:result",
"phone",
"01223 363270"
],
[
"_: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,'seafood');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want an expensive restaurant that serves sea food"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"request((_:result,name,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could you repeat the restaurant name"
},
{
"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,name,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could you repeat the name"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'loch fyne');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "loch fyne is a great restaurant"
},
{
"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,'loch fyne');(_:result,phone,'01223 362433');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of loch fyne is 01223 362433 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the area"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'loch fyne');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "loch fyne is a nice place in the centre of town"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-583e7cede5-20130323_051824 | [
{
"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"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"name",
"?"
]
],
"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",
"name",
"?"
]
],
"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",
"name",
"loch fyne"
],
[
"_: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",
"seafood"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"phone",
"01223 362433"
],
[
"_: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",
"food",
"seafood"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 362433"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_: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,'malaysian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an expensive restaurant serving malaysian food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'malaysian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving malaysian food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about british food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'malaysian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving malaysian food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about british food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'the slug and lettuce');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the slug and lettuce is in the expensive price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what kind of food do they serve"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'gastropub');(_:result,name,'the slug and lettuce');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the slug and lettuce serves gastropub food"
},
{
"id": 9,
"rdf-acts": [
"negate()",
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no british food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'british');(_:result,name,'graffiti');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "graffiti serves british food in the expensive price range"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'graffiti');(_:result,phone,'01223 277977');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of graffiti is 01223 277977 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-3cf7bd870d-20130328_212749 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"malaysian"
],
[
"_: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/f3bc1c66"
],
[
"_:search/f3bc1c66",
"food",
"malaysian"
],
[
"_:search/f3bc1c66",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/f3bc1c66"
],
[
"_:search/f3bc1c66",
"food",
"malaysian"
],
[
"_:search/f3bc1c66",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a0a36bb0"
],
[
"_:search/a0a36bb0",
"food",
"malaysian"
],
[
"_:search/a0a36bb0",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/f3bc1c66"
],
[
"_:search/f3bc1c66",
"food",
"malaysian"
],
[
"_:search/f3bc1c66",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a0a36bb0"
],
[
"_:search/a0a36bb0",
"food",
"malaysian"
],
[
"_:search/a0a36bb0",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"the slug and lettuce"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/f3bc1c66"
],
[
"_:search/f3bc1c66",
"food",
"malaysian"
],
[
"_:search/f3bc1c66",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a0a36bb0"
],
[
"_:search/a0a36bb0",
"food",
"malaysian"
],
[
"_:search/a0a36bb0",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:user",
"denied",
"_:result/c3aefb85"
],
[
"_:result/c3aefb85",
"food",
"gastropub"
],
[
"_:result/c3aefb85",
"name",
"the slug and lettuce"
],
[
"_:result/c3aefb85",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/f3bc1c66"
],
[
"_:search/f3bc1c66",
"food",
"malaysian"
],
[
"_:search/f3bc1c66",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a0a36bb0"
],
[
"_:search/a0a36bb0",
"food",
"malaysian"
],
[
"_:search/a0a36bb0",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:user",
"denied",
"_:result/c3aefb85"
],
[
"_:result/c3aefb85",
"food",
"gastropub"
],
[
"_:result/c3aefb85",
"name",
"the slug and lettuce"
],
[
"_:result/c3aefb85",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"graffiti"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/f3bc1c66"
],
[
"_:search/f3bc1c66",
"food",
"malaysian"
],
[
"_:search/f3bc1c66",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a0a36bb0"
],
[
"_:search/a0a36bb0",
"food",
"malaysian"
],
[
"_:search/a0a36bb0",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:user",
"denied",
"_:result/c3aefb85"
],
[
"_:result/c3aefb85",
"food",
"gastropub"
],
[
"_:result/c3aefb85",
"name",
"the slug and lettuce"
],
[
"_:result/c3aefb85",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"graffiti"
],
[
"_:result",
"phone",
"01223 277977"
],
[
"_: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,'corsica');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like to find an expensive restaurant that serves corsica food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving corsica food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh how about north american"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'shiraz restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shiraz restaurant is in the expensive price range"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'eraina');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "eraina is in the expensive price range"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there another alternative"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'eraina');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "eraina is a great restaurant"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "oh so what is the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'eraina');(_:result,phone,'01223 368786');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of eraina is 01223 368786 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about the post code"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'eraina');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of eraina is C.B 2, 3 R.H"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-3860c915c2-20130328_164431 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"corsica"
],
[
"_: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/134faf29"
],
[
"_:search/134faf29",
"food",
"corsica"
],
[
"_:search/134faf29",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/134faf29"
],
[
"_:search/134faf29",
"food",
"corsica"
],
[
"_:search/134faf29",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"shiraz restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/134faf29"
],
[
"_:search/134faf29",
"food",
"corsica"
],
[
"_:search/134faf29",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"eraina"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/134faf29"
],
[
"_:search/134faf29",
"food",
"corsica"
],
[
"_:search/134faf29",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"name",
"eraina"
],
[
"_: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",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/134faf29"
],
[
"_:search/134faf29",
"food",
"corsica"
],
[
"_:search/134faf29",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"name",
"eraina"
],
[
"_:result",
"phone",
"01223 368786"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/134faf29"
],
[
"_:search/134faf29",
"food",
"corsica"
],
[
"_:search/134faf29",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"phone",
"01223 368786"
],
[
"_:result",
"name",
"eraina"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"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,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a restaurant in the center that serves french food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'french');(_:result,name,'cote');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cote serves french food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "where is it lcoated"
},
{
"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,food,'french');(_:result,name,'cote');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cote serves french food ."
},
{
"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,area,'centre');(_:result,name,'cote');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cote is a nice place in the centre of town"
},
{
"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,'cote');(_:result,phone,'01223 311053');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of cote is 01223 311053 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price range"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'cote');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cote is in the expensive price range"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-4660dd9eab-20130329_090121 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"cote"
],
[
"_: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",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"cote"
],
[
"_: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",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"cote"
],
[
"_: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",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"phone",
"01223 311053"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223 311053"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,*);(_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like to find a restaurant in any area serving mediterranean 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,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "mediterranean food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'anatolia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "anatolia is in the centre part of town ."
},
{
"id": 5,
"rdf-acts": [
"confirm((_:result,food,'mediterranean');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "does it serve mediterranean food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'mediterranean');(_:result,name,'shiraz restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shiraz restaurant is a nice restaurant in the centre of town serving mediterranean food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'shiraz restaurant');(_:result,phone,'01223 307581');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of shiraz restaurant is 01223 307581 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-3b3edac94d-20130323_203738 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"shiraz restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"shiraz restaurant"
],
[
"_:result",
"phone",
"01223 307581"
],
[
"_: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": [
"hello()",
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "hi im looking for a moderately priced restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_: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,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "um gastropub food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'centre');(_: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 is a nice restaurant in the centre of town serving gastropub food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is their address and phone number please"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'corn exchange street');(_:result,name,'the cow pizza kitchen and bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the cow pizza kitchen and bar is on Corn Exchange Street"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what is their phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_: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 ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-c8ec8c76dd-20130328_205953 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"corn exchange street"
],
[
"_:result",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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
]
}
] |
[
{
"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,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for polynesian food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no polynesian restaurant that matches your request"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about thai food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'thai');(_:result,name,'sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sala thong serves thai food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats their phone number"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what is the price range"
},
{
"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-03c59ba692-20130325_183305 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"polynesian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/56c171c7"
],
[
"_:search/56c171c7",
"food",
"polynesian"
],
[
"_:search/56c171c7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/56c171c7"
],
[
"_:search/56c171c7",
"food",
"polynesian"
],
[
"_:search/56c171c7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/56c171c7"
],
[
"_:search/56c171c7",
"food",
"polynesian"
],
[
"_:search/56c171c7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/56c171c7"
],
[
"_:search/56c171c7",
"food",
"polynesian"
],
[
"_:search/56c171c7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant in the west part of town"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west part of town"
},
{
"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,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "system"
},
{
"id": 12,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west part of town"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 16,
"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": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address and the phone number"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address"
},
{
"id": 20,
"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": 21,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-597cfafdee-20130328_230830 | [
{
"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",
"pricerange",
"moderate"
],
[
"_: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",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"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",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_: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",
"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"
],
[
"_:search",
"area",
"west"
],
[
"_: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",
"west"
],
[
"_: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,
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",
"west"
],
[
"_: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,
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",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"01223 353110"
],
[
"_: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,
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,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "could i have a cheap restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "the north"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any kind"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria is a nice place in the north of town and the prices are cheap"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'20 milton road chesterton');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , da vinci pizzeria is on 20 Milton Road Chesterton"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and whats the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'da vinci pizzeria');(_:result,phone,'01223 351707');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of da vinci pizzeria is 01223 351707 ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-9735278861-20130401_155528 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"20 milton road chesterton"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_: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,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant in the south part of town"
},
{
"id": 2,
"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 restaurant in the south of town in the cheap 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,'the lucky star');(_:result,phone,'01223 244277');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the lucky star is 01223 244277 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats your 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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-b27a230d2e-20130329_031256 | [
{
"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",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_: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,food,'austrian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in north part of town serving austrian food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'austrian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no austrian restaurant in the north of town"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about an indian restaurant"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'austrian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no austrian restaurant in the north of town"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about indian"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'tandoori palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "tandoori palace is a nice restaurant in the north of town serving indian food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'68 histon road chesterton');(_:result,name,'tandoori palace');(_:result,phone,'01223 506055');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of tandoori palace is 01223 506055 and it is on 68 Histon Road Chesterton ."
},
{
"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,'tandoori palace');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "tandoori palace is in the expensive price range"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-3b3edac94d-20130324_210908 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"austrian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/c961a8e7"
],
[
"_:search/c961a8e7",
"area",
"north"
],
[
"_:search/c961a8e7",
"food",
"austrian"
],
[
"_:search/c961a8e7",
"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",
"north"
],
[
"_:system",
"canthelp",
"_:search/c961a8e7"
],
[
"_:search/c961a8e7",
"area",
"north"
],
[
"_:search/c961a8e7",
"food",
"austrian"
],
[
"_:search/c961a8e7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a88fdebd"
],
[
"_:search/a88fdebd",
"area",
"north"
],
[
"_:search/a88fdebd",
"food",
"austrian"
],
[
"_:search/a88fdebd",
"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",
"north"
],
[
"_:system",
"canthelp",
"_:search/c961a8e7"
],
[
"_:search/c961a8e7",
"area",
"north"
],
[
"_:search/c961a8e7",
"food",
"austrian"
],
[
"_:search/c961a8e7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a88fdebd"
],
[
"_:search/a88fdebd",
"area",
"north"
],
[
"_:search/a88fdebd",
"food",
"austrian"
],
[
"_:search/a88fdebd",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_: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",
"north"
],
[
"_:system",
"canthelp",
"_:search/c961a8e7"
],
[
"_:search/c961a8e7",
"area",
"north"
],
[
"_:search/c961a8e7",
"food",
"austrian"
],
[
"_:search/c961a8e7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a88fdebd"
],
[
"_:search/a88fdebd",
"area",
"north"
],
[
"_:search/a88fdebd",
"food",
"austrian"
],
[
"_:search/a88fdebd",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"68 histon road chesterton"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"phone",
"01223 506055"
],
[
"_: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",
"north"
],
[
"_:system",
"canthelp",
"_:search/c961a8e7"
],
[
"_:search/c961a8e7",
"area",
"north"
],
[
"_:search/c961a8e7",
"food",
"austrian"
],
[
"_:search/c961a8e7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a88fdebd"
],
[
"_:search/a88fdebd",
"area",
"north"
],
[
"_:search/a88fdebd",
"food",
"austrian"
],
[
"_:search/a88fdebd",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"68 histon road chesterton"
],
[
"_:result",
"phone",
"01223 506055"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced restaurant"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate'))"
],
"speaker": "system",
"text": "Sorry would you like something in the moderate price range or in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"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": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "serves british food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'british');(_:result,name,'the oak bistro');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the oak bistro serves british food in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'the oak bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the oak bistro is a great restaurant"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'6 lensfield road');(_:result,name,'the oak bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the oak bistro is on 6 Lensfield Road"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'the oak bistro');(_:result,phone,'01223 323361');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the oak bistro is 01223 323361 ."
},
{
"id": 15,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-158a881c88-20130328_151021 | [
{
"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"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"british"
],
[
"_: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",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"the oak bistro"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"the oak bistro"
],
[
"_: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",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"6 lensfield road"
],
[
"_:result",
"name",
"the oak bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"6 lensfield road"
],
[
"_:result",
"name",
"the oak bistro"
],
[
"_:result",
"phone",
"01223 323361"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in any area"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'caribbean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "caribbean food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'caribbean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving caribbean food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about gastropub food"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'gastropub');(_:result,name,'royal standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard serves gastropub food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'290 mill road city centre');(_:result,name,'royal standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , royal standard is on 290 Mill Road City Centre"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-ddcaad92a1-20130326_012409 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"caribbean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/42ab5d1d"
],
[
"_:search/42ab5d1d",
"food",
"caribbean"
],
[
"_:search/42ab5d1d",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_: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/42ab5d1d"
],
[
"_:search/42ab5d1d",
"food",
"caribbean"
],
[
"_:search/42ab5d1d",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/42ab5d1d"
],
[
"_:search/42ab5d1d",
"food",
"caribbean"
],
[
"_:search/42ab5d1d",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/42ab5d1d"
],
[
"_:search/42ab5d1d",
"food",
"caribbean"
],
[
"_:search/42ab5d1d",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"address",
"290 mill road city centre"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/42ab5d1d"
],
[
"_:search/42ab5d1d",
"food",
"caribbean"
],
[
"_:search/42ab5d1d",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"address",
"290 mill road city centre"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"phone",
"01223 247877"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
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,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like a restaurant that serves turkish 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": "it doesnt matter"
},
{
"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": [
"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": "any price range"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meze bar restaurant serves turkish food"
},
{
"id": 11,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'turkish');(_:result,name,'anatolia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "anatolia serves turkish food"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and post code"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'30 bridge street city centre');(_:result,name,'anatolia');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "anatolia is on 30 Bridge Street City Centre , C.B 2, 1 U.J"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'turkish');(_:result,name,'efes restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "efes restaurant serves turkish food"
},
{
"id": 17,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "hello hello oh your on the phone yea"
},
{
"id": 18,
"rdf-acts": [
"canthelp((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no other turkish restaurant that matches your request"
},
{
"id": 19,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-03d6592b76-20130326_012940 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_: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"
],
[
"_:search",
"food",
"turkish"
],
[
"_: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"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_: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",
"food",
"turkish"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_: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",
"food",
"turkish"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"address",
"30 bridge street city centre"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"30 bridge street city centre"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"greeted",
"_: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",
"food",
"turkish"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"30 bridge street city centre"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/c4df70cc"
],
[
"_:search/c4df70cc",
"food",
"turkish"
],
[
"_:search/c4df70cc",
"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,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need a restaurant that serves corsica food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving corsica food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about vietnamese type of food"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a corsica restaurant right?"
},
{
"id": 5,
"rdf-acts": [
"negate()",
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no how about vietnamese"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh serves vietnamese food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'17 magdalene street city centre');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , thanh binh is on 17 Magdalene Street City Centre"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-5cf59cc660-20130328_160837 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"corsica"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/bfe03d57"
],
[
"_:search/bfe03d57",
"food",
"corsica"
],
[
"_:search/bfe03d57",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/bfe03d57"
],
[
"_:search/bfe03d57",
"food",
"corsica"
],
[
"_:search/bfe03d57",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/bfe03d57"
],
[
"_:search/bfe03d57",
"food",
"corsica"
],
[
"_:search/bfe03d57",
"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
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/bfe03d57"
],
[
"_:search/bfe03d57",
"food",
"corsica"
],
[
"_:search/bfe03d57",
"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"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/bfe03d57"
],
[
"_:search/bfe03d57",
"food",
"corsica"
],
[
"_:search/bfe03d57",
"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",
"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
]
}
] |
[
{
"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,'world');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for world food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'world');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no world restaurant that matches your request"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about modern european food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'modern european');(_:result,name,'riverside brasserie');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "riverside brasserie serves modern european food ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "okay"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 7,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'modern european');(_:result,name,'riverside brasserie');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "riverside brasserie serves modern european food ."
},
{
"id": 9,
"rdf-acts": [
"repeat()"
],
"speaker": "user",
"text": "can you repeat that"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'modern european');(_:result,name,'riverside brasserie');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "riverside brasserie serves modern european food ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can you give me the phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'riverside brasserie');(_:result,phone,'01223 259988');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of riverside brasserie is 01223 259988 ."
},
{
"id": 13,
"rdf-acts": [
"repeat()"
],
"speaker": "user",
"text": "can you repeat that"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'modern european');(_:result,name,'riverside brasserie');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "riverside brasserie serves modern european food ."
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats their phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'riverside brasserie');(_:result,phone,'01223 259988');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of riverside brasserie is 01223 259988 ."
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "very good thank you bye bye"
}
] | voip-eaef6f434c-20130323_024502 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"world"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c4570d04"
],
[
"_:search/c4570d04",
"food",
"world"
],
[
"_:search/c4570d04",
"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"
],
[
"_:system",
"canthelp",
"_:search/c4570d04"
],
[
"_:search/c4570d04",
"food",
"world"
],
[
"_:search/c4570d04",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c4570d04"
],
[
"_:search/c4570d04",
"food",
"world"
],
[
"_:search/c4570d04",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c4570d04"
],
[
"_:search/c4570d04",
"food",
"world"
],
[
"_:search/c4570d04",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_: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/c4570d04"
],
[
"_:search/c4570d04",
"food",
"world"
],
[
"_:search/c4570d04",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_: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/c4570d04"
],
[
"_:search/c4570d04",
"food",
"world"
],
[
"_:search/c4570d04",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"phone",
"01223 259988"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/c4570d04"
],
[
"_:search/c4570d04",
"food",
"world"
],
[
"_:search/c4570d04",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 259988"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_: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/c4570d04"
],
[
"_:search/c4570d04",
"food",
"world"
],
[
"_:search/c4570d04",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"phone",
"01223 259988"
],
[
"_: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,food,'eritrean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "eritrean food in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no korean restaurant in the east of town"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "cough"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no korean restaurant in the east of town"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "chinese food"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i get the address phone number"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and postcode"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i get the address and phone number"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i get the address"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-e61fa89add-20130326_013737 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/14e06581"
],
[
"_:search/14e06581",
"area",
"east"
],
[
"_:search/14e06581",
"food",
"korean"
],
[
"_:search/14e06581",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/14e06581"
],
[
"_:search/14e06581",
"area",
"east"
],
[
"_:search/14e06581",
"food",
"korean"
],
[
"_:search/14e06581",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/85e73e8e"
],
[
"_:search/85e73e8e",
"area",
"east"
],
[
"_:search/85e73e8e",
"food",
"korean"
],
[
"_:search/85e73e8e",
"type",
"Restaurant"
],
[
"_: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/14e06581"
],
[
"_:search/14e06581",
"area",
"east"
],
[
"_:search/14e06581",
"food",
"korean"
],
[
"_:search/14e06581",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/85e73e8e"
],
[
"_:search/85e73e8e",
"area",
"east"
],
[
"_:search/85e73e8e",
"food",
"korean"
],
[
"_:search/85e73e8e",
"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",
"?"
]
],
"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/14e06581"
],
[
"_:search/14e06581",
"area",
"east"
],
[
"_:search/14e06581",
"food",
"korean"
],
[
"_:search/14e06581",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/85e73e8e"
],
[
"_:search/85e73e8e",
"area",
"east"
],
[
"_:search/85e73e8e",
"food",
"korean"
],
[
"_:search/85e73e8e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_: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
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/14e06581"
],
[
"_:search/14e06581",
"area",
"east"
],
[
"_:search/14e06581",
"food",
"korean"
],
[
"_:search/14e06581",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/85e73e8e"
],
[
"_:search/85e73e8e",
"area",
"east"
],
[
"_:search/85e73e8e",
"food",
"korean"
],
[
"_:search/85e73e8e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"529 newmarket road fen ditton"
],
[
"_:result",
"phone",
"01223 248882"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/14e06581"
],
[
"_:search/14e06581",
"area",
"east"
],
[
"_:search/14e06581",
"food",
"korean"
],
[
"_:search/14e06581",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/85e73e8e"
],
[
"_:search/85e73e8e",
"area",
"east"
],
[
"_:search/85e73e8e",
"food",
"korean"
],
[
"_:search/85e73e8e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"529 newmarket road fen ditton"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"phone",
"01223 248882"
],
[
"_: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",
"east"
],
[
"_:system",
"canthelp",
"_:search/14e06581"
],
[
"_:search/14e06581",
"area",
"east"
],
[
"_:search/14e06581",
"food",
"korean"
],
[
"_:search/14e06581",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/85e73e8e"
],
[
"_:search/85e73e8e",
"area",
"east"
],
[
"_:search/85e73e8e",
"food",
"korean"
],
[
"_:search/85e73e8e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_:result",
"phone",
"01223 248882"
],
[
"_: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,
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,'brazilian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "brazilian food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'brazilian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no brazilian restaurant that matches your request"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about french food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'french');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant two two serves french food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'22 chesterton road chesterton');(_: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 and it is on 22 Chesterton Road Chesterton ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-bb1fd497eb-20130325_164421 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"brazilian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/bc6f561e"
],
[
"_:search/bc6f561e",
"food",
"brazilian"
],
[
"_:search/bc6f561e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/bc6f561e"
],
[
"_:search/bc6f561e",
"food",
"brazilian"
],
[
"_:search/bc6f561e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/bc6f561e"
],
[
"_:search/bc6f561e",
"food",
"brazilian"
],
[
"_:search/bc6f561e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"address",
"22 chesterton road chesterton"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"phone",
"01223 351880"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"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": "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,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "greek"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no greek restaurant in the east of town"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about french"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'british');(_:result,name,'grafton hotel restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "grafton hotel restaurant is a nice restaurant in the east of town serving british food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant in the north"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "anything"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"inform((_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "greek"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no greek restaurant in the north of town"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": "food"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no greek restaurant in the north of town"
},
{
"id": 15,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about french"
},
{
"id": 16,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no greek restaurant in the north of town"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "french"
},
{
"id": 18,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no greek restaurant in the north of town"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant in the north part of town"
},
{
"id": 20,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no greek restaurant in the north of town"
},
{
"id": 21,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "french"
},
{
"id": 22,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no greek restaurant in the north of town"
},
{
"id": 23,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant in the north part of town that serves french"
},
{
"id": 24,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no greek restaurant in the north of town"
},
{
"id": 25,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant north"
},
{
"id": 26,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no greek restaurant in the north of town"
},
{
"id": 27,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "part of town"
},
{
"id": 28,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no greek restaurant in the north of town"
},
{
"id": 29,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay how about french"
},
{
"id": 30,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'north american');(_:result,name,'gourmet burger kitchen');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "gourmet burger kitchen is a nice restaurant in the centre of town serving north american food"
},
{
"id": 31,
"rdf-acts": [
"reqalts()",
"inform((_:search,area,'north');(_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about a restaurant in the north part of town that sells french food"
},
{
"id": 32,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'french');(_:result,name,'restaurant two two');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant two two is a nice restaurant in the north of town serving french food"
},
{
"id": 33,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 34,
"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": 35,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
}
] | voip-561b472540-20130328_123800 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"greek"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/9553edea"
],
[
"_:search/9553edea",
"area",
"east"
],
[
"_:search/9553edea",
"food",
"greek"
],
[
"_:search/9553edea",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/9553edea"
],
[
"_:search/9553edea",
"area",
"east"
],
[
"_:search/9553edea",
"food",
"greek"
],
[
"_:search/9553edea",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"french"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/9553edea"
],
[
"_:search/9553edea",
"area",
"east"
],
[
"_:search/9553edea",
"food",
"greek"
],
[
"_:search/9553edea",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"french"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_: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/9553edea"
],
[
"_:search/9553edea",
"area",
"east"
],
[
"_:search/9553edea",
"food",
"greek"
],
[
"_:search/9553edea",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"greek"
],
[
"_: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/9553edea"
],
[
"_:search/9553edea",
"area",
"east"
],
[
"_:search/9553edea",
"food",
"greek"
],
[
"_:search/9553edea",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"greek"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8c2a31a1"
],
[
"_:search/8c2a31a1",
"area",
"north"
],
[
"_:search/8c2a31a1",
"food",
"greek"
],
[
"_:search/8c2a31a1",
"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/9553edea"
],
[
"_:search/9553edea",
"area",
"east"
],
[
"_:search/9553edea",
"food",
"greek"
],
[
"_:search/9553edea",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8c2a31a1"
],
[
"_:search/8c2a31a1",
"area",
"north"
],
[
"_:search/8c2a31a1",
"food",
"greek"
],
[
"_:search/8c2a31a1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/668f1ca4"
],
[
"_:search/668f1ca4",
"area",
"north"
],
[
"_:search/668f1ca4",
"food",
"greek"
],
[
"_:search/668f1ca4",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/9553edea"
],
[
"_:search/9553edea",
"area",
"east"
],
[
"_:search/9553edea",
"food",
"greek"
],
[
"_:search/9553edea",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8c2a31a1"
],
[
"_:search/8c2a31a1",
"area",
"north"
],
[
"_:search/8c2a31a1",
"food",
"greek"
],
[
"_:search/8c2a31a1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/668f1ca4"
],
[
"_:search/668f1ca4",
"area",
"north"
],
[
"_:search/668f1ca4",
"food",
"greek"
],
[
"_:search/668f1ca4",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/06ea663b"
],
[
"_:search/06ea663b",
"area",
"north"
],
[
"_:search/06ea663b",
"food",
"greek"
],
[
"_:search/06ea663b",
"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,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/9553edea"
],
[
"_:search/9553edea",
"area",
"east"
],
[
"_:search/9553edea",
"food",
"greek"
],
[
"_:search/9553edea",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8c2a31a1"
],
[
"_:search/8c2a31a1",
"area",
"north"
],
[
"_:search/8c2a31a1",
"food",
"greek"
],
[
"_:search/8c2a31a1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/668f1ca4"
],
[
"_:search/668f1ca4",
"area",
"north"
],
[
"_:search/668f1ca4",
"food",
"greek"
],
[
"_:search/668f1ca4",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/06ea663b"
],
[
"_:search/06ea663b",
"area",
"north"
],
[
"_:search/06ea663b",
"food",
"greek"
],
[
"_:search/06ea663b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"canthelp",
"_:search/f2550d65"
],
[
"_:search/f2550d65",
"area",
"north"
],
[
"_:search/f2550d65",
"food",
"greek"
],
[
"_:search/f2550d65",
"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,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/9553edea"
],
[
"_:search/9553edea",
"area",
"east"
],
[
"_:search/9553edea",
"food",
"greek"
],
[
"_:search/9553edea",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8c2a31a1"
],
[
"_:search/8c2a31a1",
"area",
"north"
],
[
"_:search/8c2a31a1",
"food",
"greek"
],
[
"_:search/8c2a31a1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/668f1ca4"
],
[
"_:search/668f1ca4",
"area",
"north"
],
[
"_:search/668f1ca4",
"food",
"greek"
],
[
"_:search/668f1ca4",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/06ea663b"
],
[
"_:search/06ea663b",
"area",
"north"
],
[
"_:search/06ea663b",
"food",
"greek"
],
[
"_:search/06ea663b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f2550d65"
],
[
"_:search/f2550d65",
"area",
"north"
],
[
"_:search/f2550d65",
"food",
"greek"
],
[
"_:search/f2550d65",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/677068d6"
],
[
"_:search/677068d6",
"area",
"north"
],
[
"_:search/677068d6",
"food",
"greek"
],
[
"_:search/677068d6",
"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,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/9553edea"
],
[
"_:search/9553edea",
"area",
"east"
],
[
"_:search/9553edea",
"food",
"greek"
],
[
"_:search/9553edea",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8c2a31a1"
],
[
"_:search/8c2a31a1",
"area",
"north"
],
[
"_:search/8c2a31a1",
"food",
"greek"
],
[
"_:search/8c2a31a1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/668f1ca4"
],
[
"_:search/668f1ca4",
"area",
"north"
],
[
"_:search/668f1ca4",
"food",
"greek"
],
[
"_:search/668f1ca4",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/06ea663b"
],
[
"_:search/06ea663b",
"area",
"north"
],
[
"_:search/06ea663b",
"food",
"greek"
],
[
"_:search/06ea663b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f2550d65"
],
[
"_:search/f2550d65",
"area",
"north"
],
[
"_:search/f2550d65",
"food",
"greek"
],
[
"_:search/f2550d65",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/677068d6"
],
[
"_:search/677068d6",
"area",
"north"
],
[
"_:search/677068d6",
"food",
"greek"
],
[
"_:search/677068d6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1270985a"
],
[
"_:search/1270985a",
"area",
"north"
],
[
"_:search/1270985a",
"food",
"greek"
],
[
"_:search/1270985a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"french"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/9553edea"
],
[
"_:search/9553edea",
"area",
"east"
],
[
"_:search/9553edea",
"food",
"greek"
],
[
"_:search/9553edea",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8c2a31a1"
],
[
"_:search/8c2a31a1",
"area",
"north"
],
[
"_:search/8c2a31a1",
"food",
"greek"
],
[
"_:search/8c2a31a1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/668f1ca4"
],
[
"_:search/668f1ca4",
"area",
"north"
],
[
"_:search/668f1ca4",
"food",
"greek"
],
[
"_:search/668f1ca4",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/06ea663b"
],
[
"_:search/06ea663b",
"area",
"north"
],
[
"_:search/06ea663b",
"food",
"greek"
],
[
"_:search/06ea663b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f2550d65"
],
[
"_:search/f2550d65",
"area",
"north"
],
[
"_:search/f2550d65",
"food",
"greek"
],
[
"_:search/f2550d65",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/677068d6"
],
[
"_:search/677068d6",
"area",
"north"
],
[
"_:search/677068d6",
"food",
"greek"
],
[
"_:search/677068d6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1270985a"
],
[
"_:search/1270985a",
"area",
"north"
],
[
"_:search/1270985a",
"food",
"greek"
],
[
"_:search/1270985a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"canthelp",
"_:search/8672b92f"
],
[
"_:search/8672b92f",
"area",
"north"
],
[
"_:search/8672b92f",
"food",
"greek"
],
[
"_:search/8672b92f",
"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,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/9553edea"
],
[
"_:search/9553edea",
"area",
"east"
],
[
"_:search/9553edea",
"food",
"greek"
],
[
"_:search/9553edea",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8c2a31a1"
],
[
"_:search/8c2a31a1",
"area",
"north"
],
[
"_:search/8c2a31a1",
"food",
"greek"
],
[
"_:search/8c2a31a1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/668f1ca4"
],
[
"_:search/668f1ca4",
"area",
"north"
],
[
"_:search/668f1ca4",
"food",
"greek"
],
[
"_:search/668f1ca4",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/06ea663b"
],
[
"_:search/06ea663b",
"area",
"north"
],
[
"_:search/06ea663b",
"food",
"greek"
],
[
"_:search/06ea663b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f2550d65"
],
[
"_:search/f2550d65",
"area",
"north"
],
[
"_:search/f2550d65",
"food",
"greek"
],
[
"_:search/f2550d65",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/677068d6"
],
[
"_:search/677068d6",
"area",
"north"
],
[
"_:search/677068d6",
"food",
"greek"
],
[
"_:search/677068d6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1270985a"
],
[
"_:search/1270985a",
"area",
"north"
],
[
"_:search/1270985a",
"food",
"greek"
],
[
"_:search/1270985a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"canthelp",
"_:search/8672b92f"
],
[
"_:search/8672b92f",
"area",
"north"
],
[
"_:search/8672b92f",
"food",
"greek"
],
[
"_:search/8672b92f",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/55470f93"
],
[
"_:search/55470f93",
"area",
"north"
],
[
"_:search/55470f93",
"food",
"greek"
],
[
"_:search/55470f93",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/9553edea"
],
[
"_:search/9553edea",
"area",
"east"
],
[
"_:search/9553edea",
"food",
"greek"
],
[
"_:search/9553edea",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8c2a31a1"
],
[
"_:search/8c2a31a1",
"area",
"north"
],
[
"_:search/8c2a31a1",
"food",
"greek"
],
[
"_:search/8c2a31a1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/668f1ca4"
],
[
"_:search/668f1ca4",
"area",
"north"
],
[
"_:search/668f1ca4",
"food",
"greek"
],
[
"_:search/668f1ca4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/06ea663b"
],
[
"_:search/06ea663b",
"area",
"north"
],
[
"_:search/06ea663b",
"food",
"greek"
],
[
"_:search/06ea663b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f2550d65"
],
[
"_:search/f2550d65",
"area",
"north"
],
[
"_:search/f2550d65",
"food",
"greek"
],
[
"_:search/f2550d65",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/677068d6"
],
[
"_:search/677068d6",
"area",
"north"
],
[
"_:search/677068d6",
"food",
"greek"
],
[
"_:search/677068d6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1270985a"
],
[
"_:search/1270985a",
"area",
"north"
],
[
"_:search/1270985a",
"food",
"greek"
],
[
"_:search/1270985a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8672b92f"
],
[
"_:search/8672b92f",
"area",
"north"
],
[
"_:search/8672b92f",
"food",
"greek"
],
[
"_:search/8672b92f",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/55470f93"
],
[
"_:search/55470f93",
"area",
"north"
],
[
"_:search/55470f93",
"food",
"greek"
],
[
"_:search/55470f93",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/c52974ba"
],
[
"_:search/c52974ba",
"area",
"north"
],
[
"_:search/c52974ba",
"food",
"greek"
],
[
"_:search/c52974ba",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"french"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/9553edea"
],
[
"_:search/9553edea",
"area",
"east"
],
[
"_:search/9553edea",
"food",
"greek"
],
[
"_:search/9553edea",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/8c2a31a1"
],
[
"_:search/8c2a31a1",
"area",
"north"
],
[
"_:search/8c2a31a1",
"food",
"greek"
],
[
"_:search/8c2a31a1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/668f1ca4"
],
[
"_:search/668f1ca4",
"area",
"north"
],
[
"_:search/668f1ca4",
"food",
"greek"
],
[
"_:search/668f1ca4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/06ea663b"
],
[
"_:search/06ea663b",
"area",
"north"
],
[
"_:search/06ea663b",
"food",
"greek"
],
[
"_:search/06ea663b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f2550d65"
],
[
"_:search/f2550d65",
"area",
"north"
],
[
"_:search/f2550d65",
"food",
"greek"
],
[
"_:search/f2550d65",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/677068d6"
],
[
"_:search/677068d6",
"area",
"north"
],
[
"_:search/677068d6",
"food",
"greek"
],
[
"_:search/677068d6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1270985a"
],
[
"_:search/1270985a",
"area",
"north"
],
[
"_:search/1270985a",
"food",
"greek"
],
[
"_:search/1270985a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8672b92f"
],
[
"_:search/8672b92f",
"area",
"north"
],
[
"_:search/8672b92f",
"food",
"greek"
],
[
"_:search/8672b92f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/55470f93"
],
[
"_:search/55470f93",
"area",
"north"
],
[
"_:search/55470f93",
"food",
"greek"
],
[
"_:search/55470f93",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c52974ba"
],
[
"_:search/c52974ba",
"area",
"north"
],
[
"_:search/c52974ba",
"food",
"greek"
],
[
"_:search/c52974ba",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"north american"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"french"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/9553edea"
],
[
"_:search/9553edea",
"area",
"east"
],
[
"_:search/9553edea",
"food",
"greek"
],
[
"_:search/9553edea",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/8c2a31a1"
],
[
"_:search/8c2a31a1",
"area",
"north"
],
[
"_:search/8c2a31a1",
"food",
"greek"
],
[
"_:search/8c2a31a1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/668f1ca4"
],
[
"_:search/668f1ca4",
"area",
"north"
],
[
"_:search/668f1ca4",
"food",
"greek"
],
[
"_:search/668f1ca4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/06ea663b"
],
[
"_:search/06ea663b",
"area",
"north"
],
[
"_:search/06ea663b",
"food",
"greek"
],
[
"_:search/06ea663b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f2550d65"
],
[
"_:search/f2550d65",
"area",
"north"
],
[
"_:search/f2550d65",
"food",
"greek"
],
[
"_:search/f2550d65",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/677068d6"
],
[
"_:search/677068d6",
"area",
"north"
],
[
"_:search/677068d6",
"food",
"greek"
],
[
"_:search/677068d6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1270985a"
],
[
"_:search/1270985a",
"area",
"north"
],
[
"_:search/1270985a",
"food",
"greek"
],
[
"_:search/1270985a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8672b92f"
],
[
"_:search/8672b92f",
"area",
"north"
],
[
"_:search/8672b92f",
"food",
"greek"
],
[
"_:search/8672b92f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/55470f93"
],
[
"_:search/55470f93",
"area",
"north"
],
[
"_:search/55470f93",
"food",
"greek"
],
[
"_:search/55470f93",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c52974ba"
],
[
"_:search/c52974ba",
"area",
"north"
],
[
"_:search/c52974ba",
"food",
"greek"
],
[
"_:search/c52974ba",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_: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,
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"
],
[
"_:system",
"canthelp",
"_:search/9553edea"
],
[
"_:search/9553edea",
"area",
"east"
],
[
"_:search/9553edea",
"food",
"greek"
],
[
"_:search/9553edea",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/8c2a31a1"
],
[
"_:search/8c2a31a1",
"area",
"north"
],
[
"_:search/8c2a31a1",
"food",
"greek"
],
[
"_:search/8c2a31a1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/668f1ca4"
],
[
"_:search/668f1ca4",
"area",
"north"
],
[
"_:search/668f1ca4",
"food",
"greek"
],
[
"_:search/668f1ca4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/06ea663b"
],
[
"_:search/06ea663b",
"area",
"north"
],
[
"_:search/06ea663b",
"food",
"greek"
],
[
"_:search/06ea663b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f2550d65"
],
[
"_:search/f2550d65",
"area",
"north"
],
[
"_:search/f2550d65",
"food",
"greek"
],
[
"_:search/f2550d65",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/677068d6"
],
[
"_:search/677068d6",
"area",
"north"
],
[
"_:search/677068d6",
"food",
"greek"
],
[
"_:search/677068d6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1270985a"
],
[
"_:search/1270985a",
"area",
"north"
],
[
"_:search/1270985a",
"food",
"greek"
],
[
"_:search/1270985a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8672b92f"
],
[
"_:search/8672b92f",
"area",
"north"
],
[
"_:search/8672b92f",
"food",
"greek"
],
[
"_:search/8672b92f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/55470f93"
],
[
"_:search/55470f93",
"area",
"north"
],
[
"_:search/55470f93",
"food",
"greek"
],
[
"_:search/55470f93",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c52974ba"
],
[
"_:search/c52974ba",
"area",
"north"
],
[
"_:search/c52974ba",
"food",
"greek"
],
[
"_:search/c52974ba",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"phone",
"01223 351880"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap restaurant 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,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any type of food"
},
{
"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,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-155e939ebc-20130327_211511 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"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",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"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,
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": "id like to find a restaurant serving french food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'french');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant two two serves french food ."
},
{
"id": 3,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "im sorry"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'french');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant two two serves french food ."
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'french');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant two two serves french food ."
},
{
"id": 9,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'french');(_:result,name,'cote');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cote serves french food ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'bridge street city centre');(_:result,name,'cote');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , cote is on Bridge Street City Centre"
},
{
"id": 13,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "thanks good bye"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'french');(_:result,name,'cote');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cote serves french food ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-3b3edac94d-20130323_202743 | [
{
"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",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_: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",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_: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",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"cote"
],
[
"_: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",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"address",
"bridge street city centre"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"bridge street city centre"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
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": "im looking for a restaurant 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,'la raza');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at la raza is cheap ."
},
{
"id": 5,
"rdf-acts": [
"confirm((_:result,food,'unusual');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "do they serve unusual food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no unusual restaurant that matches your request"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about european food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "michaelhouse cafe is a great restaurant serving european food and it is in the expensive price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is their address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,\"st. michael's church trinity street city centre\");(_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , michaelhouse cafe is on St. Michael's Church Trinity Street City Centre"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "their phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'michaelhouse cafe');(_:result,phone,'01223 309147');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of michaelhouse cafe is 01223 309147 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-db80a9e6df-20130328_230014 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"unusual"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"unusual"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/809582af"
],
[
"_:search/809582af",
"food",
"unusual"
],
[
"_:search/809582af",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/809582af"
],
[
"_:search/809582af",
"food",
"unusual"
],
[
"_:search/809582af",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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",
"*"
],
[
"_:system",
"canthelp",
"_:search/809582af"
],
[
"_:search/809582af",
"food",
"unusual"
],
[
"_:search/809582af",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"st. michael's church trinity street city centre"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_: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",
"*"
],
[
"_:system",
"canthelp",
"_:search/809582af"
],
[
"_:search/809582af",
"food",
"unusual"
],
[
"_:search/809582af",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"st. michael's church trinity street city centre"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_: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": "i want a moderately priced restaurant in the north 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,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"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": "what is the 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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-583e7cede5-20130324_060405 | [
{
"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",
"?"
]
],
"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",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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",
"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"
],
[
"_: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,'traditional');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "traditional 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,'traditional');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "traditional"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'traditional');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no traditional restaurant that matches your request"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "spanish food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'danish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no danish restaurant that matches your request"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "spanish"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'spanish');(_:result,name,'la raza');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la raza serves spanish food ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'spanish');(_:result,name,'la raza');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la raza serves spanish food ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-317a1436fe-20130325_171950 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"traditional"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"traditional"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/f6fe1e23"
],
[
"_:search/f6fe1e23",
"food",
"traditional"
],
[
"_:search/f6fe1e23",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/f6fe1e23"
],
[
"_:search/f6fe1e23",
"food",
"traditional"
],
[
"_:search/f6fe1e23",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/11b7ac33"
],
[
"_:search/11b7ac33",
"food",
"danish"
],
[
"_:search/11b7ac33",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_: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/f6fe1e23"
],
[
"_:search/f6fe1e23",
"food",
"traditional"
],
[
"_:search/f6fe1e23",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/11b7ac33"
],
[
"_:search/11b7ac33",
"food",
"danish"
],
[
"_:search/11b7ac33",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la raza"
],
[
"_: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/f6fe1e23"
],
[
"_:search/f6fe1e23",
"food",
"traditional"
],
[
"_:search/f6fe1e23",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/11b7ac33"
],
[
"_:search/11b7ac33",
"food",
"danish"
],
[
"_:search/11b7ac33",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la raza"
],
[
"_: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/f6fe1e23"
],
[
"_:search/f6fe1e23",
"food",
"traditional"
],
[
"_:search/f6fe1e23",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/11b7ac33"
],
[
"_:search/11b7ac33",
"food",
"danish"
],
[
"_:search/11b7ac33",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"address",
"4 - 6 rose crescent"
],
[
"_:result",
"name",
"la raza"
],
[
"_: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/f6fe1e23"
],
[
"_:search/f6fe1e23",
"food",
"traditional"
],
[
"_:search/f6fe1e23",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/11b7ac33"
],
[
"_:search/11b7ac33",
"food",
"danish"
],
[
"_:search/11b7ac33",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"address",
"4 - 6 rose crescent"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"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,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,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": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 10,
"rdf-acts": [
"select((_:result,area,'south');(_:result,area,'west'))"
],
"speaker": "system",
"text": "Sorry would you like something in the south or in the west"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 12,
"rdf-acts": [
"select((_:result,area,'south');(_:result,area,'west'))"
],
"speaker": "system",
"text": "Sorry would you like something in the south or in the west"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 14,
"rdf-acts": [
"select((_:result,area,'south');(_:result,area,'west'))"
],
"speaker": "system",
"text": "Sorry would you like something in the south or in the west"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 16,
"rdf-acts": [
"select((_:result,area,'south');(_:result,area,'west'))"
],
"speaker": "system",
"text": "Sorry would you like something in the south or in the west"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"id": 18,
"rdf-acts": [
"select((_:result,area,'south');(_:result,area,'west'))"
],
"speaker": "system",
"text": "Sorry would you like something in the south or in the west"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"id": 20,
"rdf-acts": [
"select((_:result,area,'south');(_:result,area,'west'))"
],
"speaker": "system",
"text": "Sorry would you like something in the south or in the west"
},
{
"id": 21,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 22,
"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": 23,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 24,
"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": 25,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 26,
"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": 27,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 28,
"rdf-acts": [
"inform((_:result,address,'15 - 19 trumpington street');(_:result,name,'hotel du vin and bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , hotel du vin and bistro is on 15 - 19 Trumpington Street"
},
{
"id": 29,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 30,
"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": 31,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 32,
"rdf-acts": [
"inform((_:result,address,'15 - 19 trumpington street');(_:result,name,'hotel du vin and bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , hotel du vin and bistro is on 15 - 19 Trumpington Street"
},
{
"id": 33,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "postcode"
},
{
"id": 34,
"rdf-acts": [
"inform((_:result,name,'hotel du vin and bistro');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of hotel du vin and bistro is C.B 2, 1 Q.A"
},
{
"id": 35,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-f22c2bf9c7-20130328_121753 | [
{
"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"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"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",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"area",
"north"
],
[
"_: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",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_: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"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_: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"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"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,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_:result",
"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,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"15 - 19 trumpington street"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"15 - 19 trumpington street"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
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"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"15 - 19 trumpington street"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_: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
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"15 - 19 trumpington street"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_: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,
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": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'tuscan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "tv_noise im looking for an expensive restaurant and it should serve tuscan 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": "tv_noise any"
},
{
"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": "tv_noise any"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'cocum');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cocum is in the expensive price range"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'tuscan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get tuscan foo"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'cocum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cocum is a great restaurant"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'cocum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cocum is a nice place in the west of town"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care tv_noise"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'cocum');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cocum is in the expensive price range"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,food,'tuscan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "tv_noise im looking for tuscan food"
},
{
"id": 20,
"rdf-acts": [
"confirm((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant serving any kind of food right?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:search,food,'tuscan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "tuscan food"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,name,'cocum');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cocum is in the expensive price range"
},
{
"id": 23,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "tv_noise no"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,name,'cote');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cote is in the expensive price range"
},
{
"id": 25,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,name,'cocum');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cocum is in the expensive price range"
},
{
"id": 27,
"rdf-acts": [
"negate()",
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no dont care"
},
{
"id": 28,
"rdf-acts": [
"inform((_:result,name,'cocum');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cocum is in the expensive price range"
},
{
"id": 29,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 30,
"rdf-acts": [
"inform((_:result,name,'cocum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cocum is a great restaurant"
},
{
"id": 31,
"rdf-acts": [
"inform((_:search,food,'tuscan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "tuscan food"
},
{
"id": 32,
"rdf-acts": [
"inform((_:result,name,'city stop restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "city stop restaurant is in the expensive price range"
},
{
"id": 33,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "noise how bout thai"
},
{
"id": 34,
"rdf-acts": [
"confirm((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant serving any kind of food right?"
},
{
"id": 35,
"rdf-acts": [],
"speaker": "user",
"text": "tv_noise"
},
{
"id": 36,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 37,
"rdf-acts": [],
"speaker": "user",
"text": "that food tv_noise"
},
{
"id": 38,
"rdf-acts": [
"inform((_:result,food,'thai');(_:result,name,'sala thong');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sala thong serves thai food in the expensive price range"
},
{
"id": 39,
"rdf-acts": [],
"speaker": "user",
"text": "tv_noise"
},
{
"id": 40,
"rdf-acts": [
"inform((_:result,name,'sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sala thong is a great restaurant"
},
{
"id": 41,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the address tv_noise"
},
{
"id": 42,
"rdf-acts": [
"inform((_:result,address,'35 newnham road newnham');(_:result,name,'sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , sala thong is on 35 Newnham Road Newnham"
},
{
"id": 43,
"rdf-acts": [],
"speaker": "user",
"text": "tv_noise"
},
{
"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": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number tv_noise"
},
{
"id": 46,
"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": 47,
"rdf-acts": [],
"speaker": "user",
"text": "tv_noise"
},
{
"id": 48,
"rdf-acts": [
"inform((_:result,name,'sala thong');(_:result,postcode,'c.b 3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of sala thong is C.B 3, 9 E.Y"
},
{
"id": 49,
"rdf-acts": [],
"speaker": "user",
"text": "tv_noise"
},
{
"id": 50,
"rdf-acts": [
"inform((_:result,name,'sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sala thong is a great restaurant"
},
{
"id": 51,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number tv_noise"
},
{
"id": 52,
"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": 53,
"rdf-acts": [],
"speaker": "user",
"text": "tv_noise"
},
{
"id": 54,
"rdf-acts": [
"inform((_:result,name,'don pasquale pizzeria');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "don pasquale pizzeria is in the expensive price range"
},
{
"id": 55,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "tv_noise thank you goodbye"
}
] | voip-10beae627f-20130328_132217 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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",
"food",
"tuscan"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"name",
"cocum"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"cocum"
],
[
"_: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",
"*"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cocum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"name",
"*"
],
[
"_:result",
"name",
"cocum"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"tuscan"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"name",
"*"
],
[
"_:result",
"name",
"cocum"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"tuscan"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/bb2d6661"
],
[
"_:result/bb2d6661",
"name",
"cocum"
],
[
"_:result/bb2d6661",
"pricerange",
"expensive"
],
[
"_:result/bb2d6661",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:user",
"denied",
"_:result/bb2d6661"
],
[
"_:result/bb2d6661",
"name",
"cocum"
],
[
"_:result/bb2d6661",
"pricerange",
"expensive"
],
[
"_:result/bb2d6661",
"type",
"Restaurant"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:user",
"denied",
"_:result/bb2d6661"
],
[
"_:result/bb2d6661",
"name",
"cocum"
],
[
"_:result/bb2d6661",
"pricerange",
"expensive"
],
[
"_:result/bb2d6661",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/da950da5"
],
[
"_:result/da950da5",
"name",
"cocum"
],
[
"_:result/da950da5",
"pricerange",
"expensive"
],
[
"_:result/da950da5",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:user",
"denied",
"_:result/bb2d6661"
],
[
"_:result/bb2d6661",
"name",
"cocum"
],
[
"_:result/bb2d6661",
"pricerange",
"expensive"
],
[
"_:result/bb2d6661",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/da950da5"
],
[
"_:result/da950da5",
"name",
"cocum"
],
[
"_:result/da950da5",
"pricerange",
"expensive"
],
[
"_:result/da950da5",
"type",
"Restaurant"
],
[
"_:result",
"name",
"cocum"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:user",
"denied",
"_:result/bb2d6661"
],
[
"_:result/bb2d6661",
"name",
"cocum"
],
[
"_:result/bb2d6661",
"pricerange",
"expensive"
],
[
"_:result/bb2d6661",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/da950da5"
],
[
"_:result/da950da5",
"name",
"cocum"
],
[
"_:result/da950da5",
"pricerange",
"expensive"
],
[
"_:result/da950da5",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"*"
],
[
"_:result",
"name",
"cocum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:user",
"denied",
"_:result/bb2d6661"
],
[
"_:result/bb2d6661",
"name",
"cocum"
],
[
"_:result/bb2d6661",
"pricerange",
"expensive"
],
[
"_:result/bb2d6661",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/da950da5"
],
[
"_:result/da950da5",
"name",
"cocum"
],
[
"_:result/da950da5",
"pricerange",
"expensive"
],
[
"_:result/da950da5",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:result",
"name",
"city stop restaurant"
],
[
"_: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,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:user",
"denied",
"_:result/bb2d6661"
],
[
"_:result/bb2d6661",
"name",
"cocum"
],
[
"_:result/bb2d6661",
"pricerange",
"expensive"
],
[
"_:result/bb2d6661",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/da950da5"
],
[
"_:result/da950da5",
"name",
"cocum"
],
[
"_:result/da950da5",
"pricerange",
"expensive"
],
[
"_:result/da950da5",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:result",
"name",
"city stop restaurant"
],
[
"_: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,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35
]
},
{
"id": 18,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:user",
"denied",
"_:result/bb2d6661"
],
[
"_:result/bb2d6661",
"name",
"cocum"
],
[
"_:result/bb2d6661",
"pricerange",
"expensive"
],
[
"_:result/bb2d6661",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/da950da5"
],
[
"_:result/da950da5",
"name",
"cocum"
],
[
"_:result/da950da5",
"pricerange",
"expensive"
],
[
"_:result/da950da5",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:result",
"name",
"city stop restaurant"
],
[
"_: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,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37
]
},
{
"id": 19,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:user",
"denied",
"_:result/bb2d6661"
],
[
"_:result/bb2d6661",
"name",
"cocum"
],
[
"_:result/bb2d6661",
"pricerange",
"expensive"
],
[
"_:result/bb2d6661",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/da950da5"
],
[
"_:result/da950da5",
"name",
"cocum"
],
[
"_:result/da950da5",
"pricerange",
"expensive"
],
[
"_:result/da950da5",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"sala thong"
],
[
"_: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
]
},
{
"id": 20,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:user",
"denied",
"_:result/bb2d6661"
],
[
"_:result/bb2d6661",
"name",
"cocum"
],
[
"_:result/bb2d6661",
"pricerange",
"expensive"
],
[
"_:result/bb2d6661",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/da950da5"
],
[
"_:result/da950da5",
"name",
"cocum"
],
[
"_:result/da950da5",
"pricerange",
"expensive"
],
[
"_:result/da950da5",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"sala thong"
],
[
"_: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
]
},
{
"id": 21,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:user",
"denied",
"_:result/bb2d6661"
],
[
"_:result/bb2d6661",
"name",
"cocum"
],
[
"_:result/bb2d6661",
"pricerange",
"expensive"
],
[
"_:result/bb2d6661",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/da950da5"
],
[
"_:result/da950da5",
"name",
"cocum"
],
[
"_:result/da950da5",
"pricerange",
"expensive"
],
[
"_:result/da950da5",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"35 newnham road newnham"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43
]
},
{
"id": 22,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:user",
"denied",
"_:result/bb2d6661"
],
[
"_:result/bb2d6661",
"name",
"cocum"
],
[
"_:result/bb2d6661",
"pricerange",
"expensive"
],
[
"_:result/bb2d6661",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/da950da5"
],
[
"_:result/da950da5",
"name",
"cocum"
],
[
"_:result/da950da5",
"pricerange",
"expensive"
],
[
"_:result/da950da5",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"35 newnham road newnham"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45
]
},
{
"id": 23,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:user",
"denied",
"_:result/bb2d6661"
],
[
"_:result/bb2d6661",
"name",
"cocum"
],
[
"_:result/bb2d6661",
"pricerange",
"expensive"
],
[
"_:result/bb2d6661",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/da950da5"
],
[
"_:result/da950da5",
"name",
"cocum"
],
[
"_:result/da950da5",
"pricerange",
"expensive"
],
[
"_:result/da950da5",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"35 newnham road newnham"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"phone",
"01223 323178"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47
]
},
{
"id": 24,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:user",
"denied",
"_:result/bb2d6661"
],
[
"_:result/bb2d6661",
"name",
"cocum"
],
[
"_:result/bb2d6661",
"pricerange",
"expensive"
],
[
"_:result/bb2d6661",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/da950da5"
],
[
"_:result/da950da5",
"name",
"cocum"
],
[
"_:result/da950da5",
"pricerange",
"expensive"
],
[
"_:result/da950da5",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"35 newnham road newnham"
],
[
"_:result",
"phone",
"01223 323178"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"postcode",
"c.b 3"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49
]
},
{
"id": 25,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:user",
"denied",
"_:result/bb2d6661"
],
[
"_:result/bb2d6661",
"name",
"cocum"
],
[
"_:result/bb2d6661",
"pricerange",
"expensive"
],
[
"_:result/bb2d6661",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/da950da5"
],
[
"_:result/da950da5",
"name",
"cocum"
],
[
"_:result/da950da5",
"pricerange",
"expensive"
],
[
"_:result/da950da5",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"35 newnham road newnham"
],
[
"_:result",
"phone",
"01223 323178"
],
[
"_:result",
"postcode",
"c.b 3"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51
]
},
{
"id": 26,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:user",
"denied",
"_:result/bb2d6661"
],
[
"_:result/bb2d6661",
"name",
"cocum"
],
[
"_:result/bb2d6661",
"pricerange",
"expensive"
],
[
"_:result/bb2d6661",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/da950da5"
],
[
"_:result/da950da5",
"name",
"cocum"
],
[
"_:result/da950da5",
"pricerange",
"expensive"
],
[
"_:result/da950da5",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"35 newnham road newnham"
],
[
"_:result",
"postcode",
"c.b 3"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"phone",
"01223 323178"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53
]
},
{
"id": 27,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:user",
"denied",
"_:result/bb2d6661"
],
[
"_:result/bb2d6661",
"name",
"cocum"
],
[
"_:result/bb2d6661",
"pricerange",
"expensive"
],
[
"_:result/bb2d6661",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/da950da5"
],
[
"_:result/da950da5",
"name",
"cocum"
],
[
"_:result/da950da5",
"pricerange",
"expensive"
],
[
"_:result/da950da5",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"address",
"35 newnham road newnham"
],
[
"_:result",
"postcode",
"c.b 3"
],
[
"_:result",
"phone",
"01223 323178"
],
[
"_:result",
"name",
"don pasquale pizzeria"
],
[
"_: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,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55
]
}
] |
[
{
"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 would like a restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "that serves unintelligible"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'la tasca');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la tasca is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'belgian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "belgian food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'belgian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no belgian restaurant that matches your request"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about korean food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no greek restaurant that matches your request"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "korean"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no greek restaurant that matches your request"
},
{
"id": 11,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about korean food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'curry garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry garden serves indian food ."
},
{
"id": 13,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about korean"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul serves korean food ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "are they expensive"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul is a great restaurant serving korean food and it is in the expensive price range"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats their address"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and their phone number"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'little seoul');(_:result,phone,'01223 308681');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of little seoul is 01223 308681 ."
},
{
"id": 21,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what area of town are they"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul is a nice place in the centre of town"
},
{
"id": 23,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-4c25da9a27-20130327_140246 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"name",
"la tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"belgian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"name",
"la tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/288cdc5a"
],
[
"_:search/288cdc5a",
"food",
"belgian"
],
[
"_:search/288cdc5a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"name",
"la tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/288cdc5a"
],
[
"_:search/288cdc5a",
"food",
"belgian"
],
[
"_:search/288cdc5a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/8e0ebec0"
],
[
"_:search/8e0ebec0",
"food",
"greek"
],
[
"_:search/8e0ebec0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"name",
"la tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/288cdc5a"
],
[
"_:search/288cdc5a",
"food",
"belgian"
],
[
"_:search/288cdc5a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8e0ebec0"
],
[
"_:search/8e0ebec0",
"food",
"greek"
],
[
"_:search/8e0ebec0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/42f90d95"
],
[
"_:search/42f90d95",
"food",
"greek"
],
[
"_:search/42f90d95",
"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",
"?"
],
[
"_:system",
"canthelp",
"_:search/288cdc5a"
],
[
"_:search/288cdc5a",
"food",
"belgian"
],
[
"_:search/288cdc5a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8e0ebec0"
],
[
"_:search/8e0ebec0",
"food",
"greek"
],
[
"_:search/8e0ebec0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/42f90d95"
],
[
"_:search/42f90d95",
"food",
"greek"
],
[
"_:search/42f90d95",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"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,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/288cdc5a"
],
[
"_:search/288cdc5a",
"food",
"belgian"
],
[
"_:search/288cdc5a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8e0ebec0"
],
[
"_:search/8e0ebec0",
"food",
"greek"
],
[
"_:search/8e0ebec0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/42f90d95"
],
[
"_:search/42f90d95",
"food",
"greek"
],
[
"_:search/42f90d95",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/288cdc5a"
],
[
"_:search/288cdc5a",
"food",
"belgian"
],
[
"_:search/288cdc5a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8e0ebec0"
],
[
"_:search/8e0ebec0",
"food",
"greek"
],
[
"_:search/8e0ebec0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/42f90d95"
],
[
"_:search/42f90d95",
"food",
"greek"
],
[
"_:search/42f90d95",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/288cdc5a"
],
[
"_:search/288cdc5a",
"food",
"belgian"
],
[
"_:search/288cdc5a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8e0ebec0"
],
[
"_:search/8e0ebec0",
"food",
"greek"
],
[
"_:search/8e0ebec0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/42f90d95"
],
[
"_:search/42f90d95",
"food",
"greek"
],
[
"_:search/42f90d95",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"name",
"little seoul"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/288cdc5a"
],
[
"_:search/288cdc5a",
"food",
"belgian"
],
[
"_:search/288cdc5a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8e0ebec0"
],
[
"_:search/8e0ebec0",
"food",
"greek"
],
[
"_:search/8e0ebec0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/42f90d95"
],
[
"_:search/42f90d95",
"food",
"greek"
],
[
"_:search/42f90d95",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"phone",
"01223 308681"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/288cdc5a"
],
[
"_:search/288cdc5a",
"food",
"belgian"
],
[
"_:search/288cdc5a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8e0ebec0"
],
[
"_:search/8e0ebec0",
"food",
"greek"
],
[
"_:search/8e0ebec0",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/42f90d95"
],
[
"_:search/42f90d95",
"food",
"greek"
],
[
"_:search/42f90d95",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"phone",
"01223 308681"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'creative');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for a cheap restaurant that serves creative food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving greek food"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'creative');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "is there one that serves creative 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,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh are there any that serves mediterranean"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving greek food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "are there any that serves mediterranean type food"
},
{
"id": 8,
"rdf-acts": [
"select((_:result,food,'greek');(_:result,food,'mediterranean'))"
],
"speaker": "system",
"text": "Sorry would you like mediterranean or greek food?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "mediterranean"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "right"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay can i have the phone number and the post code please"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'centre');(_: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": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-78f497f314-20130324_201554 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"creative"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/3303b924"
],
[
"_:search/3303b924",
"food",
"greek"
],
[
"_:search/3303b924",
"type",
"Restaurant"
],
[
"_:search",
"food",
"creative"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/3303b924"
],
[
"_:search/3303b924",
"food",
"greek"
],
[
"_:search/3303b924",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2d7abea6"
],
[
"_:search/2d7abea6",
"food",
"greek"
],
[
"_:search/2d7abea6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_: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/3303b924"
],
[
"_:search/3303b924",
"food",
"greek"
],
[
"_:search/3303b924",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2d7abea6"
],
[
"_:search/2d7abea6",
"food",
"greek"
],
[
"_:search/2d7abea6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f431fabf"
],
[
"_:search/f431fabf",
"food",
"greek"
],
[
"_:search/f431fabf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/3303b924"
],
[
"_:search/3303b924",
"food",
"greek"
],
[
"_:search/3303b924",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2d7abea6"
],
[
"_:search/2d7abea6",
"food",
"greek"
],
[
"_:search/2d7abea6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f431fabf"
],
[
"_:search/f431fabf",
"food",
"greek"
],
[
"_:search/f431fabf",
"type",
"Restaurant"
],
[
"_:result",
"food",
"greek"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/3303b924"
],
[
"_:search/3303b924",
"food",
"greek"
],
[
"_:search/3303b924",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2d7abea6"
],
[
"_:search/2d7abea6",
"food",
"greek"
],
[
"_:search/2d7abea6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f431fabf"
],
[
"_:search/f431fabf",
"food",
"greek"
],
[
"_:search/f431fabf",
"type",
"Restaurant"
],
[
"_:result",
"food",
"greek"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_: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",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/3303b924"
],
[
"_:search/3303b924",
"food",
"greek"
],
[
"_:search/3303b924",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2d7abea6"
],
[
"_:search/2d7abea6",
"food",
"greek"
],
[
"_:search/2d7abea6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f431fabf"
],
[
"_:search/f431fabf",
"food",
"greek"
],
[
"_:search/f431fabf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_: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,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/3303b924"
],
[
"_:search/3303b924",
"food",
"greek"
],
[
"_:search/3303b924",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2d7abea6"
],
[
"_:search/2d7abea6",
"food",
"greek"
],
[
"_:search/2d7abea6",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f431fabf"
],
[
"_:search/f431fabf",
"food",
"greek"
],
[
"_:search/f431fabf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_: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,
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,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "international"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'international');(_:result,name,'the varsity restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the varsity restaurant serves international food ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'international');(_:result,name,'the varsity restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the varsity restaurant is a great restaurant serving international food and it is in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'international');(_:result,name,'the varsity restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the varsity restaurant is a great restaurant serving international 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,'the varsity restaurant');(_:result,phone,'01223 356060');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the varsity restaurant is 01223 356060 ."
},
{
"id": 11,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-4660dd9eab-20130328_202554 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"the varsity restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"the varsity restaurant"
],
[
"_: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",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"the varsity restaurant"
],
[
"_: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",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"the varsity restaurant"
],
[
"_:result",
"phone",
"01223 356060"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |