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,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a turkish restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "it doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meze bar restaurant serves turkish food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meze bar restaurant 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,'196 mill road city centre');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , meze bar restaurant is on 196 Mill Road City Centre"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e9b53d6ace-20130324_220734 | [
{
"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",
"pricerange",
"*"
],
[
"_: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",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"meze bar 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"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"address",
"196 mill road city centre"
],
[
"_:result",
"name",
"meze bar 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": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the 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,*);(_: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": [],
"speaker": "user",
"text": "halo food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'welsh');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving welsh food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "gastropub"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'welsh');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving welsh food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "gastropub"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'welsh');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving welsh food"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-7e07d8f0f5-20130327_175512 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"?"
],
[
"_: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/95a12d4b"
],
[
"_:search/95a12d4b",
"food",
"welsh"
],
[
"_:search/95a12d4b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/95a12d4b"
],
[
"_:search/95a12d4b",
"food",
"welsh"
],
[
"_:search/95a12d4b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/267303e5"
],
[
"_:search/267303e5",
"food",
"welsh"
],
[
"_:search/267303e5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/95a12d4b"
],
[
"_:search/95a12d4b",
"food",
"welsh"
],
[
"_:search/95a12d4b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/267303e5"
],
[
"_:search/267303e5",
"food",
"welsh"
],
[
"_:search/267303e5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5764ccc8"
],
[
"_:search/5764ccc8",
"food",
"welsh"
],
[
"_:search/5764ccc8",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced restaurant in the north 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,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'the nirala');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala is a nice 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,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": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'the nirala');(_:result,phone,'01223 360966');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the nirala is 01223 360966 ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-a7ddefaeb3-20130328_172708 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_: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",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"phone",
"01223 360966"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'danish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "danish 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,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 4,
"rdf-acts": [
"select((_:result,area,'east');(_:result,area,'north'))"
],
"speaker": "system",
"text": "Sorry would you like something in the north or in the east"
},
{
"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,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "spanish"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'danish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving danish food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "spanish food"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'danish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving danish food"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian oriental"
},
{
"id": 12,
"rdf-acts": [
"confirm((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a asian oriental restaurant right?"
},
{
"id": 13,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes knocking"
},
{
"id": 14,
"rdf-acts": [
"confirm((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a asian oriental restaurant right?"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-0f41c16f2f-20130402_005414 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"danish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"danish"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"danish"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"area",
"north"
],
[
"_: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"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/9434272a"
],
[
"_:search/9434272a",
"food",
"danish"
],
[
"_:search/9434272a",
"type",
"Restaurant"
],
[
"_: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"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/9434272a"
],
[
"_:search/9434272a",
"food",
"danish"
],
[
"_:search/9434272a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/615798b1"
],
[
"_:search/615798b1",
"food",
"danish"
],
[
"_:search/615798b1",
"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"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/9434272a"
],
[
"_:search/9434272a",
"food",
"danish"
],
[
"_:search/9434272a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/615798b1"
],
[
"_:search/615798b1",
"food",
"danish"
],
[
"_:search/615798b1",
"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"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/9434272a"
],
[
"_:search/9434272a",
"food",
"danish"
],
[
"_:search/9434272a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/615798b1"
],
[
"_:search/615798b1",
"food",
"danish"
],
[
"_:search/615798b1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant in the west part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice place in the west of town and the prices are cheap"
},
{
"id": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"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": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and whats the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'15 magdalene street city centre');(_:result,name,'la margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , la margherita is on 15 Magdalene Street City Centre"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-922209b777-20130325_162222 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"phone",
"01223 315232"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223 315232"
],
[
"_:result",
"address",
"15 magdalene street city centre"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate restaurant north part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is a nice restaurant in the north of town in the moderate price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'205 victoria road chesterton');(_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , meghna is on 205 Victoria Road Chesterton"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is a nice restaurant in the north of town in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna serves indian food"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-187c1708f2-20130325_134104 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"205 victoria road chesterton"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the 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,'indian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a moderate priced restaurant that serves indian 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,'indian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate priced restaurant that serves indian food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'la margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'la margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita is a great restaurant"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'la margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita is a great restaurant"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderate priced restaurant that serves indian food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'curry queen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry queen serves indian food ."
},
{
"id": 11,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'curry queen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry queen serves indian food ."
},
{
"id": 13,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'curry queen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry queen serves indian food ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderate priced restaurant that serves indian food"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'curry queen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry queen serves indian food ."
},
{
"id": 17,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything ele"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'curry queen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry queen serves indian food ."
},
{
"id": 19,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'curry queen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry queen serves indian food ."
},
{
"id": 21,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'curry queen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry queen serves indian food ."
},
{
"id": 23,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the address"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'curry queen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry queen serves indian food ."
},
{
"id": 25,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,address,'106 mill road city centre');(_:result,name,'curry queen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , curry queen is on 106 Mill Road City Centre"
},
{
"id": 27,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "see you goodbye"
},
{
"id": 28,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'curry queen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry queen serves indian food ."
},
{
"id": 29,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "see you goodbye"
},
{
"id": 30,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'curry queen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry queen serves indian food ."
},
{
"id": 31,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "see you goodbye"
}
] | voip-72e50baa85-20130327_061457 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"la margherita"
],
[
"_: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",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"la margherita"
],
[
"_: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",
"inquired",
"_:system"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry queen"
],
[
"_: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",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry queen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry queen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry queen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry queen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry queen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry queen"
],
[
"_: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
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry queen"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"106 mill road city centre"
],
[
"_:result",
"name",
"curry queen"
],
[
"_: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
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"106 mill road city centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry queen"
],
[
"_: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
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"106 mill road city centre"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry queen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the 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": "a moderately priced restaurant in the north part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is a nice restaurant in the north of town in the moderate price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'205 victoria road chesterton');(_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , meghna is on 205 Victoria Road Chesterton"
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-52d599db9c-20130402_001838 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the south part of town it should serve jamaican 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,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'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": [
"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 does it 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": [
"inform((_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "do you have jamaican restaurant"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no jamaican restaurant in the south of town"
},
{
"id": 13,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about chinese"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no jamaican restaurant in the east of town"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "okay thank you good bye"
}
] | voip-fdf8b50918-20130327_023811 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"*"
],
[
"_: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,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_: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",
"area",
"south"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"152 - 154 hills road"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"jamaican"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"152 - 154 hills road"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/93b983c3"
],
[
"_:search/93b983c3",
"area",
"south"
],
[
"_:search/93b983c3",
"food",
"jamaican"
],
[
"_:search/93b983c3",
"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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"152 - 154 hills road"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/93b983c3"
],
[
"_:search/93b983c3",
"area",
"south"
],
[
"_:search/93b983c3",
"food",
"jamaican"
],
[
"_:search/93b983c3",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4957588"
],
[
"_:search/d4957588",
"area",
"east"
],
[
"_:search/d4957588",
"food",
"jamaican"
],
[
"_:search/d4957588",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "iam looking for a restaurant in the center"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the centre of town?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'kosher');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "serve kosher food"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the centre of town?"
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'kosher');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving kosher food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about italian food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'kosher');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving kosher food"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "im looking for a restaurant serving"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'kosher');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving kosher food"
},
{
"id": 11,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay how about italian food"
},
{
"id": 12,
"rdf-acts": [
"confirm((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the centre of town?"
},
{
"id": 13,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 14,
"rdf-acts": [
"confirm((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a italian restaurant right?"
},
{
"id": 15,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 16,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any price range"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'italian');(_:result,name,'caffe uno');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "caffe uno is a nice place in the centre of town serving tasty italian food"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'caffe uno');(_:result,phone,'01223 448620');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of caffe uno is 01223 448620 ."
},
{
"id": 21,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-afd3aa91f0-20130325_225729 | [
{
"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",
"kosher"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"kosher"
],
[
"_: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/a0553c67"
],
[
"_:search/a0553c67",
"food",
"kosher"
],
[
"_:search/a0553c67",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a0553c67"
],
[
"_:search/a0553c67",
"food",
"kosher"
],
[
"_:search/a0553c67",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1e51faf7"
],
[
"_:search/1e51faf7",
"food",
"kosher"
],
[
"_:search/1e51faf7",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a0553c67"
],
[
"_:search/a0553c67",
"food",
"kosher"
],
[
"_:search/a0553c67",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1e51faf7"
],
[
"_:search/1e51faf7",
"food",
"kosher"
],
[
"_:search/1e51faf7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/abd7364c"
],
[
"_:search/abd7364c",
"food",
"kosher"
],
[
"_:search/abd7364c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a0553c67"
],
[
"_:search/a0553c67",
"food",
"kosher"
],
[
"_:search/a0553c67",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1e51faf7"
],
[
"_:search/1e51faf7",
"food",
"kosher"
],
[
"_:search/1e51faf7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/abd7364c"
],
[
"_:search/abd7364c",
"food",
"kosher"
],
[
"_:search/abd7364c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a0553c67"
],
[
"_:search/a0553c67",
"food",
"kosher"
],
[
"_:search/a0553c67",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1e51faf7"
],
[
"_:search/1e51faf7",
"food",
"kosher"
],
[
"_:search/1e51faf7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/abd7364c"
],
[
"_:search/abd7364c",
"food",
"kosher"
],
[
"_:search/abd7364c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a0553c67"
],
[
"_:search/a0553c67",
"food",
"kosher"
],
[
"_:search/a0553c67",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1e51faf7"
],
[
"_:search/1e51faf7",
"food",
"kosher"
],
[
"_:search/1e51faf7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/abd7364c"
],
[
"_:search/abd7364c",
"food",
"kosher"
],
[
"_:search/abd7364c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_: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
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a0553c67"
],
[
"_:search/a0553c67",
"food",
"kosher"
],
[
"_:search/a0553c67",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1e51faf7"
],
[
"_:search/1e51faf7",
"food",
"kosher"
],
[
"_:search/1e51faf7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/abd7364c"
],
[
"_:search/abd7364c",
"food",
"kosher"
],
[
"_:search/abd7364c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"caffe uno"
],
[
"_: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",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a0553c67"
],
[
"_:search/a0553c67",
"food",
"kosher"
],
[
"_:search/a0553c67",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1e51faf7"
],
[
"_:search/1e51faf7",
"food",
"kosher"
],
[
"_:search/1e51faf7",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/abd7364c"
],
[
"_:search/abd7364c",
"food",
"kosher"
],
[
"_:search/abd7364c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"caffe uno"
],
[
"_:result",
"phone",
"01223 448620"
],
[
"_: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,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_: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,'basque');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "basque"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'meze bar restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meze bar restaurant is in the expensive price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what kind of food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meze bar restaurant serves turkish food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'basque');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "basque"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'the cambridge chop house');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the cambridge chop house is in the expensive price range"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'british');(_:result,name,'the cambridge chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the cambridge chop house serves british food"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'basque');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "basque"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'royal standard');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard is in the expensive price range"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "korean"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul serves korean food in the expensive price range"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "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,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what area of town"
},
{
"id": 20,
"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": 21,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-317a1436fe-20130325_171321 | [
{
"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",
"basque"
],
[
"_: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",
"basque"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_: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"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"basque"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"food",
"turkish"
],
[
"_:search",
"food",
"basque"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"the cambridge chop house"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"the cambridge chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"basque"
],
[
"_: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",
"food",
"british"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_: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",
"*"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
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,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "portuguese food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cantonese food"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "portuguese food"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a portuguese restaurant right?"
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'portuguese');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos city centre serves portuguese food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'portuguese');(_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos serves portuguese food"
},
{
"id": 9,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no other portuguese restaurant that matches your request"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is a great restaurant"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "area"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is a nice place in the south of town"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 16,
"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": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-381a50592b-20130326_041932 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8e3a426b"
],
[
"_:search/8e3a426b",
"food",
"cantonese"
],
[
"_:search/8e3a426b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8e3a426b"
],
[
"_:search/8e3a426b",
"food",
"cantonese"
],
[
"_:search/8e3a426b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8e3a426b"
],
[
"_:search/8e3a426b",
"food",
"cantonese"
],
[
"_:search/8e3a426b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/8e3a426b"
],
[
"_:search/8e3a426b",
"food",
"cantonese"
],
[
"_:search/8e3a426b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/8e3a426b"
],
[
"_:search/8e3a426b",
"food",
"cantonese"
],
[
"_:search/8e3a426b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/dae543d6"
],
[
"_:search/dae543d6",
"food",
"portuguese"
],
[
"_:search/dae543d6",
"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/8e3a426b"
],
[
"_:search/8e3a426b",
"food",
"cantonese"
],
[
"_:search/8e3a426b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/dae543d6"
],
[
"_:search/dae543d6",
"food",
"portuguese"
],
[
"_:search/dae543d6",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"nandos"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/8e3a426b"
],
[
"_:search/8e3a426b",
"food",
"cantonese"
],
[
"_:search/8e3a426b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/dae543d6"
],
[
"_:search/dae543d6",
"food",
"portuguese"
],
[
"_:search/dae543d6",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8e3a426b"
],
[
"_:search/8e3a426b",
"food",
"cantonese"
],
[
"_:search/8e3a426b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/dae543d6"
],
[
"_:search/dae543d6",
"food",
"portuguese"
],
[
"_:search/dae543d6",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the west part of town"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'india house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "india house is in the west part of town ."
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about british food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'british');(_:result,name,'graffiti');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "graffiti is a nice restaurant in the west of town serving british food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address phone number"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-f113dbb0e1-20130327_173417 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"india house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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",
"area",
"west"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"graffiti"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"address",
"?"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need a restaurant in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'steakhouse');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving steakhouse food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about indian type of food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'steakhouse');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving steakhouse food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about indian type of food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pipasha restaurant is a nice place in the east of town serving tasty indian food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have an address and phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'newmarket road fen ditton');(_:result,name,'pipasha restaurant');(_:result,phone,'01223 577786');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of pipasha restaurant is 01223 577786 and it is on Newmarket Road Fen Ditton ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-d225fad9df-20130328_200758 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/61009063"
],
[
"_:search/61009063",
"food",
"steakhouse"
],
[
"_:search/61009063",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/61009063"
],
[
"_:search/61009063",
"food",
"steakhouse"
],
[
"_:search/61009063",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/007186af"
],
[
"_:search/007186af",
"food",
"steakhouse"
],
[
"_:search/007186af",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/61009063"
],
[
"_:search/61009063",
"food",
"steakhouse"
],
[
"_:search/61009063",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/007186af"
],
[
"_:search/007186af",
"food",
"steakhouse"
],
[
"_:search/007186af",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_: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/61009063"
],
[
"_:search/61009063",
"food",
"steakhouse"
],
[
"_:search/61009063",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/007186af"
],
[
"_:search/007186af",
"food",
"steakhouse"
],
[
"_:search/007186af",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"newmarket road fen ditton"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"phone",
"01223 577786"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the 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,'cuban');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "hi im looking for cuban food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'cuban');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no cuban restaurant that matches your request"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for a modern european food"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'modern european');(_:result,name,'darrys cookhouse and wine shop');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "darrys cookhouse and wine shop is a nice restaurant in the centre of town serving modern european food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'40270 king street city centre');(_:result,name,'darrys cookhouse and wine shop');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , darrys cookhouse and wine shop is on 40270 King Street City Centre"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'darrys cookhouse and wine shop');(_:result,phone,'01223 505015');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of darrys cookhouse and wine shop is 01223 505015 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e99e4f4538-20130327_141718 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"cuban"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/414c5444"
],
[
"_:search/414c5444",
"food",
"cuban"
],
[
"_:search/414c5444",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/414c5444"
],
[
"_:search/414c5444",
"food",
"cuban"
],
[
"_:search/414c5444",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/414c5444"
],
[
"_:search/414c5444",
"food",
"cuban"
],
[
"_:search/414c5444",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"area",
"*"
],
[
"_: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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/414c5444"
],
[
"_:search/414c5444",
"food",
"cuban"
],
[
"_:search/414c5444",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"darrys cookhouse and wine shop"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/414c5444"
],
[
"_:search/414c5444",
"food",
"cuban"
],
[
"_:search/414c5444",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"40270 king street city centre"
],
[
"_:result",
"name",
"darrys cookhouse and wine shop"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/414c5444"
],
[
"_:search/414c5444",
"food",
"cuban"
],
[
"_:search/414c5444",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"40270 king street city centre"
],
[
"_:result",
"name",
"darrys cookhouse and wine shop"
],
[
"_:result",
"phone",
"01223 505015"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"affirm()",
"inform((_:search,area,'east');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh yes can i find a restaurant in the east part of town that serves chinese"
},
{
"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,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "chinese"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'chinese');(_:result,name,'yu garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yu garden is a nice place in the east of town serving tasty chinese food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and can i get the address"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "and thats all thank you and good bye"
}
] | voip-e8997b10da-20130329_001748 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"529 newmarket road fen ditton"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"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"
],
[
"_: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": "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": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced restaurants"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'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": 7,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food do they serve"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'british');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saint johns chop house serves british 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,'21 - 24 northampton street');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , saint johns chop house is on 21 - 24 Northampton Street"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-43479eb5c2-20130329_045902 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_: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",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"british"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the 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,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": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'mediterranean');(_:result,name,'la mimosa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la mimosa is a nice place in the centre of town serving tasty mediterranean 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,name,'la mimosa');(_:result,phone,'01223 362525');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of la mimosa is 01223 362525 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'thompsons lane fen ditton');(_:result,name,'la mimosa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , la mimosa is on Thompsons Lane Fen Ditton"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fbd422ad18-20130328_185220 | [
{
"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",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_: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",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"phone",
"01223 362525"
],
[
"_:result",
"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"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"phone",
"01223 362525"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"thompsons lane fen ditton"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"hello()",
"inform((_:search,food,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "hi im looking for mexican food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'mexican');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar serves mexican food"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats their phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats their phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'chiquito restaurant bar');(_:result,phone,'01223 400170');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of chiquito restaurant bar is 01223 400170 ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-0fa32b1e78-20130402_142351 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
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,'kosher');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a restaurant in the north part of town that serves kosher"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice is a nice place in the north of town"
},
{
"id": 3,
"rdf-acts": [
"confirm((_:result,food,'kosher');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "does it serve kosher food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice serves indian food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price range"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-4660dd9eab-20130329_080725 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"kosher"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"kosher"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"food",
"kosher"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"kosher"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"kosher"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"name",
"royal spice"
],
[
"_: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",
"food",
"kosher"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_: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"
],
[
"_:search",
"food",
"kosher"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"name",
"royal spice"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'cocum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cocum is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'cocum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cocum is a great restaurant"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'cocum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cocum 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,'71 castle street city centre');(_:result,name,'cocum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , cocum is on 71 Castle 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,'cocum');(_:result,phone,'01223 366668');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of cocum is 01223 366668 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'cocum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cocum is a great restaurant"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-36440f7305-20130327_194928 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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"
],
[
"_:result",
"name",
"cocum"
],
[
"_: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",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"cocum"
],
[
"_: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",
"name",
"cocum"
],
[
"_: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",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"71 castle street city centre"
],
[
"_:result",
"name",
"cocum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"71 castle street city centre"
],
[
"_:result",
"name",
"cocum"
],
[
"_:result",
"phone",
"01223 366668"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"71 castle street city centre"
],
[
"_:result",
"phone",
"01223 366668"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"cocum"
],
[
"_: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,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like to find a 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,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "chinese food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no chinese restaurant in the west of town"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about british food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'british');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saint johns chop house is a nice restaurant in the west of town serving british food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i get the address and phone please"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price range"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'saint johns chop house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saint johns chop house is in the moderate price range"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-935947e17b-20130402_195840 | [
{
"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",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/66637cc1"
],
[
"_:search/66637cc1",
"area",
"west"
],
[
"_:search/66637cc1",
"food",
"chinese"
],
[
"_:search/66637cc1",
"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",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/66637cc1"
],
[
"_:search/66637cc1",
"area",
"west"
],
[
"_:search/66637cc1",
"food",
"chinese"
],
[
"_:search/66637cc1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/66637cc1"
],
[
"_:search/66637cc1",
"area",
"west"
],
[
"_:search/66637cc1",
"food",
"chinese"
],
[
"_:search/66637cc1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"address",
"21 - 24 northampton street"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"phone",
"01223 353110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/66637cc1"
],
[
"_:search/66637cc1",
"area",
"west"
],
[
"_:search/66637cc1",
"food",
"chinese"
],
[
"_:search/66637cc1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"address",
"21 - 24 northampton street"
],
[
"_:result",
"phone",
"01223 353110"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'german');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant that serves german food"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,food,'german');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a german restaurant right?"
},
{
"id": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yea"
},
{
"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": [
"canthelp((_:search,food,'german');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving german food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about french food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'german');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving german food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a restaurant serving french food"
},
{
"id": 10,
"rdf-acts": [
"confirm((_:search,food,'german');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a german restaurant right?"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-0f41c16f2f-20130325_192310 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"german"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"german"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"german"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8db35b85"
],
[
"_:search/8db35b85",
"food",
"german"
],
[
"_:search/8db35b85",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8db35b85"
],
[
"_:search/8db35b85",
"food",
"german"
],
[
"_:search/8db35b85",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/d0afe79b"
],
[
"_:search/d0afe79b",
"food",
"german"
],
[
"_:search/d0afe79b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8db35b85"
],
[
"_:search/8db35b85",
"food",
"german"
],
[
"_:search/8db35b85",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/d0afe79b"
],
[
"_:search/d0afe79b",
"food",
"german"
],
[
"_:search/d0afe79b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"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,'belgian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "belgium"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'belgian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving belgian food"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "portuguese"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'belgian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving belgian food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "portuguese"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'portuguese');(_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos serves portuguese food"
},
{
"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,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "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-b08f15a787-20130402_070704 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"belgian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/0db1d905"
],
[
"_:search/0db1d905",
"food",
"belgian"
],
[
"_:search/0db1d905",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/0db1d905"
],
[
"_:search/0db1d905",
"food",
"belgian"
],
[
"_:search/0db1d905",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9dbd47dd"
],
[
"_:search/9dbd47dd",
"food",
"belgian"
],
[
"_:search/9dbd47dd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/0db1d905"
],
[
"_:search/0db1d905",
"food",
"belgian"
],
[
"_:search/0db1d905",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9dbd47dd"
],
[
"_:search/9dbd47dd",
"food",
"belgian"
],
[
"_:search/9dbd47dd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/0db1d905"
],
[
"_:search/0db1d905",
"food",
"belgian"
],
[
"_:search/0db1d905",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9dbd47dd"
],
[
"_:search/9dbd47dd",
"food",
"belgian"
],
[
"_:search/9dbd47dd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/0db1d905"
],
[
"_:search/0db1d905",
"food",
"belgian"
],
[
"_:search/0db1d905",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9dbd47dd"
],
[
"_:search/9dbd47dd",
"food",
"belgian"
],
[
"_:search/9dbd47dd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"address",
"cambridge leisure park clifton way"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the 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,'moroccan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant in the west part of town serving moroccan 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,'moroccan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moroccan"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'travellers rest');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "travellers rest is a nice place in the west of town"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'british');(_:result,name,'travellers rest');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "travellers rest serves british food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'moroccan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about moroccan food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sala thong is a nice place in the west of town"
},
{
"id": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'moroccan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about moroccan food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'la margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita is a nice place in the west of town"
},
{
"id": 11,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'moroccan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about moroccan food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'maharajah tandoori restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "maharajah tandoori restaurant is a nice place in the west of town"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'moroccan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moroccan food"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,food,'moroccan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving moroccan food"
},
{
"id": 15,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about indian food"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'travellers rest');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "travellers rest is a nice place in the west of town"
},
{
"id": 17,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about indian food"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'indian');(_:result,name,'maharajah tandoori restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "maharajah tandoori restaurant is a nice place in the west of town serving tasty indian food"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and phone number"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,address,'41518 castle street city centre');(_:result,name,'maharajah tandoori restaurant');(_:result,phone,'01223 358399');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of maharajah tandoori restaurant is 01223 358399 and it is on 41518 Castle Street City Centre ."
},
{
"id": 21,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-dcaeb62b29-20130327_083948 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"travellers rest"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"travellers rest"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"maharajah tandoori restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"moroccan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"maharajah tandoori restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/92e89ed7"
],
[
"_:search/92e89ed7",
"food",
"moroccan"
],
[
"_:search/92e89ed7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:system",
"canthelp",
"_:search/92e89ed7"
],
[
"_:search/92e89ed7",
"food",
"moroccan"
],
[
"_:search/92e89ed7",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"travellers rest"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/92e89ed7"
],
[
"_:search/92e89ed7",
"food",
"moroccan"
],
[
"_:search/92e89ed7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"maharajah tandoori restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/92e89ed7"
],
[
"_:search/92e89ed7",
"food",
"moroccan"
],
[
"_:search/92e89ed7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"41518 castle street city centre"
],
[
"_:result",
"name",
"maharajah tandoori restaurant"
],
[
"_:result",
"phone",
"01223 358399"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
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,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "portuguese 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,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "portuguese"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'portuguese');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos city centre serves portuguese food ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'portuguese');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos city centre serves portuguese food ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-f22c2bf9c7-20130326_203001 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_: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",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the 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,'north');(_:result,area,'south'))"
],
"speaker": "system",
"text": "Sorry would you like something in the south or in the north"
},
{
"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": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 10,
"rdf-acts": [
"select((_:result,area,'east');(_:result,area,'south'))"
],
"speaker": "system",
"text": "Sorry would you like something in the east or in the south"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"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": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-7e07d8f0f5-20130328_185739 | [
{
"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",
"north"
],
[
"_:result",
"area",
"south"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_: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"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"south"
],
[
"_: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"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for something moderately priced in the south of town"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"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": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats their post code"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay how about the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'g4 cambridge leisure park clifton way cherry hinton');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , pizza hut cherry hinton is on G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-4a6ecc1f1c-20130329_153858 | [
{
"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",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_: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",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_:result",
"address",
"g4 cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_: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": "polynesia food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving polynesian food"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a polynesian restaurant right?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 6,
"rdf-acts": [
"select((_:result,food,'chinese');(_:result,food,'polynesian'))"
],
"speaker": "system",
"text": "Sorry would you like chinese or polynesian food?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "polynesian"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving polynesian food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving polynesian food"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving polynesian food"
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "user",
"text": "more"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 16,
"rdf-acts": [
"select((_:result,food,'chinese');(_:result,food,'polynesian'))"
],
"speaker": "system",
"text": "Sorry would you like polynesian or chinese food?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai"
},
{
"id": 18,
"rdf-acts": [
"select((_:result,food,'chinese');(_:result,food,'polynesian'))"
],
"speaker": "system",
"text": "Sorry would you like polynesian or chinese food?"
},
{
"id": 19,
"rdf-acts": [],
"speaker": "user",
"text": "taiwanese"
},
{
"id": 20,
"rdf-acts": [
"select((_:result,food,'chinese');(_:result,food,'polynesian'))"
],
"speaker": "system",
"text": "Sorry would you like polynesian or chinese food?"
},
{
"id": 21,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 22,
"rdf-acts": [
"select((_:result,food,'chinese');(_:result,food,'polynesian'))"
],
"speaker": "system",
"text": "Sorry would you like polynesian or chinese food?"
},
{
"id": 23,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai restaurant"
},
{
"id": 24,
"rdf-acts": [
"select((_:result,food,'chinese');(_:result,food,'polynesian'))"
],
"speaker": "system",
"text": "Sorry would you like polynesian or chinese food?"
},
{
"id": 25,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 26,
"rdf-acts": [
"select((_:result,food,'chinese');(_:result,food,'polynesian'))"
],
"speaker": "system",
"text": "Sorry would you like polynesian or chinese food?"
},
{
"id": 27,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-187c1708f2-20130325_130444 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/a3d28bb2"
],
[
"_:search/a3d28bb2",
"food",
"polynesian"
],
[
"_:search/a3d28bb2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/a3d28bb2"
],
[
"_:search/a3d28bb2",
"food",
"polynesian"
],
[
"_:search/a3d28bb2",
"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/a3d28bb2"
],
[
"_:search/a3d28bb2",
"food",
"polynesian"
],
[
"_:search/a3d28bb2",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"polynesian"
],
[
"_:search",
"food",
"polynesian"
],
[
"_: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/a3d28bb2"
],
[
"_:search/a3d28bb2",
"food",
"polynesian"
],
[
"_:search/a3d28bb2",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"polynesian"
],
[
"_:system",
"canthelp",
"_:search/a011537b"
],
[
"_:search/a011537b",
"food",
"polynesian"
],
[
"_:search/a011537b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/a3d28bb2"
],
[
"_:search/a3d28bb2",
"food",
"polynesian"
],
[
"_:search/a3d28bb2",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"polynesian"
],
[
"_:system",
"canthelp",
"_:search/a011537b"
],
[
"_:search/a011537b",
"food",
"polynesian"
],
[
"_:search/a011537b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/44b3bd49"
],
[
"_:search/44b3bd49",
"food",
"polynesian"
],
[
"_:search/44b3bd49",
"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/a3d28bb2"
],
[
"_:search/a3d28bb2",
"food",
"polynesian"
],
[
"_:search/a3d28bb2",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"polynesian"
],
[
"_:system",
"canthelp",
"_:search/a011537b"
],
[
"_:search/a011537b",
"food",
"polynesian"
],
[
"_:search/a011537b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/44b3bd49"
],
[
"_:search/44b3bd49",
"food",
"polynesian"
],
[
"_:search/44b3bd49",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/677605be"
],
[
"_:search/677605be",
"food",
"polynesian"
],
[
"_:search/677605be",
"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/a3d28bb2"
],
[
"_:search/a3d28bb2",
"food",
"polynesian"
],
[
"_:search/a3d28bb2",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"polynesian"
],
[
"_:system",
"canthelp",
"_:search/a011537b"
],
[
"_:search/a011537b",
"food",
"polynesian"
],
[
"_:search/a011537b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/44b3bd49"
],
[
"_:search/44b3bd49",
"food",
"polynesian"
],
[
"_:search/44b3bd49",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/677605be"
],
[
"_:search/677605be",
"food",
"polynesian"
],
[
"_:search/677605be",
"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/a3d28bb2"
],
[
"_:search/a3d28bb2",
"food",
"polynesian"
],
[
"_:search/a3d28bb2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a011537b"
],
[
"_:search/a011537b",
"food",
"polynesian"
],
[
"_:search/a011537b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/44b3bd49"
],
[
"_:search/44b3bd49",
"food",
"polynesian"
],
[
"_:search/44b3bd49",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/677605be"
],
[
"_:search/677605be",
"food",
"polynesian"
],
[
"_:search/677605be",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"polynesian"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/a3d28bb2"
],
[
"_:search/a3d28bb2",
"food",
"polynesian"
],
[
"_:search/a3d28bb2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a011537b"
],
[
"_:search/a011537b",
"food",
"polynesian"
],
[
"_:search/a011537b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/44b3bd49"
],
[
"_:search/44b3bd49",
"food",
"polynesian"
],
[
"_:search/44b3bd49",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/677605be"
],
[
"_:search/677605be",
"food",
"polynesian"
],
[
"_:search/677605be",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"polynesian"
]
],
"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/a3d28bb2"
],
[
"_:search/a3d28bb2",
"food",
"polynesian"
],
[
"_:search/a3d28bb2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a011537b"
],
[
"_:search/a011537b",
"food",
"polynesian"
],
[
"_:search/a011537b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/44b3bd49"
],
[
"_:search/44b3bd49",
"food",
"polynesian"
],
[
"_:search/44b3bd49",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/677605be"
],
[
"_:search/677605be",
"food",
"polynesian"
],
[
"_:search/677605be",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"polynesian"
]
],
"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/a3d28bb2"
],
[
"_:search/a3d28bb2",
"food",
"polynesian"
],
[
"_:search/a3d28bb2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a011537b"
],
[
"_:search/a011537b",
"food",
"polynesian"
],
[
"_:search/a011537b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/44b3bd49"
],
[
"_:search/44b3bd49",
"food",
"polynesian"
],
[
"_:search/44b3bd49",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/677605be"
],
[
"_:search/677605be",
"food",
"polynesian"
],
[
"_:search/677605be",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"polynesian"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/a3d28bb2"
],
[
"_:search/a3d28bb2",
"food",
"polynesian"
],
[
"_:search/a3d28bb2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a011537b"
],
[
"_:search/a011537b",
"food",
"polynesian"
],
[
"_:search/a011537b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/44b3bd49"
],
[
"_:search/44b3bd49",
"food",
"polynesian"
],
[
"_:search/44b3bd49",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/677605be"
],
[
"_:search/677605be",
"food",
"polynesian"
],
[
"_:search/677605be",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"polynesian"
]
],
"turn_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/a3d28bb2"
],
[
"_:search/a3d28bb2",
"food",
"polynesian"
],
[
"_:search/a3d28bb2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a011537b"
],
[
"_:search/a011537b",
"food",
"polynesian"
],
[
"_:search/a011537b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/44b3bd49"
],
[
"_:search/44b3bd49",
"food",
"polynesian"
],
[
"_:search/44b3bd49",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/677605be"
],
[
"_:search/677605be",
"food",
"polynesian"
],
[
"_:search/677605be",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"polynesian"
],
[
"_: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,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "do you have an expensive restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any any part of town"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'english');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "english food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'english');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving english food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about turkish"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'english');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving english food"
},
{
"id": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about turkish food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'fitzbillies restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "fitzbillies restaurant is in the expensive price range"
},
{
"id": 11,
"rdf-acts": [
"confirm((_:result,food,'turkish');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "do they serve turkish food"
},
{
"id": 12,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 13,
"rdf-acts": [
"confirm((_:result,food,'turkish');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "do they have turkish food"
},
{
"id": 14,
"rdf-acts": [
"confirm((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant in the expensive price range right?"
},
{
"id": 15,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meze bar restaurant serves turkish food in the expensive price range"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "alright what is the address"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,address,'196 mill road city centre');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , meze bar restaurant is on 196 Mill Road City Centre"
},
{
"id": 19,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "alright thank you good bye"
}
] | voip-b20968d1ea-20130323_110621 | [
{
"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",
"english"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/b3cea6ca"
],
[
"_:search/b3cea6ca",
"food",
"english"
],
[
"_:search/b3cea6ca",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/b3cea6ca"
],
[
"_:search/b3cea6ca",
"food",
"english"
],
[
"_:search/b3cea6ca",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7ce0453e"
],
[
"_:search/7ce0453e",
"food",
"english"
],
[
"_:search/7ce0453e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"turkish"
],
[
"_: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/b3cea6ca"
],
[
"_:search/b3cea6ca",
"food",
"english"
],
[
"_:search/b3cea6ca",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7ce0453e"
],
[
"_:search/7ce0453e",
"food",
"english"
],
[
"_:search/7ce0453e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/b3cea6ca"
],
[
"_:search/b3cea6ca",
"food",
"english"
],
[
"_:search/b3cea6ca",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7ce0453e"
],
[
"_:search/7ce0453e",
"food",
"english"
],
[
"_:search/7ce0453e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/b3cea6ca"
],
[
"_:search/b3cea6ca",
"food",
"english"
],
[
"_:search/b3cea6ca",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7ce0453e"
],
[
"_:search/7ce0453e",
"food",
"english"
],
[
"_:search/7ce0453e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/b3cea6ca"
],
[
"_:search/b3cea6ca",
"food",
"english"
],
[
"_:search/b3cea6ca",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7ce0453e"
],
[
"_:search/7ce0453e",
"food",
"english"
],
[
"_:search/7ce0453e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/b3cea6ca"
],
[
"_:search/b3cea6ca",
"food",
"english"
],
[
"_:search/b3cea6ca",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7ce0453e"
],
[
"_:search/7ce0453e",
"food",
"english"
],
[
"_:search/7ce0453e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"196 mill road city centre"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"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": [],
"speaker": "user",
"text": "noise"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"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 place in the north of town and the prices are moderate"
},
{
"id": 11,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'205 victoria road chesterton');(_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , meghna is on 205 Victoria Road Chesterton"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 16,
"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": 17,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-50af5438f1-20130402_085256 | [
{
"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",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
]
],
"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",
"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",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"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,
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",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "pan asian food"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is a nice restaurant in the west of town in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "pan asian food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is in the west part of town ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "pan asian"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is in the west part of town ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "indian food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'indian');(_:result,name,'cocum');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cocum is a nice restaurant in the west of town serving indian food"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'71 castle street city centre');(_:result,name,'cocum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , cocum is on 71 Castle Street City Centre"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'cocum');(_:result,phone,'01223 366668');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of cocum is 01223 366668 ."
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-9f989824fd-20130325_201803 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"area",
"east"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"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"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"cocum"
],
[
"_: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",
"area",
"east"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"71 castle street city centre"
],
[
"_:result",
"name",
"cocum"
],
[
"_: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",
"east"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"71 castle street city centre"
],
[
"_:result",
"name",
"cocum"
],
[
"_:result",
"phone",
"01223 366668"
],
[
"_: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": [
"hello()",
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "hello im looking for a cheap"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible restaurant"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the gandhi');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gandhi is in the cheap price range"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "do they serve unintelligible food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'the gandhi');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gandhi is a great restaurant"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what kind of food do they serve"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'the gandhi');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gandhi serves indian food"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": "how about unintelligible"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'rice house');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rice house is in the cheap price range"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": "do they serve unintelligible food"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'rice house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rice house is a great restaurant"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what do they serve"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'rice house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rice house is a great restaurant"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,name,'rice house');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what does rice house"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'rice house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rice house is a great restaurant"
},
{
"id": 21,
"rdf-acts": [],
"speaker": "user",
"text": "serve"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,name,'ask');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "ask is in the cheap price range"
},
{
"id": 23,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what kind of food do they serve"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'ask');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "ask serves italian food"
},
{
"id": 25,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay what is their address"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,address,'12 bridge street city centre');(_:result,name,'ask');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , ask is on 12 Bridge Street City Centre"
},
{
"id": 27,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is their phone number"
},
{
"id": 28,
"rdf-acts": [
"inform((_:result,name,'ask');(_:result,phone,'01223 364917');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of ask is 01223 364917 ."
},
{
"id": 29,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what kind of food do they serve"
},
{
"id": 30,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'ask');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "ask serves italian food"
},
{
"id": 31,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-db80a9e6df-20130328_231545 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_: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",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"the gandhi"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the gandhi"
],
[
"_: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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"the gandhi"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"rice house"
],
[
"_: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",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"?"
],
[
"_:search",
"name",
"rice house"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"?"
],
[
"_:search",
"name",
"rice house"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"ask"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"rice house"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"ask"
],
[
"_: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
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"rice house"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"address",
"12 bridge street city centre"
],
[
"_:result",
"name",
"ask"
],
[
"_: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
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"rice house"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"address",
"12 bridge street city centre"
],
[
"_:result",
"name",
"ask"
],
[
"_:result",
"phone",
"01223 364917"
],
[
"_: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,
24,
25,
26,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"rice house"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"12 bridge street city centre"
],
[
"_:result",
"phone",
"01223 364917"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"ask"
],
[
"_: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,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant in the west part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice restaurant in the west of town in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,phone,'01223 362456');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of thanh binh is 01223 362456 ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-155e939ebc-20130327_204114 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"17 magdalene street city centre"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the 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": "breath id like a cheap restaurant in the north part of town"
},
{
"id": 2,
"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 restaurant in the north of town in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "breath is there anything else"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could i have the address and phone number please"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'victoria avenue chesterton');(_:result,name,'royal spice');(_:result,phone,'01733 553355');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of royal spice is 01733 553355 and it is on Victoria Avenue Chesterton ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "breath thank you goodbye"
}
] | voip-88b68a9a41-20130322_224608 | [
{
"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",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want an expensive restaurant in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "it doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'yu garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yu garden is a nice place in the east of town and the prices are expensive"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "um what"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'sitar tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sitar tandoori is a nice place in the east of town and the prices are expensive"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what type of whats the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'sitar tandoori');(_:result,phone,'01223 249955');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of sitar tandoori is 01223 249955 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what type of food does it serve"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'sitar tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sitar tandoori serves indian food"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-4c25da9a27-20130327_140438 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"phone",
"01223 249955"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 249955"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the west part of town"
},
{
"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 restaurant in the west of town serving european food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "european"
},
{
"id": 6,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the west"
},
{
"id": 8,
"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 restaurant in the west of town serving european food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "european food"
},
{
"id": 10,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "european food"
},
{
"id": 12,
"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 restaurant in the west of town serving european food"
},
{
"id": 13,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about italian food"
},
{
"id": 14,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 15,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about italian food"
},
{
"id": 16,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian food"
},
{
"id": 18,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a restaurant in the west that serves italian food"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita is a nice restaurant in the west of town serving italian food"
},
{
"id": 21,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the phone number"
},
{
"id": 22,
"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": 23,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fbd422ad18-20130328_185340 | [
{
"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"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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",
"west"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_: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",
"west"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_: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",
"inquired",
"_:system"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"phone",
"01223 315232"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
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,'east');(_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant in the east part of town international food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'international');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is a nice restaurant in the east of town serving international food"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'the missing sock');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the missing sock is 01223 812660 ."
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-03c2655d43-20130327_194221 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the 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,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,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "um im looking for a moderately priced restaurant in the south part of 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": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'g4 cambridge leisure park clifton way cherry hinton');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , pizza hut cherry hinton is on G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and whats the phone number"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-03c59ba692-20130324_034712 | [
{
"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",
"moderate"
],
[
"_: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",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"g4 cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"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",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"g4 cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the south"
},
{
"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": "uh 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,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "greek food"
},
{
"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": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about chinese food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving greek food"
},
{
"id": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about chinese"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 12,
"rdf-acts": [
"confirm((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a chinese restaurant right?"
},
{
"id": 13,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 14,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "is doesnt matter"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant is a nice place in the south of town serving tasty chinese food"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,address,'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": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-9735278861-20130401_152826 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"greek"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/57561ccf"
],
[
"_:search/57561ccf",
"food",
"greek"
],
[
"_:search/57561ccf",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/57561ccf"
],
[
"_:search/57561ccf",
"food",
"greek"
],
[
"_:search/57561ccf",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7e1d3c36"
],
[
"_:search/7e1d3c36",
"food",
"greek"
],
[
"_:search/7e1d3c36",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/57561ccf"
],
[
"_:search/57561ccf",
"food",
"greek"
],
[
"_:search/57561ccf",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7e1d3c36"
],
[
"_:search/7e1d3c36",
"food",
"greek"
],
[
"_:search/7e1d3c36",
"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
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/57561ccf"
],
[
"_:search/57561ccf",
"food",
"greek"
],
[
"_:search/57561ccf",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7e1d3c36"
],
[
"_:search/7e1d3c36",
"food",
"greek"
],
[
"_:search/7e1d3c36",
"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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/57561ccf"
],
[
"_:search/57561ccf",
"food",
"greek"
],
[
"_:search/57561ccf",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7e1d3c36"
],
[
"_:search/7e1d3c36",
"food",
"greek"
],
[
"_:search/7e1d3c36",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/57561ccf"
],
[
"_:search/57561ccf",
"food",
"greek"
],
[
"_:search/57561ccf",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7e1d3c36"
],
[
"_:search/7e1d3c36",
"food",
"greek"
],
[
"_:search/7e1d3c36",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"*"
],
[
"_: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,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/57561ccf"
],
[
"_:search/57561ccf",
"food",
"greek"
],
[
"_:search/57561ccf",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7e1d3c36"
],
[
"_:search/7e1d3c36",
"food",
"greek"
],
[
"_:search/7e1d3c36",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_: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,
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,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap restaurant in the north"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria is a nice restaurant in the north of town in the cheap price range"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'20 milton road chesterton');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , da vinci pizzeria is on 20 Milton Road Chesterton"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'da vinci pizzeria');(_:result,phone,'01223 351707');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of da vinci pizzeria is 01223 351707 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria is a nice restaurant in the north of town in the cheap price range"
},
{
"id": 11,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 12,
"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 restaurant in the north of town in the cheap price range"
},
{
"id": 13,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "bye"
},
{
"id": 14,
"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 restaurant in the north of town in the cheap price range"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-3be3bda933-20130326_131651 | [
{
"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"
]
],
"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",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"20 milton road chesterton"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"20 milton road chesterton"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"20 milton road chesterton"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"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",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"20 milton road chesterton"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"food",
"?"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"20 milton road chesterton"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_: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,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "anything"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant serving any kind of food right?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'sitar tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sitar tandoori is a nice place in the east of town and the prices are expensive"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'43 high street cherry hinton cherry hinton');(_:result,name,'sitar tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , sitar tandoori is on 43 High Street Cherry Hinton Cherry Hinton"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'sitar tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sitar tandoori serves indian food"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-21ec2b7850-20130326_114409 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"43 high street cherry hinton cherry hinton"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_: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",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"43 high street cherry hinton cherry hinton"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant east"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'yu garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yu garden is a nice place in the east of town"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "greek food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving greek food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "indian food"
},
{
"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,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "indian food"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pipasha restaurant is a nice place in the east of town serving tasty indian food"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'newmarket road fen ditton');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , pipasha restaurant is on Newmarket Road Fen Ditton"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'pipasha restaurant');(_:result,phone,'01223 577786');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of pipasha restaurant is 01223 577786 ."
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-21ec2b7850-20130327_045035 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"greek"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a75b093"
],
[
"_:search/1a75b093",
"food",
"greek"
],
[
"_:search/1a75b093",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a75b093"
],
[
"_:search/1a75b093",
"food",
"greek"
],
[
"_:search/1a75b093",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f1107090"
],
[
"_:search/f1107090",
"food",
"greek"
],
[
"_:search/f1107090",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a75b093"
],
[
"_:search/1a75b093",
"food",
"greek"
],
[
"_:search/1a75b093",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f1107090"
],
[
"_:search/f1107090",
"food",
"greek"
],
[
"_:search/f1107090",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a75b093"
],
[
"_:search/1a75b093",
"food",
"greek"
],
[
"_:search/1a75b093",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f1107090"
],
[
"_:search/f1107090",
"food",
"greek"
],
[
"_:search/f1107090",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/1a75b093"
],
[
"_:search/1a75b093",
"food",
"greek"
],
[
"_:search/1a75b093",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f1107090"
],
[
"_:search/f1107090",
"food",
"greek"
],
[
"_:search/f1107090",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"east"
],
[
"_:system",
"canthelp",
"_:search/1a75b093"
],
[
"_:search/1a75b093",
"food",
"greek"
],
[
"_:search/1a75b093",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f1107090"
],
[
"_:search/f1107090",
"food",
"greek"
],
[
"_:search/f1107090",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"newmarket road fen ditton"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/1a75b093"
],
[
"_:search/1a75b093",
"food",
"greek"
],
[
"_:search/1a75b093",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f1107090"
],
[
"_:search/f1107090",
"food",
"greek"
],
[
"_:search/f1107090",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"newmarket road fen ditton"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"phone",
"01223 577786"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
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,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want swedish ffood"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no swedish restaurant that matches your request"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'saigon city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saigon city serves asian oriental food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the post code"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'saigon city');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of saigon city is C.B 4, 1 N.L"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-4c25da9a27-20130325_181011 | [
{
"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"
],
[
"_:system",
"canthelp",
"_:search/c4c7365b"
],
[
"_:search/c4c7365b",
"food",
"swedish"
],
[
"_:search/c4c7365b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c4c7365b"
],
[
"_:search/c4c7365b",
"food",
"swedish"
],
[
"_:search/c4c7365b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c4c7365b"
],
[
"_:search/c4c7365b",
"food",
"swedish"
],
[
"_:search/c4c7365b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"address",
"169 high street chesterton chesterton"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c4c7365b"
],
[
"_:search/c4c7365b",
"food",
"swedish"
],
[
"_:search/c4c7365b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"address",
"169 high street chesterton chesterton"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a polynesian restaurant in the west part of town"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving polynesian food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about portuguese"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton is a nice place in the south of town"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about one that serves portuguese food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'portuguese');(_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is a nice place in the south of town serving tasty portuguese food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number and address"
},
{
"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,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats 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-e0035cc31b-20130323_211354 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"polynesian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/e1fdf099"
],
[
"_:search/e1fdf099",
"food",
"polynesian"
],
[
"_:search/e1fdf099",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/e1fdf099"
],
[
"_:search/e1fdf099",
"food",
"polynesian"
],
[
"_:search/e1fdf099",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/e1fdf099"
],
[
"_:search/e1fdf099",
"food",
"polynesian"
],
[
"_:search/e1fdf099",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/e1fdf099"
],
[
"_:search/e1fdf099",
"food",
"polynesian"
],
[
"_:search/e1fdf099",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/e1fdf099"
],
[
"_:search/e1fdf099",
"food",
"polynesian"
],
[
"_:search/e1fdf099",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"address",
"cambridge leisure park clifton way"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'seafood');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "sea food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'seafood');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "sea food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'curry king');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry king is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'curry king');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry king is a great restaurant"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'seafood');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "sea food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'curry king');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry king 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,'5 jordans yard bridge street city centre');(_:result,name,'curry king');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , curry king is on 5 Jordans Yard Bridge Street City Centre"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'curry king');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry king is a great restaurant"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'curry king');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry king is a great restaurant"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,address,'5 jordans yard bridge street city centre');(_:result,name,'curry king');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , curry king is on 5 Jordans Yard Bridge Street City Centre"
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-bb1fd497eb-20130326_231219 | [
{
"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",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"curry king"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"curry king"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"curry king"
],
[
"_: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"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"5 jordans yard bridge street city centre"
],
[
"_:result",
"name",
"curry king"
],
[
"_: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"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"5 jordans yard bridge street city centre"
],
[
"_:result",
"name",
"curry king"
],
[
"_: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"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"5 jordans yard bridge street city centre"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"curry king"
],
[
"_: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"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"5 jordans yard bridge street city centre"
],
[
"_:result",
"name",
"curry king"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "arts town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west"
},
{
"id": 4,
"rdf-acts": [
"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": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"id": 10,
"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": 11,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-8991b7bff6-20130401_174504 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"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",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_: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",
"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,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like a restaurant in the south part of town that serves"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'world');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "world food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'world');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no world restaurant in the south of town"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about portuguese"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'portuguese');(_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is a nice restaurant in the south of town serving portuguese food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number and address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,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,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is 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": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-03d6592b76-20130326_012832 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"world"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/48ede71e"
],
[
"_:search/48ede71e",
"area",
"south"
],
[
"_:search/48ede71e",
"food",
"world"
],
[
"_:search/48ede71e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/48ede71e"
],
[
"_:search/48ede71e",
"area",
"south"
],
[
"_:search/48ede71e",
"food",
"world"
],
[
"_:search/48ede71e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/48ede71e"
],
[
"_:search/48ede71e",
"area",
"south"
],
[
"_:search/48ede71e",
"food",
"world"
],
[
"_:search/48ede71e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/48ede71e"
],
[
"_:search/48ede71e",
"area",
"south"
],
[
"_:search/48ede71e",
"food",
"world"
],
[
"_:search/48ede71e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"address",
"cambridge leisure park clifton way"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'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,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "do you have the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park clifton way');(_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , nandos is on Cambridge Leisure Park Clifton Way"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'nandos');(_:result,phone,'01223 327908');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of nandos is 01223 327908 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "its a type of food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'portuguese');(_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos serves portuguese food"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-14cb91bc48-20130327_204058 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"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"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "gastropub"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'gastropub');(_:result,name,'royal standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard is a nice place in the east of town serving tasty gastropub food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'royal standard');(_:result,phone,'01223 247877');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of royal standard is 01223 247877 ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-be5b7bf9d9-20130402_203757 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"phone",
"01223 247877"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a moderately priced restaurant in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'pizza hut fen ditton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut fen ditton is a nice restaurant in the east of town in the moderate price range"
},
{
"id": 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": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'pizza hut fen ditton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut fen ditton is a nice restaurant in the east of town in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a nice restaurant in the east of town in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'7 barnwell road fen ditton');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , rajmahal is on 7 Barnwell Road Fen Ditton"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'rajmahal');(_:result,phone,'01223 244955');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of rajmahal is 01223 244955 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-318851c80b-20130328_214057 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_: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",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"phone",
"01223 244955"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'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,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "greek"
},
{
"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,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh italian"
},
{
"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,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "um italian"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving greek food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian type of food"
},
{
"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": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving greek food"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-202b6a3cc4-20130327_184449 | [
{
"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",
"greek"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/d32eafbb"
],
[
"_:search/d32eafbb",
"food",
"greek"
],
[
"_:search/d32eafbb",
"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",
"north"
],
[
"_:system",
"canthelp",
"_:search/d32eafbb"
],
[
"_:search/d32eafbb",
"food",
"greek"
],
[
"_:search/d32eafbb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/24c36cfc"
],
[
"_:search/24c36cfc",
"food",
"greek"
],
[
"_:search/24c36cfc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/d32eafbb"
],
[
"_:search/d32eafbb",
"food",
"greek"
],
[
"_:search/d32eafbb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/24c36cfc"
],
[
"_:search/24c36cfc",
"food",
"greek"
],
[
"_:search/24c36cfc",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/656fe297"
],
[
"_:search/656fe297",
"food",
"greek"
],
[
"_:search/656fe297",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/d32eafbb"
],
[
"_:search/d32eafbb",
"food",
"greek"
],
[
"_:search/d32eafbb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/24c36cfc"
],
[
"_:search/24c36cfc",
"food",
"greek"
],
[
"_:search/24c36cfc",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/656fe297"
],
[
"_:search/656fe297",
"food",
"greek"
],
[
"_:search/656fe297",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/d32eafbb"
],
[
"_:search/d32eafbb",
"food",
"greek"
],
[
"_:search/d32eafbb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/24c36cfc"
],
[
"_:search/24c36cfc",
"food",
"greek"
],
[
"_:search/24c36cfc",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/656fe297"
],
[
"_:search/656fe297",
"food",
"greek"
],
[
"_:search/656fe297",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/68f42014"
],
[
"_:search/68f42014",
"food",
"greek"
],
[
"_:search/68f42014",
"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": "unintelligible"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,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 food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'mediterranean');(_:result,name,'la mimosa');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la mimosa is a great restaurant serving mediterranean food and it 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,'thompsons lane fen ditton');(_:result,name,'la mimosa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , la mimosa is on Thompsons Lane Fen Ditton"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'la mimosa');(_:result,phone,'01223 362525');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of la mimosa is 01223 362525 ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e99e4f4538-20130327_145848 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"thompsons lane fen ditton"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_: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"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"thompsons lane fen ditton"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"phone",
"01223 362525"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"affirm()",
"inform((_:search,area,'south');(_:search,food,'kosher');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh yeah im looking for a restaurant in the south part of town and that serves kosher food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'kosher');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving kosher food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "um how about chinese food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'kosher');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving kosher food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "do you have chinese 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": "um moderate"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'the lucky star');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is a nice place in the south of town serving tasty chinese food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address"
},
{
"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,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address please"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what is the price range"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is in the cheap price range"
},
{
"id": 15,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "okay thank you"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'the lucky star');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is a great restaurant"
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-f091d0e461-20130327_205009 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"kosher"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/91eea0f7"
],
[
"_:search/91eea0f7",
"food",
"kosher"
],
[
"_:search/91eea0f7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/91eea0f7"
],
[
"_:search/91eea0f7",
"food",
"kosher"
],
[
"_:search/91eea0f7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/5b34d8a8"
],
[
"_:search/5b34d8a8",
"food",
"kosher"
],
[
"_:search/5b34d8a8",
"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",
"south"
],
[
"_:system",
"canthelp",
"_:search/91eea0f7"
],
[
"_:search/91eea0f7",
"food",
"kosher"
],
[
"_:search/91eea0f7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/5b34d8a8"
],
[
"_:search/5b34d8a8",
"food",
"kosher"
],
[
"_:search/5b34d8a8",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/91eea0f7"
],
[
"_:search/91eea0f7",
"food",
"kosher"
],
[
"_:search/91eea0f7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/5b34d8a8"
],
[
"_:search/5b34d8a8",
"food",
"kosher"
],
[
"_:search/5b34d8a8",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/91eea0f7"
],
[
"_:search/91eea0f7",
"food",
"kosher"
],
[
"_:search/91eea0f7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/5b34d8a8"
],
[
"_:search/5b34d8a8",
"food",
"kosher"
],
[
"_:search/5b34d8a8",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"?"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/91eea0f7"
],
[
"_:search/91eea0f7",
"food",
"kosher"
],
[
"_:search/91eea0f7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/5b34d8a8"
],
[
"_:search/5b34d8a8",
"food",
"kosher"
],
[
"_:search/5b34d8a8",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/91eea0f7"
],
[
"_:search/91eea0f7",
"food",
"kosher"
],
[
"_:search/91eea0f7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/5b34d8a8"
],
[
"_:search/5b34d8a8",
"food",
"kosher"
],
[
"_:search/5b34d8a8",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/91eea0f7"
],
[
"_:search/91eea0f7",
"food",
"kosher"
],
[
"_:search/91eea0f7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/5b34d8a8"
],
[
"_:search/5b34d8a8",
"food",
"kosher"
],
[
"_:search/5b34d8a8",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a restaurant in the west part of town that serves jamaican"
},
{
"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,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "jamaican"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving jamaican food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,area,'west');(_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about a restaurant in the west part of town that serves vietnamese"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving jamaican food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about a restaurant that serves vietnamese"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving jamaican food"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "type food"
},
{
"id": 10,
"rdf-acts": [
"confirm((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a thai restaurant right?"
},
{
"id": 11,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'thai');(_:result,name,'sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sala thong is a nice place in the west of town serving tasty thai food"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "vietnamese"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no other thai restaurant in the west of town"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a vietnamese restaurant"
},
{
"id": 16,
"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": 17,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yeah"
},
{
"id": 18,
"rdf-acts": [
"confirm((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a vietnamese restaurant right?"
},
{
"id": 19,
"rdf-acts": [],
"speaker": "user",
"text": "that serves viet"
},
{
"id": 20,
"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": 21,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a great restaurant"
},
{
"id": 23,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 24,
"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": 25,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-ad40cf5489-20130327_191318 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/00aa1f48"
],
[
"_:search/00aa1f48",
"food",
"jamaican"
],
[
"_:search/00aa1f48",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_: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/00aa1f48"
],
[
"_:search/00aa1f48",
"food",
"jamaican"
],
[
"_:search/00aa1f48",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/dfa9a851"
],
[
"_:search/dfa9a851",
"food",
"jamaican"
],
[
"_:search/dfa9a851",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/00aa1f48"
],
[
"_:search/00aa1f48",
"food",
"jamaican"
],
[
"_:search/00aa1f48",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/dfa9a851"
],
[
"_:search/dfa9a851",
"food",
"jamaican"
],
[
"_:search/dfa9a851",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/bc067a40"
],
[
"_:search/bc067a40",
"food",
"jamaican"
],
[
"_:search/bc067a40",
"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/00aa1f48"
],
[
"_:search/00aa1f48",
"food",
"jamaican"
],
[
"_:search/00aa1f48",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/dfa9a851"
],
[
"_:search/dfa9a851",
"food",
"jamaican"
],
[
"_:search/dfa9a851",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/bc067a40"
],
[
"_:search/bc067a40",
"food",
"jamaican"
],
[
"_:search/bc067a40",
"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/00aa1f48"
],
[
"_:search/00aa1f48",
"food",
"jamaican"
],
[
"_:search/00aa1f48",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/dfa9a851"
],
[
"_:search/dfa9a851",
"food",
"jamaican"
],
[
"_:search/dfa9a851",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/bc067a40"
],
[
"_:search/bc067a40",
"food",
"jamaican"
],
[
"_:search/bc067a40",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/00aa1f48"
],
[
"_:search/00aa1f48",
"food",
"jamaican"
],
[
"_:search/00aa1f48",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/dfa9a851"
],
[
"_:search/dfa9a851",
"food",
"jamaican"
],
[
"_:search/dfa9a851",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/bc067a40"
],
[
"_:search/bc067a40",
"food",
"jamaican"
],
[
"_:search/bc067a40",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d850a06b"
],
[
"_:search/d850a06b",
"area",
"west"
],
[
"_:search/d850a06b",
"food",
"thai"
],
[
"_:search/d850a06b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/00aa1f48"
],
[
"_:search/00aa1f48",
"food",
"jamaican"
],
[
"_:search/00aa1f48",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/dfa9a851"
],
[
"_:search/dfa9a851",
"food",
"jamaican"
],
[
"_:search/dfa9a851",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/bc067a40"
],
[
"_:search/bc067a40",
"food",
"jamaican"
],
[
"_:search/bc067a40",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d850a06b"
],
[
"_:search/d850a06b",
"area",
"west"
],
[
"_:search/d850a06b",
"food",
"thai"
],
[
"_:search/d850a06b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/00aa1f48"
],
[
"_:search/00aa1f48",
"food",
"jamaican"
],
[
"_:search/00aa1f48",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/dfa9a851"
],
[
"_:search/dfa9a851",
"food",
"jamaican"
],
[
"_:search/dfa9a851",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/bc067a40"
],
[
"_:search/bc067a40",
"food",
"jamaican"
],
[
"_:search/bc067a40",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d850a06b"
],
[
"_:search/d850a06b",
"area",
"west"
],
[
"_:search/d850a06b",
"food",
"thai"
],
[
"_:search/d850a06b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/00aa1f48"
],
[
"_:search/00aa1f48",
"food",
"jamaican"
],
[
"_:search/00aa1f48",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/dfa9a851"
],
[
"_:search/dfa9a851",
"food",
"jamaican"
],
[
"_:search/dfa9a851",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/bc067a40"
],
[
"_:search/bc067a40",
"food",
"jamaican"
],
[
"_:search/bc067a40",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d850a06b"
],
[
"_:search/d850a06b",
"area",
"west"
],
[
"_:search/d850a06b",
"food",
"thai"
],
[
"_:search/d850a06b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/00aa1f48"
],
[
"_:search/00aa1f48",
"food",
"jamaican"
],
[
"_:search/00aa1f48",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/dfa9a851"
],
[
"_:search/dfa9a851",
"food",
"jamaican"
],
[
"_:search/dfa9a851",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/bc067a40"
],
[
"_:search/bc067a40",
"food",
"jamaican"
],
[
"_:search/bc067a40",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d850a06b"
],
[
"_:search/d850a06b",
"area",
"west"
],
[
"_:search/d850a06b",
"food",
"thai"
],
[
"_:search/d850a06b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/00aa1f48"
],
[
"_:search/00aa1f48",
"food",
"jamaican"
],
[
"_:search/00aa1f48",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/dfa9a851"
],
[
"_:search/dfa9a851",
"food",
"jamaican"
],
[
"_:search/dfa9a851",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/bc067a40"
],
[
"_:search/bc067a40",
"food",
"jamaican"
],
[
"_:search/bc067a40",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d850a06b"
],
[
"_:search/d850a06b",
"area",
"west"
],
[
"_:search/d850a06b",
"food",
"thai"
],
[
"_:search/d850a06b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_: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,'basque');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need a moderately priced restaurant that serves bask food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'basque');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving basque food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'basque');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving basque food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "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 serves asian oriental food in the moderate price range"
},
{
"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,'40428 king street city centre');(_:result,name,'yippee noodle bar');(_:result,phone,'01223 518111');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of yippee noodle bar is 01223 518111 and it is on 40428 King Street City Centre ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e61fa89add-20130326_100409 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"basque"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/a7e3aee6"
],
[
"_:search/a7e3aee6",
"food",
"basque"
],
[
"_:search/a7e3aee6",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/a7e3aee6"
],
[
"_:search/a7e3aee6",
"food",
"basque"
],
[
"_:search/a7e3aee6",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/2d35f3c5"
],
[
"_:search/2d35f3c5",
"food",
"basque"
],
[
"_:search/2d35f3c5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/a7e3aee6"
],
[
"_:search/a7e3aee6",
"food",
"basque"
],
[
"_:search/a7e3aee6",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/2d35f3c5"
],
[
"_:search/2d35f3c5",
"food",
"basque"
],
[
"_:search/2d35f3c5",
"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",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/a7e3aee6"
],
[
"_:search/a7e3aee6",
"food",
"basque"
],
[
"_:search/a7e3aee6",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/2d35f3c5"
],
[
"_:search/2d35f3c5",
"food",
"basque"
],
[
"_:search/2d35f3c5",
"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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the 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,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "the west part of town i want"
},
{
"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": [
"canthelp((_:search,food,'bistro');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving bistro food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about italian"
},
{
"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": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want italian food"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "it doesnt matter"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'la margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita is a nice place in the west of town serving tasty italian food"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'la margherita');(_:result,phone,'01223 315232');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of la margherita is 01223 315232 ."
},
{
"id": 17,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-4660dd9eab-20130329_085648 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"bistro"
],
[
"_: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/fcadc91b"
],
[
"_:search/fcadc91b",
"food",
"bistro"
],
[
"_:search/fcadc91b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/fcadc91b"
],
[
"_:search/fcadc91b",
"food",
"bistro"
],
[
"_:search/fcadc91b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/e92268f2"
],
[
"_:search/e92268f2",
"food",
"bistro"
],
[
"_:search/e92268f2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/fcadc91b"
],
[
"_:search/fcadc91b",
"food",
"bistro"
],
[
"_:search/fcadc91b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/e92268f2"
],
[
"_:search/e92268f2",
"food",
"bistro"
],
[
"_:search/e92268f2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/fcadc91b"
],
[
"_:search/fcadc91b",
"food",
"bistro"
],
[
"_:search/fcadc91b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/e92268f2"
],
[
"_:search/e92268f2",
"food",
"bistro"
],
[
"_:search/e92268f2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/fcadc91b"
],
[
"_:search/fcadc91b",
"food",
"bistro"
],
[
"_:search/fcadc91b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/e92268f2"
],
[
"_:search/e92268f2",
"food",
"bistro"
],
[
"_:search/e92268f2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/fcadc91b"
],
[
"_:search/fcadc91b",
"food",
"bistro"
],
[
"_:search/fcadc91b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/e92268f2"
],
[
"_:search/e92268f2",
"food",
"bistro"
],
[
"_:search/e92268f2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"phone",
"01223 315232"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"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": "noise"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'curry king');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry king is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an expensive restaurant that serves"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'curry king');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at curry king is expensive ."
},
{
"id": 7,
"rdf-acts": [
"confirm((_:result,food,'seafood');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "do they serve sea food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'curry king');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at curry king is expensive ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'seafood');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want sea food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'seafood');(_:result,name,'loch fyne');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "loch fyne is a great restaurant serving seafood food and it is in the expensive price range"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address and area"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'the little rose 37 trumpington street');(_:result,name,'loch fyne');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , loch fyne is on The Little Rose 37 Trumpington Street"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": "what"
},
{
"id": 14,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the area"
},
{
"id": 16,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the area"
},
{
"id": 18,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what part of town is it in"
},
{
"id": 20,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:search,food,'seafood');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an expensive restaurant that serves sea food"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,food,'seafood');(_:result,name,'loch fyne');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "loch fyne is a great restaurant serving seafood food and it is in the expensive price range"
},
{
"id": 23,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,address,'the little rose 37 trumpington street');(_:result,name,'loch fyne');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , loch fyne is on The Little Rose 37 Trumpington Street"
},
{
"id": 25,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "part of town is it in"
},
{
"id": 26,
"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": 27,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-b27a230d2e-20130323_045538 | [
{
"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"
],
[
"_:result",
"name",
"curry king"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"curry king"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"curry king"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"the little rose 37 trumpington street"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"the little rose 37 trumpington street"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"the little rose 37 trumpington street"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"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",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"the little rose 37 trumpington street"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"the little rose 37 trumpington street"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"the little rose 37 trumpington street"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
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",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"the little rose 37 trumpington street"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_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",
"inquired",
"_:user"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"the little rose 37 trumpington street"
],
[
"_:result",
"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,
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,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the north part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'polish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "polish food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'polish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving polish food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about italian"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'polish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving polish food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about italian food"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a italian restaurant right?"
},
{
"id": 9,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'italian');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria is a nice place in the north of town serving tasty italian food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats their address"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and their phone number"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-0fa32b1e78-20130328_235008 | [
{
"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",
"polish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/03f0a1ad"
],
[
"_:search/03f0a1ad",
"food",
"polish"
],
[
"_:search/03f0a1ad",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/03f0a1ad"
],
[
"_:search/03f0a1ad",
"food",
"polish"
],
[
"_:search/03f0a1ad",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2bb63f07"
],
[
"_:search/2bb63f07",
"food",
"polish"
],
[
"_:search/2bb63f07",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/03f0a1ad"
],
[
"_:search/03f0a1ad",
"food",
"polish"
],
[
"_:search/03f0a1ad",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2bb63f07"
],
[
"_:search/2bb63f07",
"food",
"polish"
],
[
"_:search/2bb63f07",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/03f0a1ad"
],
[
"_:search/03f0a1ad",
"food",
"polish"
],
[
"_:search/03f0a1ad",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2bb63f07"
],
[
"_:search/2bb63f07",
"food",
"polish"
],
[
"_:search/2bb63f07",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/03f0a1ad"
],
[
"_:search/03f0a1ad",
"food",
"polish"
],
[
"_:search/03f0a1ad",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2bb63f07"
],
[
"_:search/2bb63f07",
"food",
"polish"
],
[
"_:search/2bb63f07",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"italian"
],
[
"_: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,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/03f0a1ad"
],
[
"_:search/03f0a1ad",
"food",
"polish"
],
[
"_:search/03f0a1ad",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2bb63f07"
],
[
"_:search/2bb63f07",
"food",
"polish"
],
[
"_:search/2bb63f07",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"italian"
],
[
"_: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,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the north part of town 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": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "indian"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is a nice restaurant in the north of town serving indian food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'the nirala');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala is a nice restaurant in the north of town serving indian food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the post code"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'the nirala');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of the nirala is C.B 4, 1 U.Y"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-afd3aa91f0-20130327_185906 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"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",
"pricerange",
"*"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"meghna"
],
[
"_: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",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'welsh');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i find a expensive restaurant that serves welsh food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'welsh');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry, I can't hear you"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,food,'welsh');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry, I can't hear you"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian oriental food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yippee noodle bar serves asian oriental food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the phone number and area"
},
{
"id": 8,
"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": 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,'yippee noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yippee noodle bar is a nice place in the centre of town"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-f4026333dc-20130327_180235 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"welsh"
],
[
"_: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/ca625210"
],
[
"_:search/ca625210",
"food",
"welsh"
],
[
"_:search/ca625210",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ca625210"
],
[
"_:search/ca625210",
"food",
"welsh"
],
[
"_:search/ca625210",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ca625210"
],
[
"_:search/ca625210",
"food",
"welsh"
],
[
"_:search/ca625210",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ca625210"
],
[
"_:search/ca625210",
"food",
"welsh"
],
[
"_:search/ca625210",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"phone",
"01223 518111"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ca625210"
],
[
"_:search/ca625210",
"food",
"welsh"
],
[
"_:search/ca625210",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"phone",
"01223 518111"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'cuban');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "find a restaurant serving cuban food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian oriental food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'asian oriental');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no cheap restaurant in the north of town serving asian oriental food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "price does not matter"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 9,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yea"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'asian oriental');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no cheap restaurant in the north of town serving asian oriental food"
},
{
"id": 11,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'cuban');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about cuban food"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'cuban');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no cheap restaurant in the north of town serving cuban food"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-8991b7bff6-20130401_165927 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cuban"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cuban"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"canthelp",
"_:search/ae2b9cd9"
],
[
"_:search/ae2b9cd9",
"area",
"north"
],
[
"_:search/ae2b9cd9",
"food",
"asian oriental"
],
[
"_:search/ae2b9cd9",
"pricerange",
"cheap"
],
[
"_:search/ae2b9cd9",
"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",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:system",
"canthelp",
"_:search/ae2b9cd9"
],
[
"_:search/ae2b9cd9",
"area",
"north"
],
[
"_:search/ae2b9cd9",
"food",
"asian oriental"
],
[
"_:search/ae2b9cd9",
"pricerange",
"cheap"
],
[
"_:search/ae2b9cd9",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ae2b9cd9"
],
[
"_:search/ae2b9cd9",
"area",
"north"
],
[
"_:search/ae2b9cd9",
"food",
"asian oriental"
],
[
"_:search/ae2b9cd9",
"pricerange",
"cheap"
],
[
"_:search/ae2b9cd9",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/3ae07cc0"
],
[
"_:search/3ae07cc0",
"area",
"north"
],
[
"_:search/3ae07cc0",
"food",
"asian oriental"
],
[
"_:search/3ae07cc0",
"pricerange",
"cheap"
],
[
"_:search/3ae07cc0",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"cuban"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ae2b9cd9"
],
[
"_:search/ae2b9cd9",
"area",
"north"
],
[
"_:search/ae2b9cd9",
"food",
"asian oriental"
],
[
"_:search/ae2b9cd9",
"pricerange",
"cheap"
],
[
"_:search/ae2b9cd9",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/3ae07cc0"
],
[
"_:search/3ae07cc0",
"area",
"north"
],
[
"_:search/3ae07cc0",
"food",
"asian oriental"
],
[
"_:search/3ae07cc0",
"pricerange",
"cheap"
],
[
"_:search/3ae07cc0",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"cuban"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3714eee7"
],
[
"_:search/3714eee7",
"area",
"north"
],
[
"_:search/3714eee7",
"food",
"cuban"
],
[
"_:search/3714eee7",
"pricerange",
"cheap"
],
[
"_:search/3714eee7",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like an expensive thai 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": "any part of town"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'thai');(_:result,name,'bangkok city');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bangkok city serves thai food in the expensive price range"
},
{
"id": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'sala thong');(_:result,phone,'01223 323178');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of sala thong is 01223 323178 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-03d6592b76-20130327_024820 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"bangkok city"
],
[
"_: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",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"phone",
"01223 323178"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like a cheap restaurant in the north part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice is a nice place in the north of town and the prices are cheap"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is their phone number"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-be5b7bf9d9-20130401_152435 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"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,
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": "i need to find a moderately priced restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_: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,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "mexican food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'mexican');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving moderate mexican food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "international type food"
},
{
"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 serves international 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,address,'35 saint andrews street city centre');(_:result,name,'the varsity restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the varsity restaurant is on 35 Saint Andrews Street City Centre"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'the varsity restaurant');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of the varsity restaurant is C.B 2, 3 A.R"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-edb8609855-20130327_182512 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"mexican"
],
[
"_: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/7fac4f51"
],
[
"_:search/7fac4f51",
"food",
"mexican"
],
[
"_:search/7fac4f51",
"pricerange",
"moderate"
],
[
"_:search/7fac4f51",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_: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/7fac4f51"
],
[
"_:search/7fac4f51",
"food",
"mexican"
],
[
"_:search/7fac4f51",
"pricerange",
"moderate"
],
[
"_:search/7fac4f51",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"the varsity restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/7fac4f51"
],
[
"_:search/7fac4f51",
"food",
"mexican"
],
[
"_:search/7fac4f51",
"pricerange",
"moderate"
],
[
"_:search/7fac4f51",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"35 saint andrews street city centre"
],
[
"_:result",
"name",
"the varsity restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/7fac4f51"
],
[
"_:search/7fac4f51",
"food",
"mexican"
],
[
"_:search/7fac4f51",
"pricerange",
"moderate"
],
[
"_:search/7fac4f51",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"35 saint andrews street city centre"
],
[
"_:result",
"name",
"the varsity restaurant"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a expensive restaurant in the"
},
{
"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": "dont care"
},
{
"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": "see 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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-d0341706f2-20130329_012808 | [
{
"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",
"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",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"?"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the 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": "hm"
},
{
"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,'korean');(_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for korean food any price range"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'stazione restaurant and coffee bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "stazione restaurant and coffee bar is a great restaurant serving italian food and it is in the expensive price range"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "korean food price range"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"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": "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": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'little seoul');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of little seoul is C.B 2, 1 D.P"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-73ce546185-20130324_022749 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"stazione restaurant and coffee bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"korean"
],
[
"_: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",
"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",
"*"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"phone",
"01223 308681"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'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,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east"
},
{
"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,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east"
},
{
"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": "any"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'pizza hut fen ditton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut fen ditton is a nice place in the east of town and the prices are moderate"
},
{
"id": 13,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a nice place in the east of town and the prices are moderate"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,address,'7 barnwell road fen ditton');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , rajmahal is on 7 Barnwell Road Fen Ditton"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'rajmahal');(_:result,phone,'01223 244955');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of rajmahal is 01223 244955 ."
},
{
"id": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-59bc8a2167-20130328_130054 | [
{
"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",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_: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"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"east"
],
[
"_: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",
"moderate"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
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",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"phone",
"01223 244955"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for a moderately priced restaurant in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'pizza hut fen ditton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut fen ditton is a nice restaurant in the east of town in the moderate price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'cambridge retail park newmarket road fen ditton');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , pizza hut fen ditton is on Cambridge Retail Park Newmarket Road Fen Ditton"
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'pizza hut fen ditton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut fen ditton is a nice restaurant in the east of town in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-4c0d36762a-20130328_202045 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"cambridge retail park newmarket road fen ditton"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"cambridge retail park newmarket road fen ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in any area"
},
{
"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 area"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "jamaican"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "jamaican food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving jamaican food"
},
{
"id": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about thai food"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving jamaican food"
},
{
"id": 11,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about thai food"
},
{
"id": 12,
"rdf-acts": [
"confirm((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a thai restaurant right?"
},
{
"id": 13,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'thai');(_:result,name,'sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sala thong serves thai 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,'sala thong');(_:result,phone,'01223 323178');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of sala thong is 01223 323178 ."
},
{
"id": 17,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price range"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'sala thong');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sala thong is in the expensive price range"
},
{
"id": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e2a895cfe5-20130326_233655 | [
{
"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",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/6933568a"
],
[
"_:search/6933568a",
"food",
"jamaican"
],
[
"_:search/6933568a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/6933568a"
],
[
"_:search/6933568a",
"food",
"jamaican"
],
[
"_:search/6933568a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2b508b91"
],
[
"_:search/2b508b91",
"food",
"jamaican"
],
[
"_:search/2b508b91",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/6933568a"
],
[
"_:search/6933568a",
"food",
"jamaican"
],
[
"_:search/6933568a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2b508b91"
],
[
"_:search/2b508b91",
"food",
"jamaican"
],
[
"_:search/2b508b91",
"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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/6933568a"
],
[
"_:search/6933568a",
"food",
"jamaican"
],
[
"_:search/6933568a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2b508b91"
],
[
"_:search/2b508b91",
"food",
"jamaican"
],
[
"_:search/2b508b91",
"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,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/6933568a"
],
[
"_:search/6933568a",
"food",
"jamaican"
],
[
"_:search/6933568a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2b508b91"
],
[
"_:search/2b508b91",
"food",
"jamaican"
],
[
"_:search/2b508b91",
"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,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/6933568a"
],
[
"_:search/6933568a",
"food",
"jamaican"
],
[
"_:search/6933568a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2b508b91"
],
[
"_:search/2b508b91",
"food",
"jamaican"
],
[
"_:search/2b508b91",
"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,
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,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the center of town that serves thai food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'kohinoor');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "kohinoor is a nice restaurant in the centre of town in the cheap price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'kohinoor');(_:result,phone,'01223 323639');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of kohinoor is 01223 323639 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'74 mill road city centre');(_:result,name,'kohinoor');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , kohinoor is on 74 Mill Road City Centre"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-3b81cbb287-20130326_024829 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"*"
],
[
"_: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",
"thai"
],
[
"_: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",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_: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",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"phone",
"01223 323639"
],
[
"_: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",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223 323639"
],
[
"_:result",
"address",
"74 mill road city centre"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_: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": "im looking"
},
{
"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": "or"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'hotel du vin and bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hotel du vin and bistro is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "greek food"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay what about european"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'curry garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry garden serves indian food ."
},
{
"id": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about european"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "michaelhouse cafe serves european food ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"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-7e22911804-20130324_173542 | [
{
"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",
"hotel du vin and bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"greek"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd06ef86"
],
[
"_:search/fd06ef86",
"food",
"greek"
],
[
"_:search/fd06ef86",
"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"
],
[
"_:system",
"canthelp",
"_:search/fd06ef86"
],
[
"_:search/fd06ef86",
"food",
"greek"
],
[
"_:search/fd06ef86",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/fd06ef86"
],
[
"_:search/fd06ef86",
"food",
"greek"
],
[
"_:search/fd06ef86",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_: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/fd06ef86"
],
[
"_:search/fd06ef86",
"food",
"greek"
],
[
"_:search/fd06ef86",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"address",
"?"
],
[
"_: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,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"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 bart"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "next one"
},
{
"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": [
"reqalts()"
],
"speaker": "user",
"text": "next one"
},
{
"id": 16,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry but there is no other restaurant in the cheap price range and the south of town"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": "previews"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 20,
"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": 21,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 22,
"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": 23,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "okay thank you good bye"
}
] | voip-3b59a0391b-20130401_133038 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"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",
"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",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_: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,
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"
],
[
"_: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,
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"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/bf24af3b"
],
[
"_:search/bf24af3b",
"area",
"south"
],
[
"_:search/bf24af3b",
"pricerange",
"cheap"
],
[
"_:search/bf24af3b",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/bf24af3b"
],
[
"_:search/bf24af3b",
"area",
"south"
],
[
"_:search/bf24af3b",
"pricerange",
"cheap"
],
[
"_:search/bf24af3b",
"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,
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"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/bf24af3b"
],
[
"_:search/bf24af3b",
"area",
"south"
],
[
"_:search/bf24af3b",
"pricerange",
"cheap"
],
[
"_:search/bf24af3b",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
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"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/bf24af3b"
],
[
"_:search/bf24af3b",
"area",
"south"
],
[
"_:search/bf24af3b",
"pricerange",
"cheap"
],
[
"_:search/bf24af3b",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"address",
"cambridge leisure park clifton way"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
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,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a modertley priced 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": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'italian');(_: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 serving italian food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'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": 9,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e3b4879e0d-20130327_030628 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_: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"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_: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",
"food",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant in the north part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria is a nice place in the north of town and the prices are cheap"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "kind i have the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'20 milton road chesterton');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , da vinci pizzeria is on 20 Milton Road Chesterton"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'da vinci pizzeria');(_:result,phone,'01223 351707');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of da vinci pizzeria is 01223 351707 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e3b4879e0d-20130326_021022 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"20 milton road chesterton"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"20 milton road chesterton"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'halal');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant uh serving halal food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'bloomsbury restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bloomsbury restaurant is in the moderate price range"
},
{
"id": 3,
"rdf-acts": [
"confirm((_:result,food,'halal');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "does it serve halal food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'international');(_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bloomsbury restaurant serves international food"
},
{
"id": 5,
"rdf-acts": [
"negate()",
"inform((_:search,food,'halal');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no i want halal food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'halal');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving halal food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "um what about european"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'halal');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving halal food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "european food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'european');(_:result,name,'hotel du vin and bistro');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hotel du vin and bistro serves european food in the moderate price range"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the post code"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-d645d56d23-20130324_001536 | [
{
"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",
"type",
"Restaurant"
],
[
"_:result",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"halal"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:user",
"denied",
"_:result/3791491d"
],
[
"_:result/3791491d",
"food",
"international"
],
[
"_:result/3791491d",
"name",
"bloomsbury restaurant"
],
[
"_:result/3791491d",
"type",
"Restaurant"
],
[
"_: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"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:user",
"denied",
"_:result/3791491d"
],
[
"_:result/3791491d",
"food",
"international"
],
[
"_:result/3791491d",
"name",
"bloomsbury restaurant"
],
[
"_:result/3791491d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ec676534"
],
[
"_:search/ec676534",
"food",
"halal"
],
[
"_:search/ec676534",
"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",
"moderate"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:user",
"denied",
"_:result/3791491d"
],
[
"_:result/3791491d",
"food",
"international"
],
[
"_:result/3791491d",
"name",
"bloomsbury restaurant"
],
[
"_:result/3791491d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ec676534"
],
[
"_:search/ec676534",
"food",
"halal"
],
[
"_:search/ec676534",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/de8a6f51"
],
[
"_:search/de8a6f51",
"food",
"halal"
],
[
"_:search/de8a6f51",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"denied",
"_:result/3791491d"
],
[
"_:result/3791491d",
"food",
"international"
],
[
"_:result/3791491d",
"name",
"bloomsbury restaurant"
],
[
"_:result/3791491d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ec676534"
],
[
"_:search/ec676534",
"food",
"halal"
],
[
"_:search/ec676534",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/de8a6f51"
],
[
"_:search/de8a6f51",
"food",
"halal"
],
[
"_:search/de8a6f51",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_: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,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"denied",
"_:result/3791491d"
],
[
"_:result/3791491d",
"food",
"international"
],
[
"_:result/3791491d",
"name",
"bloomsbury restaurant"
],
[
"_:result/3791491d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ec676534"
],
[
"_:search/ec676534",
"food",
"halal"
],
[
"_:search/ec676534",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/de8a6f51"
],
[
"_:search/de8a6f51",
"food",
"halal"
],
[
"_:search/de8a6f51",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"denied",
"_:result/3791491d"
],
[
"_:result/3791491d",
"food",
"international"
],
[
"_:result/3791491d",
"name",
"bloomsbury restaurant"
],
[
"_:result/3791491d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ec676534"
],
[
"_:search/ec676534",
"food",
"halal"
],
[
"_:search/ec676534",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/de8a6f51"
],
[
"_:search/de8a6f51",
"food",
"halal"
],
[
"_:search/de8a6f51",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the 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,*);(_: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,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"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()",
"inform((_:search,food,'danish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes danish food"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:search,food,'english');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a english restaurant right?"
},
{
"id": 9,
"rdf-acts": [
"negate()",
"inform((_:search,food,'danish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no danish"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'english');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving english food"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'danish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "danish"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'bedouin');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bedouin is in the expensive price range"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'danish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "danish"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'100 mill road city centre');(_:result,name,'bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , bedouin is on 100 Mill Road City Centre"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'african');(_:result,name,'bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bedouin serves african food"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "do you have any asian oriental food"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'kymmoy');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "kymmoy serves asian oriental food in the expensive price range"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'kymmoy');(_:result,phone,'01223 311911');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of kymmoy is 01223 311911 ."
},
{
"id": 21,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what area"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'kymmoy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "kymmoy is a nice place in the centre of town"
},
{
"id": 23,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e54437a6f0-20130325_140049 | [
{
"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",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"danish"
],
[
"_: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",
"expensive"
],
[
"_:search",
"food",
"danish"
],
[
"_: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",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/3d1179dd"
],
[
"_:search/3d1179dd",
"food",
"english"
],
[
"_:search/3d1179dd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"danish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/3d1179dd"
],
[
"_:search/3d1179dd",
"food",
"english"
],
[
"_:search/3d1179dd",
"type",
"Restaurant"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"danish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/3d1179dd"
],
[
"_:search/3d1179dd",
"food",
"english"
],
[
"_:search/3d1179dd",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"danish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"100 mill road city centre"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/3d1179dd"
],
[
"_:search/3d1179dd",
"food",
"english"
],
[
"_:search/3d1179dd",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"100 mill road city centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"bedouin"
],
[
"_: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
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/3d1179dd"
],
[
"_:search/3d1179dd",
"food",
"english"
],
[
"_:search/3d1179dd",
"type",
"Restaurant"
],
[
"_:result",
"address",
"100 mill road city centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/3d1179dd"
],
[
"_:search/3d1179dd",
"food",
"english"
],
[
"_:search/3d1179dd",
"type",
"Restaurant"
],
[
"_:result",
"address",
"100 mill road city centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"phone",
"01223 311911"
],
[
"_: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"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/3d1179dd"
],
[
"_:search/3d1179dd",
"food",
"english"
],
[
"_:search/3d1179dd",
"type",
"Restaurant"
],
[
"_:result",
"address",
"100 mill road city centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 311911"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_: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,'basque');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yea im looking for a restaurant that serves basque food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'basque');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving basque food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about indian"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'basque');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving basque food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about indian food"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a indian restaurant right?"
},
{
"id": 7,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "correct"
},
{
"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": "the west"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'indian');(_:result,name,'maharajah tandoori restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "maharajah tandoori restaurant is a nice place in the west of town serving tasty indian food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay whats the phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'maharajah tandoori restaurant');(_:result,phone,'01223 358399');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of maharajah tandoori restaurant is 01223 358399 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'41518 castle street city centre');(_:result,name,'maharajah tandoori restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , maharajah tandoori restaurant is on 41518 Castle Street City Centre"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fce37b0ccb-20130328_145014 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"basque"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/84388afe"
],
[
"_:search/84388afe",
"food",
"basque"
],
[
"_:search/84388afe",
"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"
],
[
"_:system",
"canthelp",
"_:search/84388afe"
],
[
"_:search/84388afe",
"food",
"basque"
],
[
"_:search/84388afe",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/20e9cd1b"
],
[
"_:search/20e9cd1b",
"food",
"basque"
],
[
"_:search/20e9cd1b",
"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"
],
[
"_:system",
"canthelp",
"_:search/84388afe"
],
[
"_:search/84388afe",
"food",
"basque"
],
[
"_:search/84388afe",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/20e9cd1b"
],
[
"_:search/20e9cd1b",
"food",
"basque"
],
[
"_:search/20e9cd1b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/84388afe"
],
[
"_:search/84388afe",
"food",
"basque"
],
[
"_:search/84388afe",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/20e9cd1b"
],
[
"_:search/20e9cd1b",
"food",
"basque"
],
[
"_:search/20e9cd1b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/84388afe"
],
[
"_:search/84388afe",
"food",
"basque"
],
[
"_:search/84388afe",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/20e9cd1b"
],
[
"_:search/20e9cd1b",
"food",
"basque"
],
[
"_:search/20e9cd1b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"maharajah tandoori restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/84388afe"
],
[
"_:search/84388afe",
"food",
"basque"
],
[
"_:search/84388afe",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/20e9cd1b"
],
[
"_:search/20e9cd1b",
"food",
"basque"
],
[
"_:search/20e9cd1b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"maharajah tandoori restaurant"
],
[
"_:result",
"phone",
"01223 358399"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/84388afe"
],
[
"_:search/84388afe",
"food",
"basque"
],
[
"_:search/84388afe",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/20e9cd1b"
],
[
"_:search/20e9cd1b",
"food",
"basque"
],
[
"_:search/20e9cd1b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"phone",
"01223 358399"
],
[
"_:result",
"address",
"41518 castle street city centre"
],
[
"_:result",
"name",
"maharajah tandoori 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": [],
"speaker": "user",
"text": "noise"
},
{
"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,area,'west');(_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the west part of town that serves jamaican 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,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "jamaican food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'india house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "india house is a nice place in the west of town"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "jamaican food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'india house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "india house is a great restaurant"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "jamaican food"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what kind of food is it"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'cocum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cocum serves indian food"
},
{
"id": 13,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about thai food"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice place in the west of town"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what kind of food is that"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh serves vietnamese food"
},
{
"id": 17,
"rdf-acts": [
"repeat()"
],
"speaker": "user",
"text": "try calling again in one minuet"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'graffiti');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "graffiti is a nice place in the west of town"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sala thong is a nice place in the west of town"
},
{
"id": 21,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,food,'thai');(_:result,name,'sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sala thong serves thai food"
},
{
"id": 23,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 24,
"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": 25,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 26,
"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": 27,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 28,
"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": 29,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "okay thank you good bye"
}
] | voip-e3b4879e0d-20130327_031211 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/adde270e"
],
[
"_:search/adde270e",
"food",
"greek"
],
[
"_:search/adde270e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/adde270e"
],
[
"_:search/adde270e",
"food",
"greek"
],
[
"_:search/adde270e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/d77517c9"
],
[
"_:search/d77517c9",
"food",
"greek"
],
[
"_:search/d77517c9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/adde270e"
],
[
"_:search/adde270e",
"food",
"greek"
],
[
"_:search/adde270e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/d77517c9"
],
[
"_:search/d77517c9",
"food",
"greek"
],
[
"_:search/d77517c9",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"india house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/adde270e"
],
[
"_:search/adde270e",
"food",
"greek"
],
[
"_:search/adde270e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/d77517c9"
],
[
"_:search/d77517c9",
"food",
"greek"
],
[
"_:search/d77517c9",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"india house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"jamaican"
],
[
"_: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/adde270e"
],
[
"_:search/adde270e",
"food",
"greek"
],
[
"_:search/adde270e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/d77517c9"
],
[
"_:search/d77517c9",
"food",
"greek"
],
[
"_:search/d77517c9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cocum"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/adde270e"
],
[
"_:search/adde270e",
"food",
"greek"
],
[
"_:search/adde270e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/d77517c9"
],
[
"_:search/d77517c9",
"food",
"greek"
],
[
"_:search/d77517c9",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"cocum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/adde270e"
],
[
"_:search/adde270e",
"food",
"greek"
],
[
"_:search/adde270e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/d77517c9"
],
[
"_:search/d77517c9",
"food",
"greek"
],
[
"_:search/d77517c9",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/adde270e"
],
[
"_:search/adde270e",
"food",
"greek"
],
[
"_:search/adde270e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/d77517c9"
],
[
"_:search/d77517c9",
"food",
"greek"
],
[
"_:search/d77517c9",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/adde270e"
],
[
"_:search/adde270e",
"food",
"greek"
],
[
"_:search/adde270e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/d77517c9"
],
[
"_:search/d77517c9",
"food",
"greek"
],
[
"_:search/d77517c9",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"graffiti"
],
[
"_: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/adde270e"
],
[
"_:search/adde270e",
"food",
"greek"
],
[
"_:search/adde270e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/d77517c9"
],
[
"_:search/d77517c9",
"food",
"greek"
],
[
"_:search/d77517c9",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"sala thong"
],
[
"_: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
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/adde270e"
],
[
"_:search/adde270e",
"food",
"greek"
],
[
"_:search/adde270e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/d77517c9"
],
[
"_:search/d77517c9",
"food",
"greek"
],
[
"_:search/d77517c9",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_: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
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/adde270e"
],
[
"_:search/adde270e",
"food",
"greek"
],
[
"_:search/adde270e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/d77517c9"
],
[
"_:search/d77517c9",
"food",
"greek"
],
[
"_:search/d77517c9",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_: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
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/adde270e"
],
[
"_:search/adde270e",
"food",
"greek"
],
[
"_:search/adde270e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/d77517c9"
],
[
"_:search/d77517c9",
"food",
"greek"
],
[
"_:search/d77517c9",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"address",
"35 newnham road newnham"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"phone",
"01223 323178"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
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/adde270e"
],
[
"_:search/adde270e",
"food",
"greek"
],
[
"_:search/adde270e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/d77517c9"
],
[
"_:search/d77517c9",
"food",
"greek"
],
[
"_:search/d77517c9",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"address",
"35 newnham road newnham"
],
[
"_:result",
"phone",
"01223 323178"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a 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,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant serving any kind of food right?"
},
{
"id": 7,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 8,
"rdf-acts": [
"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": 9,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'restaurant alimentum');(_:result,phone,'01223 413000');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of restaurant alimentum is 01223 413000 ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e99e4f4538-20130327_144810 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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"
]
],
"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",
"name",
"pizza hut cherry hinton"
],
[
"_: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",
"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",
"?"
]
],
"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",
"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",
"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",
"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,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a cheap restaurant in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is a nice place in the east of town and the prices are cheap"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'the missing sock');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the missing sock is 01223 812660 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'finders corner newmarket road');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the missing sock is on Finders Corner Newmarket Road"
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is a nice place in the east of town and the prices are cheap"
},
{
"id": 11,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-8d5173f3a6-20130324_184603 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_: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",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"address",
"finders corner newmarket road"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"address",
"finders corner newmarket road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any kind"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'international');(_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is a nice restaurant in the east of town serving international food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'finders corner newmarket road');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the missing sock is on Finders Corner Newmarket Road"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'the missing sock');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the missing sock is 01223 812660 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "postcode"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'the missing sock');(_:result,postcode,'c.b 25');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of the missing sock is C.B 25, 9 A.Q"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-90732b027d-20130401_221049 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_: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",
"food",
"*"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"finders corner newmarket road"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"finders corner newmarket road"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_: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",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"finders corner newmarket road"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"postcode",
"c.b 25"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
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": "im looking for 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": "doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'caribbean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "caribbean food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'caribbean');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no caribbean restaurant in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a chinese restaurant"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'lan hong house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "that serves in the moderate food price"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'lan hong house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house is a great restaurant serving chinese food and it is in the moderate 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,'lan hong house');(_:result,phone,'01223 350420');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of lan hong house is 01223 350420 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-a617b6827c-20130323_170210 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"caribbean"
],
[
"_: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/cf05a1e0"
],
[
"_:search/cf05a1e0",
"food",
"caribbean"
],
[
"_:search/cf05a1e0",
"pricerange",
"moderate"
],
[
"_:search/cf05a1e0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/cf05a1e0"
],
[
"_:search/cf05a1e0",
"food",
"caribbean"
],
[
"_:search/cf05a1e0",
"pricerange",
"moderate"
],
[
"_:search/cf05a1e0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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/cf05a1e0"
],
[
"_:search/cf05a1e0",
"food",
"caribbean"
],
[
"_:search/cf05a1e0",
"pricerange",
"moderate"
],
[
"_:search/cf05a1e0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/cf05a1e0"
],
[
"_:search/cf05a1e0",
"food",
"caribbean"
],
[
"_:search/cf05a1e0",
"pricerange",
"moderate"
],
[
"_:search/cf05a1e0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"phone",
"01223 350420"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a moderately priced restaurant in the west part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'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": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'21 - 24 northampton 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": 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,'british');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saint johns chop house serves british food"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-5cf59cc660-20130327_145314 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton street"
],
[
"_:result",
"name",
"saint johns chop 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",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton street"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate price west part of town"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "it doesnt matter"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'saint johns chop house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saint johns chop house is a nice 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,address,'21 - 24 northampton street');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , saint johns chop house is on 21 - 24 Northampton Street"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food is served"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'british');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saint johns chop house serves british food"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-187c1708f2-20130327_130141 | [
{
"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"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton street"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_: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",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton street"
],
[
"_:result",
"food",
"british"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the 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": "breath i want to find an expensive restaurant and it sh"
},
{
"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 part of town"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "indian food noise"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'indian');(_:result,name,'taj tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "taj tandoori is a great restaurant serving expensive indian food in the south of town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "thank you what is the address and phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'64 cherry hinton road cherry hinton');(_:result,name,'taj tandoori');(_:result,phone,'01223 412299');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of taj tandoori is 01223 412299 and it is on 64 Cherry Hinton Road Cherry Hinton ."
},
{
"id": 9,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'taj tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "taj tandoori is a great restaurant"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "that is all"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry but there is no other indian restaurant in the expensive price range and the south of town"
},
{
"id": 13,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you goodb"
}
] | voip-935947e17b-20130328_152337 | [
{
"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",
"indian"
],
[
"_: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",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:result",
"phone",
"01223 412299"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_: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",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"phone",
"01223 412299"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"phone",
"01223 412299"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/eb66e9dc"
],
[
"_:search/eb66e9dc",
"area",
"south"
],
[
"_:search/eb66e9dc",
"food",
"indian"
],
[
"_:search/eb66e9dc",
"pricerange",
"expensive"
],
[
"_:search/eb66e9dc",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_: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,'scottish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "scottish food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'irish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no irish restaurant that matches your request"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'scottish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "scottish food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'scottish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no scottish restaurant that matches your request"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "korean food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul serves korean food ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-d6f8c4271e-20130326_221007 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"scottish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8033d84c"
],
[
"_:search/8033d84c",
"food",
"irish"
],
[
"_:search/8033d84c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"scottish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8033d84c"
],
[
"_:search/8033d84c",
"food",
"irish"
],
[
"_:search/8033d84c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0b08b126"
],
[
"_:search/0b08b126",
"food",
"scottish"
],
[
"_:search/0b08b126",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8033d84c"
],
[
"_:search/8033d84c",
"food",
"irish"
],
[
"_:search/8033d84c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0b08b126"
],
[
"_:search/0b08b126",
"food",
"scottish"
],
[
"_:search/0b08b126",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8033d84c"
],
[
"_:search/8033d84c",
"food",
"irish"
],
[
"_:search/8033d84c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0b08b126"
],
[
"_:search/0b08b126",
"food",
"scottish"
],
[
"_:search/0b08b126",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant that serves uh"
},
{
"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,'persian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "persian"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'cotto');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cotto is in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what kind of food is it"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'british');(_:result,name,'cotto');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cotto serves british food"
},
{
"id": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'persian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about persian food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'restaurant one seven');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant one seven is in the moderate price range"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'british');(_:result,name,'restaurant one seven');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant one seven serves british food"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'restaurant one seven');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant one seven is a great restaurant"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'restaurant one seven');(_:result,phone,'01223 337766');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of restaurant one seven is 01223 337766 ."
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e3b4879e0d-20130326_024044 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"persian"
],
[
"_: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",
"persian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"cotto"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"cotto"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"persian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"food",
"british"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"persian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"restaurant one seven"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"persian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"restaurant one seven"
],
[
"_: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",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"persian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"restaurant one seven"
],
[
"_: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",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"persian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"restaurant one seven"
],
[
"_:result",
"phone",
"01223 337766"
],
[
"_: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,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for moderately priced restaurant in the south part of town"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address"
},
{
"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 restaurant in the south of town in the moderate price range"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "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": "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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"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 restaurant in the south of town in the moderate price range"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'indian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no moderate restaurant in the south of town serving indian food"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e3b4879e0d-20130327_030803 | [
{
"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",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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",
"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"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"152 - 154 hills road"
],
[
"_:result",
"phone",
"01223 413000"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"152 - 154 hills road"
],
[
"_:result",
"phone",
"01223 413000"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_: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": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"152 - 154 hills road"
],
[
"_:result",
"phone",
"01223 413000"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/edfbdf78"
],
[
"_:search/edfbdf78",
"area",
"south"
],
[
"_:search/edfbdf78",
"food",
"indian"
],
[
"_:search/edfbdf78",
"pricerange",
"moderate"
],
[
"_:search/edfbdf78",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "center"
},
{
"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": [
"inform((_:result,name,'golden wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'golden wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is a great restaurant"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria serves italian food ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "telephone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria serves italian food ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria serves italian food ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria serves italian food ."
},
{
"id": 15,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria serves italian food ."
},
{
"id": 17,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria serves italian food ."
},
{
"id": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-2d3d74d091-20130328_144241 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"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",
"centre"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_: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",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_: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",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
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,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "iam looking for a cheap restaurant and it should be in the north part of town"
},
{
"id": 2,
"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 restaurant in the north of town in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "there any other"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria is a nice restaurant in the north of town in the cheap price range"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "could i have another one"
},
{
"id": 8,
"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 restaurant in the north of town in the cheap price range"
},
{
"id": 9,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could i have the address and phone number of the venue"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'victoria avenue chesterton');(_:result,name,'royal spice');(_:result,phone,'01733 553355');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of royal spice is 01733 553355 and it is on Victoria Avenue Chesterton ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-199d62165b-20130402_123507 | [
{
"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",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant in the west part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice restaurant in the west of town in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e99e4f4538-20130328_200645 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the 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": "inaudible"
},
{
"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": "inaudible"
},
{
"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,'european');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap european food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'european');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cheap european food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive european"
},
{
"id": 8,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive'))"
],
"speaker": "system",
"text": "Sorry would you like something in the expensive price range or in the cheap price range"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "michaelhouse cafe serves european food in the expensive price range"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,\"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": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'michaelhouse cafe');(_:result,phone,'01223 309147');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of michaelhouse cafe is 01223 309147 ."
},
{
"id": 15,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "area"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'european');(_:result,name,'eraina');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "eraina serves european food in the expensive price range"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what area"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'eraina');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "eraina is a great restaurant"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what area"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'eraina');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "eraina is a great restaurant"
},
{
"id": 21,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "where"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,name,'eraina');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "eraina is a great restaurant"
},
{
"id": 23,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what area"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,name,'eraina');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "eraina 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,'eraina');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "eraina is a great restaurant"
},
{
"id": 27,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south"
},
{
"id": 28,
"rdf-acts": [
"inform((_:result,food,'european');(_:result,name,'cambridge lodge restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant serves european food in the expensive price range"
},
{
"id": 29,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "area"
},
{
"id": 30,
"rdf-acts": [
"inform((_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant is a great restaurant"
},
{
"id": 31,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what area"
},
{
"id": 32,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant is a nice place in the west of town"
},
{
"id": 33,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 34,
"rdf-acts": [
"inform((_:result,address,'cambridge lodge hotel 139 huntingdon road city centre');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , cambridge lodge restaurant is on Cambridge Lodge Hotel 139 Huntingdon Road City Centre"
},
{
"id": 35,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 36,
"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": 37,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-22c938c8ba-20130325_143621 | [
{
"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",
"european"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/6df9d436"
],
[
"_:search/6df9d436",
"food",
"european"
],
[
"_:search/6df9d436",
"pricerange",
"cheap"
],
[
"_:search/6df9d436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6df9d436"
],
[
"_:search/6df9d436",
"food",
"european"
],
[
"_:search/6df9d436",
"pricerange",
"cheap"
],
[
"_:search/6df9d436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/6df9d436"
],
[
"_:search/6df9d436",
"food",
"european"
],
[
"_:search/6df9d436",
"pricerange",
"cheap"
],
[
"_:search/6df9d436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6df9d436"
],
[
"_:search/6df9d436",
"food",
"european"
],
[
"_:search/6df9d436",
"pricerange",
"cheap"
],
[
"_:search/6df9d436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6df9d436"
],
[
"_:search/6df9d436",
"food",
"european"
],
[
"_:search/6df9d436",
"pricerange",
"cheap"
],
[
"_:search/6df9d436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6df9d436"
],
[
"_:search/6df9d436",
"food",
"european"
],
[
"_:search/6df9d436",
"pricerange",
"cheap"
],
[
"_:search/6df9d436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"st. michael's church trinity street city centre"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"eraina"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6df9d436"
],
[
"_:search/6df9d436",
"food",
"european"
],
[
"_:search/6df9d436",
"pricerange",
"cheap"
],
[
"_:search/6df9d436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"st. michael's church trinity street city centre"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"eraina"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/6df9d436"
],
[
"_:search/6df9d436",
"food",
"european"
],
[
"_:search/6df9d436",
"pricerange",
"cheap"
],
[
"_:search/6df9d436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"st. michael's church trinity street city centre"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"eraina"
],
[
"_: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
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6df9d436"
],
[
"_:search/6df9d436",
"food",
"european"
],
[
"_:search/6df9d436",
"pricerange",
"cheap"
],
[
"_:search/6df9d436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"st. michael's church trinity street city centre"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"eraina"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/6df9d436"
],
[
"_:search/6df9d436",
"food",
"european"
],
[
"_:search/6df9d436",
"pricerange",
"cheap"
],
[
"_:search/6df9d436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"st. michael's church trinity street city centre"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"eraina"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/6df9d436"
],
[
"_:search/6df9d436",
"food",
"european"
],
[
"_:search/6df9d436",
"pricerange",
"cheap"
],
[
"_:search/6df9d436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"st. michael's church trinity street city centre"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"eraina"
],
[
"_: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
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/6df9d436"
],
[
"_:search/6df9d436",
"food",
"european"
],
[
"_:search/6df9d436",
"pricerange",
"cheap"
],
[
"_:search/6df9d436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"st. michael's church trinity street city centre"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
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/6df9d436"
],
[
"_:search/6df9d436",
"food",
"european"
],
[
"_:search/6df9d436",
"pricerange",
"cheap"
],
[
"_:search/6df9d436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"st. michael's church trinity street city centre"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/6df9d436"
],
[
"_:search/6df9d436",
"food",
"european"
],
[
"_:search/6df9d436",
"pricerange",
"cheap"
],
[
"_:search/6df9d436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"st. michael's church trinity street city centre"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/6df9d436"
],
[
"_:search/6df9d436",
"food",
"european"
],
[
"_:search/6df9d436",
"pricerange",
"cheap"
],
[
"_:search/6df9d436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"cambridge lodge hotel 139 huntingdon road city centre"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
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/6df9d436"
],
[
"_:search/6df9d436",
"food",
"european"
],
[
"_:search/6df9d436",
"pricerange",
"cheap"
],
[
"_:search/6df9d436",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"cambridge lodge hotel 139 huntingdon road city centre"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"phone",
"01223 355166"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
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": [],
"speaker": "user",
"text": "sil"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the north part of town"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'canapes');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "canapes food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cantonese food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about indian type food"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "it doesnt matter"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice is a nice place in the north of town serving tasty indian food"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "do you have the address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'victoria avenue chesterton');(_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , royal spice is on Victoria Avenue Chesterton"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'royal spice');(_:result,phone,'01733 553355');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of royal spice is 01733 553355 ."
},
{
"id": 17,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and whats the price range"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "okay thank you good bye"
}
] | voip-62cc0cc55d-20130323_155832 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"canapes"
],
[
"_: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/3c84eeca"
],
[
"_:search/3c84eeca",
"food",
"cantonese"
],
[
"_:search/3c84eeca",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/3c84eeca"
],
[
"_:search/3c84eeca",
"food",
"cantonese"
],
[
"_:search/3c84eeca",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/3c84eeca"
],
[
"_:search/3c84eeca",
"food",
"cantonese"
],
[
"_:search/3c84eeca",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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",
"north"
],
[
"_:system",
"canthelp",
"_:search/3c84eeca"
],
[
"_:search/3c84eeca",
"food",
"cantonese"
],
[
"_:search/3c84eeca",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/3c84eeca"
],
[
"_:search/3c84eeca",
"food",
"cantonese"
],
[
"_:search/3c84eeca",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/3c84eeca"
],
[
"_:search/3c84eeca",
"food",
"cantonese"
],
[
"_:search/3c84eeca",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/3c84eeca"
],
[
"_:search/3c84eeca",
"food",
"cantonese"
],
[
"_:search/3c84eeca",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
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,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap restaurant serving chinese food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is a great restaurant serving chinese food and it is in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number and post code"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'the lucky star');(_:result,phone,'01223 244277');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the lucky star is 01223 244277 and its postcode is C.B 1, 7 D.Y ."
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e72dba1759-20130326_223506 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_: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,type,'Restaurant'))"
],
"speaker": "user",
"text": "west part of town"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is a nice place in the west of town"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "fusion food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving fusion food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "vietnamese"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a vietnamese restaurant right?"
},
{
"id": 9,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice place in the west of town serving tasty vietnamese food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a great restaurant"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,phone,'01223 362456');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of thanh binh is 01223 362456 ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-9f989824fd-20130325_204229 | [
{
"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",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"fusion"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e757aff4"
],
[
"_:search/e757aff4",
"food",
"fusion"
],
[
"_:search/e757aff4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e757aff4"
],
[
"_:search/e757aff4",
"food",
"fusion"
],
[
"_:search/e757aff4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/e757aff4"
],
[
"_:search/e757aff4",
"food",
"fusion"
],
[
"_:search/e757aff4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/e757aff4"
],
[
"_:search/e757aff4",
"food",
"fusion"
],
[
"_:search/e757aff4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/e757aff4"
],
[
"_:search/e757aff4",
"food",
"fusion"
],
[
"_:search/e757aff4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "ah im looking for a cheap restaurant"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'the river bar steakhouse and grill');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the river bar steakhouse and grill is in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh does it serve"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'the river bar steakhouse and grill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the river bar steakhouse and grill is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'canapes');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "canapes food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'the river bar steakhouse and grill');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the river bar steakhouse and grill is in the cheap price range"
},
{
"id": 7,
"rdf-acts": [
"confirm((_:result,food,'canapes');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "does it serve canapes food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the river bar steakhouse and grill');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the river bar steakhouse and grill is in the cheap price range"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'canapes');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant that serves canapes food"
},
{
"id": 10,
"rdf-acts": [
"confirm((_:search,food,'german');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a german restaurant right?"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "im looking for a"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,food,'german');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving german food"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'canapes');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant that serves can canapes food"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,food,'german');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving german food"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,food,'canapes');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "canapes"
},
{
"id": 16,
"rdf-acts": [
"confirm((_:search,food,'japanese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a japanese restaurant right?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,food,'canapes');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "canapes"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how bout one that serves portuguese food and is cheap"
},
{
"id": 20,
"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": 21,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "ye"
},
{
"id": 22,
"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": 23,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "alright can i have the address"
},
{
"id": 24,
"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": 25,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-96f43326a4-20130323_070939 | [
{
"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",
"type",
"Restaurant"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"canapes"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"canapes"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"canapes"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"food",
"canapes"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"canapes"
],
[
"_: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",
"food",
"canapes"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"canapes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_: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",
"food",
"canapes"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/9f139aee"
],
[
"_:search/9f139aee",
"food",
"german"
],
[
"_:search/9f139aee",
"type",
"Restaurant"
],
[
"_:search",
"food",
"canapes"
],
[
"_: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",
"food",
"canapes"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/9f139aee"
],
[
"_:search/9f139aee",
"food",
"german"
],
[
"_:search/9f139aee",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/18a61c6f"
],
[
"_:search/18a61c6f",
"food",
"german"
],
[
"_:search/18a61c6f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"canapes"
],
[
"_: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",
"food",
"canapes"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/9f139aee"
],
[
"_:search/9f139aee",
"food",
"german"
],
[
"_:search/9f139aee",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/18a61c6f"
],
[
"_:search/18a61c6f",
"food",
"german"
],
[
"_:search/18a61c6f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"canapes"
],
[
"_: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",
"food",
"canapes"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9f139aee"
],
[
"_:search/9f139aee",
"food",
"german"
],
[
"_:search/9f139aee",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/18a61c6f"
],
[
"_:search/18a61c6f",
"food",
"german"
],
[
"_:search/18a61c6f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1d135c18"
],
[
"_:search/1d135c18",
"food",
"japanese"
],
[
"_:search/1d135c18",
"pricerange",
"cheap"
],
[
"_:search/1d135c18",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"food",
"canapes"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9f139aee"
],
[
"_:search/9f139aee",
"food",
"german"
],
[
"_:search/9f139aee",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/18a61c6f"
],
[
"_:search/18a61c6f",
"food",
"german"
],
[
"_:search/18a61c6f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1d135c18"
],
[
"_:search/1d135c18",
"food",
"japanese"
],
[
"_:search/1d135c18",
"pricerange",
"cheap"
],
[
"_:search/1d135c18",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/9f139aee"
],
[
"_:search/9f139aee",
"food",
"german"
],
[
"_:search/9f139aee",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/18a61c6f"
],
[
"_:search/18a61c6f",
"food",
"german"
],
[
"_:search/18a61c6f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1d135c18"
],
[
"_:search/1d135c18",
"food",
"japanese"
],
[
"_:search/1d135c18",
"pricerange",
"cheap"
],
[
"_:search/1d135c18",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_: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,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/9f139aee"
],
[
"_:search/9f139aee",
"food",
"german"
],
[
"_:search/9f139aee",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/18a61c6f"
],
[
"_:search/18a61c6f",
"food",
"german"
],
[
"_:search/18a61c6f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1d135c18"
],
[
"_:search/1d135c18",
"food",
"japanese"
],
[
"_:search/1d135c18",
"pricerange",
"cheap"
],
[
"_:search/1d135c18",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_: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,
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,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "greek food in the north part of town"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "indian food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'the nirala');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala is a nice restaurant in the north of town serving indian food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address phone number and price range"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'the nirala');(_:result,phone,'01223 360966');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the nirala is 01223 360966 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the price range"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e61fa89add-20130326_100750 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"greek"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/0390ca05"
],
[
"_:search/0390ca05",
"area",
"north"
],
[
"_:search/0390ca05",
"food",
"greek"
],
[
"_:search/0390ca05",
"type",
"Restaurant"
],
[
"_: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/0390ca05"
],
[
"_:search/0390ca05",
"area",
"north"
],
[
"_:search/0390ca05",
"food",
"greek"
],
[
"_:search/0390ca05",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/0390ca05"
],
[
"_:search/0390ca05",
"area",
"north"
],
[
"_:search/0390ca05",
"food",
"greek"
],
[
"_:search/0390ca05",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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",
"north"
],
[
"_:system",
"canthelp",
"_:search/0390ca05"
],
[
"_:search/0390ca05",
"area",
"north"
],
[
"_:search/0390ca05",
"food",
"greek"
],
[
"_:search/0390ca05",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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",
"north"
],
[
"_:system",
"canthelp",
"_:search/0390ca05"
],
[
"_:search/0390ca05",
"area",
"north"
],
[
"_:search/0390ca05",
"food",
"greek"
],
[
"_:search/0390ca05",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"phone",
"01223 360966"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/0390ca05"
],
[
"_:search/0390ca05",
"area",
"north"
],
[
"_:search/0390ca05",
"food",
"greek"
],
[
"_:search/0390ca05",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"phone",
"01223 360966"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/0390ca05"
],
[
"_:search/0390ca05",
"area",
"north"
],
[
"_:search/0390ca05",
"food",
"greek"
],
[
"_:search/0390ca05",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"phone",
"01223 360966"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south part of town"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any expensive"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant serving any kind of food right?"
},
{
"id": 9,
"rdf-acts": [
"affirm()",
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes expensive"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address phone number post code"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 16,
"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": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-7e07d8f0f5-20130328_184956 | [
{
"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",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"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"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_: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",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:result",
"phone",
"01223 412299"
],
[
"_: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",
"south"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the 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,type,'Restaurant'))"
],
"speaker": "user",
"text": "creative food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'creative');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no creative restaurant that matches your request"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north american"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'north american');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "gourmet burger kitchen serves north american food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address phone number and post code"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'regent street city centre');(_:result,name,'gourmet burger kitchen');(_:result,phone,'01223 312598');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of gourmet burger kitchen is 01223 312598 and it is on Regent Street City Centre ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'gourmet burger kitchen');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of gourmet burger kitchen is C.B 2, 1 A.B"
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-8d5173f3a6-20130324_183949 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"creative"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/e8b48acf"
],
[
"_:search/e8b48acf",
"food",
"creative"
],
[
"_:search/e8b48acf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/e8b48acf"
],
[
"_:search/e8b48acf",
"food",
"creative"
],
[
"_:search/e8b48acf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"north american"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/e8b48acf"
],
[
"_:search/e8b48acf",
"food",
"creative"
],
[
"_:search/e8b48acf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"north american"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"phone",
"01223 312598"
],
[
"_: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/e8b48acf"
],
[
"_:search/e8b48acf",
"food",
"creative"
],
[
"_:search/e8b48acf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"north american"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"phone",
"01223 312598"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |