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": [],
"speaker": "user",
"text": "can i have an"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'english');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant serving english food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'english');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving english food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh what about modern european"
},
{
"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": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about modern european food"
},
{
"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,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay what about modern european food"
},
{
"id": 10,
"rdf-acts": [
"confirm((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a modern european restaurant right?"
},
{
"id": 11,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "right"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'modern european');(_:result,name,'de luca cucina and bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "de luca cucina and bar serves modern european food"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'de luca cucina and bar');(_:result,phone,'01223 356666');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of de luca cucina and bar is 01223 356666 ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-9735278861-20130401_160600 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"english"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6afbad69"
],
[
"_:search/6afbad69",
"food",
"english"
],
[
"_:search/6afbad69",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6afbad69"
],
[
"_:search/6afbad69",
"food",
"english"
],
[
"_:search/6afbad69",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/4bed269e"
],
[
"_:search/4bed269e",
"food",
"english"
],
[
"_:search/4bed269e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6afbad69"
],
[
"_:search/6afbad69",
"food",
"english"
],
[
"_:search/6afbad69",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/4bed269e"
],
[
"_:search/4bed269e",
"food",
"english"
],
[
"_:search/4bed269e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f1987549"
],
[
"_:search/f1987549",
"food",
"english"
],
[
"_:search/f1987549",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6afbad69"
],
[
"_:search/6afbad69",
"food",
"english"
],
[
"_:search/6afbad69",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/4bed269e"
],
[
"_:search/4bed269e",
"food",
"english"
],
[
"_:search/4bed269e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f1987549"
],
[
"_:search/f1987549",
"food",
"english"
],
[
"_:search/f1987549",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern 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",
"?"
],
[
"_:system",
"canthelp",
"_:search/6afbad69"
],
[
"_:search/6afbad69",
"food",
"english"
],
[
"_:search/6afbad69",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/4bed269e"
],
[
"_:search/4bed269e",
"food",
"english"
],
[
"_:search/4bed269e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f1987549"
],
[
"_:search/f1987549",
"food",
"english"
],
[
"_:search/f1987549",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6afbad69"
],
[
"_:search/6afbad69",
"food",
"english"
],
[
"_:search/6afbad69",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/4bed269e"
],
[
"_:search/4bed269e",
"food",
"english"
],
[
"_:search/4bed269e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f1987549"
],
[
"_:search/f1987549",
"food",
"english"
],
[
"_:search/f1987549",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"phone",
"01223 356666"
],
[
"_: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,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant in the north part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is a nice restaurant in the north of town in the moderate price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the phone number of the venue"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'golden wok');(_:result,phone,'01223 350688');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of golden wok is 01223 350688 ."
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-597cfafdee-20130402_005639 | [
{
"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",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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": "uh id like a cheap restaurant in the"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any kind of food"
},
{
"id": 4,
"rdf-acts": [
"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,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number and address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the missing sock');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the missing sock is 01223 812660 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-03d6592b76-20130327_030034 | [
{
"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",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "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,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'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": "anything else"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice is a nice restaurant in the north of town in the cheap price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'victoria avenue chesterton');(_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , royal spice is on Victoria Avenue Chesterton"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'royal spice');(_:result,phone,'01733 553355');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of royal spice is 01733 553355 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'royal spice');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of royal spice is C.B 4, 1 E.H"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-ccf48b9a6a-20130329_053509 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"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"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
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": [
"hello()",
"inform((_:search,area,'centre');(_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "hi im looking for an restaurant in the center that serves korean food"
},
{
"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": [
"affirm()",
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes that sells korean food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'charlie chan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "charlie chan is a nice place in the centre of town"
},
{
"id": 5,
"rdf-acts": [
"confirm((_:result,food,'korean');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "does it serve korean 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": [
"confirm((_:result,food,'korean');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "does it serve korean"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul is a nice place in the centre of town serving tasty korean food"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "um what"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul is a great restaurant"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address and phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'108 regent street city centre');(_:result,name,'little seoul');(_:result,phone,'01223 308681');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of little seoul is 01223 308681 and it is on 108 Regent Street City Centre ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and whats the price range"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'little seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul is in the expensive price range"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-87de4f7a80-20130324_155006 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:system",
"canthelp",
"_:search/d14dce90"
],
[
"_:search/d14dce90",
"food",
"greek"
],
[
"_:search/d14dce90",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d14dce90"
],
[
"_:search/d14dce90",
"food",
"greek"
],
[
"_:search/d14dce90",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d14dce90"
],
[
"_:search/d14dce90",
"food",
"greek"
],
[
"_:search/d14dce90",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_: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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d14dce90"
],
[
"_:search/d14dce90",
"food",
"greek"
],
[
"_:search/d14dce90",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"phone",
"01223 308681"
],
[
"_: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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d14dce90"
],
[
"_:search/d14dce90",
"food",
"greek"
],
[
"_:search/d14dce90",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"phone",
"01223 308681"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a nice restaurant in the east of town in the moderate price range"
},
{
"id": 3,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince is a nice restaurant in the east of town in the moderate price range"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'451 newmarket road fen ditton');(_:result,name,'curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , curry prince is on 451 Newmarket Road Fen Ditton"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-58047f5227-20130326_032210 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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 ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for a moderately priced restaurant that serves turkish food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'turkish');(_:result,name,'efes restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "efes restaurant is a great restaurant serving turkish food and it is in the moderate price range"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'efes restaurant');(_:result,phone,'01223 500005');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of efes restaurant is 01223 500005 ."
},
{
"id": 7,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'turkish');(_:result,name,'efes restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "efes restaurant is a great restaurant serving turkish food and it is in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-da4a08ad84-20130328_155023 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"phone",
"01223 500005"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 500005"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "i want to find a 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,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a cheap restaurant"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'chinese');(_:result,name,'yu garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yu garden is a nice restaurant in the east of town serving chinese food"
},
{
"id": 7,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no im looking"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'yu garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yu garden is in the east part of town ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "serves cheap"
},
{
"id": 10,
"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": 11,
"rdf-acts": [],
"speaker": "user",
"text": "im looking"
},
{
"id": 12,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant in west part of town"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice restaurant in the west of town serving vietnamese food"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice restaurant in the west of town in the cheap price range"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address and the"
},
{
"id": 18,
"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": 19,
"rdf-acts": [],
"speaker": "user",
"text": "what"
},
{
"id": 20,
"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": 21,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the post code"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,postcode,'c.b 3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of thanh binh is C.B 3, 0 A.F"
},
{
"id": 23,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address again"
},
{
"id": 24,
"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": 25,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-52d599db9c-20130323_075058 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"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",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/0ca985b7"
],
[
"_:result/0ca985b7",
"area",
"east"
],
[
"_:result/0ca985b7",
"food",
"chinese"
],
[
"_:result/0ca985b7",
"name",
"yu garden"
],
[
"_:result/0ca985b7",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:user",
"denied",
"_:result/0ca985b7"
],
[
"_:result/0ca985b7",
"area",
"east"
],
[
"_:result/0ca985b7",
"food",
"chinese"
],
[
"_:result/0ca985b7",
"name",
"yu garden"
],
[
"_:result/0ca985b7",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:user",
"denied",
"_:result/0ca985b7"
],
[
"_:result/0ca985b7",
"area",
"east"
],
[
"_:result/0ca985b7",
"food",
"chinese"
],
[
"_:result/0ca985b7",
"name",
"yu garden"
],
[
"_:result/0ca985b7",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:user",
"denied",
"_:result/0ca985b7"
],
[
"_:result/0ca985b7",
"area",
"east"
],
[
"_:result/0ca985b7",
"food",
"chinese"
],
[
"_:result/0ca985b7",
"name",
"yu garden"
],
[
"_:result/0ca985b7",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:user",
"denied",
"_:result/0ca985b7"
],
[
"_:result/0ca985b7",
"area",
"east"
],
[
"_:result/0ca985b7",
"food",
"chinese"
],
[
"_:result/0ca985b7",
"name",
"yu garden"
],
[
"_:result/0ca985b7",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:user",
"denied",
"_:result/0ca985b7"
],
[
"_:result/0ca985b7",
"area",
"east"
],
[
"_:result/0ca985b7",
"food",
"chinese"
],
[
"_:result/0ca985b7",
"name",
"yu garden"
],
[
"_:result/0ca985b7",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_: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,
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",
"*"
],
[
"_:user",
"denied",
"_:result/0ca985b7"
],
[
"_:result/0ca985b7",
"area",
"east"
],
[
"_:result/0ca985b7",
"food",
"chinese"
],
[
"_:result/0ca985b7",
"name",
"yu garden"
],
[
"_:result/0ca985b7",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_: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"
]
],
"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",
"*"
],
[
"_:user",
"denied",
"_:result/0ca985b7"
],
[
"_:result/0ca985b7",
"area",
"east"
],
[
"_:result/0ca985b7",
"food",
"chinese"
],
[
"_:result/0ca985b7",
"name",
"yu garden"
],
[
"_:result/0ca985b7",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"17 magdalene street city centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:user",
"denied",
"_:result/0ca985b7"
],
[
"_:result/0ca985b7",
"area",
"east"
],
[
"_:result/0ca985b7",
"food",
"chinese"
],
[
"_:result/0ca985b7",
"name",
"yu garden"
],
[
"_:result/0ca985b7",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"17 magdalene street city centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"postcode",
"c.b 3"
],
[
"_: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",
"*"
],
[
"_:user",
"denied",
"_:result/0ca985b7"
],
[
"_:result/0ca985b7",
"area",
"east"
],
[
"_:result/0ca985b7",
"food",
"chinese"
],
[
"_:result/0ca985b7",
"name",
"yu garden"
],
[
"_:result/0ca985b7",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"postcode",
"c.b 3"
],
[
"_:result",
"address",
"17 magdalene street city centre"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
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,'international');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant that serves international"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'international');(_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock serves international food in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'finders corner newmarket road');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the missing sock is on Finders Corner Newmarket Road"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'the missing sock');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the missing sock is 01223 812660 ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-3b81cbb287-20130324_020944 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"finders corner newmarket road"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap restaurant mediterranean food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'mediterranean');(_:result,name,'the gardenia');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gardenia serves mediterranean food in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address and phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'the gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gardenia is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'2 rose crescent city centre');(_:result,name,'the gardenia');(_:result,phone,'01223 356354');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the gardenia is 01223 356354 and it is on 2 Rose Crescent City Centre ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-a8649977cf-20130323_160311 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"2 rose crescent city centre"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"phone",
"01223 356354"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "are there any restaurant serving corsica food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving corsica food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about indian"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving corsica food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about indian"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'saffron brasserie');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saffron brasserie serves indian food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about in the west side of town"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'indian');(_:result,name,'india house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "india house is a nice place in the west of town serving tasty indian food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'india house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "india house is a great restaurant"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have its address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'31 newnham road newnham');(_:result,name,'india house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , india house is on 31 Newnham Road Newnham"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could i have its number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'india house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "india house is a great restaurant"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have its number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'india house');(_:result,phone,'01223 461661');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of india house is 01223 461661 ."
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-4f069a4136-20130402_031309 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"corsica"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c6cf3472"
],
[
"_:search/c6cf3472",
"food",
"corsica"
],
[
"_:search/c6cf3472",
"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/c6cf3472"
],
[
"_:search/c6cf3472",
"food",
"corsica"
],
[
"_:search/c6cf3472",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c8717f98"
],
[
"_:search/c8717f98",
"food",
"corsica"
],
[
"_:search/c8717f98",
"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/c6cf3472"
],
[
"_:search/c6cf3472",
"food",
"corsica"
],
[
"_:search/c6cf3472",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c8717f98"
],
[
"_:search/c8717f98",
"food",
"corsica"
],
[
"_:search/c8717f98",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"saffron brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c6cf3472"
],
[
"_:search/c6cf3472",
"food",
"corsica"
],
[
"_:search/c6cf3472",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c8717f98"
],
[
"_:search/c8717f98",
"food",
"corsica"
],
[
"_:search/c8717f98",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"india 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"
],
[
"_:system",
"canthelp",
"_:search/c6cf3472"
],
[
"_:search/c6cf3472",
"food",
"corsica"
],
[
"_:search/c6cf3472",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c8717f98"
],
[
"_:search/c8717f98",
"food",
"corsica"
],
[
"_:search/c8717f98",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"india house"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c6cf3472"
],
[
"_:search/c6cf3472",
"food",
"corsica"
],
[
"_:search/c6cf3472",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c8717f98"
],
[
"_:search/c8717f98",
"food",
"corsica"
],
[
"_:search/c8717f98",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"31 newnham road newnham"
],
[
"_:result",
"name",
"india house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c6cf3472"
],
[
"_:search/c6cf3472",
"food",
"corsica"
],
[
"_:search/c6cf3472",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c8717f98"
],
[
"_:search/c8717f98",
"food",
"corsica"
],
[
"_:search/c8717f98",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"31 newnham road newnham"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"india house"
],
[
"_: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/c6cf3472"
],
[
"_:search/c6cf3472",
"food",
"corsica"
],
[
"_:search/c6cf3472",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c8717f98"
],
[
"_:search/c8717f98",
"food",
"corsica"
],
[
"_:search/c8717f98",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"31 newnham road newnham"
],
[
"_:result",
"name",
"india house"
],
[
"_:result",
"phone",
"01223 461661"
],
[
"_: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,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "afghan"
},
{
"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,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "afghan"
},
{
"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,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "afghan food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving afghan food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "vietnamese food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no vietnamese restaurant in the centre of town"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "any of town"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 12,
"rdf-acts": [
"confirm((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a vietnamese restaurant right?"
},
{
"id": 13,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no vietnamese restaurant in the centre of town"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,area,*);(_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "vietnamese anywhere"
},
{
"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": [
"confirm((_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it cheap"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a great restaurant"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is in the cheap price range"
},
{
"id": 21,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 22,
"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": 23,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a great restaurant"
},
{
"id": 25,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you bye"
}
] | voip-560cbd32a5-20130401_144308 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/08bffd60"
],
[
"_:search/08bffd60",
"food",
"afghan"
],
[
"_:search/08bffd60",
"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/08bffd60"
],
[
"_:search/08bffd60",
"food",
"afghan"
],
[
"_:search/08bffd60",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/42d67595"
],
[
"_:search/42d67595",
"area",
"centre"
],
[
"_:search/42d67595",
"food",
"vietnamese"
],
[
"_:search/42d67595",
"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/08bffd60"
],
[
"_:search/08bffd60",
"food",
"afghan"
],
[
"_:search/08bffd60",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/42d67595"
],
[
"_:search/42d67595",
"area",
"centre"
],
[
"_:search/42d67595",
"food",
"vietnamese"
],
[
"_:search/42d67595",
"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/08bffd60"
],
[
"_:search/08bffd60",
"food",
"afghan"
],
[
"_:search/08bffd60",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/42d67595"
],
[
"_:search/42d67595",
"area",
"centre"
],
[
"_:search/42d67595",
"food",
"vietnamese"
],
[
"_:search/42d67595",
"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/08bffd60"
],
[
"_:search/08bffd60",
"food",
"afghan"
],
[
"_:search/08bffd60",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/42d67595"
],
[
"_:search/42d67595",
"area",
"centre"
],
[
"_:search/42d67595",
"food",
"vietnamese"
],
[
"_:search/42d67595",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6e67145b"
],
[
"_:search/6e67145b",
"area",
"centre"
],
[
"_:search/6e67145b",
"food",
"vietnamese"
],
[
"_:search/6e67145b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_: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/08bffd60"
],
[
"_:search/08bffd60",
"food",
"afghan"
],
[
"_:search/08bffd60",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/42d67595"
],
[
"_:search/42d67595",
"area",
"centre"
],
[
"_:search/42d67595",
"food",
"vietnamese"
],
[
"_:search/42d67595",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6e67145b"
],
[
"_:search/6e67145b",
"area",
"centre"
],
[
"_:search/6e67145b",
"food",
"vietnamese"
],
[
"_:search/6e67145b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/08bffd60"
],
[
"_:search/08bffd60",
"food",
"afghan"
],
[
"_:search/08bffd60",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/42d67595"
],
[
"_:search/42d67595",
"area",
"centre"
],
[
"_:search/42d67595",
"food",
"vietnamese"
],
[
"_:search/42d67595",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6e67145b"
],
[
"_:search/6e67145b",
"area",
"centre"
],
[
"_:search/6e67145b",
"food",
"vietnamese"
],
[
"_:search/6e67145b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/08bffd60"
],
[
"_:search/08bffd60",
"food",
"afghan"
],
[
"_:search/08bffd60",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/42d67595"
],
[
"_:search/42d67595",
"area",
"centre"
],
[
"_:search/42d67595",
"food",
"vietnamese"
],
[
"_:search/42d67595",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6e67145b"
],
[
"_:search/6e67145b",
"area",
"centre"
],
[
"_:search/6e67145b",
"food",
"vietnamese"
],
[
"_:search/6e67145b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/08bffd60"
],
[
"_:search/08bffd60",
"food",
"afghan"
],
[
"_:search/08bffd60",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/42d67595"
],
[
"_:search/42d67595",
"area",
"centre"
],
[
"_:search/42d67595",
"food",
"vietnamese"
],
[
"_:search/42d67595",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6e67145b"
],
[
"_:search/6e67145b",
"area",
"centre"
],
[
"_:search/6e67145b",
"food",
"vietnamese"
],
[
"_:search/6e67145b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
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/08bffd60"
],
[
"_:search/08bffd60",
"food",
"afghan"
],
[
"_:search/08bffd60",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/42d67595"
],
[
"_:search/42d67595",
"area",
"centre"
],
[
"_:search/42d67595",
"food",
"vietnamese"
],
[
"_:search/42d67595",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6e67145b"
],
[
"_:search/6e67145b",
"area",
"centre"
],
[
"_:search/6e67145b",
"food",
"vietnamese"
],
[
"_:search/6e67145b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
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,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "afghan food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "center"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "afghan"
},
{
"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,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "turkish"
},
{
"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,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "turkish"
},
{
"id": 10,
"rdf-acts": [
"confirm((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant serving any kind of food right?"
},
{
"id": 11,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 12,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 14,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for a restaurant serving afghan food"
},
{
"id": 16,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-8991b7bff6-20130401_173851 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"afghan"
],
[
"_: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",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"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",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_: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",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for a moderately priced restaurant in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'pizza hut fen ditton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut fen ditton is a nice place in the east of town and the prices are moderate"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'cambridge retail park newmarket road fen ditton');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , pizza hut fen ditton is on Cambridge Retail Park Newmarket Road Fen Ditton"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'pizza hut fen ditton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of pizza hut fen ditton is 01223 323737 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the post code"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'pizza hut fen ditton');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of pizza hut fen ditton is C.B 5, 8 W.R"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-03c59ba692-20130325_180735 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"cambridge retail park newmarket road fen ditton"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"cambridge retail park newmarket road fen ditton"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"cambridge retail park newmarket road fen ditton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"postcode",
"c.b 5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,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": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'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": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the address"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'pizza hut fen ditton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of pizza hut fen ditton is 01223 323737 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-3b59a0391b-20130401_134901 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_: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"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"cambridge retail park newmarket road fen ditton"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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": "in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'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,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need to know the phone number and price of food"
},
{
"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": "what type of food"
},
{
"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-be5b7bf9d9-20130401_150230 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"?"
],
[
"_: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",
"food",
"*"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"?"
],
[
"_: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,'centre');(_:search,food,'african');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the center serving african food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'african');(_:result,name,'bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bedouin is a nice place in the centre of town serving tasty african food"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address of the venue"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-597cfafdee-20130328_232032 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"address",
"100 mill road city centre"
],
[
"_:result",
"name",
"bedouin"
],
[
"_: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,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive restaurant 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,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,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'pipasha restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pipasha restaurant is a nice restaurant in the east of town serving indian food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'newmarket road fen ditton');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , pipasha restaurant is on Newmarket Road Fen Ditton"
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-158a881c88-20130328_151638 | [
{
"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",
"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"
]
],
"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",
"food",
"indian"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"newmarket road fen ditton"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "greek"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving greek food"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "turkish"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'turkish');(_:result,name,'efes restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "efes restaurant serves turkish food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'turkish');(_:result,name,'efes restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "efes restaurant serves turkish food in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'king street city centre');(_:result,name,'efes restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , efes restaurant is on King Street City Centre"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-90732b027d-20130327_181557 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"greek"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8b56cf6e"
],
[
"_:search/8b56cf6e",
"food",
"greek"
],
[
"_:search/8b56cf6e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8b56cf6e"
],
[
"_:search/8b56cf6e",
"food",
"greek"
],
[
"_:search/8b56cf6e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8b56cf6e"
],
[
"_:search/8b56cf6e",
"food",
"greek"
],
[
"_:search/8b56cf6e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/8b56cf6e"
],
[
"_:search/8b56cf6e",
"food",
"greek"
],
[
"_:search/8b56cf6e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"king street city centre"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant in the east part of town"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is a nice place in the east of town and the prices are cheap"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'international');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock serves international food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the 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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fdf8b50918-20130327_024718 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"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",
"food",
"international"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_: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",
"food",
"international"
],
[
"_:result",
"address",
"finders corner newmarket road"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'unusual');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for a moderately priced restaurant that serves unusual food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving unusual food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about european food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving unusual food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "european food"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address and post code"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'15 - 19 trumpington street');(_:result,name,'hotel du vin and bistro');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hotel du vin and bistro is on 15 - 19 Trumpington Street , C.B 2, 1 Q.A"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-b27a230d2e-20130323_050944 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"unusual"
],
[
"_: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/54e95639"
],
[
"_:search/54e95639",
"food",
"unusual"
],
[
"_:search/54e95639",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/54e95639"
],
[
"_:search/54e95639",
"food",
"unusual"
],
[
"_:search/54e95639",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/43c4860e"
],
[
"_:search/43c4860e",
"food",
"unusual"
],
[
"_:search/43c4860e",
"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"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/54e95639"
],
[
"_:search/54e95639",
"food",
"unusual"
],
[
"_:search/54e95639",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/43c4860e"
],
[
"_:search/43c4860e",
"food",
"unusual"
],
[
"_:search/43c4860e",
"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",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"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/54e95639"
],
[
"_:search/54e95639",
"food",
"unusual"
],
[
"_:search/54e95639",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/43c4860e"
],
[
"_:search/43c4860e",
"food",
"unusual"
],
[
"_:search/43c4860e",
"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"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/54e95639"
],
[
"_:search/54e95639",
"food",
"unusual"
],
[
"_:search/54e95639",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/43c4860e"
],
[
"_:search/43c4860e",
"food",
"unusual"
],
[
"_:search/43c4860e",
"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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is a nice restaurant in the east of town in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the phone number and address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'finders corner newmarket road');(_:result,name,'the missing sock');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the missing sock is 01223 812660 and it is on Finders Corner Newmarket Road ."
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-58047f5227-20130327_032257 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_: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",
"address",
"finders corner newmarket road"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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,'eritrean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for air tran food in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'eritrean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no eritrean restaurant in the south of town"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about portuguese"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'indian');(_:result,name,'taj tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "taj tandoori is a nice restaurant in the south of town serving indian food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "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 restaurant in the south of town serving portuguese food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'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-f32f2cfdae-20130328_195839 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/8a0514a1"
],
[
"_:search/8a0514a1",
"area",
"south"
],
[
"_:search/8a0514a1",
"food",
"eritrean"
],
[
"_:search/8a0514a1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/8a0514a1"
],
[
"_:search/8a0514a1",
"area",
"south"
],
[
"_:search/8a0514a1",
"food",
"eritrean"
],
[
"_:search/8a0514a1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/8a0514a1"
],
[
"_:search/8a0514a1",
"area",
"south"
],
[
"_:search/8a0514a1",
"food",
"eritrean"
],
[
"_:search/8a0514a1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/8a0514a1"
],
[
"_:search/8a0514a1",
"area",
"south"
],
[
"_:search/8a0514a1",
"food",
"eritrean"
],
[
"_:search/8a0514a1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/8a0514a1"
],
[
"_:search/8a0514a1",
"area",
"south"
],
[
"_:search/8a0514a1",
"food",
"eritrean"
],
[
"_:search/8a0514a1",
"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,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant in the west part of town that serves"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "cannabis"
},
{
"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": "cannabis"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant is in the west part of town ."
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about indian food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'indian');(_:result,name,'cocum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cocum is a nice restaurant in the west of town serving indian food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address and phone number"
},
{
"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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-b57f8ee22b-20130325_185743 | [
{
"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",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"cocum"
],
[
"_: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"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"71 castle street city centre"
],
[
"_:result",
"name",
"cocum"
],
[
"_: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"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the 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,food,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "mexican food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "gourmet burger kitchen is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could i have the address and phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'regent street city centre');(_:result,name,'gourmet burger kitchen');(_:result,phone,'01223 312598');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of gourmet burger kitchen is 01223 312598 and it is on Regent Street City Centre ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e54437a6f0-20130325_131749 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"phone",
"01223 312598"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'world');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "world food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'world');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving world food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'world');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving world food"
},
{
"id": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'lan hong house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house is in the moderate price range"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'12 norfolk street city centre');(_:result,name,'lan hong house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , lan hong house is on 12 Norfolk Street City Centre"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'lan hong house');(_:result,phone,'01223 350420');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of lan hong house is 01223 350420 ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e2a895cfe5-20130325_231121 | [
{
"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",
"world"
],
[
"_: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/4572936c"
],
[
"_:search/4572936c",
"food",
"world"
],
[
"_:search/4572936c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/4572936c"
],
[
"_:search/4572936c",
"food",
"world"
],
[
"_:search/4572936c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e4663e0c"
],
[
"_:search/e4663e0c",
"food",
"world"
],
[
"_:search/e4663e0c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/4572936c"
],
[
"_:search/4572936c",
"food",
"world"
],
[
"_:search/4572936c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e4663e0c"
],
[
"_:search/e4663e0c",
"food",
"world"
],
[
"_:search/e4663e0c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/4572936c"
],
[
"_:search/4572936c",
"food",
"world"
],
[
"_:search/4572936c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e4663e0c"
],
[
"_:search/e4663e0c",
"food",
"world"
],
[
"_:search/e4663e0c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"12 norfolk street city centre"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/4572936c"
],
[
"_:search/4572936c",
"food",
"world"
],
[
"_:search/4572936c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e4663e0c"
],
[
"_:search/e4663e0c",
"food",
"world"
],
[
"_:search/e4663e0c",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"12 norfolk street city centre"
],
[
"_: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,
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": "restaurant in 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,'malaysian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "malaysian food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving polynesian food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'malaysian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "malaysian food"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,food,'malaysian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a malaysian restaurant right?"
},
{
"id": 7,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'malaysian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving malaysian food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "british food"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 12,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "british food"
},
{
"id": 14,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 15,
"rdf-acts": [
"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,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "british food"
},
{
"id": 18,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 19,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 20,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 21,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-52d599db9c-20130326_213541 | [
{
"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",
"malaysian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b0189bed"
],
[
"_:search/b0189bed",
"food",
"polynesian"
],
[
"_:search/b0189bed",
"type",
"Restaurant"
],
[
"_:search",
"food",
"malaysian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b0189bed"
],
[
"_:search/b0189bed",
"food",
"polynesian"
],
[
"_:search/b0189bed",
"type",
"Restaurant"
],
[
"_:search",
"food",
"malaysian"
],
[
"_: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/b0189bed"
],
[
"_:search/b0189bed",
"food",
"polynesian"
],
[
"_:search/b0189bed",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/12dcf974"
],
[
"_:search/12dcf974",
"food",
"malaysian"
],
[
"_:search/12dcf974",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b0189bed"
],
[
"_:search/b0189bed",
"food",
"polynesian"
],
[
"_:search/b0189bed",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/12dcf974"
],
[
"_:search/12dcf974",
"food",
"malaysian"
],
[
"_:search/12dcf974",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b0189bed"
],
[
"_:search/b0189bed",
"food",
"polynesian"
],
[
"_:search/b0189bed",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/12dcf974"
],
[
"_:search/12dcf974",
"food",
"malaysian"
],
[
"_:search/12dcf974",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b0189bed"
],
[
"_:search/b0189bed",
"food",
"polynesian"
],
[
"_:search/b0189bed",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/12dcf974"
],
[
"_:search/12dcf974",
"food",
"malaysian"
],
[
"_:search/12dcf974",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_: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",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b0189bed"
],
[
"_:search/b0189bed",
"food",
"polynesian"
],
[
"_:search/b0189bed",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/12dcf974"
],
[
"_:search/12dcf974",
"food",
"malaysian"
],
[
"_:search/12dcf974",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"british"
],
[
"_: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/b0189bed"
],
[
"_:search/b0189bed",
"food",
"polynesian"
],
[
"_:search/b0189bed",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/12dcf974"
],
[
"_:search/12dcf974",
"food",
"malaysian"
],
[
"_:search/12dcf974",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b0189bed"
],
[
"_:search/b0189bed",
"food",
"polynesian"
],
[
"_:search/b0189bed",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/12dcf974"
],
[
"_:search/12dcf974",
"food",
"malaysian"
],
[
"_:search/12dcf974",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is a nice place in the south of town and the prices are cheap"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park clifton way cherry hinton');(_:result,name,'the lucky star');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the lucky star is on Cambridge Leisure Park Clifton Way Cherry Hinton"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the lucky star');(_:result,phone,'01223 244277');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the lucky star is 01223 244277 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fdf8b50918-20130326_050512 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
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,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for european food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"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": [
"reqalts()",
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about portuguese food"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "portuguese food"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'33-34 saint andrews street');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , nandos city centre is on 33-34 Saint Andrews Street"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-f32f2cfdae-20130328_200054 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/599b1049"
],
[
"_:search/599b1049",
"food",
"european"
],
[
"_:search/599b1049",
"pricerange",
"cheap"
],
[
"_:search/599b1049",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/599b1049"
],
[
"_:search/599b1049",
"food",
"european"
],
[
"_:search/599b1049",
"pricerange",
"cheap"
],
[
"_:search/599b1049",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/31fcfffc"
],
[
"_:search/31fcfffc",
"food",
"european"
],
[
"_:search/31fcfffc",
"pricerange",
"cheap"
],
[
"_:search/31fcfffc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/599b1049"
],
[
"_:search/599b1049",
"food",
"european"
],
[
"_:search/599b1049",
"pricerange",
"cheap"
],
[
"_:search/599b1049",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/31fcfffc"
],
[
"_:search/31fcfffc",
"food",
"european"
],
[
"_:search/31fcfffc",
"pricerange",
"cheap"
],
[
"_:search/31fcfffc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/599b1049"
],
[
"_:search/599b1049",
"food",
"european"
],
[
"_:search/599b1049",
"pricerange",
"cheap"
],
[
"_:search/599b1049",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/31fcfffc"
],
[
"_:search/31fcfffc",
"food",
"european"
],
[
"_:search/31fcfffc",
"pricerange",
"cheap"
],
[
"_:search/31fcfffc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"33-34 saint andrews street"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yeah i need um um m"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at meghna is moderate ."
},
{
"id": 5,
"rdf-acts": [
"confirm((_:result,food,'mexican');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is that mexican food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'mexican');(_:result,name,'chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is a great restaurant serving mexican food and it is in the expensive price range"
},
{
"id": 7,
"rdf-acts": [
"confirm((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it in the centre of town"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is a nice place in the south of town"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need a place in the centre of town that serves mexican food"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no mexican restaurant in the centre of town"
},
{
"id": 11,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how bout asian"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'north american');(_:result,name,'gourmet burger kitchen');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "gourmet burger kitchen is a nice restaurant in the centre of town serving north american food"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need asian how bout asian food"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "gourmet burger kitchen is in the centre part 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,'north american');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "gourmet burger kitchen serves north american food"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need asian food"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "gourmet burger kitchen is in the centre part of town ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "in the centre of town"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "gourmet burger kitchen is in the centre part of town ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian oriental food in the centre"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'asian oriental');(_:result,name,'dojo noodle bar');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "dojo noodle bar is a nice restaurant in the centre of town serving asian oriental food"
},
{
"id": 23,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "alright whats its phone number"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,name,'dojo noodle bar');(_:result,phone,'01223 363471');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of dojo noodle bar is 01223 363471 ."
},
{
"id": 25,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-7fdb5b39e7-20130328_222006 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b0b81c1a"
],
[
"_:search/b0b81c1a",
"area",
"centre"
],
[
"_:search/b0b81c1a",
"food",
"mexican"
],
[
"_:search/b0b81c1a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b0b81c1a"
],
[
"_:search/b0b81c1a",
"area",
"centre"
],
[
"_:search/b0b81c1a",
"food",
"mexican"
],
[
"_:search/b0b81c1a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"north american"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b0b81c1a"
],
[
"_:search/b0b81c1a",
"area",
"centre"
],
[
"_:search/b0b81c1a",
"food",
"mexican"
],
[
"_:search/b0b81c1a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"north american"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b0b81c1a"
],
[
"_:search/b0b81c1a",
"area",
"centre"
],
[
"_:search/b0b81c1a",
"food",
"mexican"
],
[
"_:search/b0b81c1a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"north american"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_: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",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/b0b81c1a"
],
[
"_:search/b0b81c1a",
"area",
"centre"
],
[
"_:search/b0b81c1a",
"food",
"mexican"
],
[
"_:search/b0b81c1a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"north american"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/b0b81c1a"
],
[
"_:search/b0b81c1a",
"area",
"centre"
],
[
"_:search/b0b81c1a",
"food",
"mexican"
],
[
"_:search/b0b81c1a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"north american"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/b0b81c1a"
],
[
"_:search/b0b81c1a",
"area",
"centre"
],
[
"_:search/b0b81c1a",
"food",
"mexican"
],
[
"_:search/b0b81c1a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/b0b81c1a"
],
[
"_:search/b0b81c1a",
"area",
"centre"
],
[
"_:search/b0b81c1a",
"food",
"mexican"
],
[
"_:search/b0b81c1a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"phone",
"01223 363471"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
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,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a nice place in the east of town"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "chinese food in the east part of town"
},
{
"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": "perfect may i have 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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-935947e17b-20130328_164611 | [
{
"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"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to find a expensive restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'frankie and bennys');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "frankie and bennys is a nice place in the south of town and the prices are expensive"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh what is the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park clifton way cherry hinton');(_:result,name,'frankie and bennys');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , frankie and bennys is on Cambridge Leisure Park Clifton Way Cherry Hinton"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "uh thank you good bye"
}
] | voip-b6618de447-20130328_153132 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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": [
"inform((_:result,area,'centre');(_:result,food,'mediterranean');(_:result,name,'the gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gardenia is a nice place in the centre of town serving tasty mediterranean food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could i have the address and phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'2 rose crescent city centre');(_:result,name,'the gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the gardenia is on 2 Rose Crescent City Centre"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could i have the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the gardenia');(_:result,phone,'01223 356354');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the gardenia is 01223 356354 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-199d62165b-20130402_122711 | [
{
"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",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"2 rose crescent city centre"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"address",
"2 rose crescent city centre"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"phone",
"01223 356354"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant in the east part of to"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is a nice restaurant in the east of town in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,food,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is their phone number and type of food"
},
{
"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": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food do they serve"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'international');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock serves international food"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-b27a230d2e-20130329_034847 | [
{
"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",
"food",
"?"
],
[
"_: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",
"food",
"?"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_: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",
"phone",
"01223 812660"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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,'austrian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant that serves austrian food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'german');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no german restaurant that matches your request"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'austrian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "austrian food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'australian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no australian restaurant that matches your request"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about turkish food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'turkish');(_:result,name,'anatolia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "anatolia serves turkish food ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address and postal code"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'30 bridge street city centre');(_:result,name,'anatolia');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "anatolia is on 30 Bridge Street City Centre , C.B 2, 1 U.J"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-f113dbb0e1-20130327_173541 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"austrian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7efbbf67"
],
[
"_:search/7efbbf67",
"food",
"german"
],
[
"_:search/7efbbf67",
"type",
"Restaurant"
],
[
"_:search",
"food",
"austrian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7efbbf67"
],
[
"_:search/7efbbf67",
"food",
"german"
],
[
"_:search/7efbbf67",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/47995d7d"
],
[
"_:search/47995d7d",
"food",
"australian"
],
[
"_:search/47995d7d",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7efbbf67"
],
[
"_:search/7efbbf67",
"food",
"german"
],
[
"_:search/7efbbf67",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/47995d7d"
],
[
"_:search/47995d7d",
"food",
"australian"
],
[
"_:search/47995d7d",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7efbbf67"
],
[
"_:search/7efbbf67",
"food",
"german"
],
[
"_:search/7efbbf67",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/47995d7d"
],
[
"_:search/47995d7d",
"food",
"australian"
],
[
"_:search/47995d7d",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"address",
"30 bridge street city centre"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a restaurant in the 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": "the center"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'english');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want english food in the center of town"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'english');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no english restaurant in the centre of town"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "is there mediterranean food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'mediterranean');(_:result,name,'la mimosa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la mimosa is a nice restaurant in the centre of town serving mediterranean 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,'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": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-583e7cede5-20130323_054735 | [
{
"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",
"pricerange",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_: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",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/97c95e8a"
],
[
"_:search/97c95e8a",
"area",
"centre"
],
[
"_:search/97c95e8a",
"food",
"english"
],
[
"_:search/97c95e8a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/97c95e8a"
],
[
"_:search/97c95e8a",
"area",
"centre"
],
[
"_:search/97c95e8a",
"food",
"english"
],
[
"_:search/97c95e8a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/97c95e8a"
],
[
"_:search/97c95e8a",
"area",
"centre"
],
[
"_:search/97c95e8a",
"food",
"english"
],
[
"_:search/97c95e8a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"address",
"thompsons lane fen ditton"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_: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",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/97c95e8a"
],
[
"_:search/97c95e8a",
"area",
"centre"
],
[
"_:search/97c95e8a",
"food",
"english"
],
[
"_:search/97c95e8a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_: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,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/97c95e8a"
],
[
"_:search/97c95e8a",
"area",
"centre"
],
[
"_:search/97c95e8a",
"food",
"english"
],
[
"_:search/97c95e8a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_: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,
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,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "the west part of town"
},
{
"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,'creative');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "creative food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'creative');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving creative food"
},
{
"id": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about italian food"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'creative');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving creative food"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian food"
},
{
"id": 12,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 14,
"rdf-acts": [
"confirm((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the west of town?"
},
{
"id": 15,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 16,
"rdf-acts": [
"confirm((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant and you dont care about the price range right?"
},
{
"id": 17,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 20,
"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": 21,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-922209b777-20130327_005342 | [
{
"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",
"creative"
],
[
"_: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/556dae13"
],
[
"_:search/556dae13",
"food",
"creative"
],
[
"_:search/556dae13",
"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",
"west"
],
[
"_:system",
"canthelp",
"_:search/556dae13"
],
[
"_:search/556dae13",
"food",
"creative"
],
[
"_:search/556dae13",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/89f2bd56"
],
[
"_:search/89f2bd56",
"food",
"creative"
],
[
"_:search/89f2bd56",
"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",
"west"
],
[
"_:system",
"canthelp",
"_:search/556dae13"
],
[
"_:search/556dae13",
"food",
"creative"
],
[
"_:search/556dae13",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/89f2bd56"
],
[
"_:search/89f2bd56",
"food",
"creative"
],
[
"_:search/89f2bd56",
"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/556dae13"
],
[
"_:search/556dae13",
"food",
"creative"
],
[
"_:search/556dae13",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/89f2bd56"
],
[
"_:search/89f2bd56",
"food",
"creative"
],
[
"_:search/89f2bd56",
"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,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/556dae13"
],
[
"_:search/556dae13",
"food",
"creative"
],
[
"_:search/556dae13",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/89f2bd56"
],
[
"_:search/89f2bd56",
"food",
"creative"
],
[
"_:search/89f2bd56",
"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,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/556dae13"
],
[
"_:search/556dae13",
"food",
"creative"
],
[
"_:search/556dae13",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/89f2bd56"
],
[
"_:search/89f2bd56",
"food",
"creative"
],
[
"_:search/89f2bd56",
"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,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/556dae13"
],
[
"_:search/556dae13",
"food",
"creative"
],
[
"_:search/556dae13",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/89f2bd56"
],
[
"_:search/89f2bd56",
"food",
"creative"
],
[
"_:search/89f2bd56",
"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",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a moderately priced restaurant in the west part of town"
},
{
"id": 2,
"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": 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,'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": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "i want a different res"
},
{
"id": 16,
"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": 17,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "give me a different restaurant"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "goodbye"
}
] | voip-318851c80b-20130328_215616 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_: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",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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,area,'west');(_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to find a restaurant in the west part of town that serves vietnamese food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice restaurant in the west of town serving vietnamese food"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the 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": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what is the price range"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is in the cheap price range"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-b6618de447-20130328_154027 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_: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
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south"
},
{
"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,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any kind"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'restaurant alimentum');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant alimentum is a nice place in the south of town and the prices are moderate"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"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": 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": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-8d5173f3a6-20130323_011736 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"phone",
"01223 413000"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"01223 413000"
],
[
"_:result",
"address",
"152 - 154 hills road"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the south part of town that serves greek food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no greek restaurant in the south of town"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about chinese"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no greek restaurant in the south of town"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "chinese"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no greek restaurant in the south of town"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "chinese"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no greek restaurant in the south of town"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "chinese food"
},
{
"id": 10,
"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 restaurant in the south of town serving chinese food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 12,
"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 restaurant in the south of town serving chinese food"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 16,
"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": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e3b4879e0d-20130326_023841 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"greek"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/d84a5636"
],
[
"_:search/d84a5636",
"area",
"south"
],
[
"_:search/d84a5636",
"food",
"greek"
],
[
"_:search/d84a5636",
"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/d84a5636"
],
[
"_:search/d84a5636",
"area",
"south"
],
[
"_:search/d84a5636",
"food",
"greek"
],
[
"_:search/d84a5636",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/5acca75b"
],
[
"_:search/5acca75b",
"area",
"south"
],
[
"_:search/5acca75b",
"food",
"greek"
],
[
"_:search/5acca75b",
"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/d84a5636"
],
[
"_:search/d84a5636",
"area",
"south"
],
[
"_:search/d84a5636",
"food",
"greek"
],
[
"_:search/d84a5636",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/5acca75b"
],
[
"_:search/5acca75b",
"area",
"south"
],
[
"_:search/5acca75b",
"food",
"greek"
],
[
"_:search/5acca75b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/96ef6ecb"
],
[
"_:search/96ef6ecb",
"area",
"south"
],
[
"_:search/96ef6ecb",
"food",
"greek"
],
[
"_:search/96ef6ecb",
"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",
"south"
],
[
"_:system",
"canthelp",
"_:search/d84a5636"
],
[
"_:search/d84a5636",
"area",
"south"
],
[
"_:search/d84a5636",
"food",
"greek"
],
[
"_:search/d84a5636",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/5acca75b"
],
[
"_:search/5acca75b",
"area",
"south"
],
[
"_:search/5acca75b",
"food",
"greek"
],
[
"_:search/5acca75b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/96ef6ecb"
],
[
"_:search/96ef6ecb",
"area",
"south"
],
[
"_:search/96ef6ecb",
"food",
"greek"
],
[
"_:search/96ef6ecb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fc4a9204"
],
[
"_:search/fc4a9204",
"area",
"south"
],
[
"_:search/fc4a9204",
"food",
"greek"
],
[
"_:search/fc4a9204",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/d84a5636"
],
[
"_:search/d84a5636",
"area",
"south"
],
[
"_:search/d84a5636",
"food",
"greek"
],
[
"_:search/d84a5636",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/5acca75b"
],
[
"_:search/5acca75b",
"area",
"south"
],
[
"_:search/5acca75b",
"food",
"greek"
],
[
"_:search/5acca75b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/96ef6ecb"
],
[
"_:search/96ef6ecb",
"area",
"south"
],
[
"_:search/96ef6ecb",
"food",
"greek"
],
[
"_:search/96ef6ecb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fc4a9204"
],
[
"_:search/fc4a9204",
"area",
"south"
],
[
"_:search/fc4a9204",
"food",
"greek"
],
[
"_:search/fc4a9204",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_: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,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/d84a5636"
],
[
"_:search/d84a5636",
"area",
"south"
],
[
"_:search/d84a5636",
"food",
"greek"
],
[
"_:search/d84a5636",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/5acca75b"
],
[
"_:search/5acca75b",
"area",
"south"
],
[
"_:search/5acca75b",
"food",
"greek"
],
[
"_:search/5acca75b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/96ef6ecb"
],
[
"_:search/96ef6ecb",
"area",
"south"
],
[
"_:search/96ef6ecb",
"food",
"greek"
],
[
"_:search/96ef6ecb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fc4a9204"
],
[
"_:search/fc4a9204",
"area",
"south"
],
[
"_:search/fc4a9204",
"food",
"greek"
],
[
"_:search/fc4a9204",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/d84a5636"
],
[
"_:search/d84a5636",
"area",
"south"
],
[
"_:search/d84a5636",
"food",
"greek"
],
[
"_:search/d84a5636",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/5acca75b"
],
[
"_:search/5acca75b",
"area",
"south"
],
[
"_:search/5acca75b",
"food",
"greek"
],
[
"_:search/5acca75b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/96ef6ecb"
],
[
"_:search/96ef6ecb",
"area",
"south"
],
[
"_:search/96ef6ecb",
"food",
"greek"
],
[
"_:search/96ef6ecb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fc4a9204"
],
[
"_:search/fc4a9204",
"area",
"south"
],
[
"_:search/fc4a9204",
"food",
"greek"
],
[
"_:search/fc4a9204",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_: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,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/d84a5636"
],
[
"_:search/d84a5636",
"area",
"south"
],
[
"_:search/d84a5636",
"food",
"greek"
],
[
"_:search/d84a5636",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/5acca75b"
],
[
"_:search/5acca75b",
"area",
"south"
],
[
"_:search/5acca75b",
"food",
"greek"
],
[
"_:search/5acca75b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/96ef6ecb"
],
[
"_:search/96ef6ecb",
"area",
"south"
],
[
"_:search/96ef6ecb",
"food",
"greek"
],
[
"_:search/96ef6ecb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fc4a9204"
],
[
"_:search/fc4a9204",
"area",
"south"
],
[
"_:search/fc4a9204",
"food",
"greek"
],
[
"_:search/fc4a9204",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_: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"
],
[
"_: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,'cuban');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a cheap restaurant that serves cuban food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'cuban');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no cuban restaurant in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about chinese"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'international');(_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is a great restaurant serving international food and it is in the cheap price range"
},
{
"id": 5,
"rdf-acts": [
"confirm((_:result,food,'chinese');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it chinese food"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 7,
"rdf-acts": [
"affirm()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes that serves chinese food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'charlie chan');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "charlie chan is a great restaurant serving chinese food and it is in the cheap price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats their address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'regent street city centre');(_:result,name,'charlie chan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , charlie chan is on Regent Street City Centre"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and their phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'charlie chan');(_:result,phone,'01223 361763');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of charlie chan is 01223 361763 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-4c25da9a27-20130327_141556 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cuban"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/4d198553"
],
[
"_:search/4d198553",
"food",
"cuban"
],
[
"_:search/4d198553",
"pricerange",
"cheap"
],
[
"_:search/4d198553",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/4d198553"
],
[
"_:search/4d198553",
"food",
"cuban"
],
[
"_:search/4d198553",
"pricerange",
"cheap"
],
[
"_:search/4d198553",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/4d198553"
],
[
"_:search/4d198553",
"food",
"cuban"
],
[
"_:search/4d198553",
"pricerange",
"cheap"
],
[
"_:search/4d198553",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/4d198553"
],
[
"_:search/4d198553",
"food",
"cuban"
],
[
"_:search/4d198553",
"pricerange",
"cheap"
],
[
"_:search/4d198553",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/4d198553"
],
[
"_:search/4d198553",
"food",
"cuban"
],
[
"_:search/4d198553",
"pricerange",
"cheap"
],
[
"_:search/4d198553",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/4d198553"
],
[
"_:search/4d198553",
"food",
"cuban"
],
[
"_:search/4d198553",
"pricerange",
"cheap"
],
[
"_:search/4d198553",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"phone",
"01223 361763"
],
[
"_: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"
},
{
"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,food,'italian');(_:result,name,'pizza hut city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut city centre serves italian food ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate west"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'lebanese');(_:result,name,'ali baba');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "ali baba is a great restaurant serving lebanese food and it is in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west part of town"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'british');(_:result,name,'saint johns chop house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saint johns chop house is a nice restaurant in the west of town serving 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": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'saint johns chop house');(_:result,phone,'01223 353110');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of saint johns chop house is 01223 353110 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fe2783c40a-20130401_151115 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"ali baba"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton street"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton street"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"phone",
"01223 353110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at prezzo is moderate ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the center of town"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'hk fusion');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hk fusion is a nice restaurant in the centre of town in the expensive price range"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'traditional');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for traditional food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'traditional');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no traditional restaurant in the centre of town"
},
{
"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,area,'centre');(_:result,food,'turkish');(_:result,name,'anatolia');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "anatolia is a nice restaurant in the centre of town serving turkish food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'30 bridge street city centre');(_:result,name,'anatolia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , anatolia is on 30 Bridge Street City Centre"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price range"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'anatolia');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "anatolia is in the moderate price range"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-2d2d103292-20130326_044020 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"hk fusion"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"traditional"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"hk fusion"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b2c97905"
],
[
"_:search/b2c97905",
"area",
"centre"
],
[
"_:search/b2c97905",
"food",
"traditional"
],
[
"_:search/b2c97905",
"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",
"*"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b2c97905"
],
[
"_:search/b2c97905",
"area",
"centre"
],
[
"_:search/b2c97905",
"food",
"traditional"
],
[
"_:search/b2c97905",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b2c97905"
],
[
"_:search/b2c97905",
"area",
"centre"
],
[
"_:search/b2c97905",
"food",
"traditional"
],
[
"_:search/b2c97905",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"30 bridge street city centre"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/b2c97905"
],
[
"_:search/b2c97905",
"area",
"centre"
],
[
"_:search/b2c97905",
"food",
"traditional"
],
[
"_:search/b2c97905",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"address",
"30 bridge street city centre"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south noise"
},
{
"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": "expen"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "french"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no french restaurant in the south of town"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'italian');(_:result,name,'frankie and bennys');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "frankie and bennys is a great restaurant serving expensive italian food in the south of town ."
},
{
"id": 11,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry but there is no other italian restaurant in the expensive price range and the south of town"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park clifton way cherry hinton');(_:result,name,'frankie and bennys');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , frankie and bennys is on Cambridge Leisure Park Clifton Way Cherry Hinton"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": "than"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'frankie and bennys');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "frankie and bennys is a great restaurant"
},
{
"id": 17,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "noise thank you goodbye"
}
] | voip-c8821c664b-20130322_222908 | [
{
"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",
"french"
],
[
"_: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",
"south"
],
[
"_:system",
"canthelp",
"_:search/b4bc6ba2"
],
[
"_:search/b4bc6ba2",
"area",
"south"
],
[
"_:search/b4bc6ba2",
"food",
"french"
],
[
"_:search/b4bc6ba2",
"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",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/b4bc6ba2"
],
[
"_:search/b4bc6ba2",
"area",
"south"
],
[
"_:search/b4bc6ba2",
"food",
"french"
],
[
"_:search/b4bc6ba2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/b4bc6ba2"
],
[
"_:search/b4bc6ba2",
"area",
"south"
],
[
"_:search/b4bc6ba2",
"food",
"french"
],
[
"_:search/b4bc6ba2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/97a4c550"
],
[
"_:search/97a4c550",
"area",
"south"
],
[
"_:search/97a4c550",
"food",
"italian"
],
[
"_:search/97a4c550",
"pricerange",
"expensive"
],
[
"_:search/97a4c550",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/b4bc6ba2"
],
[
"_:search/b4bc6ba2",
"area",
"south"
],
[
"_:search/b4bc6ba2",
"food",
"french"
],
[
"_:search/b4bc6ba2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/97a4c550"
],
[
"_:search/97a4c550",
"area",
"south"
],
[
"_:search/97a4c550",
"food",
"italian"
],
[
"_:search/97a4c550",
"pricerange",
"expensive"
],
[
"_:search/97a4c550",
"type",
"Restaurant"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_: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",
"south"
],
[
"_:system",
"canthelp",
"_:search/b4bc6ba2"
],
[
"_:search/b4bc6ba2",
"area",
"south"
],
[
"_:search/b4bc6ba2",
"food",
"french"
],
[
"_:search/b4bc6ba2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/97a4c550"
],
[
"_:search/97a4c550",
"area",
"south"
],
[
"_:search/97a4c550",
"food",
"italian"
],
[
"_:search/97a4c550",
"pricerange",
"expensive"
],
[
"_:search/97a4c550",
"type",
"Restaurant"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east"
},
{
"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": "free"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is a nice restaurant in the east of town in the cheap price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 8,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 14,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is a nice restaurant in the east of town in the cheap price range"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-d66e12b45c-20130327_172835 | [
{
"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",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_: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",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
]
],
"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",
"area",
"east"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
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,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for an expensive restaurant that serves"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any where"
},
{
"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": [
"repeat()"
],
"speaker": "user",
"text": "repeat that"
},
{
"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,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cantonese food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cantonese food"
},
{
"id": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about north american food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'clowns cafe');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "clowns cafe is in the expensive price range"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need the phone number and post code"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'clowns cafe');(_:result,phone,'01223 355711');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of clowns cafe is 01223 355711 and its postcode is C.B 1, 1 L.N ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-5a464ca603-20130401_130854 | [
{
"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",
"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",
"cantonese"
],
[
"_: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/2f4d0d71"
],
[
"_:search/2f4d0d71",
"food",
"cantonese"
],
[
"_:search/2f4d0d71",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/2f4d0d71"
],
[
"_:search/2f4d0d71",
"food",
"cantonese"
],
[
"_:search/2f4d0d71",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"clowns cafe"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/2f4d0d71"
],
[
"_:search/2f4d0d71",
"food",
"cantonese"
],
[
"_:search/2f4d0d71",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"clowns cafe"
],
[
"_:result",
"phone",
"01223 355711"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "jamaican food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no jamaican restaurant that matches your request"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "mediterranean"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no jamaican restaurant that matches your request"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'jamaican');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no jamaican restaurant in the cheap price range"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "mediterranean"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'mediterranean');(_:result,name,'the gardenia');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gardenia is a great restaurant serving mediterranean food and it is in the cheap price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number and post code"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'the gardenia');(_:result,phone,'01223 356354');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the gardenia is 01223 356354 and its postcode is C.B 2, 3 L.L ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-0a45bc863d-20130325_202319 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7b315913"
],
[
"_:search/7b315913",
"food",
"jamaican"
],
[
"_:search/7b315913",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7b315913"
],
[
"_:search/7b315913",
"food",
"jamaican"
],
[
"_:search/7b315913",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"canthelp",
"_:search/d7813d60"
],
[
"_:search/d7813d60",
"food",
"jamaican"
],
[
"_:search/d7813d60",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7b315913"
],
[
"_:search/7b315913",
"food",
"jamaican"
],
[
"_:search/7b315913",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d7813d60"
],
[
"_:search/d7813d60",
"food",
"jamaican"
],
[
"_:search/d7813d60",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/5fb4514c"
],
[
"_:search/5fb4514c",
"food",
"jamaican"
],
[
"_:search/5fb4514c",
"pricerange",
"cheap"
],
[
"_:search/5fb4514c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7b315913"
],
[
"_:search/7b315913",
"food",
"jamaican"
],
[
"_:search/7b315913",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d7813d60"
],
[
"_:search/d7813d60",
"food",
"jamaican"
],
[
"_:search/d7813d60",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/5fb4514c"
],
[
"_:search/5fb4514c",
"food",
"jamaican"
],
[
"_:search/5fb4514c",
"pricerange",
"cheap"
],
[
"_:search/5fb4514c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7b315913"
],
[
"_:search/7b315913",
"food",
"jamaican"
],
[
"_:search/7b315913",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d7813d60"
],
[
"_:search/d7813d60",
"food",
"jamaican"
],
[
"_:search/d7813d60",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/5fb4514c"
],
[
"_:search/5fb4514c",
"food",
"jamaican"
],
[
"_:search/5fb4514c",
"pricerange",
"cheap"
],
[
"_:search/5fb4514c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"phone",
"01223 356354"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant that serves portuguese food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'portuguese');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos city centre serves portuguese food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'nandos city centre');(_:result,phone,'01223 327908');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of nandos city centre is 01223 327908 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the area"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos city centre is a nice place in the centre of town"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-30772678da-20130328_200455 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"nandos city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for a cheap restaurant that serves spanish food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'spanish');(_:result,name,'la raza');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la raza is a great restaurant serving spanish food and it is 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,'4 - 6 rose crescent');(_:result,name,'la raza');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , la raza is on 4 - 6 Rose Crescent"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and whats the postcode"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'la raza');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of la raza is C.B 2, 3 L.L"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-03c59ba692-20130324_033821 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"4 - 6 rose crescent"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"4 - 6 rose crescent"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a polynesian restaurant in the north part of town"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the north of town?"
},
{
"id": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving polynesian food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about indian food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'the nirala');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala is a nice place in the north of town"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have their address please"
},
{
"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": "and the 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,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the price range"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-4c25da9a27-20130325_181701 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"polynesian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"polynesian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/533ed455"
],
[
"_:search/533ed455",
"food",
"polynesian"
],
[
"_:search/533ed455",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/533ed455"
],
[
"_:search/533ed455",
"food",
"polynesian"
],
[
"_:search/533ed455",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/533ed455"
],
[
"_:search/533ed455",
"food",
"polynesian"
],
[
"_:search/533ed455",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/533ed455"
],
[
"_:search/533ed455",
"food",
"polynesian"
],
[
"_:search/533ed455",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"phone",
"01223 360966"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/533ed455"
],
[
"_:search/533ed455",
"food",
"polynesian"
],
[
"_:search/533ed455",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"phone",
"01223 360966"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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": "looking for a cheap restaurant"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is in the cheap price range"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i get the address"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,phone,'01223 362456');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of thanh binh is 01223 362456 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-be5b7bf9d9-20130401_151225 | [
{
"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",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"17 magdalene street city centre"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"17 magdalene street city centre"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'tuscan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "and expensive restaurant that serves tuscan food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no tuscan restaurant in the expensive price range"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "french food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'french');(_:result,name,'cote');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cote is a great restaurant serving french food and it is in the expensive price range"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'cote');(_:result,phone,'01223 311053');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of cote is 01223 311053 ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e61fa89add-20130327_075612 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ecd802d0"
],
[
"_:search/ecd802d0",
"food",
"tuscan"
],
[
"_:search/ecd802d0",
"pricerange",
"expensive"
],
[
"_:search/ecd802d0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ecd802d0"
],
[
"_:search/ecd802d0",
"food",
"tuscan"
],
[
"_:search/ecd802d0",
"pricerange",
"expensive"
],
[
"_:search/ecd802d0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ecd802d0"
],
[
"_:search/ecd802d0",
"food",
"tuscan"
],
[
"_:search/ecd802d0",
"pricerange",
"expensive"
],
[
"_:search/ecd802d0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"cote"
],
[
"_:result",
"phone",
"01223 311053"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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": "dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'chinese');(_:result,name,'yu garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yu garden is a nice restaurant in the east of town serving chinese food"
},
{
"id": 5,
"rdf-acts": [
"confirm((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it expensive"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'yu garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yu garden is a nice restaurant in the east of town in the expensive price range"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'yu garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yu garden is a nice restaurant in the east of town in the expensive price range"
},
{
"id": 9,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'gastropub');(_:result,name,'royal standard');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard is a nice restaurant in the east of town serving gastropub food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address phone number and post code"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'290 mill road city centre');(_:result,name,'royal standard');(_:result,phone,'01223 247877');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of royal standard is 01223 247877 and it is on 290 Mill Road City Centre ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the post code"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'royal standard');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of royal standard is C.B 1, 3 N.L"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e0035cc31b-20130326_205004 | [
{
"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",
"food",
"chinese"
],
[
"_: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",
"food",
"chinese"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"royal standard"
],
[
"_: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",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"290 mill road city centre"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"phone",
"01223 247877"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"290 mill road city centre"
],
[
"_:result",
"phone",
"01223 247877"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "anywhere"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "corsica"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving corsica food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian oriental"
},
{
"id": 10,
"rdf-acts": [
"select((_:result,food,'asian oriental');(_:result,food,'corsica'))"
],
"speaker": "system",
"text": "Sorry would you like corsica or asian oriental food?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian oriental"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'saigon city');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saigon city serves asian oriental food in the expensive price range"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'saigon city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saigon city is a great restaurant"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'saigon city');(_:result,phone,'01223 356555');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of saigon city is 01223 356555 ."
},
{
"id": 19,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the area"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'saigon city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saigon city is a nice place in the north of town"
},
{
"id": 21,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-90732b027d-20130327_173620 | [
{
"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",
"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",
"corsica"
],
[
"_: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/778d2330"
],
[
"_:search/778d2330",
"food",
"corsica"
],
[
"_:search/778d2330",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/778d2330"
],
[
"_:search/778d2330",
"food",
"corsica"
],
[
"_:search/778d2330",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"food",
"corsica"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/778d2330"
],
[
"_:search/778d2330",
"food",
"corsica"
],
[
"_:search/778d2330",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/778d2330"
],
[
"_:search/778d2330",
"food",
"corsica"
],
[
"_:search/778d2330",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/778d2330"
],
[
"_:search/778d2330",
"food",
"corsica"
],
[
"_:search/778d2330",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/778d2330"
],
[
"_:search/778d2330",
"food",
"corsica"
],
[
"_:search/778d2330",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"phone",
"01223 356555"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/778d2330"
],
[
"_:search/778d2330",
"food",
"corsica"
],
[
"_:search/778d2330",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 356555"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "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,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'the good luck chinese food takeaway');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the good luck chinese food takeaway is a nice place in the south of town and the prices are expensive"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'82 cherry hinton road cherry hinton');(_:result,name,'the good luck chinese food takeaway');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the good luck chinese food takeaway is on 82 Cherry Hinton Road Cherry Hinton"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the good luck chinese food takeaway');(_:result,phone,'01223 244149');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the good luck chinese food takeaway is 01223 244149 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-f22c2bf9c7-20130328_113940 | [
{
"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",
"area",
"south"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"82 cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"82 cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"the good luck chinese food takeaway"
],
[
"_:result",
"phone",
"01223 244149"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for a moderately 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": "it doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton is a nice place in the south of town and the prices are moderate"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the phone number and post code"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'pizza hut cherry hinton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of pizza hut cherry hinton is 01223 323737 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'pizza hut cherry hinton');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of pizza hut cherry hinton is C.B 1, 7 D.Y"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-d225fad9df-20130328_183352 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_: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",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'fusion');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need a moderately priced restaurant serving fusion food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving fusion food"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "breath can i get a restaurant serving chinese food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'german');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving german food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need a restaurant serving chinese food"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,food,'english');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a english restaurant right?"
},
{
"id": 7,
"rdf-acts": [
"negate()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no chinese"
},
{
"id": 8,
"rdf-acts": [
"select((_:result,food,'chinese');(_:result,food,'english'))"
],
"speaker": "system",
"text": "Sorry would you like chinese or english food?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "chinese food"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'chinese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no chinese restaurant in the east of town and the moderate price range"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care what part of town"
},
{
"id": 14,
"rdf-acts": [
"confirm((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the east of town?"
},
{
"id": 15,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 16,
"rdf-acts": [
"confirm((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a chinese restaurant right?"
},
{
"id": 17,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 18,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'chinese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no chinese restaurant in the east of town and the moderate price range"
},
{
"id": 19,
"rdf-acts": [
"confirm((_:result,food,'chinese');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is there a chinese food"
},
{
"id": 20,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'chinese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no chinese restaurant in the east of town and the moderate price range"
},
{
"id": 21,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "anywhere"
},
{
"id": 22,
"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": 23,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 24,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'chinese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no chinese restaurant in the east of town and the moderate price range"
},
{
"id": 25,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 26,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'chinese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no chinese restaurant in the east of town and the moderate price range"
},
{
"id": 27,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 28,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'chinese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no chinese restaurant in the east of town and the moderate price range"
},
{
"id": 29,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about other parts of town"
},
{
"id": 30,
"rdf-acts": [
"confirm((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the east of town?"
},
{
"id": 31,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 32,
"rdf-acts": [
"confirm((_:search,food,'halal');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a halal restaurant right?"
},
{
"id": 33,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 34,
"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": 35,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 36,
"rdf-acts": [
"canthelp((_:search,food,'halal');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving halal food"
},
{
"id": 37,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "chinese food"
},
{
"id": 38,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'chinese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no chinese restaurant in the east of town and the moderate price range"
},
{
"id": 39,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about other parts of town"
},
{
"id": 40,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'chinese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no chinese restaurant in the east of town and the moderate price range"
},
{
"id": 41,
"rdf-acts": [
"reqalts()",
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about the west part of town"
},
{
"id": 42,
"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": 43,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the phone number"
},
{
"id": 44,
"rdf-acts": [
"inform((_:result,name,'graffiti');(_:result,phone,'01223 277977');(_:result,postcode,'c.b 3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of graffiti is 01223 277977 and its postcode is C.B 3, 0 L.X ."
},
{
"id": 45,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-2b66f60368-20130326_203705 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"fusion"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"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",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"english"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"english"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"english"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"canthelp",
"_:search/dd581144"
],
[
"_:search/dd581144",
"area",
"east"
],
[
"_:search/dd581144",
"food",
"chinese"
],
[
"_:search/dd581144",
"pricerange",
"moderate"
],
[
"_:search/dd581144",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"english"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"canthelp",
"_:search/dd581144"
],
[
"_:search/dd581144",
"area",
"east"
],
[
"_:search/dd581144",
"food",
"chinese"
],
[
"_:search/dd581144",
"pricerange",
"moderate"
],
[
"_:search/dd581144",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"english"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"canthelp",
"_:search/dd581144"
],
[
"_:search/dd581144",
"area",
"east"
],
[
"_:search/dd581144",
"food",
"chinese"
],
[
"_:search/dd581144",
"pricerange",
"moderate"
],
[
"_:search/dd581144",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"canthelp",
"_:search/dd581144"
],
[
"_:search/dd581144",
"area",
"east"
],
[
"_:search/dd581144",
"food",
"chinese"
],
[
"_:search/dd581144",
"pricerange",
"moderate"
],
[
"_:search/dd581144",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/95de62d8"
],
[
"_:search/95de62d8",
"area",
"east"
],
[
"_:search/95de62d8",
"food",
"chinese"
],
[
"_:search/95de62d8",
"pricerange",
"moderate"
],
[
"_:search/95de62d8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"canthelp",
"_:search/dd581144"
],
[
"_:search/dd581144",
"area",
"east"
],
[
"_:search/dd581144",
"food",
"chinese"
],
[
"_:search/dd581144",
"pricerange",
"moderate"
],
[
"_:search/dd581144",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/95de62d8"
],
[
"_:search/95de62d8",
"area",
"east"
],
[
"_:search/95de62d8",
"food",
"chinese"
],
[
"_:search/95de62d8",
"pricerange",
"moderate"
],
[
"_:search/95de62d8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa988e78"
],
[
"_:search/aa988e78",
"area",
"east"
],
[
"_:search/aa988e78",
"food",
"chinese"
],
[
"_:search/aa988e78",
"pricerange",
"moderate"
],
[
"_:search/aa988e78",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"canthelp",
"_:search/dd581144"
],
[
"_:search/dd581144",
"area",
"east"
],
[
"_:search/dd581144",
"food",
"chinese"
],
[
"_:search/dd581144",
"pricerange",
"moderate"
],
[
"_:search/dd581144",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/95de62d8"
],
[
"_:search/95de62d8",
"area",
"east"
],
[
"_:search/95de62d8",
"food",
"chinese"
],
[
"_:search/95de62d8",
"pricerange",
"moderate"
],
[
"_:search/95de62d8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa988e78"
],
[
"_:search/aa988e78",
"area",
"east"
],
[
"_:search/aa988e78",
"food",
"chinese"
],
[
"_:search/aa988e78",
"pricerange",
"moderate"
],
[
"_:search/aa988e78",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"canthelp",
"_:search/dd581144"
],
[
"_:search/dd581144",
"area",
"east"
],
[
"_:search/dd581144",
"food",
"chinese"
],
[
"_:search/dd581144",
"pricerange",
"moderate"
],
[
"_:search/dd581144",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/95de62d8"
],
[
"_:search/95de62d8",
"area",
"east"
],
[
"_:search/95de62d8",
"food",
"chinese"
],
[
"_:search/95de62d8",
"pricerange",
"moderate"
],
[
"_:search/95de62d8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa988e78"
],
[
"_:search/aa988e78",
"area",
"east"
],
[
"_:search/aa988e78",
"food",
"chinese"
],
[
"_:search/aa988e78",
"pricerange",
"moderate"
],
[
"_:search/aa988e78",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/41f3cd7e"
],
[
"_:search/41f3cd7e",
"area",
"east"
],
[
"_:search/41f3cd7e",
"food",
"chinese"
],
[
"_:search/41f3cd7e",
"pricerange",
"moderate"
],
[
"_:search/41f3cd7e",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"canthelp",
"_:search/dd581144"
],
[
"_:search/dd581144",
"area",
"east"
],
[
"_:search/dd581144",
"food",
"chinese"
],
[
"_:search/dd581144",
"pricerange",
"moderate"
],
[
"_:search/dd581144",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/95de62d8"
],
[
"_:search/95de62d8",
"area",
"east"
],
[
"_:search/95de62d8",
"food",
"chinese"
],
[
"_:search/95de62d8",
"pricerange",
"moderate"
],
[
"_:search/95de62d8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa988e78"
],
[
"_:search/aa988e78",
"area",
"east"
],
[
"_:search/aa988e78",
"food",
"chinese"
],
[
"_:search/aa988e78",
"pricerange",
"moderate"
],
[
"_:search/aa988e78",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/41f3cd7e"
],
[
"_:search/41f3cd7e",
"area",
"east"
],
[
"_:search/41f3cd7e",
"food",
"chinese"
],
[
"_:search/41f3cd7e",
"pricerange",
"moderate"
],
[
"_:search/41f3cd7e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/755af7d4"
],
[
"_:search/755af7d4",
"area",
"east"
],
[
"_:search/755af7d4",
"food",
"chinese"
],
[
"_:search/755af7d4",
"pricerange",
"moderate"
],
[
"_:search/755af7d4",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"canthelp",
"_:search/dd581144"
],
[
"_:search/dd581144",
"area",
"east"
],
[
"_:search/dd581144",
"food",
"chinese"
],
[
"_:search/dd581144",
"pricerange",
"moderate"
],
[
"_:search/dd581144",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/95de62d8"
],
[
"_:search/95de62d8",
"area",
"east"
],
[
"_:search/95de62d8",
"food",
"chinese"
],
[
"_:search/95de62d8",
"pricerange",
"moderate"
],
[
"_:search/95de62d8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa988e78"
],
[
"_:search/aa988e78",
"area",
"east"
],
[
"_:search/aa988e78",
"food",
"chinese"
],
[
"_:search/aa988e78",
"pricerange",
"moderate"
],
[
"_:search/aa988e78",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/41f3cd7e"
],
[
"_:search/41f3cd7e",
"area",
"east"
],
[
"_:search/41f3cd7e",
"food",
"chinese"
],
[
"_:search/41f3cd7e",
"pricerange",
"moderate"
],
[
"_:search/41f3cd7e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/755af7d4"
],
[
"_:search/755af7d4",
"area",
"east"
],
[
"_:search/755af7d4",
"food",
"chinese"
],
[
"_:search/755af7d4",
"pricerange",
"moderate"
],
[
"_:search/755af7d4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8048044b"
],
[
"_:search/8048044b",
"area",
"east"
],
[
"_:search/8048044b",
"food",
"chinese"
],
[
"_:search/8048044b",
"pricerange",
"moderate"
],
[
"_:search/8048044b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"canthelp",
"_:search/dd581144"
],
[
"_:search/dd581144",
"area",
"east"
],
[
"_:search/dd581144",
"food",
"chinese"
],
[
"_:search/dd581144",
"pricerange",
"moderate"
],
[
"_:search/dd581144",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/95de62d8"
],
[
"_:search/95de62d8",
"area",
"east"
],
[
"_:search/95de62d8",
"food",
"chinese"
],
[
"_:search/95de62d8",
"pricerange",
"moderate"
],
[
"_:search/95de62d8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa988e78"
],
[
"_:search/aa988e78",
"area",
"east"
],
[
"_:search/aa988e78",
"food",
"chinese"
],
[
"_:search/aa988e78",
"pricerange",
"moderate"
],
[
"_:search/aa988e78",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/41f3cd7e"
],
[
"_:search/41f3cd7e",
"area",
"east"
],
[
"_:search/41f3cd7e",
"food",
"chinese"
],
[
"_:search/41f3cd7e",
"pricerange",
"moderate"
],
[
"_:search/41f3cd7e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/755af7d4"
],
[
"_:search/755af7d4",
"area",
"east"
],
[
"_:search/755af7d4",
"food",
"chinese"
],
[
"_:search/755af7d4",
"pricerange",
"moderate"
],
[
"_:search/755af7d4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8048044b"
],
[
"_:search/8048044b",
"area",
"east"
],
[
"_:search/8048044b",
"food",
"chinese"
],
[
"_:search/8048044b",
"pricerange",
"moderate"
],
[
"_:search/8048044b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"canthelp",
"_:search/dd581144"
],
[
"_:search/dd581144",
"area",
"east"
],
[
"_:search/dd581144",
"food",
"chinese"
],
[
"_:search/dd581144",
"pricerange",
"moderate"
],
[
"_:search/dd581144",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/95de62d8"
],
[
"_:search/95de62d8",
"area",
"east"
],
[
"_:search/95de62d8",
"food",
"chinese"
],
[
"_:search/95de62d8",
"pricerange",
"moderate"
],
[
"_:search/95de62d8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa988e78"
],
[
"_:search/aa988e78",
"area",
"east"
],
[
"_:search/aa988e78",
"food",
"chinese"
],
[
"_:search/aa988e78",
"pricerange",
"moderate"
],
[
"_:search/aa988e78",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/41f3cd7e"
],
[
"_:search/41f3cd7e",
"area",
"east"
],
[
"_:search/41f3cd7e",
"food",
"chinese"
],
[
"_:search/41f3cd7e",
"pricerange",
"moderate"
],
[
"_:search/41f3cd7e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/755af7d4"
],
[
"_:search/755af7d4",
"area",
"east"
],
[
"_:search/755af7d4",
"food",
"chinese"
],
[
"_:search/755af7d4",
"pricerange",
"moderate"
],
[
"_:search/755af7d4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8048044b"
],
[
"_:search/8048044b",
"area",
"east"
],
[
"_:search/8048044b",
"food",
"chinese"
],
[
"_:search/8048044b",
"pricerange",
"moderate"
],
[
"_:search/8048044b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"canthelp",
"_:search/dd581144"
],
[
"_:search/dd581144",
"area",
"east"
],
[
"_:search/dd581144",
"food",
"chinese"
],
[
"_:search/dd581144",
"pricerange",
"moderate"
],
[
"_:search/dd581144",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/95de62d8"
],
[
"_:search/95de62d8",
"area",
"east"
],
[
"_:search/95de62d8",
"food",
"chinese"
],
[
"_:search/95de62d8",
"pricerange",
"moderate"
],
[
"_:search/95de62d8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa988e78"
],
[
"_:search/aa988e78",
"area",
"east"
],
[
"_:search/aa988e78",
"food",
"chinese"
],
[
"_:search/aa988e78",
"pricerange",
"moderate"
],
[
"_:search/aa988e78",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/41f3cd7e"
],
[
"_:search/41f3cd7e",
"area",
"east"
],
[
"_:search/41f3cd7e",
"food",
"chinese"
],
[
"_:search/41f3cd7e",
"pricerange",
"moderate"
],
[
"_:search/41f3cd7e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/755af7d4"
],
[
"_:search/755af7d4",
"area",
"east"
],
[
"_:search/755af7d4",
"food",
"chinese"
],
[
"_:search/755af7d4",
"pricerange",
"moderate"
],
[
"_:search/755af7d4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8048044b"
],
[
"_:search/8048044b",
"area",
"east"
],
[
"_:search/8048044b",
"food",
"chinese"
],
[
"_:search/8048044b",
"pricerange",
"moderate"
],
[
"_:search/8048044b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35
]
},
{
"id": 18,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/dd581144"
],
[
"_:search/dd581144",
"area",
"east"
],
[
"_:search/dd581144",
"food",
"chinese"
],
[
"_:search/dd581144",
"pricerange",
"moderate"
],
[
"_:search/dd581144",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/95de62d8"
],
[
"_:search/95de62d8",
"area",
"east"
],
[
"_:search/95de62d8",
"food",
"chinese"
],
[
"_:search/95de62d8",
"pricerange",
"moderate"
],
[
"_:search/95de62d8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa988e78"
],
[
"_:search/aa988e78",
"area",
"east"
],
[
"_:search/aa988e78",
"food",
"chinese"
],
[
"_:search/aa988e78",
"pricerange",
"moderate"
],
[
"_:search/aa988e78",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/41f3cd7e"
],
[
"_:search/41f3cd7e",
"area",
"east"
],
[
"_:search/41f3cd7e",
"food",
"chinese"
],
[
"_:search/41f3cd7e",
"pricerange",
"moderate"
],
[
"_:search/41f3cd7e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/755af7d4"
],
[
"_:search/755af7d4",
"area",
"east"
],
[
"_:search/755af7d4",
"food",
"chinese"
],
[
"_:search/755af7d4",
"pricerange",
"moderate"
],
[
"_:search/755af7d4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8048044b"
],
[
"_:search/8048044b",
"area",
"east"
],
[
"_:search/8048044b",
"food",
"chinese"
],
[
"_:search/8048044b",
"pricerange",
"moderate"
],
[
"_:search/8048044b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/86d7f444"
],
[
"_:search/86d7f444",
"food",
"halal"
],
[
"_:search/86d7f444",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37
]
},
{
"id": 19,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/dd581144"
],
[
"_:search/dd581144",
"area",
"east"
],
[
"_:search/dd581144",
"food",
"chinese"
],
[
"_:search/dd581144",
"pricerange",
"moderate"
],
[
"_:search/dd581144",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/95de62d8"
],
[
"_:search/95de62d8",
"area",
"east"
],
[
"_:search/95de62d8",
"food",
"chinese"
],
[
"_:search/95de62d8",
"pricerange",
"moderate"
],
[
"_:search/95de62d8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa988e78"
],
[
"_:search/aa988e78",
"area",
"east"
],
[
"_:search/aa988e78",
"food",
"chinese"
],
[
"_:search/aa988e78",
"pricerange",
"moderate"
],
[
"_:search/aa988e78",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/41f3cd7e"
],
[
"_:search/41f3cd7e",
"area",
"east"
],
[
"_:search/41f3cd7e",
"food",
"chinese"
],
[
"_:search/41f3cd7e",
"pricerange",
"moderate"
],
[
"_:search/41f3cd7e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/755af7d4"
],
[
"_:search/755af7d4",
"area",
"east"
],
[
"_:search/755af7d4",
"food",
"chinese"
],
[
"_:search/755af7d4",
"pricerange",
"moderate"
],
[
"_:search/755af7d4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8048044b"
],
[
"_:search/8048044b",
"area",
"east"
],
[
"_:search/8048044b",
"food",
"chinese"
],
[
"_:search/8048044b",
"pricerange",
"moderate"
],
[
"_:search/8048044b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/86d7f444"
],
[
"_:search/86d7f444",
"food",
"halal"
],
[
"_:search/86d7f444",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"canthelp",
"_:search/f54a1c3e"
],
[
"_:search/f54a1c3e",
"area",
"east"
],
[
"_:search/f54a1c3e",
"food",
"chinese"
],
[
"_:search/f54a1c3e",
"pricerange",
"moderate"
],
[
"_:search/f54a1c3e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39
]
},
{
"id": 20,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/dd581144"
],
[
"_:search/dd581144",
"area",
"east"
],
[
"_:search/dd581144",
"food",
"chinese"
],
[
"_:search/dd581144",
"pricerange",
"moderate"
],
[
"_:search/dd581144",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/95de62d8"
],
[
"_:search/95de62d8",
"area",
"east"
],
[
"_:search/95de62d8",
"food",
"chinese"
],
[
"_:search/95de62d8",
"pricerange",
"moderate"
],
[
"_:search/95de62d8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/aa988e78"
],
[
"_:search/aa988e78",
"area",
"east"
],
[
"_:search/aa988e78",
"food",
"chinese"
],
[
"_:search/aa988e78",
"pricerange",
"moderate"
],
[
"_:search/aa988e78",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/41f3cd7e"
],
[
"_:search/41f3cd7e",
"area",
"east"
],
[
"_:search/41f3cd7e",
"food",
"chinese"
],
[
"_:search/41f3cd7e",
"pricerange",
"moderate"
],
[
"_:search/41f3cd7e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/755af7d4"
],
[
"_:search/755af7d4",
"area",
"east"
],
[
"_:search/755af7d4",
"food",
"chinese"
],
[
"_:search/755af7d4",
"pricerange",
"moderate"
],
[
"_:search/755af7d4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8048044b"
],
[
"_:search/8048044b",
"area",
"east"
],
[
"_:search/8048044b",
"food",
"chinese"
],
[
"_:search/8048044b",
"pricerange",
"moderate"
],
[
"_:search/8048044b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/86d7f444"
],
[
"_:search/86d7f444",
"food",
"halal"
],
[
"_:search/86d7f444",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"canthelp",
"_:search/f54a1c3e"
],
[
"_:search/f54a1c3e",
"area",
"east"
],
[
"_:search/f54a1c3e",
"food",
"chinese"
],
[
"_:search/f54a1c3e",
"pricerange",
"moderate"
],
[
"_:search/f54a1c3e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/da0afb67"
],
[
"_:search/da0afb67",
"area",
"east"
],
[
"_:search/da0afb67",
"food",
"chinese"
],
[
"_:search/da0afb67",
"pricerange",
"moderate"
],
[
"_:search/da0afb67",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41
]
},
{
"id": 21,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/dd581144"
],
[
"_:search/dd581144",
"area",
"east"
],
[
"_:search/dd581144",
"food",
"chinese"
],
[
"_:search/dd581144",
"pricerange",
"moderate"
],
[
"_:search/dd581144",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/95de62d8"
],
[
"_:search/95de62d8",
"area",
"east"
],
[
"_:search/95de62d8",
"food",
"chinese"
],
[
"_:search/95de62d8",
"pricerange",
"moderate"
],
[
"_:search/95de62d8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:system",
"canthelp",
"_:search/aa988e78"
],
[
"_:search/aa988e78",
"area",
"east"
],
[
"_:search/aa988e78",
"food",
"chinese"
],
[
"_:search/aa988e78",
"pricerange",
"moderate"
],
[
"_:search/aa988e78",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/41f3cd7e"
],
[
"_:search/41f3cd7e",
"area",
"east"
],
[
"_:search/41f3cd7e",
"food",
"chinese"
],
[
"_:search/41f3cd7e",
"pricerange",
"moderate"
],
[
"_:search/41f3cd7e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/755af7d4"
],
[
"_:search/755af7d4",
"area",
"east"
],
[
"_:search/755af7d4",
"food",
"chinese"
],
[
"_:search/755af7d4",
"pricerange",
"moderate"
],
[
"_:search/755af7d4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8048044b"
],
[
"_:search/8048044b",
"area",
"east"
],
[
"_:search/8048044b",
"food",
"chinese"
],
[
"_:search/8048044b",
"pricerange",
"moderate"
],
[
"_:search/8048044b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/86d7f444"
],
[
"_:search/86d7f444",
"food",
"halal"
],
[
"_:search/86d7f444",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"canthelp",
"_:search/f54a1c3e"
],
[
"_:search/f54a1c3e",
"area",
"east"
],
[
"_:search/f54a1c3e",
"food",
"chinese"
],
[
"_:search/f54a1c3e",
"pricerange",
"moderate"
],
[
"_:search/f54a1c3e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/da0afb67"
],
[
"_:search/da0afb67",
"area",
"east"
],
[
"_:search/da0afb67",
"food",
"chinese"
],
[
"_:search/da0afb67",
"pricerange",
"moderate"
],
[
"_:search/da0afb67",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"graffiti"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43
]
},
{
"id": 22,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/1f47040d"
],
[
"_:search/1f47040d",
"food",
"fusion"
],
[
"_:search/1f47040d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b81b3e0c"
],
[
"_:search/b81b3e0c",
"food",
"german"
],
[
"_:search/b81b3e0c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/dd581144"
],
[
"_:search/dd581144",
"area",
"east"
],
[
"_:search/dd581144",
"food",
"chinese"
],
[
"_:search/dd581144",
"pricerange",
"moderate"
],
[
"_:search/dd581144",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/95de62d8"
],
[
"_:search/95de62d8",
"area",
"east"
],
[
"_:search/95de62d8",
"food",
"chinese"
],
[
"_:search/95de62d8",
"pricerange",
"moderate"
],
[
"_:search/95de62d8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:system",
"canthelp",
"_:search/aa988e78"
],
[
"_:search/aa988e78",
"area",
"east"
],
[
"_:search/aa988e78",
"food",
"chinese"
],
[
"_:search/aa988e78",
"pricerange",
"moderate"
],
[
"_:search/aa988e78",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/41f3cd7e"
],
[
"_:search/41f3cd7e",
"area",
"east"
],
[
"_:search/41f3cd7e",
"food",
"chinese"
],
[
"_:search/41f3cd7e",
"pricerange",
"moderate"
],
[
"_:search/41f3cd7e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/755af7d4"
],
[
"_:search/755af7d4",
"area",
"east"
],
[
"_:search/755af7d4",
"food",
"chinese"
],
[
"_:search/755af7d4",
"pricerange",
"moderate"
],
[
"_:search/755af7d4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8048044b"
],
[
"_:search/8048044b",
"area",
"east"
],
[
"_:search/8048044b",
"food",
"chinese"
],
[
"_:search/8048044b",
"pricerange",
"moderate"
],
[
"_:search/8048044b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/86d7f444"
],
[
"_:search/86d7f444",
"food",
"halal"
],
[
"_:search/86d7f444",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"canthelp",
"_:search/f54a1c3e"
],
[
"_:search/f54a1c3e",
"area",
"east"
],
[
"_:search/f54a1c3e",
"food",
"chinese"
],
[
"_:search/f54a1c3e",
"pricerange",
"moderate"
],
[
"_:search/f54a1c3e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/da0afb67"
],
[
"_:search/da0afb67",
"area",
"east"
],
[
"_:search/da0afb67",
"food",
"chinese"
],
[
"_:search/da0afb67",
"pricerange",
"moderate"
],
[
"_:search/da0afb67",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"graffiti"
],
[
"_:result",
"phone",
"01223 277977"
],
[
"_:result",
"postcode",
"c.b 3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"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,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in any area serving unintelligible"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'saffron brasserie');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saffron brasserie is a nice restaurant in the centre of town in the expensive price range"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'catalan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "serving catalan food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'catalan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no catalan restaurant that matches your request"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the phone number and post code of the venue"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'the missing sock');(_:result,phone,'01223 812660');(_:result,postcode,'c.b 25');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the missing sock is 01223 812660 and its postcode is C.B 25, 9 A.Q ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-597cfafdee-20130328_232942 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"saffron brasserie"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"catalan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"saffron brasserie"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"catalan"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/54ba94aa"
],
[
"_:search/54ba94aa",
"food",
"catalan"
],
[
"_:search/54ba94aa",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"catalan"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/54ba94aa"
],
[
"_:search/54ba94aa",
"food",
"catalan"
],
[
"_:search/54ba94aa",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"catalan"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/54ba94aa"
],
[
"_:search/54ba94aa",
"food",
"catalan"
],
[
"_:search/54ba94aa",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "scandinavian"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "scandinavian"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'scandinavian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no scandinavian restaurant in the cheap price range"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'scandinavian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no scandinavian restaurant in the cheap price range"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'scandinavian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no scandinavian restaurant in the cheap price range"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian oriental"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'dojo noodle bar');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "dojo noodle bar is a great restaurant serving asian oriental food and it is in the cheap price range"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'dojo noodle bar');(_:result,phone,'01223 363471');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of dojo noodle bar is 01223 363471 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'40210 millers yard city centre');(_:result,name,'dojo noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , dojo noodle bar is on 40210 Millers Yard City Centre"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'dojo noodle bar');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "dojo noodle bar is a great restaurant serving asian oriental food and it is in the cheap price range"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,address,'40210 millers yard city centre');(_:result,name,'dojo noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , dojo noodle bar is on 40210 Millers Yard City Centre"
},
{
"id": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-f22c2bf9c7-20130326_193956 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/f39a9bc5"
],
[
"_:search/f39a9bc5",
"food",
"scandinavian"
],
[
"_:search/f39a9bc5",
"pricerange",
"cheap"
],
[
"_:search/f39a9bc5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/f39a9bc5"
],
[
"_:search/f39a9bc5",
"food",
"scandinavian"
],
[
"_:search/f39a9bc5",
"pricerange",
"cheap"
],
[
"_:search/f39a9bc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/87c377e2"
],
[
"_:search/87c377e2",
"food",
"scandinavian"
],
[
"_:search/87c377e2",
"pricerange",
"cheap"
],
[
"_:search/87c377e2",
"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"
],
[
"_:system",
"canthelp",
"_:search/f39a9bc5"
],
[
"_:search/f39a9bc5",
"food",
"scandinavian"
],
[
"_:search/f39a9bc5",
"pricerange",
"cheap"
],
[
"_:search/f39a9bc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/87c377e2"
],
[
"_:search/87c377e2",
"food",
"scandinavian"
],
[
"_:search/87c377e2",
"pricerange",
"cheap"
],
[
"_:search/87c377e2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5cb4bd40"
],
[
"_:search/5cb4bd40",
"food",
"scandinavian"
],
[
"_:search/5cb4bd40",
"pricerange",
"cheap"
],
[
"_:search/5cb4bd40",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/f39a9bc5"
],
[
"_:search/f39a9bc5",
"food",
"scandinavian"
],
[
"_:search/f39a9bc5",
"pricerange",
"cheap"
],
[
"_:search/f39a9bc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/87c377e2"
],
[
"_:search/87c377e2",
"food",
"scandinavian"
],
[
"_:search/87c377e2",
"pricerange",
"cheap"
],
[
"_:search/87c377e2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5cb4bd40"
],
[
"_:search/5cb4bd40",
"food",
"scandinavian"
],
[
"_:search/5cb4bd40",
"pricerange",
"cheap"
],
[
"_:search/5cb4bd40",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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/f39a9bc5"
],
[
"_:search/f39a9bc5",
"food",
"scandinavian"
],
[
"_:search/f39a9bc5",
"pricerange",
"cheap"
],
[
"_:search/f39a9bc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/87c377e2"
],
[
"_:search/87c377e2",
"food",
"scandinavian"
],
[
"_:search/87c377e2",
"pricerange",
"cheap"
],
[
"_:search/87c377e2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5cb4bd40"
],
[
"_:search/5cb4bd40",
"food",
"scandinavian"
],
[
"_:search/5cb4bd40",
"pricerange",
"cheap"
],
[
"_:search/5cb4bd40",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"phone",
"01223 363471"
],
[
"_: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/f39a9bc5"
],
[
"_:search/f39a9bc5",
"food",
"scandinavian"
],
[
"_:search/f39a9bc5",
"pricerange",
"cheap"
],
[
"_:search/f39a9bc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/87c377e2"
],
[
"_:search/87c377e2",
"food",
"scandinavian"
],
[
"_:search/87c377e2",
"pricerange",
"cheap"
],
[
"_:search/87c377e2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5cb4bd40"
],
[
"_:search/5cb4bd40",
"food",
"scandinavian"
],
[
"_:search/5cb4bd40",
"pricerange",
"cheap"
],
[
"_:search/5cb4bd40",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223 363471"
],
[
"_:result",
"address",
"40210 millers yard city centre"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/f39a9bc5"
],
[
"_:search/f39a9bc5",
"food",
"scandinavian"
],
[
"_:search/f39a9bc5",
"pricerange",
"cheap"
],
[
"_:search/f39a9bc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/87c377e2"
],
[
"_:search/87c377e2",
"food",
"scandinavian"
],
[
"_:search/87c377e2",
"pricerange",
"cheap"
],
[
"_:search/87c377e2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5cb4bd40"
],
[
"_:search/5cb4bd40",
"food",
"scandinavian"
],
[
"_:search/5cb4bd40",
"pricerange",
"cheap"
],
[
"_:search/5cb4bd40",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 363471"
],
[
"_:result",
"address",
"40210 millers yard city centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/f39a9bc5"
],
[
"_:search/f39a9bc5",
"food",
"scandinavian"
],
[
"_:search/f39a9bc5",
"pricerange",
"cheap"
],
[
"_:search/f39a9bc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/87c377e2"
],
[
"_:search/87c377e2",
"food",
"scandinavian"
],
[
"_:search/87c377e2",
"pricerange",
"cheap"
],
[
"_:search/87c377e2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5cb4bd40"
],
[
"_:search/5cb4bd40",
"food",
"scandinavian"
],
[
"_:search/5cb4bd40",
"pricerange",
"cheap"
],
[
"_:search/5cb4bd40",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 363471"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"40210 millers yard city centre"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
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": "i want to find 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,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "international"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'finders corner newmarket road');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the missing sock is on Finders Corner Newmarket Road"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the missing sock');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the missing sock is 01223 812660 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the postcode"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-afd3aa91f0-20130326_015648 | [
{
"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",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"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",
"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",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"address",
"finders corner newmarket road"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"international"
],
[
"_: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
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"international"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for a cheap restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address and the type of food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park clifton way');(_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , nandos is on Cambridge Leisure Park Clifton Way"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what type of food"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'portuguese');(_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos serves portuguese food"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-d0341706f2-20130329_021901 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_: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
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"address",
"cambridge leisure park clifton way"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince is a nice restaurant in the east of town serving indian food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'451 newmarket road fen ditton');(_:result,name,'curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , curry prince is on 451 Newmarket Road Fen Ditton"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-bde2721237-20130325_154829 | [
{
"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",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"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",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant serving any kind of food right?"
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "right"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton is a nice place in the south of town and the prices are moderate"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "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,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton is a great restaurant"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food do they serve"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton serves italian food"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-00d76b791d-20130327_011609 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"food",
"italian"
],
[
"_: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,
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,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like an expensive restaurant in the east part of"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'british');(_:result,name,'grafton hotel restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "grafton hotel restaurant is a nice restaurant in the east of town serving british food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'grafton hotel restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "grafton hotel restaurant is a nice restaurant in the east of town in the expensive price range"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'grafton hotel restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "grafton hotel restaurant is a nice restaurant in the east of town in the expensive price range"
},
{
"id": 9,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there another restaurant"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'grafton hotel restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "grafton hotel restaurant is a nice restaurant in the east of town in the expensive price range"
},
{
"id": 11,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'sitar tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sitar tandoori is a nice restaurant in the east of town serving indian food"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'sitar tandoori');(_:result,phone,'01223 249955');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of sitar tandoori is 01223 249955 ."
},
{
"id": 15,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the type of food"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'sitar tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sitar tandoori serves indian food"
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-583e7cede5-20130323_062756 | [
{
"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",
"food",
"british"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"phone",
"01223 249955"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'eritrean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "eritrean"
},
{
"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": "unintelligible"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at royal spice is cheap ."
},
{
"id": 7,
"rdf-acts": [
"negate()",
"inform((_:search,food,'eritrean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no eritrean food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at royal spice is cheap ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food does it"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice serves indian food"
},
{
"id": 11,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no ah"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at royal spice is cheap ."
},
{
"id": 13,
"rdf-acts": [
"confirm((_:result,food,'eritrean');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "er do they serve eritrean food"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at royal spice is cheap ."
},
{
"id": 15,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about vietnamese food"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a great restaurant serving vietnamese food and it is in the cheap price range"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": "does do you know anyone who serves um"
},
{
"id": 18,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,food,'eritrean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "eritrean food"
},
{
"id": 20,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 21,
"rdf-acts": [],
"speaker": "user",
"text": "um"
},
{
"id": 22,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 23,
"rdf-acts": [],
"speaker": "user",
"text": "do uh"
},
{
"id": 24,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 25,
"rdf-acts": [
"inform((_:search,food,'eritrean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "does anyone serve eritrean food"
},
{
"id": 26,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 27,
"rdf-acts": [
"inform((_:search,food,'eritrean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "eritrean food"
},
{
"id": 28,
"rdf-acts": [
"canthelp((_:search,food,'irish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no irish restaurant in the cheap price range"
},
{
"id": 29,
"rdf-acts": [
"inform((_:search,food,'eritrean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "eritrean"
},
{
"id": 30,
"rdf-acts": [
"canthelp((_:search,food,'irish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no irish restaurant in the cheap price range"
},
{
"id": 31,
"rdf-acts": [
"inform((_:search,food,'eritrean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "eritrean"
},
{
"id": 32,
"rdf-acts": [
"canthelp((_:search,food,'irish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no irish restaurant in the cheap price range"
},
{
"id": 33,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh vietnamese"
},
{
"id": 34,
"rdf-acts": [
"canthelp((_:search,food,'irish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no irish restaurant in the cheap price range"
},
{
"id": 35,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "noise vietnamese"
},
{
"id": 36,
"rdf-acts": [
"canthelp((_:search,food,'irish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no irish restaurant in the cheap price range"
},
{
"id": 37,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the phone number"
},
{
"id": 38,
"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": 39,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food"
},
{
"id": 40,
"rdf-acts": [
"inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh serves vietnamese food"
},
{
"id": 41,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "alright thank you goodbye"
}
] | voip-b20968d1ea-20130323_111126 | [
{
"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",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:user",
"denied",
"_:result/dfe50a6e"
],
[
"_:result/dfe50a6e",
"name",
"royal spice"
],
[
"_:result/dfe50a6e",
"pricerange",
"cheap"
],
[
"_:result/dfe50a6e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"eritrean"
],
[
"_: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"
],
[
"_:user",
"denied",
"_:result/dfe50a6e"
],
[
"_:result/dfe50a6e",
"name",
"royal spice"
],
[
"_:result/dfe50a6e",
"pricerange",
"cheap"
],
[
"_:result/dfe50a6e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:user",
"denied",
"_:result/dfe50a6e"
],
[
"_:result/dfe50a6e",
"name",
"royal spice"
],
[
"_:result/dfe50a6e",
"pricerange",
"cheap"
],
[
"_:result/dfe50a6e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:user",
"denied",
"_:result/98337023"
],
[
"_:result/98337023",
"food",
"indian"
],
[
"_:result/98337023",
"name",
"royal spice"
],
[
"_:result/98337023",
"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"
],
[
"_:user",
"denied",
"_:result/dfe50a6e"
],
[
"_:result/dfe50a6e",
"name",
"royal spice"
],
[
"_:result/dfe50a6e",
"pricerange",
"cheap"
],
[
"_:result/dfe50a6e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/98337023"
],
[
"_:result/98337023",
"food",
"indian"
],
[
"_:result/98337023",
"name",
"royal spice"
],
[
"_:result/98337023",
"type",
"Restaurant"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"eritrean"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:user",
"denied",
"_:result/dfe50a6e"
],
[
"_:result/dfe50a6e",
"name",
"royal spice"
],
[
"_:result/dfe50a6e",
"pricerange",
"cheap"
],
[
"_:result/dfe50a6e",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/98337023"
],
[
"_:result/98337023",
"food",
"indian"
],
[
"_:result/98337023",
"name",
"royal spice"
],
[
"_:result/98337023",
"type",
"Restaurant"
],
[
"_:result",
"food",
"eritrean"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:user",
"denied",
"_:result/dfe50a6e"
],
[
"_:result/dfe50a6e",
"name",
"royal spice"
],
[
"_:result/dfe50a6e",
"pricerange",
"cheap"
],
[
"_:result/dfe50a6e",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/98337023"
],
[
"_:result/98337023",
"food",
"indian"
],
[
"_:result/98337023",
"name",
"royal spice"
],
[
"_:result/98337023",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:user",
"denied",
"_:result/dfe50a6e"
],
[
"_:result/dfe50a6e",
"name",
"royal spice"
],
[
"_:result/dfe50a6e",
"pricerange",
"cheap"
],
[
"_:result/dfe50a6e",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/98337023"
],
[
"_:result/98337023",
"food",
"indian"
],
[
"_:result/98337023",
"name",
"royal spice"
],
[
"_:result/98337023",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:user",
"denied",
"_:result/dfe50a6e"
],
[
"_:result/dfe50a6e",
"name",
"royal spice"
],
[
"_:result/dfe50a6e",
"pricerange",
"cheap"
],
[
"_:result/dfe50a6e",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/98337023"
],
[
"_:result/98337023",
"food",
"indian"
],
[
"_:result/98337023",
"name",
"royal spice"
],
[
"_:result/98337023",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"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,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:user",
"denied",
"_:result/dfe50a6e"
],
[
"_:result/dfe50a6e",
"name",
"royal spice"
],
[
"_:result/dfe50a6e",
"pricerange",
"cheap"
],
[
"_:result/dfe50a6e",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/98337023"
],
[
"_:result/98337023",
"food",
"indian"
],
[
"_:result/98337023",
"name",
"royal spice"
],
[
"_:result/98337023",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"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,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:user",
"denied",
"_:result/dfe50a6e"
],
[
"_:result/dfe50a6e",
"name",
"royal spice"
],
[
"_:result/dfe50a6e",
"pricerange",
"cheap"
],
[
"_:result/dfe50a6e",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/98337023"
],
[
"_:result/98337023",
"food",
"indian"
],
[
"_:result/98337023",
"name",
"royal spice"
],
[
"_:result/98337023",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:user",
"denied",
"_:result/dfe50a6e"
],
[
"_:result/dfe50a6e",
"name",
"royal spice"
],
[
"_:result/dfe50a6e",
"pricerange",
"cheap"
],
[
"_:result/dfe50a6e",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/98337023"
],
[
"_:result/98337023",
"food",
"indian"
],
[
"_:result/98337023",
"name",
"royal spice"
],
[
"_:result/98337023",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:user",
"denied",
"_:result/dfe50a6e"
],
[
"_:result/dfe50a6e",
"name",
"royal spice"
],
[
"_:result/dfe50a6e",
"pricerange",
"cheap"
],
[
"_:result/dfe50a6e",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/98337023"
],
[
"_:result/98337023",
"food",
"indian"
],
[
"_:result/98337023",
"name",
"royal spice"
],
[
"_:result/98337023",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/b92a0390"
],
[
"_:search/b92a0390",
"food",
"irish"
],
[
"_:search/b92a0390",
"pricerange",
"cheap"
],
[
"_:search/b92a0390",
"type",
"Restaurant"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:user",
"denied",
"_:result/dfe50a6e"
],
[
"_:result/dfe50a6e",
"name",
"royal spice"
],
[
"_:result/dfe50a6e",
"pricerange",
"cheap"
],
[
"_:result/dfe50a6e",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/98337023"
],
[
"_:result/98337023",
"food",
"indian"
],
[
"_:result/98337023",
"name",
"royal spice"
],
[
"_:result/98337023",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/b92a0390"
],
[
"_:search/b92a0390",
"food",
"irish"
],
[
"_:search/b92a0390",
"pricerange",
"cheap"
],
[
"_:search/b92a0390",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2b7812c3"
],
[
"_:search/2b7812c3",
"food",
"irish"
],
[
"_:search/2b7812c3",
"pricerange",
"cheap"
],
[
"_:search/2b7812c3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:user",
"denied",
"_:result/dfe50a6e"
],
[
"_:result/dfe50a6e",
"name",
"royal spice"
],
[
"_:result/dfe50a6e",
"pricerange",
"cheap"
],
[
"_:result/dfe50a6e",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/98337023"
],
[
"_:result/98337023",
"food",
"indian"
],
[
"_:result/98337023",
"name",
"royal spice"
],
[
"_:result/98337023",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/b92a0390"
],
[
"_:search/b92a0390",
"food",
"irish"
],
[
"_:search/b92a0390",
"pricerange",
"cheap"
],
[
"_:search/b92a0390",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2b7812c3"
],
[
"_:search/2b7812c3",
"food",
"irish"
],
[
"_:search/2b7812c3",
"pricerange",
"cheap"
],
[
"_:search/2b7812c3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/bce9b05e"
],
[
"_:search/bce9b05e",
"food",
"irish"
],
[
"_:search/bce9b05e",
"pricerange",
"cheap"
],
[
"_:search/bce9b05e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:user",
"denied",
"_:result/dfe50a6e"
],
[
"_:result/dfe50a6e",
"name",
"royal spice"
],
[
"_:result/dfe50a6e",
"pricerange",
"cheap"
],
[
"_:result/dfe50a6e",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/98337023"
],
[
"_:result/98337023",
"food",
"indian"
],
[
"_:result/98337023",
"name",
"royal spice"
],
[
"_:result/98337023",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/b92a0390"
],
[
"_:search/b92a0390",
"food",
"irish"
],
[
"_:search/b92a0390",
"pricerange",
"cheap"
],
[
"_:search/b92a0390",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2b7812c3"
],
[
"_:search/2b7812c3",
"food",
"irish"
],
[
"_:search/2b7812c3",
"pricerange",
"cheap"
],
[
"_:search/2b7812c3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/bce9b05e"
],
[
"_:search/bce9b05e",
"food",
"irish"
],
[
"_:search/bce9b05e",
"pricerange",
"cheap"
],
[
"_:search/bce9b05e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5513e205"
],
[
"_:search/5513e205",
"food",
"irish"
],
[
"_:search/5513e205",
"pricerange",
"cheap"
],
[
"_:search/5513e205",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35
]
},
{
"id": 18,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:user",
"denied",
"_:result/dfe50a6e"
],
[
"_:result/dfe50a6e",
"name",
"royal spice"
],
[
"_:result/dfe50a6e",
"pricerange",
"cheap"
],
[
"_:result/dfe50a6e",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/98337023"
],
[
"_:result/98337023",
"food",
"indian"
],
[
"_:result/98337023",
"name",
"royal spice"
],
[
"_:result/98337023",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/b92a0390"
],
[
"_:search/b92a0390",
"food",
"irish"
],
[
"_:search/b92a0390",
"pricerange",
"cheap"
],
[
"_:search/b92a0390",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2b7812c3"
],
[
"_:search/2b7812c3",
"food",
"irish"
],
[
"_:search/2b7812c3",
"pricerange",
"cheap"
],
[
"_:search/2b7812c3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/bce9b05e"
],
[
"_:search/bce9b05e",
"food",
"irish"
],
[
"_:search/bce9b05e",
"pricerange",
"cheap"
],
[
"_:search/bce9b05e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5513e205"
],
[
"_:search/5513e205",
"food",
"irish"
],
[
"_:search/5513e205",
"pricerange",
"cheap"
],
[
"_:search/5513e205",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ca9f421c"
],
[
"_:search/ca9f421c",
"food",
"irish"
],
[
"_:search/ca9f421c",
"pricerange",
"cheap"
],
[
"_:search/ca9f421c",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37
]
},
{
"id": 19,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:user",
"denied",
"_:result/dfe50a6e"
],
[
"_:result/dfe50a6e",
"name",
"royal spice"
],
[
"_:result/dfe50a6e",
"pricerange",
"cheap"
],
[
"_:result/dfe50a6e",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/98337023"
],
[
"_:result/98337023",
"food",
"indian"
],
[
"_:result/98337023",
"name",
"royal spice"
],
[
"_:result/98337023",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/b92a0390"
],
[
"_:search/b92a0390",
"food",
"irish"
],
[
"_:search/b92a0390",
"pricerange",
"cheap"
],
[
"_:search/b92a0390",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2b7812c3"
],
[
"_:search/2b7812c3",
"food",
"irish"
],
[
"_:search/2b7812c3",
"pricerange",
"cheap"
],
[
"_:search/2b7812c3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/bce9b05e"
],
[
"_:search/bce9b05e",
"food",
"irish"
],
[
"_:search/bce9b05e",
"pricerange",
"cheap"
],
[
"_:search/bce9b05e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5513e205"
],
[
"_:search/5513e205",
"food",
"irish"
],
[
"_:search/5513e205",
"pricerange",
"cheap"
],
[
"_:search/5513e205",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ca9f421c"
],
[
"_:search/ca9f421c",
"food",
"irish"
],
[
"_:search/ca9f421c",
"pricerange",
"cheap"
],
[
"_:search/ca9f421c",
"type",
"Restaurant"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_: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,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39
]
},
{
"id": 20,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:user",
"denied",
"_:result/dfe50a6e"
],
[
"_:result/dfe50a6e",
"name",
"royal spice"
],
[
"_:result/dfe50a6e",
"pricerange",
"cheap"
],
[
"_:result/dfe50a6e",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/98337023"
],
[
"_:result/98337023",
"food",
"indian"
],
[
"_:result/98337023",
"name",
"royal spice"
],
[
"_:result/98337023",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/b92a0390"
],
[
"_:search/b92a0390",
"food",
"irish"
],
[
"_:search/b92a0390",
"pricerange",
"cheap"
],
[
"_:search/b92a0390",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2b7812c3"
],
[
"_:search/2b7812c3",
"food",
"irish"
],
[
"_:search/2b7812c3",
"pricerange",
"cheap"
],
[
"_:search/2b7812c3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/bce9b05e"
],
[
"_:search/bce9b05e",
"food",
"irish"
],
[
"_:search/bce9b05e",
"pricerange",
"cheap"
],
[
"_:search/bce9b05e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5513e205"
],
[
"_:search/5513e205",
"food",
"irish"
],
[
"_:search/5513e205",
"pricerange",
"cheap"
],
[
"_:search/5513e205",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ca9f421c"
],
[
"_:search/ca9f421c",
"food",
"irish"
],
[
"_:search/ca9f421c",
"pricerange",
"cheap"
],
[
"_:search/ca9f421c",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "does not matter"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 10,
"rdf-acts": [
"confirm((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant in the cheap price range right?"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 12,
"rdf-acts": [
"confirm((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant in the cheap price range right?"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 14,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 16,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 18,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,food,'brazilian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "brazilian"
},
{
"id": 20,
"rdf-acts": [
"canthelp((_:search,food,'brazilian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving brazilian food"
},
{
"id": 21,
"rdf-acts": [],
"speaker": "user",
"text": "gastro pub"
},
{
"id": 22,
"rdf-acts": [
"canthelp((_:search,food,'gastropub');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cheap gastropub food"
},
{
"id": 23,
"rdf-acts": [
"reqalts()",
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about moderately priced"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,food,'gastropub');(_:result,name,'the slug and lettuce');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the slug and lettuce serves gastropub food"
},
{
"id": 25,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-14cb91bc48-20130327_190136 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"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",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"brazilian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"brazilian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/08cfdc75"
],
[
"_:search/08cfdc75",
"food",
"brazilian"
],
[
"_:search/08cfdc75",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"brazilian"
],
[
"_:system",
"canthelp",
"_:search/08cfdc75"
],
[
"_:search/08cfdc75",
"food",
"brazilian"
],
[
"_:search/08cfdc75",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3c9654e8"
],
[
"_:search/3c9654e8",
"food",
"gastropub"
],
[
"_:search/3c9654e8",
"pricerange",
"cheap"
],
[
"_:search/3c9654e8",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"brazilian"
],
[
"_:system",
"canthelp",
"_:search/08cfdc75"
],
[
"_:search/08cfdc75",
"food",
"brazilian"
],
[
"_:search/08cfdc75",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3c9654e8"
],
[
"_:search/3c9654e8",
"food",
"gastropub"
],
[
"_:search/3c9654e8",
"pricerange",
"cheap"
],
[
"_:search/3c9654e8",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"the slug and lettuce"
],
[
"_: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,'german');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant that serves german food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'german');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving german food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about asian oriental"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'german');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving german food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "is there any restaurant serving asian oriental food"
},
{
"id": 6,
"rdf-acts": [
"select((_:result,food,'asian oriental');(_:result,food,'german'))"
],
"speaker": "system",
"text": "Sorry would you like asian oriental or german food?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian oriental"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'dojo noodle bar');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "dojo noodle bar serves asian oriental food in the cheap price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'dojo noodle bar');(_:result,phone,'01223 363471');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of dojo noodle bar is 01223 363471 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'40210 millers yard city centre');(_:result,name,'dojo noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , dojo noodle bar is on 40210 Millers Yard City Centre"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-be5b7bf9d9-20130402_080342 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"german"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/cf83d64c"
],
[
"_:search/cf83d64c",
"food",
"german"
],
[
"_:search/cf83d64c",
"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",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/cf83d64c"
],
[
"_:search/cf83d64c",
"food",
"german"
],
[
"_:search/cf83d64c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a1683bdf"
],
[
"_:search/a1683bdf",
"food",
"german"
],
[
"_:search/a1683bdf",
"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",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/cf83d64c"
],
[
"_:search/cf83d64c",
"food",
"german"
],
[
"_:search/cf83d64c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a1683bdf"
],
[
"_:search/a1683bdf",
"food",
"german"
],
[
"_:search/a1683bdf",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"food",
"german"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/cf83d64c"
],
[
"_:search/cf83d64c",
"food",
"german"
],
[
"_:search/cf83d64c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a1683bdf"
],
[
"_:search/a1683bdf",
"food",
"german"
],
[
"_:search/a1683bdf",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/cf83d64c"
],
[
"_:search/cf83d64c",
"food",
"german"
],
[
"_:search/cf83d64c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a1683bdf"
],
[
"_:search/a1683bdf",
"food",
"german"
],
[
"_:search/a1683bdf",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"phone",
"01223 363471"
],
[
"_: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",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/cf83d64c"
],
[
"_:search/cf83d64c",
"food",
"german"
],
[
"_:search/cf83d64c",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a1683bdf"
],
[
"_:search/a1683bdf",
"food",
"german"
],
[
"_:search/a1683bdf",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223 363471"
],
[
"_:result",
"address",
"40210 millers yard city centre"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an expensive restaurant in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh it doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'sitar tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sitar tandoori is a nice restaurant in the east of town serving indian food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "do you have anything else"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'gastropub');(_:result,name,'royal standard');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard is a nice restaurant in the east of town serving gastropub food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "alright do you have the phone number for that one"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay what about the post code"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'royal standard');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of royal standard is C.B 1, 3 N.L"
},
{
"id": 11,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "okay thank you"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'royal standard');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard is a nice restaurant in the east of town in the expensive price range"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'royal standard');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard is a nice restaurant in the east of town in the expensive price range"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e30cb521fb-20130328_122635 | [
{
"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",
"food",
"indian"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"royal standard"
],
[
"_: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"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"phone",
"01223 247877"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 247877"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_: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",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"phone",
"01223 247877"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"phone",
"01223 247877"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'traditional');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like traditional food in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'traditional');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving traditional food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about italian"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant alimentum is a nice place in the south of town"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number and post code"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'restaurant alimentum');(_:result,phone,'01223 413000');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of restaurant alimentum is 01223 413000 and its postcode is C.B 2, 8 P.B ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-aaa44b4121-20130326_054647 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"traditional"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/cba03944"
],
[
"_:search/cba03944",
"food",
"traditional"
],
[
"_:search/cba03944",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/cba03944"
],
[
"_:search/cba03944",
"food",
"traditional"
],
[
"_:search/cba03944",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/cba03944"
],
[
"_:search/cba03944",
"food",
"traditional"
],
[
"_:search/cba03944",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"phone",
"01223 413000"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'tuscan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "tuscan food south part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"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,'tuscan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "tuscan"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving tuscan food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "portugese"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number and address"
},
{
"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,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 16,
"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": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-7e07d8f0f5-20130328_192048 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"tuscan"
],
[
"_: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/64f93af2"
],
[
"_:search/64f93af2",
"food",
"tuscan"
],
[
"_:search/64f93af2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_: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/64f93af2"
],
[
"_:search/64f93af2",
"food",
"tuscan"
],
[
"_:search/64f93af2",
"type",
"Restaurant"
],
[
"_: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,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/64f93af2"
],
[
"_:search/64f93af2",
"food",
"tuscan"
],
[
"_:search/64f93af2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/64f93af2"
],
[
"_:search/64f93af2",
"food",
"tuscan"
],
[
"_:search/64f93af2",
"type",
"Restaurant"
],
[
"_: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,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/64f93af2"
],
[
"_:search/64f93af2",
"food",
"tuscan"
],
[
"_:search/64f93af2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"address",
"cambridge leisure park clifton way"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "mexican"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'mexican');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar serves mexican food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'chiquito restaurant bar');(_:result,phone,'01223 400170');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of chiquito restaurant bar is 01223 400170 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what part of town is it in"
},
{
"id": 8,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))",
"inform((_:search,food,'mexican');(_:search,name,'chiquito restaurant bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what part of town is chiquito mexican restaurant in"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'mexican');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar serves mexican food ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what part of town are they in"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is a nice place in the south of town"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-15d8a89cec-20130327_015432 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"name",
"chiquito restaurant bar"
],
[
"_: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",
"phone",
"01223 400170"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"name",
"chiquito restaurant bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"name",
"chiquito restaurant bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
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,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "afghan food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no afghan restaurant that matches your request"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "korean food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul serves korean food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address price range"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'little seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul is in the expensive price range"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-6dbc3573bc-20130329_035437 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7a233591"
],
[
"_:search/7a233591",
"food",
"afghan"
],
[
"_:search/7a233591",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7a233591"
],
[
"_:search/7a233591",
"food",
"afghan"
],
[
"_:search/7a233591",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7a233591"
],
[
"_:search/7a233591",
"food",
"afghan"
],
[
"_:search/7a233591",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7a233591"
],
[
"_:search/7a233591",
"food",
"afghan"
],
[
"_:search/7a233591",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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,'world');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need a moderately priced restaurant that serves world food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'world');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving world food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about chinese food"
},
{
"id": 4,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'east'))"
],
"speaker": "system",
"text": "Sorry would you like something in the east or in the centre"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'world');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving world food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about chinese food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'world');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving world food"
},
{
"id": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about chinese food"
},
{
"id": 10,
"rdf-acts": [
"confirm((_:search,food,'world');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a world restaurant right?"
},
{
"id": 11,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 12,
"rdf-acts": [
"confirm((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant in the moderate price range right?"
},
{
"id": 13,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,food,'world');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving world food"
},
{
"id": 15,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about chinese food"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is in the moderate price range"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the phone number"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'golden wok');(_:result,phone,'01223 350688');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of golden wok is 01223 350688 ."
},
{
"id": 19,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'lan hong house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house is in the moderate price range"
},
{
"id": 21,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,name,'lan hong house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house is a great restaurant"
},
{
"id": 23,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-d7853a398f-20130402_153810 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"world"
],
[
"_: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/b8c47a69"
],
[
"_:search/b8c47a69",
"food",
"world"
],
[
"_:search/b8c47a69",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/b8c47a69"
],
[
"_:search/b8c47a69",
"food",
"world"
],
[
"_:search/b8c47a69",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/b8c47a69"
],
[
"_:search/b8c47a69",
"food",
"world"
],
[
"_:search/b8c47a69",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/ef127b9b"
],
[
"_:search/ef127b9b",
"food",
"world"
],
[
"_:search/ef127b9b",
"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",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/b8c47a69"
],
[
"_:search/b8c47a69",
"food",
"world"
],
[
"_:search/b8c47a69",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/ef127b9b"
],
[
"_:search/ef127b9b",
"food",
"world"
],
[
"_:search/ef127b9b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/727b23b2"
],
[
"_:search/727b23b2",
"food",
"world"
],
[
"_:search/727b23b2",
"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",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/b8c47a69"
],
[
"_:search/b8c47a69",
"food",
"world"
],
[
"_:search/b8c47a69",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/ef127b9b"
],
[
"_:search/ef127b9b",
"food",
"world"
],
[
"_:search/ef127b9b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/727b23b2"
],
[
"_:search/727b23b2",
"food",
"world"
],
[
"_:search/727b23b2",
"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",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/b8c47a69"
],
[
"_:search/b8c47a69",
"food",
"world"
],
[
"_:search/b8c47a69",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/ef127b9b"
],
[
"_:search/ef127b9b",
"food",
"world"
],
[
"_:search/ef127b9b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/727b23b2"
],
[
"_:search/727b23b2",
"food",
"world"
],
[
"_:search/727b23b2",
"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",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/b8c47a69"
],
[
"_:search/b8c47a69",
"food",
"world"
],
[
"_:search/b8c47a69",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/ef127b9b"
],
[
"_:search/ef127b9b",
"food",
"world"
],
[
"_:search/ef127b9b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/727b23b2"
],
[
"_:search/727b23b2",
"food",
"world"
],
[
"_:search/727b23b2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a347d3a8"
],
[
"_:search/a347d3a8",
"food",
"world"
],
[
"_:search/a347d3a8",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/b8c47a69"
],
[
"_:search/b8c47a69",
"food",
"world"
],
[
"_:search/b8c47a69",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/ef127b9b"
],
[
"_:search/ef127b9b",
"food",
"world"
],
[
"_:search/ef127b9b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/727b23b2"
],
[
"_:search/727b23b2",
"food",
"world"
],
[
"_:search/727b23b2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a347d3a8"
],
[
"_:search/a347d3a8",
"food",
"world"
],
[
"_:search/a347d3a8",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/b8c47a69"
],
[
"_:search/b8c47a69",
"food",
"world"
],
[
"_:search/b8c47a69",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/ef127b9b"
],
[
"_:search/ef127b9b",
"food",
"world"
],
[
"_:search/ef127b9b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/727b23b2"
],
[
"_:search/727b23b2",
"food",
"world"
],
[
"_:search/727b23b2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a347d3a8"
],
[
"_:search/a347d3a8",
"food",
"world"
],
[
"_:search/a347d3a8",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/b8c47a69"
],
[
"_:search/b8c47a69",
"food",
"world"
],
[
"_:search/b8c47a69",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/ef127b9b"
],
[
"_:search/ef127b9b",
"food",
"world"
],
[
"_:search/ef127b9b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/727b23b2"
],
[
"_:search/727b23b2",
"food",
"world"
],
[
"_:search/727b23b2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a347d3a8"
],
[
"_:search/a347d3a8",
"food",
"world"
],
[
"_:search/a347d3a8",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/b8c47a69"
],
[
"_:search/b8c47a69",
"food",
"world"
],
[
"_:search/b8c47a69",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/ef127b9b"
],
[
"_:search/ef127b9b",
"food",
"world"
],
[
"_:search/ef127b9b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/727b23b2"
],
[
"_:search/727b23b2",
"food",
"world"
],
[
"_:search/727b23b2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a347d3a8"
],
[
"_:search/a347d3a8",
"food",
"world"
],
[
"_:search/a347d3a8",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
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": [
"affirm()",
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes a moderately priced restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "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,'modern european');(_:result,name,'restaurant alimentum');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant alimentum is a nice restaurant in the south of town serving modern european food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the address"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-7f9c1c8411-20130328_210507 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_: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,
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,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap food in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is a nice restaurant in the east of town in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'the missing sock');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food does the missing sock serve"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'international');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock serves international food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is their address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'finders corner newmarket road');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the missing sock is on Finders Corner Newmarket Road"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-db80a9e6df-20130328_233633 | [
{
"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"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:search",
"name",
"the missing sock"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"the missing sock"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"the missing sock"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"address",
"finders corner newmarket road"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_: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,'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,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "mediterranean"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'mediterranean');(_:result,name,'the gardenia');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gardenia serves mediterranean food in the cheap price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gardenia is a great restaurant"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'the gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gardenia is a great restaurant"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'2 rose crescent city centre');(_:result,name,'the gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the gardenia is on 2 Rose Crescent City Centre"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'the gardenia');(_:result,phone,'01223 356354');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the gardenia is 01223 356354 ."
},
{
"id": 15,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "goodbye"
}
] | voip-21ec2b7850-20130325_162417 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_: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",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_: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",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"2 rose crescent city centre"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"2 rose crescent city centre"
],
[
"_:result",
"name",
"the gardenia"
],
[
"_:result",
"phone",
"01223 356354"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a moderately priced restaurant 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,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "vietnamese"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a great restaurant serving indian food and it is in the moderate price range"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "vietnamese"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a great restaurant serving indian food and it is in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental type of foo"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'yippee noodle bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yippee noodle bar is a great restaurant serving asian oriental food and it is in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'40428 king street city centre');(_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , yippee noodle bar is on 40428 King Street City Centre"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'yippee noodle bar');(_:result,phone,'01223 518111');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of yippee noodle bar is 01223 518111 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-b57f8ee22b-20130326_235613 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"40428 king street city centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"40428 king street city centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"phone",
"01223 518111"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to find a 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,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "in the north part of town"
},
{
"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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-a8649977cf-20130323_155424 | [
{
"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",
"area",
"north"
],
[
"_: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",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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,'catalan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the east part of town serving catalan 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,'catalan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "catalan"
},
{
"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,'catalan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "catalan"
},
{
"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,'catalan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "catalanian"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about indian food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pipasha restaurant is a nice place in the east of town serving tasty indian food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'newmarket road fen ditton');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , pipasha restaurant is on Newmarket Road Fen Ditton"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-869dd52548-20130401_175459 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"catalan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"catalan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"catalan"
],
[
"_: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",
"catalan"
],
[
"_: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"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_: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"
],
[
"_: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,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"newmarket road fen ditton"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_: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,
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": "looking for a cheap restaurant in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is a nice place in the east of town and the prices are cheap"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'finders corner newmarket road');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the missing sock is on Finders Corner Newmarket Road"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'the missing sock');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the missing sock is 01223 812660 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what is the post code"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the missing sock');(_:result,postcode,'c.b 25');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of the missing sock is C.B 25, 9 A.Q"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-03c59ba692-20130324_034930 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"finders corner newmarket road"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"finders corner newmarket road"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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,'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,food,'chinese');(_:result,name,'peking restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant is a nice restaurant in the south of town serving chinese food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'10 homerton street city centre');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , peking restaurant is on 10 Homerton Street City Centre"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-0a45bc863d-20130325_201240 | [
{
"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",
"food",
"chinese"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the 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,'east');(_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "polynesian food east of town"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no polynesian restaurant that matches your request"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about indian"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'curry garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry garden serves indian food ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "in the east of town"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a nice restaurant in the east of town serving indian food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats 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": "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-52eb280e7b-20130325_130950 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"polynesian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/6539ff20"
],
[
"_:search/6539ff20",
"food",
"polynesian"
],
[
"_:search/6539ff20",
"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/6539ff20"
],
[
"_:search/6539ff20",
"food",
"polynesian"
],
[
"_:search/6539ff20",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/6539ff20"
],
[
"_:search/6539ff20",
"food",
"polynesian"
],
[
"_:search/6539ff20",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/6539ff20"
],
[
"_:search/6539ff20",
"food",
"polynesian"
],
[
"_:search/6539ff20",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/6539ff20"
],
[
"_:search/6539ff20",
"food",
"polynesian"
],
[
"_:search/6539ff20",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"phone",
"01223 244955"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the north part of town serving lebanese food"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a lebanese restaurant right?"
},
{
"id": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no lebanese restaurant in the north of town"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about italian type of food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no lebanese restaurant in the north of town"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "if there is no such venue how about italian type of food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no lebanese restaurant in the north of town"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the north part of town serving italian food"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no lebanese restaurant in the north of town"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the north part of town serving italian type of food"
},
{
"id": 12,
"rdf-acts": [
"confirm((_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a lebanese restaurant right?"
},
{
"id": 13,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no lebanese restaurant in the north of town"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-597cfafdee-20130402_010156 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/b72b0656"
],
[
"_:search/b72b0656",
"area",
"north"
],
[
"_:search/b72b0656",
"food",
"lebanese"
],
[
"_:search/b72b0656",
"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/b72b0656"
],
[
"_:search/b72b0656",
"area",
"north"
],
[
"_:search/b72b0656",
"food",
"lebanese"
],
[
"_:search/b72b0656",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/359d3b35"
],
[
"_:search/359d3b35",
"area",
"north"
],
[
"_:search/359d3b35",
"food",
"lebanese"
],
[
"_:search/359d3b35",
"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"
],
[
"_:system",
"canthelp",
"_:search/b72b0656"
],
[
"_:search/b72b0656",
"area",
"north"
],
[
"_:search/b72b0656",
"food",
"lebanese"
],
[
"_:search/b72b0656",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/359d3b35"
],
[
"_:search/359d3b35",
"area",
"north"
],
[
"_:search/359d3b35",
"food",
"lebanese"
],
[
"_:search/359d3b35",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/aa7683e1"
],
[
"_:search/aa7683e1",
"area",
"north"
],
[
"_:search/aa7683e1",
"food",
"lebanese"
],
[
"_:search/aa7683e1",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/b72b0656"
],
[
"_:search/b72b0656",
"area",
"north"
],
[
"_:search/b72b0656",
"food",
"lebanese"
],
[
"_:search/b72b0656",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/359d3b35"
],
[
"_:search/359d3b35",
"area",
"north"
],
[
"_:search/359d3b35",
"food",
"lebanese"
],
[
"_:search/359d3b35",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/aa7683e1"
],
[
"_:search/aa7683e1",
"area",
"north"
],
[
"_:search/aa7683e1",
"food",
"lebanese"
],
[
"_:search/aa7683e1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/001424f2"
],
[
"_:search/001424f2",
"area",
"north"
],
[
"_:search/001424f2",
"food",
"lebanese"
],
[
"_:search/001424f2",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/b72b0656"
],
[
"_:search/b72b0656",
"area",
"north"
],
[
"_:search/b72b0656",
"food",
"lebanese"
],
[
"_:search/b72b0656",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/359d3b35"
],
[
"_:search/359d3b35",
"area",
"north"
],
[
"_:search/359d3b35",
"food",
"lebanese"
],
[
"_:search/359d3b35",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/aa7683e1"
],
[
"_:search/aa7683e1",
"area",
"north"
],
[
"_:search/aa7683e1",
"food",
"lebanese"
],
[
"_:search/aa7683e1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/001424f2"
],
[
"_:search/001424f2",
"area",
"north"
],
[
"_:search/001424f2",
"food",
"lebanese"
],
[
"_:search/001424f2",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/b72b0656"
],
[
"_:search/b72b0656",
"area",
"north"
],
[
"_:search/b72b0656",
"food",
"lebanese"
],
[
"_:search/b72b0656",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/359d3b35"
],
[
"_:search/359d3b35",
"area",
"north"
],
[
"_:search/359d3b35",
"food",
"lebanese"
],
[
"_:search/359d3b35",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/aa7683e1"
],
[
"_:search/aa7683e1",
"area",
"north"
],
[
"_:search/aa7683e1",
"food",
"lebanese"
],
[
"_:search/aa7683e1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/001424f2"
],
[
"_:search/001424f2",
"area",
"north"
],
[
"_:search/001424f2",
"food",
"lebanese"
],
[
"_:search/001424f2",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/193e24d1"
],
[
"_:search/193e24d1",
"area",
"north"
],
[
"_:search/193e24d1",
"food",
"lebanese"
],
[
"_:search/193e24d1",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'english');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant the serves english food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'english');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving english food"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a restaurant that serves british food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'english');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving english food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "british food"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"confirm((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is that in the center"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saint johns chop house is a great restaurant"
},
{
"id": 9,
"rdf-acts": [
"confirm((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it in the center of town"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saint johns chop house is a nice place in the west of town"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a restaurant that serves british food in the center"
},
{
"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": "correct"
},
{
"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,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "british food"
},
{
"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": "doesnt matter"
},
{
"id": 18,
"rdf-acts": [
"confirm((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant and you dont care about the price range right?"
},
{
"id": 19,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yea"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'british');(_:result,name,'midsummer house restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "midsummer house restaurant is a nice place in the centre of town serving tasty british food"
},
{
"id": 21,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and phone number"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,address,'midsummer common');(_:result,name,'midsummer house restaurant');(_:result,phone,'01223 369299');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of midsummer house restaurant is 01223 369299 and it is on Midsummer Common ."
},
{
"id": 23,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-7c3a08072d-20130326_005842 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"english"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7acc5e31"
],
[
"_:search/7acc5e31",
"food",
"english"
],
[
"_:search/7acc5e31",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7acc5e31"
],
[
"_:search/7acc5e31",
"food",
"english"
],
[
"_:search/7acc5e31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd686ecf"
],
[
"_:search/fd686ecf",
"food",
"english"
],
[
"_:search/fd686ecf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7acc5e31"
],
[
"_:search/7acc5e31",
"food",
"english"
],
[
"_:search/7acc5e31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd686ecf"
],
[
"_:search/fd686ecf",
"food",
"english"
],
[
"_:search/fd686ecf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7acc5e31"
],
[
"_:search/7acc5e31",
"food",
"english"
],
[
"_:search/7acc5e31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd686ecf"
],
[
"_:search/fd686ecf",
"food",
"english"
],
[
"_:search/fd686ecf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7acc5e31"
],
[
"_:search/7acc5e31",
"food",
"english"
],
[
"_:search/7acc5e31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd686ecf"
],
[
"_:search/fd686ecf",
"food",
"english"
],
[
"_:search/fd686ecf",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7acc5e31"
],
[
"_:search/7acc5e31",
"food",
"english"
],
[
"_:search/7acc5e31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd686ecf"
],
[
"_:search/fd686ecf",
"food",
"english"
],
[
"_:search/fd686ecf",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7acc5e31"
],
[
"_:search/7acc5e31",
"food",
"english"
],
[
"_:search/7acc5e31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd686ecf"
],
[
"_:search/fd686ecf",
"food",
"english"
],
[
"_:search/fd686ecf",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7acc5e31"
],
[
"_:search/7acc5e31",
"food",
"english"
],
[
"_:search/7acc5e31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd686ecf"
],
[
"_:search/fd686ecf",
"food",
"english"
],
[
"_:search/fd686ecf",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/7acc5e31"
],
[
"_:search/7acc5e31",
"food",
"english"
],
[
"_:search/7acc5e31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd686ecf"
],
[
"_:search/fd686ecf",
"food",
"english"
],
[
"_:search/fd686ecf",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7acc5e31"
],
[
"_:search/7acc5e31",
"food",
"english"
],
[
"_:search/7acc5e31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd686ecf"
],
[
"_:search/fd686ecf",
"food",
"english"
],
[
"_:search/fd686ecf",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"midsummer house 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,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/7acc5e31"
],
[
"_:search/7acc5e31",
"food",
"english"
],
[
"_:search/7acc5e31",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd686ecf"
],
[
"_:search/fd686ecf",
"food",
"english"
],
[
"_:search/fd686ecf",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"address",
"midsummer common"
],
[
"_:result",
"name",
"midsummer house restaurant"
],
[
"_:result",
"phone",
"01223 369299"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
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,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant that serves chinese food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'rice house');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rice house serves chinese food in the cheap price range"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is their address and telephone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'88 mill road city centre');(_:result,name,'rice house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , rice house is on 88 Mill Road City Centre"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'rice house');(_:result,phone,'01223 367755');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of rice house is 01223 367755 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-b27a230d2e-20130329_033804 | [
{
"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",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"88 mill road city centre"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"88 mill road city centre"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"phone",
"01223 367755"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'restaurant alimentum');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant alimentum is a nice place in the south of town and the prices are moderate"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-2d2d103292-20130329_041424 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"152 - 154 hills road"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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": "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,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive food"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "how about a different restaurant"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get their address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'529 newmarket road fen ditton');(_:result,name,'yu garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , yu garden is on 529 Newmarket Road Fen Ditton"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is their phone number"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "okay thank you good bye"
}
] | voip-db80a9e6df-20130328_230211 | [
{
"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",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"529 newmarket road fen ditton"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"phone",
"01223 248882"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and post code"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'17 magdalene street city centre');(_:result,name,'thanh binh');(_:result,postcode,'c.b 3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is on 17 Magdalene Street City Centre , C.B 3, 0 A.F"
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-ec3c3aaf98-20130323_142633 | [
{
"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",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"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",
"postcode",
"c.b 3"
],
[
"_: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": [
"affirm()"
],
"speaker": "user",
"text": "uh yes"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "i need"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'zizzi cambridge');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "zizzi cambridge is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a cheap restaurant in the west part of town"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice restaurant in the west of town in the cheap price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'17 magdalene street city centre');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , thanh binh is on 17 Magdalene Street City Centre"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,phone,'01223 362456');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of thanh binh is 01223 362456 ."
},
{
"id": 11,
"rdf-acts": [
"bye()",
"thanks()"
],
"speaker": "user",
"text": "uh thank you and good bye"
}
] | voip-e8997b10da-20130329_000658 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"zizzi cambridge"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"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,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"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,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"17 magdalene street city centre"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced west part of town"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'prezzo');(_:result,phone,'01799 521260');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of prezzo is 01799 521260 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'21 - 24 northampton road');(_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , prezzo is on 21 - 24 Northampton Road"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-ad40cf5489-20130327_191905 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_: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",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a moderately priced restaurant 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,'canapes');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "canapes 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": "it doesnt matter"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'yippee noodle bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yippee noodle bar is a nice restaurant in the centre of town in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'canapes');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "canapes food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'canapes');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no canapes restaurant in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "gastropub food"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'canapes');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no canapes restaurant in the moderate price range"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a gastropub restaurant"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'gastropub');(_:result,name,'the cow pizza kitchen and bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the cow pizza kitchen and bar is a nice restaurant in the centre of town serving gastropub food"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'corn exchange street');(_:result,name,'the cow pizza kitchen and bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the cow pizza kitchen and bar is on Corn Exchange Street"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'the cow pizza kitchen and bar');(_:result,phone,'01223 308871');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the cow pizza kitchen and bar is 01223 308871 ."
},
{
"id": 17,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the area"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'the cow pizza kitchen and bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the cow pizza kitchen and bar is a nice place in the centre of town"
},
{
"id": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-318851c80b-20130328_224511 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"canapes"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"canapes"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"canapes"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3a12e3da"
],
[
"_:search/3a12e3da",
"food",
"canapes"
],
[
"_:search/3a12e3da",
"pricerange",
"moderate"
],
[
"_:search/3a12e3da",
"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",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3a12e3da"
],
[
"_:search/3a12e3da",
"food",
"canapes"
],
[
"_:search/3a12e3da",
"pricerange",
"moderate"
],
[
"_:search/3a12e3da",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ba15118a"
],
[
"_:search/ba15118a",
"food",
"canapes"
],
[
"_:search/ba15118a",
"pricerange",
"moderate"
],
[
"_:search/ba15118a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/3a12e3da"
],
[
"_:search/3a12e3da",
"food",
"canapes"
],
[
"_:search/3a12e3da",
"pricerange",
"moderate"
],
[
"_:search/3a12e3da",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ba15118a"
],
[
"_:search/ba15118a",
"food",
"canapes"
],
[
"_:search/ba15118a",
"pricerange",
"moderate"
],
[
"_:search/ba15118a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/3a12e3da"
],
[
"_:search/3a12e3da",
"food",
"canapes"
],
[
"_:search/3a12e3da",
"pricerange",
"moderate"
],
[
"_:search/3a12e3da",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ba15118a"
],
[
"_:search/ba15118a",
"food",
"canapes"
],
[
"_:search/ba15118a",
"pricerange",
"moderate"
],
[
"_:search/ba15118a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"corn exchange street"
],
[
"_:result",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"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",
"*"
],
[
"_:system",
"canthelp",
"_:search/3a12e3da"
],
[
"_:search/3a12e3da",
"food",
"canapes"
],
[
"_:search/3a12e3da",
"pricerange",
"moderate"
],
[
"_:search/3a12e3da",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ba15118a"
],
[
"_:search/ba15118a",
"food",
"canapes"
],
[
"_:search/ba15118a",
"pricerange",
"moderate"
],
[
"_:search/ba15118a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"corn exchange street"
],
[
"_:result",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"phone",
"01223 308871"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/3a12e3da"
],
[
"_:search/3a12e3da",
"food",
"canapes"
],
[
"_:search/3a12e3da",
"pricerange",
"moderate"
],
[
"_:search/3a12e3da",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ba15118a"
],
[
"_:search/ba15118a",
"food",
"canapes"
],
[
"_:search/ba15118a",
"pricerange",
"moderate"
],
[
"_:search/ba15118a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"corn exchange street"
],
[
"_:result",
"phone",
"01223 308871"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for a restaurant in the south part of town serving"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "it doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "chinese food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'peking restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant is a nice restaurant in the south of town serving chinese food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number and price range"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'peking restaurant');(_:result,phone,'01223 354755');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of peking restaurant is 01223 354755 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'peking restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant is in the expensive price range"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-e9b53d6ace-20130401_210057 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"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"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"phone",
"01223 354755"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"phone",
"01223 354755"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,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,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,'west');(_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita is a nice restaurant in the west of town in the cheap price range"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get their phone number please"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'la margherita');(_:result,phone,'01223 315232');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of la margherita is 01223 315232 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what type of food do they serve"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'la margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita serves italian food"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-da10d74c3e-20130328_141826 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"phone",
"01223 315232"
],
[
"_: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",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223 315232"
],
[
"_:result",
"food",
"italian"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need a cheap restaurant serving italian food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'italian');(_:result,name,'pizza hut city centre');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut city centre is a nice restaurant in the centre of town serving italian food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could i get the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'regent street city centre');(_:result,name,'pizza hut city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , pizza hut city centre is on Regent Street City Centre"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you bye"
}
] | voip-2b66f60368-20130326_202529 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_: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",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_: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,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to find a cheap restaurant 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,'tuscan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "tuscan food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no tuscan restaurant that matches your request"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about italian food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'la margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita serves italian food ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address and phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'15 magdalene street city centre');(_:result,name,'la margherita');(_:result,phone,'01223 315232');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of la margherita is 01223 315232 and it is on 15 Magdalene Street City Centre ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-d225fad9df-20130328_175010 | [
{
"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",
"tuscan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/7065d12d"
],
[
"_:search/7065d12d",
"food",
"tuscan"
],
[
"_:search/7065d12d",
"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",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/7065d12d"
],
[
"_:search/7065d12d",
"food",
"tuscan"
],
[
"_:search/7065d12d",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"la margherita"
],
[
"_: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",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/7065d12d"
],
[
"_:search/7065d12d",
"food",
"tuscan"
],
[
"_:search/7065d12d",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"address",
"15 magdalene street city centre"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"phone",
"01223 315232"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the south part of town serving korean food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no korean restaurant in the south of town"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about the center area"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul is a nice place in the centre of town serving tasty korean food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address and phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'108 regent street city centre');(_:result,name,'little seoul');(_:result,phone,'01223 308681');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of little seoul is 01223 308681 and it is on 108 Regent Street City Centre ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e9b53d6ace-20130324_222642 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:system",
"canthelp",
"_:search/37f7107e"
],
[
"_:search/37f7107e",
"area",
"south"
],
[
"_:search/37f7107e",
"food",
"korean"
],
[
"_:search/37f7107e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:system",
"canthelp",
"_:search/37f7107e"
],
[
"_:search/37f7107e",
"area",
"south"
],
[
"_:search/37f7107e",
"food",
"korean"
],
[
"_:search/37f7107e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:system",
"canthelp",
"_:search/37f7107e"
],
[
"_:search/37f7107e",
"area",
"south"
],
[
"_:search/37f7107e",
"food",
"korean"
],
[
"_:search/37f7107e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"phone",
"01223 308681"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to find a restaurant in the south part of town and it shows"
},
{
"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"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "lebanese food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no lebanese restaurant in the south of town"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about chinese"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'peking restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant is a nice restaurant in the south of town serving chinese food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'10 homerton street city centre');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , peking restaurant is on 10 Homerton Street City Centre"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the price range"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'peking restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant is in the expensive price range"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-10beae627f-20130329_154826 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"lebanese"
],
[
"_: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",
"*"
],
[
"_:system",
"canthelp",
"_:search/54c9cd5a"
],
[
"_:search/54c9cd5a",
"area",
"south"
],
[
"_:search/54c9cd5a",
"food",
"lebanese"
],
[
"_:search/54c9cd5a",
"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"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/54c9cd5a"
],
[
"_:search/54c9cd5a",
"area",
"south"
],
[
"_:search/54c9cd5a",
"food",
"lebanese"
],
[
"_:search/54c9cd5a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/54c9cd5a"
],
[
"_:search/54c9cd5a",
"area",
"south"
],
[
"_:search/54c9cd5a",
"food",
"lebanese"
],
[
"_:search/54c9cd5a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"10 homerton street city centre"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/54c9cd5a"
],
[
"_:search/54c9cd5a",
"area",
"south"
],
[
"_:search/54c9cd5a",
"food",
"lebanese"
],
[
"_:search/54c9cd5a",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"10 homerton street city centre"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
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 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": "in the east part of town"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is a nice place in the east of town and the prices are cheap"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock is a great restaurant"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the missing sock');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the missing sock is 01223 812660 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'finders corner newmarket road');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the missing sock is on Finders Corner Newmarket Road"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e99e4f4538-20130327_152525 | [
{
"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",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"east"
],
[
"_: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,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"east"
],
[
"_: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",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"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,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fe2783c40a-20130401_144320 | [
{
"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",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |