turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "corsica 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": [],
"speaker": "user",
"text": "inaudible"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "corsica"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving corsica food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "gastropub"
},
{
"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,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "gastropub restaurant"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving corsica food"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "gastropub"
},
{
"id": 12,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 13,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 14,
"rdf-acts": [
"confirm((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a corsica restaurant right?"
},
{
"id": 15,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 16,
"rdf-acts": [
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving corsica food"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 18,
"rdf-acts": [
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving corsica food"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "gastropub"
},
{
"id": 20,
"rdf-acts": [
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving corsica food"
},
{
"id": 21,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "anything else gastropub"
},
{
"id": 22,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 23,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 24,
"rdf-acts": [
"confirm((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a corsica restaurant right?"
},
{
"id": 25,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "gastropub"
},
{
"id": 26,
"rdf-acts": [
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving corsica food"
},
{
"id": 27,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-31de0daa7b-20130402_132633 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"corsica"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"corsica"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"corsica"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b5af9333"
],
[
"_:search/b5af9333",
"food",
"corsica"
],
[
"_:search/b5af9333",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b5af9333"
],
[
"_:search/b5af9333",
"food",
"corsica"
],
[
"_:search/b5af9333",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e6c89db5"
],
[
"_:search/e6c89db5",
"food",
"corsica"
],
[
"_:search/e6c89db5",
"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",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b5af9333"
],
[
"_:search/b5af9333",
"food",
"corsica"
],
[
"_:search/b5af9333",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e6c89db5"
],
[
"_:search/e6c89db5",
"food",
"corsica"
],
[
"_:search/e6c89db5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/accc3e8b"
],
[
"_:search/accc3e8b",
"food",
"corsica"
],
[
"_:search/accc3e8b",
"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",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b5af9333"
],
[
"_:search/b5af9333",
"food",
"corsica"
],
[
"_:search/b5af9333",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e6c89db5"
],
[
"_:search/e6c89db5",
"food",
"corsica"
],
[
"_:search/e6c89db5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/accc3e8b"
],
[
"_:search/accc3e8b",
"food",
"corsica"
],
[
"_:search/accc3e8b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b5af9333"
],
[
"_:search/b5af9333",
"food",
"corsica"
],
[
"_:search/b5af9333",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e6c89db5"
],
[
"_:search/e6c89db5",
"food",
"corsica"
],
[
"_:search/e6c89db5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/accc3e8b"
],
[
"_:search/accc3e8b",
"food",
"corsica"
],
[
"_:search/accc3e8b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b5af9333"
],
[
"_:search/b5af9333",
"food",
"corsica"
],
[
"_:search/b5af9333",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e6c89db5"
],
[
"_:search/e6c89db5",
"food",
"corsica"
],
[
"_:search/e6c89db5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/accc3e8b"
],
[
"_:search/accc3e8b",
"food",
"corsica"
],
[
"_:search/accc3e8b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/828e71d4"
],
[
"_:search/828e71d4",
"food",
"corsica"
],
[
"_:search/828e71d4",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b5af9333"
],
[
"_:search/b5af9333",
"food",
"corsica"
],
[
"_:search/b5af9333",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e6c89db5"
],
[
"_:search/e6c89db5",
"food",
"corsica"
],
[
"_:search/e6c89db5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/accc3e8b"
],
[
"_:search/accc3e8b",
"food",
"corsica"
],
[
"_:search/accc3e8b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/828e71d4"
],
[
"_:search/828e71d4",
"food",
"corsica"
],
[
"_:search/828e71d4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b52a032a"
],
[
"_:search/b52a032a",
"food",
"corsica"
],
[
"_:search/b52a032a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b5af9333"
],
[
"_:search/b5af9333",
"food",
"corsica"
],
[
"_:search/b5af9333",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e6c89db5"
],
[
"_:search/e6c89db5",
"food",
"corsica"
],
[
"_:search/e6c89db5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/accc3e8b"
],
[
"_:search/accc3e8b",
"food",
"corsica"
],
[
"_:search/accc3e8b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/828e71d4"
],
[
"_:search/828e71d4",
"food",
"corsica"
],
[
"_:search/828e71d4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b52a032a"
],
[
"_:search/b52a032a",
"food",
"corsica"
],
[
"_:search/b52a032a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9b9767ee"
],
[
"_:search/9b9767ee",
"food",
"corsica"
],
[
"_:search/9b9767ee",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b5af9333"
],
[
"_:search/b5af9333",
"food",
"corsica"
],
[
"_:search/b5af9333",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e6c89db5"
],
[
"_:search/e6c89db5",
"food",
"corsica"
],
[
"_:search/e6c89db5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/accc3e8b"
],
[
"_:search/accc3e8b",
"food",
"corsica"
],
[
"_:search/accc3e8b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/828e71d4"
],
[
"_:search/828e71d4",
"food",
"corsica"
],
[
"_:search/828e71d4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b52a032a"
],
[
"_:search/b52a032a",
"food",
"corsica"
],
[
"_:search/b52a032a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9b9767ee"
],
[
"_:search/9b9767ee",
"food",
"corsica"
],
[
"_:search/9b9767ee",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b5af9333"
],
[
"_:search/b5af9333",
"food",
"corsica"
],
[
"_:search/b5af9333",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e6c89db5"
],
[
"_:search/e6c89db5",
"food",
"corsica"
],
[
"_:search/e6c89db5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/accc3e8b"
],
[
"_:search/accc3e8b",
"food",
"corsica"
],
[
"_:search/accc3e8b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/828e71d4"
],
[
"_:search/828e71d4",
"food",
"corsica"
],
[
"_:search/828e71d4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b52a032a"
],
[
"_:search/b52a032a",
"food",
"corsica"
],
[
"_:search/b52a032a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9b9767ee"
],
[
"_:search/9b9767ee",
"food",
"corsica"
],
[
"_:search/9b9767ee",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b5af9333"
],
[
"_:search/b5af9333",
"food",
"corsica"
],
[
"_:search/b5af9333",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e6c89db5"
],
[
"_:search/e6c89db5",
"food",
"corsica"
],
[
"_:search/e6c89db5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/accc3e8b"
],
[
"_:search/accc3e8b",
"food",
"corsica"
],
[
"_:search/accc3e8b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/828e71d4"
],
[
"_:search/828e71d4",
"food",
"corsica"
],
[
"_:search/828e71d4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b52a032a"
],
[
"_:search/b52a032a",
"food",
"corsica"
],
[
"_:search/b52a032a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9b9767ee"
],
[
"_:search/9b9767ee",
"food",
"corsica"
],
[
"_:search/9b9767ee",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f7a5065"
],
[
"_:search/8f7a5065",
"food",
"corsica"
],
[
"_:search/8f7a5065",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for expensive restaurants in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any kind of food"
},
{
"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": [],
"speaker": "user",
"text": "noise"
},
{
"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": "anything else"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'43 high street cherry hinton cherry hinton');(_:result,name,'sitar tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , sitar tandoori is on 43 High Street Cherry Hinton Cherry Hinton"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "okay thank you good bye"
}
] | voip-155e939ebc-20130327_202425 | [
{
"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"
]
],
"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"
],
[
"_: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
]
},
{
"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",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"phone",
"01223 249955"
],
[
"_: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",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 249955"
],
[
"_:result",
"address",
"43 high street cherry hinton cherry hinton"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant in the south of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is a nice place in the south of town and the prices are cheap"
},
{
"id": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is a nice place in the south of town and the prices are cheap"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay 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": [],
"speaker": "user",
"text": "and"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry but there is no other restaurant in the cheap price range and the south of town"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'the lucky star');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is a great restaurant"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the 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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fdf8b50918-20130329_035324 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"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"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/5dd78808"
],
[
"_:search/5dd78808",
"area",
"south"
],
[
"_:search/5dd78808",
"pricerange",
"cheap"
],
[
"_:search/5dd78808",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_:system",
"canthelp",
"_:search/5dd78808"
],
[
"_:search/5dd78808",
"area",
"south"
],
[
"_:search/5dd78808",
"pricerange",
"cheap"
],
[
"_:search/5dd78808",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_: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"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_:system",
"canthelp",
"_:search/5dd78808"
],
[
"_:search/5dd78808",
"area",
"south"
],
[
"_:search/5dd78808",
"pricerange",
"cheap"
],
[
"_:search/5dd78808",
"type",
"Restaurant"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
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,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is a nice restaurant in the south of town serving chinese food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park clifton way cherry hinton');(_:result,name,'the lucky star');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the lucky star is on Cambridge Leisure Park Clifton Way Cherry Hinton"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-f17e3b578c-20130328_173556 | [
{
"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",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_: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,
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,'danish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like a restaurant in the center that serves danish food"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'danish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no danish restaurant in the centre of town"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about a restaurant that serves thai food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'danish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no danish restaurant in the centre of town"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about a restaurant that serves thai food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shanghai family restaurant is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like thai food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shanghai family restaurant is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care can i try again"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shanghai family restaurant is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shanghai family restaurant is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like thai food"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shanghai family restaurant is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 17,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shanghai family restaurant is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 19,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shanghai family restaurant is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 21,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "stop"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shanghai family restaurant is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 23,
"rdf-acts": [
"reset()"
],
"speaker": "user",
"text": "start over"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shanghai family restaurant is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 25,
"rdf-acts": [],
"speaker": "user",
"text": "try again"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shanghai family restaurant is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 27,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like a restaurant that serves thai food"
},
{
"id": 28,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul is a nice restaurant in the centre of town serving korean food"
},
{
"id": 29,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like thai food"
},
{
"id": 30,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'lan hong house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 31,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like thai food"
},
{
"id": 32,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'lan hong house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 33,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like thai food"
},
{
"id": 34,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'lan hong house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lan hong house is a nice restaurant in the centre of town serving chinese food"
},
{
"id": 35,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-88b68a9a41-20130322_221731 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"danish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"danish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0ef89b36"
],
[
"_:search/0ef89b36",
"area",
"centre"
],
[
"_:search/0ef89b36",
"food",
"danish"
],
[
"_:search/0ef89b36",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0ef89b36"
],
[
"_:search/0ef89b36",
"area",
"centre"
],
[
"_:search/0ef89b36",
"food",
"danish"
],
[
"_:search/0ef89b36",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/65d4b5f5"
],
[
"_:search/65d4b5f5",
"area",
"centre"
],
[
"_:search/65d4b5f5",
"food",
"danish"
],
[
"_:search/65d4b5f5",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0ef89b36"
],
[
"_:search/0ef89b36",
"area",
"centre"
],
[
"_:search/0ef89b36",
"food",
"danish"
],
[
"_:search/0ef89b36",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/65d4b5f5"
],
[
"_:search/65d4b5f5",
"area",
"centre"
],
[
"_:search/65d4b5f5",
"food",
"danish"
],
[
"_:search/65d4b5f5",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0ef89b36"
],
[
"_:search/0ef89b36",
"area",
"centre"
],
[
"_:search/0ef89b36",
"food",
"danish"
],
[
"_:search/0ef89b36",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/65d4b5f5"
],
[
"_:search/65d4b5f5",
"area",
"centre"
],
[
"_:search/65d4b5f5",
"food",
"danish"
],
[
"_:search/65d4b5f5",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0ef89b36"
],
[
"_:search/0ef89b36",
"area",
"centre"
],
[
"_:search/0ef89b36",
"food",
"danish"
],
[
"_:search/0ef89b36",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/65d4b5f5"
],
[
"_:search/65d4b5f5",
"area",
"centre"
],
[
"_:search/65d4b5f5",
"food",
"danish"
],
[
"_:search/65d4b5f5",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"name",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0ef89b36"
],
[
"_:search/0ef89b36",
"area",
"centre"
],
[
"_:search/0ef89b36",
"food",
"danish"
],
[
"_:search/0ef89b36",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/65d4b5f5"
],
[
"_:search/65d4b5f5",
"area",
"centre"
],
[
"_:search/65d4b5f5",
"food",
"danish"
],
[
"_:search/65d4b5f5",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"name",
"*"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0ef89b36"
],
[
"_:search/0ef89b36",
"area",
"centre"
],
[
"_:search/0ef89b36",
"food",
"danish"
],
[
"_:search/0ef89b36",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/65d4b5f5"
],
[
"_:search/65d4b5f5",
"area",
"centre"
],
[
"_:search/65d4b5f5",
"food",
"danish"
],
[
"_:search/65d4b5f5",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0ef89b36"
],
[
"_:search/0ef89b36",
"area",
"centre"
],
[
"_:search/0ef89b36",
"food",
"danish"
],
[
"_:search/0ef89b36",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/65d4b5f5"
],
[
"_:search/65d4b5f5",
"area",
"centre"
],
[
"_:search/65d4b5f5",
"food",
"danish"
],
[
"_:search/65d4b5f5",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0ef89b36"
],
[
"_:search/0ef89b36",
"area",
"centre"
],
[
"_:search/0ef89b36",
"food",
"danish"
],
[
"_:search/0ef89b36",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/65d4b5f5"
],
[
"_:search/65d4b5f5",
"area",
"centre"
],
[
"_:search/65d4b5f5",
"food",
"danish"
],
[
"_:search/65d4b5f5",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0ef89b36"
],
[
"_:search/0ef89b36",
"area",
"centre"
],
[
"_:search/0ef89b36",
"food",
"danish"
],
[
"_:search/0ef89b36",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/65d4b5f5"
],
[
"_:search/65d4b5f5",
"area",
"centre"
],
[
"_:search/65d4b5f5",
"food",
"danish"
],
[
"_:search/65d4b5f5",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0ef89b36"
],
[
"_:search/0ef89b36",
"area",
"centre"
],
[
"_:search/0ef89b36",
"food",
"danish"
],
[
"_:search/0ef89b36",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/65d4b5f5"
],
[
"_:search/65d4b5f5",
"area",
"centre"
],
[
"_:search/65d4b5f5",
"food",
"danish"
],
[
"_:search/65d4b5f5",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0ef89b36"
],
[
"_:search/0ef89b36",
"area",
"centre"
],
[
"_:search/0ef89b36",
"food",
"danish"
],
[
"_:search/0ef89b36",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/65d4b5f5"
],
[
"_:search/65d4b5f5",
"area",
"centre"
],
[
"_:search/65d4b5f5",
"food",
"danish"
],
[
"_:search/65d4b5f5",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0ef89b36"
],
[
"_:search/0ef89b36",
"area",
"centre"
],
[
"_:search/0ef89b36",
"food",
"danish"
],
[
"_:search/0ef89b36",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/65d4b5f5"
],
[
"_:search/65d4b5f5",
"area",
"centre"
],
[
"_:search/65d4b5f5",
"food",
"danish"
],
[
"_:search/65d4b5f5",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0ef89b36"
],
[
"_:search/0ef89b36",
"area",
"centre"
],
[
"_:search/0ef89b36",
"food",
"danish"
],
[
"_:search/0ef89b36",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/65d4b5f5"
],
[
"_:search/65d4b5f5",
"area",
"centre"
],
[
"_:search/65d4b5f5",
"food",
"danish"
],
[
"_:search/65d4b5f5",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0ef89b36"
],
[
"_:search/0ef89b36",
"area",
"centre"
],
[
"_:search/0ef89b36",
"food",
"danish"
],
[
"_:search/0ef89b36",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/65d4b5f5"
],
[
"_:search/65d4b5f5",
"area",
"centre"
],
[
"_:search/65d4b5f5",
"food",
"danish"
],
[
"_:search/65d4b5f5",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0ef89b36"
],
[
"_:search/0ef89b36",
"area",
"centre"
],
[
"_:search/0ef89b36",
"food",
"danish"
],
[
"_:search/0ef89b36",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/65d4b5f5"
],
[
"_:search/65d4b5f5",
"area",
"centre"
],
[
"_:search/65d4b5f5",
"food",
"danish"
],
[
"_:search/65d4b5f5",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_: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,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian food 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,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita is a nice restaurant in the west of town serving italian food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address and phone number please"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'15 magdalene street city centre');(_:result,name,'la margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , la margherita is on 15 Magdalene Street City Centre"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'la margherita');(_:result,phone,'01223 315232');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of la margherita is 01223 315232 ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-52d599db9c-20130325_135450 | [
{
"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"
]
],
"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",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"15 magdalene street city centre"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"15 magdalene street city centre"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"phone",
"01223 315232"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "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,food,'chinese');(_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is a great restaurant serving chinese food and it is in the cheap price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park clifton way cherry hinton');(_:result,name,'the lucky star');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the lucky star is on Cambridge Leisure Park Clifton Way Cherry Hinton"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The price range at the lucky star is cheap ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-8991b7bff6-20130401_180409 | [
{
"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",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_: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",
"food",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_: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"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
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,'creative');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced restaurant that serves creative food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'creative');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving creative food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about modern european"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'efes restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "efes restaurant is in the moderate price range"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'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()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-00d76b791d-20130327_004513 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"creative"
],
[
"_: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/edef6ad8"
],
[
"_:search/edef6ad8",
"food",
"creative"
],
[
"_:search/edef6ad8",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/edef6ad8"
],
[
"_:search/edef6ad8",
"food",
"creative"
],
[
"_:search/edef6ad8",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/edef6ad8"
],
[
"_:search/edef6ad8",
"food",
"creative"
],
[
"_:search/edef6ad8",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"phone",
"01223 500005"
],
[
"_: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,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like a restaurant in the north part of town serving swiss food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no swiss restaurant in the north of town"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like a restaurant in the north part of town serving indian food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no swiss restaurant in the north of town"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like a restaurant in the north part of town serving indian food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no swiss restaurant in the north of town"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like an indian restaurant"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is a nice restaurant in the north of town serving indian food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address phone number and price range"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'205 victoria road chesterton');(_:result,name,'meghna');(_:result,phone,'01223 727410');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of meghna is 01223 727410 and it is on 205 Victoria Road Chesterton ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price range"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is in the moderate price range"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-3b3edac94d-20130324_202802 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"swiss"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/fe214e27"
],
[
"_:search/fe214e27",
"area",
"north"
],
[
"_:search/fe214e27",
"food",
"swiss"
],
[
"_:search/fe214e27",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/fe214e27"
],
[
"_:search/fe214e27",
"area",
"north"
],
[
"_:search/fe214e27",
"food",
"swiss"
],
[
"_:search/fe214e27",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/96abd8c1"
],
[
"_:search/96abd8c1",
"area",
"north"
],
[
"_:search/96abd8c1",
"food",
"swiss"
],
[
"_:search/96abd8c1",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/fe214e27"
],
[
"_:search/fe214e27",
"area",
"north"
],
[
"_:search/fe214e27",
"food",
"swiss"
],
[
"_:search/fe214e27",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/96abd8c1"
],
[
"_:search/96abd8c1",
"area",
"north"
],
[
"_:search/96abd8c1",
"food",
"swiss"
],
[
"_:search/96abd8c1",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/8eb980be"
],
[
"_:search/8eb980be",
"area",
"north"
],
[
"_:search/8eb980be",
"food",
"swiss"
],
[
"_:search/8eb980be",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/fe214e27"
],
[
"_:search/fe214e27",
"area",
"north"
],
[
"_:search/fe214e27",
"food",
"swiss"
],
[
"_:search/fe214e27",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/96abd8c1"
],
[
"_:search/96abd8c1",
"area",
"north"
],
[
"_:search/96abd8c1",
"food",
"swiss"
],
[
"_:search/96abd8c1",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/8eb980be"
],
[
"_:search/8eb980be",
"area",
"north"
],
[
"_:search/8eb980be",
"food",
"swiss"
],
[
"_:search/8eb980be",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/fe214e27"
],
[
"_:search/fe214e27",
"area",
"north"
],
[
"_:search/fe214e27",
"food",
"swiss"
],
[
"_:search/fe214e27",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/96abd8c1"
],
[
"_:search/96abd8c1",
"area",
"north"
],
[
"_:search/96abd8c1",
"food",
"swiss"
],
[
"_:search/96abd8c1",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/8eb980be"
],
[
"_:search/8eb980be",
"area",
"north"
],
[
"_:search/8eb980be",
"food",
"swiss"
],
[
"_:search/8eb980be",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_: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/fe214e27"
],
[
"_:search/fe214e27",
"area",
"north"
],
[
"_:search/fe214e27",
"food",
"swiss"
],
[
"_:search/fe214e27",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/96abd8c1"
],
[
"_:search/96abd8c1",
"area",
"north"
],
[
"_:search/96abd8c1",
"food",
"swiss"
],
[
"_:search/96abd8c1",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/8eb980be"
],
[
"_:search/8eb980be",
"area",
"north"
],
[
"_:search/8eb980be",
"food",
"swiss"
],
[
"_:search/8eb980be",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'saint johns chop house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saint johns chop house is a nice restaurant in the west of town in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'21 - 24 northampton street');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , saint johns chop house is on 21 - 24 Northampton Street"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'21 - 24 northampton street');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , saint johns chop house is on 21 - 24 Northampton Street"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fe2783c40a-20130401_144037 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton street"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton street"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an expensive restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'frankie and bennys');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "frankie and bennys is a nice restaurant in the south of town in the expensive price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park clifton way cherry hinton');(_:result,name,'frankie and bennys');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , frankie and bennys is on Cambridge Leisure Park Clifton Way Cherry Hinton"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'frankie and bennys');(_:result,phone,'01223 412430');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of frankie and bennys is 01223 412430 ."
},
{
"id": 11,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 12,
"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 restaurant in the south of town in the expensive price range"
},
{
"id": 13,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 14,
"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 restaurant in the south of town in the expensive price range"
},
{
"id": 15,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you good b"
}
] | voip-ccf48b9a6a-20130329_041327 | [
{
"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",
"italian"
],
[
"_: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",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"thai"
],
[
"_: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,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"thai"
],
[
"_: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"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"phone",
"01223 412430"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"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",
"expensive"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"phone",
"01223 412430"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"phone",
"01223 412430"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant in the west part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "it doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita is a nice place in the west of town and the prices are cheap"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need the address and phone number"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e9b53d6ace-20130324_222855 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for 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": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for gastropub food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving corsica food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for gastropub food"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a corsica restaurant right?"
},
{
"id": 7,
"rdf-acts": [
"negate()",
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no im looking for gastropub food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving corsica food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for gastropub food"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving corsica food"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "gastropub food"
},
{
"id": 12,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": "care"
},
{
"id": 14,
"rdf-acts": [
"select((_:result,area,*);(_:result,area,'west'))"
],
"speaker": "system",
"text": "Sorry would you like the west of town or you dont care"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"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": "dont care"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,food,'gastropub');(_:result,name,'the cow pizza kitchen and bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the cow pizza kitchen and bar serves gastropub food"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and phone number"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,address,'corn exchange street');(_:result,name,'the cow pizza kitchen and bar');(_:result,phone,'01223 308871');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the cow pizza kitchen and bar is 01223 308871 and it is on Corn Exchange Street ."
},
{
"id": 21,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the post code"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,name,'the cow pizza kitchen and bar');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of the cow pizza kitchen and bar is C.B 2, 3 Q.F"
},
{
"id": 23,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-48c12815b3-20130402_045503 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"corsica"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/bb2564ef"
],
[
"_:search/bb2564ef",
"food",
"corsica"
],
[
"_:search/bb2564ef",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/bb2564ef"
],
[
"_:search/bb2564ef",
"food",
"corsica"
],
[
"_:search/bb2564ef",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/03ec31e1"
],
[
"_:search/03ec31e1",
"food",
"corsica"
],
[
"_:search/03ec31e1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/bb2564ef"
],
[
"_:search/bb2564ef",
"food",
"corsica"
],
[
"_:search/bb2564ef",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/03ec31e1"
],
[
"_:search/03ec31e1",
"food",
"corsica"
],
[
"_:search/03ec31e1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/bb2564ef"
],
[
"_:search/bb2564ef",
"food",
"corsica"
],
[
"_:search/bb2564ef",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/03ec31e1"
],
[
"_:search/03ec31e1",
"food",
"corsica"
],
[
"_:search/03ec31e1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88ded55a"
],
[
"_:search/88ded55a",
"food",
"corsica"
],
[
"_:search/88ded55a",
"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"
],
[
"_:system",
"canthelp",
"_:search/bb2564ef"
],
[
"_:search/bb2564ef",
"food",
"corsica"
],
[
"_:search/bb2564ef",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/03ec31e1"
],
[
"_:search/03ec31e1",
"food",
"corsica"
],
[
"_:search/03ec31e1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88ded55a"
],
[
"_:search/88ded55a",
"food",
"corsica"
],
[
"_:search/88ded55a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f331d8af"
],
[
"_:search/f331d8af",
"food",
"corsica"
],
[
"_:search/f331d8af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/bb2564ef"
],
[
"_:search/bb2564ef",
"food",
"corsica"
],
[
"_:search/bb2564ef",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/03ec31e1"
],
[
"_:search/03ec31e1",
"food",
"corsica"
],
[
"_:search/03ec31e1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88ded55a"
],
[
"_:search/88ded55a",
"food",
"corsica"
],
[
"_:search/88ded55a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f331d8af"
],
[
"_:search/f331d8af",
"food",
"corsica"
],
[
"_:search/f331d8af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/bb2564ef"
],
[
"_:search/bb2564ef",
"food",
"corsica"
],
[
"_:search/bb2564ef",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/03ec31e1"
],
[
"_:search/03ec31e1",
"food",
"corsica"
],
[
"_:search/03ec31e1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88ded55a"
],
[
"_:search/88ded55a",
"food",
"corsica"
],
[
"_:search/88ded55a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f331d8af"
],
[
"_:search/f331d8af",
"food",
"corsica"
],
[
"_:search/f331d8af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/bb2564ef"
],
[
"_:search/bb2564ef",
"food",
"corsica"
],
[
"_:search/bb2564ef",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/03ec31e1"
],
[
"_:search/03ec31e1",
"food",
"corsica"
],
[
"_:search/03ec31e1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88ded55a"
],
[
"_:search/88ded55a",
"food",
"corsica"
],
[
"_:search/88ded55a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f331d8af"
],
[
"_:search/f331d8af",
"food",
"corsica"
],
[
"_:search/f331d8af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"area",
"*"
],
[
"_: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/bb2564ef"
],
[
"_:search/bb2564ef",
"food",
"corsica"
],
[
"_:search/bb2564ef",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/03ec31e1"
],
[
"_:search/03ec31e1",
"food",
"corsica"
],
[
"_:search/03ec31e1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88ded55a"
],
[
"_:search/88ded55a",
"food",
"corsica"
],
[
"_:search/88ded55a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f331d8af"
],
[
"_:search/f331d8af",
"food",
"corsica"
],
[
"_:search/f331d8af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/bb2564ef"
],
[
"_:search/bb2564ef",
"food",
"corsica"
],
[
"_:search/bb2564ef",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/03ec31e1"
],
[
"_:search/03ec31e1",
"food",
"corsica"
],
[
"_:search/03ec31e1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88ded55a"
],
[
"_:search/88ded55a",
"food",
"corsica"
],
[
"_:search/88ded55a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f331d8af"
],
[
"_:search/f331d8af",
"food",
"corsica"
],
[
"_:search/f331d8af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"address",
"corn exchange street"
],
[
"_:result",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"phone",
"01223 308871"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/bb2564ef"
],
[
"_:search/bb2564ef",
"food",
"corsica"
],
[
"_:search/bb2564ef",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/03ec31e1"
],
[
"_:search/03ec31e1",
"food",
"corsica"
],
[
"_:search/03ec31e1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/88ded55a"
],
[
"_:search/88ded55a",
"food",
"corsica"
],
[
"_:search/88ded55a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f331d8af"
],
[
"_:search/f331d8af",
"food",
"corsica"
],
[
"_:search/f331d8af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"*"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"address",
"corn exchange street"
],
[
"_:result",
"phone",
"01223 308871"
],
[
"_:result",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
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,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a korean restaurant"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "korean restaurant"
},
{
"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,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"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,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'little seoul');(_:result,phone,'01223 308681');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of little seoul is 01223 308681 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the post code"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'little seoul');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of little seoul is C.B 2, 1 D.P"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-5cf59cc660-20130327_144735 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"phone",
"01223 308681"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"address",
"108 regent street city centre"
],
[
"_:result",
"phone",
"01223 308681"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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": "a restaurant south part of town"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south part of town"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is a nice place in the south of town and the prices are cheap"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is a nice place in the south of town and the prices are cheap"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "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-22c938c8ba-20130325_130740 | [
{
"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"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the west part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'english');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "english food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'english');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no english restaurant in the west of town"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh how about italian food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'german');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no german restaurant in the west of town"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian food"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no chinese restaurant in the west of town"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian food"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no chinese restaurant in the west of town"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian food"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita is a nice restaurant in the west of town serving italian food"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh can i get the phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'la margherita');(_:result,phone,'01223 315232');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of la margherita is 01223 315232 ."
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-30772678da-20130328_192819 | [
{
"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",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"english"
],
[
"_: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",
"*"
],
[
"_:system",
"canthelp",
"_:search/c6a03819"
],
[
"_:search/c6a03819",
"area",
"west"
],
[
"_:search/c6a03819",
"food",
"english"
],
[
"_:search/c6a03819",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/c6a03819"
],
[
"_:search/c6a03819",
"area",
"west"
],
[
"_:search/c6a03819",
"food",
"english"
],
[
"_:search/c6a03819",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/8eb19284"
],
[
"_:search/8eb19284",
"area",
"west"
],
[
"_:search/8eb19284",
"food",
"german"
],
[
"_:search/8eb19284",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/c6a03819"
],
[
"_:search/c6a03819",
"area",
"west"
],
[
"_:search/c6a03819",
"food",
"english"
],
[
"_:search/c6a03819",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/8eb19284"
],
[
"_:search/8eb19284",
"area",
"west"
],
[
"_:search/8eb19284",
"food",
"german"
],
[
"_:search/8eb19284",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/472c9e03"
],
[
"_:search/472c9e03",
"area",
"west"
],
[
"_:search/472c9e03",
"food",
"chinese"
],
[
"_:search/472c9e03",
"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"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/c6a03819"
],
[
"_:search/c6a03819",
"area",
"west"
],
[
"_:search/c6a03819",
"food",
"english"
],
[
"_:search/c6a03819",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/8eb19284"
],
[
"_:search/8eb19284",
"area",
"west"
],
[
"_:search/8eb19284",
"food",
"german"
],
[
"_:search/8eb19284",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/472c9e03"
],
[
"_:search/472c9e03",
"area",
"west"
],
[
"_:search/472c9e03",
"food",
"chinese"
],
[
"_:search/472c9e03",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a2775db"
],
[
"_:search/1a2775db",
"area",
"west"
],
[
"_:search/1a2775db",
"food",
"chinese"
],
[
"_:search/1a2775db",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/c6a03819"
],
[
"_:search/c6a03819",
"area",
"west"
],
[
"_:search/c6a03819",
"food",
"english"
],
[
"_:search/c6a03819",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/8eb19284"
],
[
"_:search/8eb19284",
"area",
"west"
],
[
"_:search/8eb19284",
"food",
"german"
],
[
"_:search/8eb19284",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/472c9e03"
],
[
"_:search/472c9e03",
"area",
"west"
],
[
"_:search/472c9e03",
"food",
"chinese"
],
[
"_:search/472c9e03",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a2775db"
],
[
"_:search/1a2775db",
"area",
"west"
],
[
"_:search/1a2775db",
"food",
"chinese"
],
[
"_:search/1a2775db",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/c6a03819"
],
[
"_:search/c6a03819",
"area",
"west"
],
[
"_:search/c6a03819",
"food",
"english"
],
[
"_:search/c6a03819",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/8eb19284"
],
[
"_:search/8eb19284",
"area",
"west"
],
[
"_:search/8eb19284",
"food",
"german"
],
[
"_:search/8eb19284",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/472c9e03"
],
[
"_:search/472c9e03",
"area",
"west"
],
[
"_:search/472c9e03",
"food",
"chinese"
],
[
"_:search/472c9e03",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a2775db"
],
[
"_:search/1a2775db",
"area",
"west"
],
[
"_:search/1a2775db",
"food",
"chinese"
],
[
"_:search/1a2775db",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"phone",
"01223 315232"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'royal standard');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard is a nice place in the east of town and the prices are expensive"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "are there any other expensive restaurants in the east part of town"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'royal standard');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard is a nice place in the east of town and the prices are expensive"
},
{
"id": 7,
"rdf-acts": [
"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 place in the east of town and the prices are expensive"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'grafton hotel restaurant');(_:result,phone,'01223 241387');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of grafton hotel restaurant is 01223 241387 ."
},
{
"id": 11,
"rdf-acts": [
"repeat()"
],
"speaker": "user",
"text": "could you repeat that"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'grafton hotel restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "grafton hotel restaurant is a great restaurant"
},
{
"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,'grafton hotel restaurant');(_:result,phone,'01223 241387');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of grafton hotel restaurant is 01223 241387 ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-d645d56d23-20130323_223158 | [
{
"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",
"food",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"royal standard"
],
[
"_: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",
"food",
"*"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"phone",
"01223 241387"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 241387"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"phone",
"01223 241387"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
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": "i want to find a moderately priced restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "uh no preference"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is a nice place in the north of town and the prices are moderate"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'205 victoria road chesterton');(_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , meghna is on 205 Victoria Road Chesterton"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'meghna');(_:result,phone,'01223 727410');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of meghna is 01223 727410 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what type of food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is a great restaurant"
},
{
"id": 13,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is a great restaurant"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fe2783c40a-20130401_143116 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"#"
],
[
"_:user",
"denied",
"_:search/391c8604"
],
[
"_:search/391c8604",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"#"
],
[
"_:user",
"denied",
"_:search/391c8604"
],
[
"_:search/391c8604",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"#"
],
[
"_:user",
"denied",
"_:search/391c8604"
],
[
"_:search/391c8604",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"#"
],
[
"_:user",
"denied",
"_:search/391c8604"
],
[
"_:search/391c8604",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"#"
],
[
"_:user",
"denied",
"_:search/391c8604"
],
[
"_:search/391c8604",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"#"
],
[
"_:user",
"denied",
"_:search/391c8604"
],
[
"_:search/391c8604",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced west 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,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the post code"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'prezzo');(_:result,postcode,'c.b 3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of prezzo is C.B 3, 0 A.D"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'21 - 24 northampton road');(_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , prezzo is on 21 - 24 Northampton Road"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'prezzo');(_:result,phone,'01799 521260');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of prezzo is 01799 521260 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-52eb280e7b-20130325_130645 | [
{
"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",
"postcode",
"?"
]
],
"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",
"postcode",
"c.b 3"
],
[
"_: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",
"postcode",
"c.b 3"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"postcode",
"c.b 3"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the south part of town that serves"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is a nice restaurant in the south of town in the cheap price range"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'the lucky star');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is in the south part of town ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian food"
},
{
"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 nice restaurant in the south of town serving italian food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address and post code"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park clifton way cherry hinton');(_:result,name,'frankie and bennys');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "frankie and bennys is on Cambridge Leisure Park Clifton Way Cherry Hinton , C.B 1, 7 D.Y"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'frankie and bennys');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of frankie and bennys is C.B 1, 7 D.Y"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-b27a230d2e-20130323_053029 | [
{
"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",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"*"
],
[
"_: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",
"*"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_: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,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant in the west part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any type"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is a nice place in the west of town and the prices are moderate"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "i can have the address the phone number and the post code of the"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'21 - 24 northampton road');(_:result,name,'prezzo');(_:result,phone,'01799 521260');(_:result,postcode,'c.b 3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of prezzo is 01799 521260 and its postcode is C.B 3, 0 A.D ."
},
{
"id": 7,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is a great restaurant"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-78f497f314-20130323_142856 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"postcode",
"c.b 3"
],
[
"_: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",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"postcode",
"c.b 3"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "lebanese food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bloomsbury restaurant is in the centre part of town ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bloomsbury restaurant is a great restaurant"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'bloomsbury restaurant');(_:result,phone,'0871 942 9180');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of bloomsbury restaurant is 0871 942 9180 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'crowne plaza hotel 20 downing street');(_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , bloomsbury restaurant is on Crowne Plaza Hotel 20 Downing Street"
},
{
"id": 11,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-158a881c88-20130328_151847 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"phone",
"0871 942 9180"
],
[
"_: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",
"lebanese"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"0871 942 9180"
],
[
"_:result",
"address",
"crowne plaza hotel 20 downing street"
],
[
"_:result",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north part of town turkish food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no turkish restaurant in the north of town"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'asian oriental');(_:result,name,'saigon city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saigon city is a nice restaurant in the north of town serving asian oriental food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address and phone number please"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'169 high street chesterton chesterton');(_:result,name,'saigon city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , saigon city is on 169 High Street Chesterton Chesterton"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number please"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-31d9d1a567-20130402_042138 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/51040c80"
],
[
"_:search/51040c80",
"area",
"north"
],
[
"_:search/51040c80",
"food",
"turkish"
],
[
"_:search/51040c80",
"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",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/51040c80"
],
[
"_:search/51040c80",
"area",
"north"
],
[
"_:search/51040c80",
"food",
"turkish"
],
[
"_:search/51040c80",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/51040c80"
],
[
"_:search/51040c80",
"area",
"north"
],
[
"_:search/51040c80",
"food",
"turkish"
],
[
"_:search/51040c80",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"169 high street chesterton chesterton"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"type",
"Restaurant"
]
],
"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/51040c80"
],
[
"_:search/51040c80",
"area",
"north"
],
[
"_:search/51040c80",
"food",
"turkish"
],
[
"_:search/51040c80",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"address",
"169 high street chesterton chesterton"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"phone",
"01223 356555"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant in the south part of town that serves indian food"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'64 cherry hinton road cherry hinton');(_:result,name,'taj tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , taj tandoori is on 64 Cherry Hinton Road Cherry Hinton"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'taj tandoori');(_:result,phone,'01223 412299');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of taj tandoori is 01223 412299 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'taj tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "taj tandoori is in the expensive price range"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-9f989824fd-20130324_074401 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:result",
"phone",
"01223 412299"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"phone",
"01223 412299"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_: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,'unusual');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an expensive 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": "how 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": [
"reqalts()",
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about european food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'sitar tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sitar tandoori is in the expensive price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address phone number and area"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'43 high street cherry hinton cherry hinton');(_:result,name,'sitar tandoori');(_:result,phone,'01223 249955');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of sitar tandoori is 01223 249955 and it is on 43 High Street Cherry Hinton Cherry Hinton ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-58047f5227-20130327_032835 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"unusual"
],
[
"_: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/9a74de39"
],
[
"_:search/9a74de39",
"food",
"unusual"
],
[
"_:search/9a74de39",
"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",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/9a74de39"
],
[
"_:search/9a74de39",
"food",
"unusual"
],
[
"_:search/9a74de39",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/20d379eb"
],
[
"_:search/20d379eb",
"food",
"unusual"
],
[
"_:search/20d379eb",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/9a74de39"
],
[
"_:search/9a74de39",
"food",
"unusual"
],
[
"_:search/9a74de39",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/20d379eb"
],
[
"_:search/20d379eb",
"food",
"unusual"
],
[
"_:search/20d379eb",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/9a74de39"
],
[
"_:search/9a74de39",
"food",
"unusual"
],
[
"_:search/9a74de39",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/20d379eb"
],
[
"_:search/20d379eb",
"food",
"unusual"
],
[
"_:search/20d379eb",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"43 high street cherry hinton cherry hinton"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"phone",
"01223 249955"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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": "trying to find a cheap restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south part of town"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is a nice restaurant in the south of town in the cheap price range"
},
{
"id": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 7,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is a nice restaurant in the south of town in the cheap price range"
},
{
"id": 9,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is a nice restaurant in the south of town in the cheap price range"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh whats the address and phone number"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is a nice restaurant in the south of town in the cheap price range"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,address,'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": 17,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food is it"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'the lucky star');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star serves chinese food"
},
{
"id": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-d76f6e4f82-20130327_195041 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'christmas');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "christmas food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'christmas');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving christmas food"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian oriental"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,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,food,'asian oriental');(_:result,name,'j restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "j restaurant serves asian oriental food in the cheap price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'j restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "j restaurant is a great restaurant"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'j restaurant');(_:result,phone,'01223 307581');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of j restaurant is 01223 307581 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'86 regent street city centre');(_:result,name,'j restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , j restaurant is on 86 Regent Street City Centre"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-36440f7305-20130326_201757 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"christmas"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/1b6c04af"
],
[
"_:search/1b6c04af",
"food",
"christmas"
],
[
"_:search/1b6c04af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/1b6c04af"
],
[
"_:search/1b6c04af",
"food",
"christmas"
],
[
"_:search/1b6c04af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/1b6c04af"
],
[
"_:search/1b6c04af",
"food",
"christmas"
],
[
"_:search/1b6c04af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/1b6c04af"
],
[
"_:search/1b6c04af",
"food",
"christmas"
],
[
"_:search/1b6c04af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/1b6c04af"
],
[
"_:search/1b6c04af",
"food",
"christmas"
],
[
"_:search/1b6c04af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/1b6c04af"
],
[
"_:search/1b6c04af",
"food",
"christmas"
],
[
"_:search/1b6c04af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"phone",
"01223 307581"
],
[
"_: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/1b6c04af"
],
[
"_:search/1b6c04af",
"food",
"christmas"
],
[
"_:search/1b6c04af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223 307581"
],
[
"_:result",
"address",
"86 regent street city centre"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an expensive restaurant in the east"
},
{
"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": [
"confirm((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant serving any kind of food right?"
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'royal standard');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard is a nice place in the east of town and the prices are expensive"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'pipasha restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pipasha restaurant is a nice place in the east of town and the prices are expensive"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'newmarket road fen ditton');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , pipasha restaurant is on Newmarket Road Fen Ditton"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'pipasha restaurant');(_:result,phone,'01223 577786');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of pipasha restaurant is 01223 577786 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-e99e4f4538-20130327_150005 | [
{
"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"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"royal standard"
],
[
"_: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"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pipasha 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",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"newmarket road fen ditton"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"newmarket road fen ditton"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"phone",
"01223 577786"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'caribbean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for caribbean food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'caribbean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no caribbean restaurant that matches your request"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about indian food"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 5,
"rdf-acts": [
"affirm()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yea i want indian food"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care but i want it to be in the east part of town"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince is a nice restaurant in the east of town serving indian food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "cool whats the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'curry prince');(_:result,phone,'01223 566388');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of curry prince is 01223 566388 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay how about the address"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "awesome thank you good bye"
}
] | voip-4a6ecc1f1c-20130328_124921 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"caribbean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8a654b9e"
],
[
"_:search/8a654b9e",
"food",
"caribbean"
],
[
"_:search/8a654b9e",
"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/8a654b9e"
],
[
"_:search/8a654b9e",
"food",
"caribbean"
],
[
"_:search/8a654b9e",
"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/8a654b9e"
],
[
"_:search/8a654b9e",
"food",
"caribbean"
],
[
"_:search/8a654b9e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"*"
],
[
"_: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/8a654b9e"
],
[
"_:search/8a654b9e",
"food",
"caribbean"
],
[
"_:search/8a654b9e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8a654b9e"
],
[
"_:search/8a654b9e",
"food",
"caribbean"
],
[
"_:search/8a654b9e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"phone",
"01223 566388"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/8a654b9e"
],
[
"_:search/8a654b9e",
"food",
"caribbean"
],
[
"_:search/8a654b9e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"01223 566388"
],
[
"_: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,
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": [
"bye()"
],
"speaker": "user",
"text": "goodbye"
},
{
"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": [
"inform((_:result,name,'sesame restaurant and bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sesame restaurant and bar is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for turkish food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'sesame restaurant and bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sesame restaurant and bar is a great restaurant"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what kind of food does it serve"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'sesame restaurant and bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sesame restaurant and bar serves chinese food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for turkish food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'sesame restaurant and bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sesame restaurant and bar is a great restaurant"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "turkish"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'british');(_:result,name,'the copper kettle');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the copper kettle serves british food ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "turkish"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'turkish');(_:result,name,'anatolia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "anatolia serves turkish food ."
},
{
"id": 15,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meze bar restaurant serves turkish food ."
},
{
"id": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,address,'196 mill road city centre');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , meze bar restaurant is on 196 Mill Road City Centre"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the price range"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'meze bar restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meze bar restaurant is in the expensive price range"
},
{
"id": 21,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meze bar restaurant serves turkish food ."
},
{
"id": 23,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the price range"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,name,'meze bar restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meze bar restaurant is in the expensive price range"
},
{
"id": 25,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-f32f2cfdae-20130328_193841 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"name",
"sesame restaurant and bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"sesame restaurant and bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"sesame restaurant and bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"sesame restaurant and bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"the copper kettle"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"anatolia"
],
[
"_: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"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"address",
"196 mill road city centre"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_: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"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"address",
"196 mill road city centre"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"196 mill road city centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"196 mill road city centre"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"meze bar 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,
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,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderat"
},
{
"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,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian"
},
{
"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": "any"
},
{
"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,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-a8649977cf-20130323_161257 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"italian"
],
[
"_: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",
"italian"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"g4 cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"g4 cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
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,'canapes');(_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for canapes food in any price range"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'canapes');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no canapes restaurant that matches your request"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about european"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "michaelhouse cafe is a great restaurant serving european food and it is in the expensive price range"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "food an"
},
{
"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": "any any part of town"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "michaelhouse cafe serves european food ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address and phone number please"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,\"st. michael's church trinity street city centre\");(_:result,name,'michaelhouse cafe');(_:result,phone,'01223 309147');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of michaelhouse cafe is 01223 309147 and it is on St. Michael's Church Trinity Street City Centre ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-31d9d1a567-20130402_035950 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"canapes"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/d177c361"
],
[
"_:search/d177c361",
"food",
"canapes"
],
[
"_:search/d177c361",
"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",
"*"
],
[
"_:system",
"canthelp",
"_:search/d177c361"
],
[
"_:search/d177c361",
"food",
"canapes"
],
[
"_:search/d177c361",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/d177c361"
],
[
"_:search/d177c361",
"food",
"canapes"
],
[
"_:search/d177c361",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/d177c361"
],
[
"_:search/d177c361",
"food",
"canapes"
],
[
"_:search/d177c361",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_: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",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/d177c361"
],
[
"_:search/d177c361",
"food",
"canapes"
],
[
"_:search/d177c361",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"address",
"st. michael's church trinity street city centre"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"phone",
"01223 309147"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the 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,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cantonese"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no cantonese restaurant that matches your request"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north american"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'regent street city centre');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , gourmet burger kitchen is on Regent Street City Centre"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'regent street city centre');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , gourmet burger kitchen is on Regent Street City Centre"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": "what is the"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'regent street city centre');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , gourmet burger kitchen is on Regent Street City Centre"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'gourmet burger kitchen');(_:result,phone,'01223 312598');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of gourmet burger kitchen is 01223 312598 ."
},
{
"id": 17,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'gourmet burger kitchen');(_:result,phone,'01223 312598');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of gourmet burger kitchen is 01223 312598 ."
},
{
"id": 19,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'gourmet burger kitchen');(_:result,phone,'01223 312598');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of gourmet burger kitchen is 01223 312598 ."
},
{
"id": 21,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,address,'regent street city centre');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , gourmet burger kitchen is on Regent Street City Centre"
},
{
"id": 23,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 24,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 25,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price range"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,name,'gourmet burger kitchen');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "gourmet burger kitchen is in the expensive price range"
},
{
"id": 27,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-0abf414c0c-20130326_235059 | [
{
"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",
"food",
"cantonese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d3d69b3"
],
[
"_:search/0d3d69b3",
"food",
"cantonese"
],
[
"_:search/0d3d69b3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d3d69b3"
],
[
"_:search/0d3d69b3",
"food",
"cantonese"
],
[
"_:search/0d3d69b3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"north american"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d3d69b3"
],
[
"_:search/0d3d69b3",
"food",
"cantonese"
],
[
"_:search/0d3d69b3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"north american"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_: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",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d3d69b3"
],
[
"_:search/0d3d69b3",
"food",
"cantonese"
],
[
"_:search/0d3d69b3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"north american"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d3d69b3"
],
[
"_:search/0d3d69b3",
"food",
"cantonese"
],
[
"_:search/0d3d69b3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"north american"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d3d69b3"
],
[
"_:search/0d3d69b3",
"food",
"cantonese"
],
[
"_:search/0d3d69b3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"north american"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d3d69b3"
],
[
"_:search/0d3d69b3",
"food",
"cantonese"
],
[
"_:search/0d3d69b3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"north american"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"phone",
"01223 312598"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d3d69b3"
],
[
"_:search/0d3d69b3",
"food",
"cantonese"
],
[
"_:search/0d3d69b3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"north american"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"phone",
"01223 312598"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d3d69b3"
],
[
"_:search/0d3d69b3",
"food",
"cantonese"
],
[
"_:search/0d3d69b3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"north american"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"phone",
"01223 312598"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d3d69b3"
],
[
"_:search/0d3d69b3",
"food",
"cantonese"
],
[
"_:search/0d3d69b3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"north american"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223 312598"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d3d69b3"
],
[
"_:search/0d3d69b3",
"food",
"cantonese"
],
[
"_:search/0d3d69b3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"north american"
],
[
"_:result",
"phone",
"01223 312598"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/0d3d69b3"
],
[
"_:search/0d3d69b3",
"food",
"cantonese"
],
[
"_:search/0d3d69b3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"north american"
],
[
"_:result",
"phone",
"01223 312598"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'eritrean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "airatarin"
},
{
"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,'eritrean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "airatarin"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'french');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant two two is a nice restaurant in the north of town serving french food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'22 chesterton road chesterton');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , restaurant two two is on 22 Chesterton Road Chesterton"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'restaurant two two');(_:result,phone,'01223 351880');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of restaurant two two is 01223 351880 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'restaurant two two');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant two two is in the expensive price range"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fe2783c40a-20130401_145931 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"address",
"22 chesterton road chesterton"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"address",
"22 chesterton road chesterton"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_:result",
"phone",
"01223 351880"
],
[
"_: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"
],
[
"_:search",
"food",
"eritrean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"address",
"22 chesterton road chesterton"
],
[
"_:result",
"phone",
"01223 351880"
],
[
"_:result",
"name",
"restaurant two two"
],
[
"_: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,food,'greek');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an expensive restaurant that serves greek food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving greek food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving greek food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'don pasquale pizzeria');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "don pasquale pizzeria is in the expensive price range"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an expensive restaurant that serves asian oriental food"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can you give me the phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'kymmoy');(_:result,phone,'01223 311911');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of kymmoy is 01223 311911 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what area is it"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'kymmoy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "kymmoy is a nice place in the centre of town"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "uh okay thank you good bye"
}
] | voip-b6618de447-20130328_154703 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"greek"
],
[
"_: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/ce7de356"
],
[
"_:search/ce7de356",
"food",
"greek"
],
[
"_:search/ce7de356",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ce7de356"
],
[
"_:search/ce7de356",
"food",
"greek"
],
[
"_:search/ce7de356",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/201e220b"
],
[
"_:search/201e220b",
"food",
"greek"
],
[
"_:search/201e220b",
"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"
],
[
"_:system",
"canthelp",
"_:search/ce7de356"
],
[
"_:search/ce7de356",
"food",
"greek"
],
[
"_:search/ce7de356",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/201e220b"
],
[
"_:search/201e220b",
"food",
"greek"
],
[
"_:search/201e220b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"name",
"don pasquale pizzeria"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/ce7de356"
],
[
"_:search/ce7de356",
"food",
"greek"
],
[
"_:search/ce7de356",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/201e220b"
],
[
"_:search/201e220b",
"food",
"greek"
],
[
"_:search/201e220b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"name",
"don pasquale pizzeria"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/ce7de356"
],
[
"_:search/ce7de356",
"food",
"greek"
],
[
"_:search/ce7de356",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/201e220b"
],
[
"_:search/201e220b",
"food",
"greek"
],
[
"_:search/201e220b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/ce7de356"
],
[
"_:search/ce7de356",
"food",
"greek"
],
[
"_:search/ce7de356",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/201e220b"
],
[
"_:search/201e220b",
"food",
"greek"
],
[
"_:search/201e220b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"phone",
"01223 311911"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/ce7de356"
],
[
"_:search/ce7de356",
"food",
"greek"
],
[
"_:search/ce7de356",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/201e220b"
],
[
"_:search/201e220b",
"food",
"greek"
],
[
"_:search/201e220b",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 311911"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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,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 of town"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'taj tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "taj tandoori is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'kosher');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "that can serve kosher food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no corsica restaurant that matches your request"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about one that serves korean food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul serves korean food ."
},
{
"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,'centre');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul is a nice place in the centre of town"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "that serves korean food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul serves korean food ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address and phone number"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-96f43326a4-20130323_070356 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"kosher"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/4fc35491"
],
[
"_:search/4fc35491",
"food",
"corsica"
],
[
"_:search/4fc35491",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/4fc35491"
],
[
"_:search/4fc35491",
"food",
"corsica"
],
[
"_:search/4fc35491",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_: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"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/4fc35491"
],
[
"_:search/4fc35491",
"food",
"corsica"
],
[
"_:search/4fc35491",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/4fc35491"
],
[
"_:search/4fc35491",
"food",
"corsica"
],
[
"_:search/4fc35491",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/4fc35491"
],
[
"_:search/4fc35491",
"food",
"corsica"
],
[
"_:search/4fc35491",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like an expensive restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "it doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is a nice place in the south of town and the prices are expensive"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'2g cambridge leisure park cherry hinton road cherry hinton');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , chiquito restaurant bar is on 2G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'chiquito restaurant bar');(_:result,phone,'01223 400170');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of chiquito restaurant bar is 01223 400170 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-ab4f1dbb59-20130328_180542 | [
{
"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",
"chiquito restaurant bar"
],
[
"_: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",
"2g cambridge leisure park cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"2g cambridge leisure park cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap restaurant"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is a nice restaurant in the south of town in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'the lucky star');(_:result,phone,'01223 244277');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the lucky star is 01223 244277 ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-3be3bda933-20130326_125353 | [
{
"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",
"area",
"south"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_: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
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,*);(_:search,food,'japanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in any area that serves japanese"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'japanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "japanese food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'japanese');(_:result,name,'wagamama');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "wagamama is a nice restaurant in the centre of town serving japanese food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'36 saint andrews street');(_:result,name,'wagamama');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , wagamama is on 36 Saint Andrews Street"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'wagamama');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "wagamama is in the expensive price range"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-afd3aa91f0-20130325_224842 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"japanese"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"japanese"
],
[
"_:result",
"address",
"36 saint andrews street"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"japanese"
],
[
"_:result",
"address",
"36 saint andrews street"
],
[
"_:result",
"name",
"wagamama"
],
[
"_: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,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "breath id like a cheap restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is a nice restaurant in the south of town in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,food,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could i have the phone number and type of food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'the lucky star');(_:result,phone,'01223 244277');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the lucky star is 01223 244277 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "breath what type of food is it"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'the lucky star');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star serves chinese food"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-88b68a9a41-20130322_224115 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive restaurant in the south of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'italian');(_:result,name,'frankie and bennys');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "frankie and bennys is a nice restaurant in the south of town serving italian food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,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,'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": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'frankie and bennys');(_:result,phone,'01223 412430');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of frankie and bennys is 01223 412430 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-fdf8b50918-20130329_042606 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"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",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"phone",
"01223 412430"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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,'scottish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the west part of town that serves scottish"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no spanish restaurant in the west of town"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the west part of town"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no spanish restaurant in the west of town"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'scottish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "scottish"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'maharajah tandoori restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "maharajah tandoori restaurant is a nice place in the west of town"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about indian type of food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice place in the west of town"
},
{
"id": 9,
"rdf-acts": [
"confirm((_:result,food,'indian');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "does it serve indian food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh serves vietnamese food"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant that serves indian food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'indian');(_:result,name,'maharajah tandoori restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "maharajah tandoori restaurant is a nice place in the west of town serving tasty indian food"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'41518 castle street city centre');(_:result,name,'maharajah tandoori restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , maharajah tandoori restaurant is on 41518 Castle Street City Centre"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,name,'maharajah tandoori restaurant');(_:result,phone,'01223 358399');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of maharajah tandoori restaurant is 01223 358399 ."
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-3b81cbb287-20130324_015234 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"scottish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"scottish"
],
[
"_:system",
"canthelp",
"_:search/a4be9354"
],
[
"_:search/a4be9354",
"area",
"west"
],
[
"_:search/a4be9354",
"food",
"spanish"
],
[
"_:search/a4be9354",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/a4be9354"
],
[
"_:search/a4be9354",
"area",
"west"
],
[
"_:search/a4be9354",
"food",
"spanish"
],
[
"_:search/a4be9354",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cbe39aea"
],
[
"_:search/cbe39aea",
"area",
"west"
],
[
"_:search/cbe39aea",
"food",
"spanish"
],
[
"_:search/cbe39aea",
"type",
"Restaurant"
],
[
"_:search",
"food",
"scottish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/a4be9354"
],
[
"_:search/a4be9354",
"area",
"west"
],
[
"_:search/a4be9354",
"food",
"spanish"
],
[
"_:search/a4be9354",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cbe39aea"
],
[
"_:search/cbe39aea",
"area",
"west"
],
[
"_:search/cbe39aea",
"food",
"spanish"
],
[
"_:search/cbe39aea",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"maharajah tandoori 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"
],
[
"_:system",
"canthelp",
"_:search/a4be9354"
],
[
"_:search/a4be9354",
"area",
"west"
],
[
"_:search/a4be9354",
"food",
"spanish"
],
[
"_:search/a4be9354",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cbe39aea"
],
[
"_:search/cbe39aea",
"area",
"west"
],
[
"_:search/cbe39aea",
"food",
"spanish"
],
[
"_:search/cbe39aea",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/a4be9354"
],
[
"_:search/a4be9354",
"area",
"west"
],
[
"_:search/a4be9354",
"food",
"spanish"
],
[
"_:search/a4be9354",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cbe39aea"
],
[
"_:search/cbe39aea",
"area",
"west"
],
[
"_:search/cbe39aea",
"food",
"spanish"
],
[
"_:search/cbe39aea",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/a4be9354"
],
[
"_:search/a4be9354",
"area",
"west"
],
[
"_:search/a4be9354",
"food",
"spanish"
],
[
"_:search/a4be9354",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cbe39aea"
],
[
"_:search/cbe39aea",
"area",
"west"
],
[
"_:search/cbe39aea",
"food",
"spanish"
],
[
"_:search/cbe39aea",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"maharajah tandoori restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"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/a4be9354"
],
[
"_:search/a4be9354",
"area",
"west"
],
[
"_:search/a4be9354",
"food",
"spanish"
],
[
"_:search/a4be9354",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cbe39aea"
],
[
"_:search/cbe39aea",
"area",
"west"
],
[
"_:search/cbe39aea",
"food",
"spanish"
],
[
"_:search/cbe39aea",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"41518 castle street city centre"
],
[
"_:result",
"name",
"maharajah tandoori restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/a4be9354"
],
[
"_:search/a4be9354",
"area",
"west"
],
[
"_:search/a4be9354",
"food",
"spanish"
],
[
"_:search/a4be9354",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cbe39aea"
],
[
"_:search/cbe39aea",
"area",
"west"
],
[
"_:search/cbe39aea",
"food",
"spanish"
],
[
"_:search/cbe39aea",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"41518 castle street city centre"
],
[
"_:result",
"name",
"maharajah tandoori restaurant"
],
[
"_:result",
"phone",
"01223 358399"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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": "any"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'restaurant alimentum');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant alimentum is a nice place in the south of town and the prices are moderate"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'152 - 154 hills road');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , restaurant alimentum is on 152 - 154 Hills Road"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food do they serve"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'modern european');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant alimentum serves modern european food"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-922209b777-20130325_161023 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"152 - 154 hills road"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"152 - 154 hills road"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'polish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for polish food"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'polish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no polish restaurant that matches your request"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about thai food"
},
{
"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,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'thai');(_:result,name,'sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sala thong serves thai food ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'35 newnham road newnham');(_:result,name,'sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , sala thong is on 35 Newnham Road Newnham"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about the phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'sala thong');(_:result,phone,'01223 323178');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of sala thong is 01223 323178 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-f32f2cfdae-20130327_015332 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"polish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"polish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/dc271ce1"
],
[
"_:search/dc271ce1",
"food",
"polish"
],
[
"_:search/dc271ce1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/dc271ce1"
],
[
"_:search/dc271ce1",
"food",
"polish"
],
[
"_:search/dc271ce1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/dc271ce1"
],
[
"_:search/dc271ce1",
"food",
"polish"
],
[
"_:search/dc271ce1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/dc271ce1"
],
[
"_:search/dc271ce1",
"food",
"polish"
],
[
"_:search/dc271ce1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"address",
"35 newnham road newnham"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/dc271ce1"
],
[
"_:search/dc271ce1",
"food",
"polish"
],
[
"_:search/dc271ce1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"address",
"35 newnham road newnham"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"phone",
"01223 323178"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like a cheap restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria is a nice restaurant in the north of town in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "south part of town"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is a nice restaurant in the south of town in the cheap price range"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address and phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park clifton way');(_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , nandos is on Cambridge Leisure Park Clifton Way"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'nandos');(_:result,phone,'01223 327908');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of nandos is 01223 327908 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-22c938c8ba-20130325_130208 | [
{
"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"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_: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",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"cambridge leisure park clifton way"
],
[
"_:result",
"name",
"nandos"
],
[
"_: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",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"cambridge leisure park clifton way"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,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,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "afghan"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving afghan food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "portuguese"
},
{
"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": [
"reqalts()",
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about portuguese"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant is a nice place in the south of town"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "portuguese food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'frankie and bennys');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "frankie and bennys is a nice place in the south of town"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "portuguese food"
},
{
"id": 12,
"rdf-acts": [
"confirm((_:search,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a afghan restaurant right?"
},
{
"id": 13,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about portuguese"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 16,
"rdf-acts": [
"canthelp((_:search,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving afghan food"
},
{
"id": 17,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about portuguese"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant is a nice place in the south of town"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant serves chinese food"
},
{
"id": 21,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about portuguese food"
},
{
"id": 22,
"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": 23,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 24,
"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": 25,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 26,
"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": 27,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-dcaeb62b29-20130327_081209 | [
{
"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",
"afghan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/087a1690"
],
[
"_:search/087a1690",
"food",
"afghan"
],
[
"_:search/087a1690",
"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/087a1690"
],
[
"_:search/087a1690",
"food",
"afghan"
],
[
"_:search/087a1690",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/85b38709"
],
[
"_:search/85b38709",
"food",
"afghan"
],
[
"_:search/85b38709",
"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",
"south"
],
[
"_:system",
"canthelp",
"_:search/087a1690"
],
[
"_:search/087a1690",
"food",
"afghan"
],
[
"_:search/087a1690",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/85b38709"
],
[
"_:search/85b38709",
"food",
"afghan"
],
[
"_:search/85b38709",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"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/087a1690"
],
[
"_:search/087a1690",
"food",
"afghan"
],
[
"_:search/087a1690",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/85b38709"
],
[
"_:search/85b38709",
"food",
"afghan"
],
[
"_:search/85b38709",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/087a1690"
],
[
"_:search/087a1690",
"food",
"afghan"
],
[
"_:search/087a1690",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/85b38709"
],
[
"_:search/85b38709",
"food",
"afghan"
],
[
"_:search/85b38709",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/087a1690"
],
[
"_:search/087a1690",
"food",
"afghan"
],
[
"_:search/087a1690",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/85b38709"
],
[
"_:search/85b38709",
"food",
"afghan"
],
[
"_:search/85b38709",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/087a1690"
],
[
"_:search/087a1690",
"food",
"afghan"
],
[
"_:search/087a1690",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/85b38709"
],
[
"_:search/85b38709",
"food",
"afghan"
],
[
"_:search/85b38709",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ea6676e"
],
[
"_:search/1ea6676e",
"food",
"afghan"
],
[
"_:search/1ea6676e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/087a1690"
],
[
"_:search/087a1690",
"food",
"afghan"
],
[
"_:search/087a1690",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/85b38709"
],
[
"_:search/85b38709",
"food",
"afghan"
],
[
"_:search/85b38709",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ea6676e"
],
[
"_:search/1ea6676e",
"food",
"afghan"
],
[
"_:search/1ea6676e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/087a1690"
],
[
"_:search/087a1690",
"food",
"afghan"
],
[
"_:search/087a1690",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/85b38709"
],
[
"_:search/85b38709",
"food",
"afghan"
],
[
"_:search/85b38709",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ea6676e"
],
[
"_:search/1ea6676e",
"food",
"afghan"
],
[
"_:search/1ea6676e",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/087a1690"
],
[
"_:search/087a1690",
"food",
"afghan"
],
[
"_:search/087a1690",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/85b38709"
],
[
"_:search/85b38709",
"food",
"afghan"
],
[
"_:search/85b38709",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ea6676e"
],
[
"_:search/1ea6676e",
"food",
"afghan"
],
[
"_:search/1ea6676e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
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",
"south"
],
[
"_:system",
"canthelp",
"_:search/087a1690"
],
[
"_:search/087a1690",
"food",
"afghan"
],
[
"_:search/087a1690",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/85b38709"
],
[
"_:search/85b38709",
"food",
"afghan"
],
[
"_:search/85b38709",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ea6676e"
],
[
"_:search/1ea6676e",
"food",
"afghan"
],
[
"_:search/1ea6676e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"address",
"cambridge leisure park clifton way"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/087a1690"
],
[
"_:search/087a1690",
"food",
"afghan"
],
[
"_:search/087a1690",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/85b38709"
],
[
"_:search/85b38709",
"food",
"afghan"
],
[
"_:search/85b38709",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ea6676e"
],
[
"_:search/1ea6676e",
"food",
"afghan"
],
[
"_:search/1ea6676e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"address",
"cambridge leisure park clifton way"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a moderately priced restaurant in the west part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "it doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'saint johns chop house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saint johns chop house is a nice place in the west of town and the prices are moderate"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats their phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'saint johns chop house');(_:result,phone,'01223 353110');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of saint johns chop house is 01223 353110 ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-4c25da9a27-20130327_140750 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"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
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"01223 353110"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an expensive restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east part"
},
{
"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,'east');(_:result,name,'royal standard');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal standard is a nice place in the east of town and the prices are expensive"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"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": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-ddcaad92a1-20130326_012016 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"phone",
"01223 247877"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 247877"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like a pan asian restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any part"
},
{
"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,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "pan asian"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "pan asian food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'venetian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving venetian food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "pan asian"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving polynesian food"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "pan asian"
},
{
"id": 12,
"rdf-acts": [
"confirm((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a polynesian restaurant right?"
},
{
"id": 13,
"rdf-acts": [
"negate()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no im looking for pan asian"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving polynesian food"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": "laugh you suck"
},
{
"id": 16,
"rdf-acts": [
"canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving polynesian food"
},
{
"id": 17,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental"
},
{
"id": 18,
"rdf-acts": [
"canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving polynesian food"
},
{
"id": 19,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental"
},
{
"id": 20,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 21,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 22,
"rdf-acts": [
"confirm((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a polynesian restaurant right?"
},
{
"id": 23,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 24,
"rdf-acts": [
"canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving polynesian food"
},
{
"id": 25,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental"
},
{
"id": 26,
"rdf-acts": [
"canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving polynesian food"
},
{
"id": 27,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "asian oriental"
},
{
"id": 28,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 29,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any price range"
},
{
"id": 30,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate'))"
],
"speaker": "system",
"text": "Sorry would you like something in the cheap price range or in the moderate price range"
},
{
"id": 31,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 32,
"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": 33,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "right"
},
{
"id": 34,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'j restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "j restaurant serves asian oriental food"
},
{
"id": 35,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address and post code"
},
{
"id": 36,
"rdf-acts": [
"inform((_:result,address,'86 regent street city centre');(_:result,name,'j restaurant');(_:result,postcode,'c.b 2');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "j restaurant is on 86 Regent Street City Centre , and it is in the cheap price range"
},
{
"id": 37,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-03d6592b76-20130327_030602 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/bff5769d"
],
[
"_:search/bff5769d",
"food",
"venetian"
],
[
"_:search/bff5769d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/bff5769d"
],
[
"_:search/bff5769d",
"food",
"venetian"
],
[
"_:search/bff5769d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd441fe3"
],
[
"_:search/fd441fe3",
"food",
"polynesian"
],
[
"_:search/fd441fe3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/bff5769d"
],
[
"_:search/bff5769d",
"food",
"venetian"
],
[
"_:search/bff5769d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd441fe3"
],
[
"_:search/fd441fe3",
"food",
"polynesian"
],
[
"_:search/fd441fe3",
"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",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/bff5769d"
],
[
"_:search/bff5769d",
"food",
"venetian"
],
[
"_:search/bff5769d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd441fe3"
],
[
"_:search/fd441fe3",
"food",
"polynesian"
],
[
"_:search/fd441fe3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de5b7bdb"
],
[
"_:search/de5b7bdb",
"food",
"polynesian"
],
[
"_:search/de5b7bdb",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/bff5769d"
],
[
"_:search/bff5769d",
"food",
"venetian"
],
[
"_:search/bff5769d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd441fe3"
],
[
"_:search/fd441fe3",
"food",
"polynesian"
],
[
"_:search/fd441fe3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de5b7bdb"
],
[
"_:search/de5b7bdb",
"food",
"polynesian"
],
[
"_:search/de5b7bdb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e751f2a5"
],
[
"_:search/e751f2a5",
"food",
"polynesian"
],
[
"_:search/e751f2a5",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/bff5769d"
],
[
"_:search/bff5769d",
"food",
"venetian"
],
[
"_:search/bff5769d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd441fe3"
],
[
"_:search/fd441fe3",
"food",
"polynesian"
],
[
"_:search/fd441fe3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de5b7bdb"
],
[
"_:search/de5b7bdb",
"food",
"polynesian"
],
[
"_:search/de5b7bdb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e751f2a5"
],
[
"_:search/e751f2a5",
"food",
"polynesian"
],
[
"_:search/e751f2a5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/94596fb1"
],
[
"_:search/94596fb1",
"food",
"polynesian"
],
[
"_:search/94596fb1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/bff5769d"
],
[
"_:search/bff5769d",
"food",
"venetian"
],
[
"_:search/bff5769d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd441fe3"
],
[
"_:search/fd441fe3",
"food",
"polynesian"
],
[
"_:search/fd441fe3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de5b7bdb"
],
[
"_:search/de5b7bdb",
"food",
"polynesian"
],
[
"_:search/de5b7bdb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e751f2a5"
],
[
"_:search/e751f2a5",
"food",
"polynesian"
],
[
"_:search/e751f2a5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/94596fb1"
],
[
"_:search/94596fb1",
"food",
"polynesian"
],
[
"_:search/94596fb1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/bff5769d"
],
[
"_:search/bff5769d",
"food",
"venetian"
],
[
"_:search/bff5769d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd441fe3"
],
[
"_:search/fd441fe3",
"food",
"polynesian"
],
[
"_:search/fd441fe3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de5b7bdb"
],
[
"_:search/de5b7bdb",
"food",
"polynesian"
],
[
"_:search/de5b7bdb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e751f2a5"
],
[
"_:search/e751f2a5",
"food",
"polynesian"
],
[
"_:search/e751f2a5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/94596fb1"
],
[
"_:search/94596fb1",
"food",
"polynesian"
],
[
"_:search/94596fb1",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/bff5769d"
],
[
"_:search/bff5769d",
"food",
"venetian"
],
[
"_:search/bff5769d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd441fe3"
],
[
"_:search/fd441fe3",
"food",
"polynesian"
],
[
"_:search/fd441fe3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de5b7bdb"
],
[
"_:search/de5b7bdb",
"food",
"polynesian"
],
[
"_:search/de5b7bdb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e751f2a5"
],
[
"_:search/e751f2a5",
"food",
"polynesian"
],
[
"_:search/e751f2a5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/94596fb1"
],
[
"_:search/94596fb1",
"food",
"polynesian"
],
[
"_:search/94596fb1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/963c66c2"
],
[
"_:search/963c66c2",
"food",
"polynesian"
],
[
"_:search/963c66c2",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/bff5769d"
],
[
"_:search/bff5769d",
"food",
"venetian"
],
[
"_:search/bff5769d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd441fe3"
],
[
"_:search/fd441fe3",
"food",
"polynesian"
],
[
"_:search/fd441fe3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de5b7bdb"
],
[
"_:search/de5b7bdb",
"food",
"polynesian"
],
[
"_:search/de5b7bdb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e751f2a5"
],
[
"_:search/e751f2a5",
"food",
"polynesian"
],
[
"_:search/e751f2a5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/94596fb1"
],
[
"_:search/94596fb1",
"food",
"polynesian"
],
[
"_:search/94596fb1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/963c66c2"
],
[
"_:search/963c66c2",
"food",
"polynesian"
],
[
"_:search/963c66c2",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/b4e8b66e"
],
[
"_:search/b4e8b66e",
"food",
"polynesian"
],
[
"_:search/b4e8b66e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/bff5769d"
],
[
"_:search/bff5769d",
"food",
"venetian"
],
[
"_:search/bff5769d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd441fe3"
],
[
"_:search/fd441fe3",
"food",
"polynesian"
],
[
"_:search/fd441fe3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de5b7bdb"
],
[
"_:search/de5b7bdb",
"food",
"polynesian"
],
[
"_:search/de5b7bdb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e751f2a5"
],
[
"_:search/e751f2a5",
"food",
"polynesian"
],
[
"_:search/e751f2a5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/94596fb1"
],
[
"_:search/94596fb1",
"food",
"polynesian"
],
[
"_:search/94596fb1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/963c66c2"
],
[
"_:search/963c66c2",
"food",
"polynesian"
],
[
"_:search/963c66c2",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/b4e8b66e"
],
[
"_:search/b4e8b66e",
"food",
"polynesian"
],
[
"_:search/b4e8b66e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/bff5769d"
],
[
"_:search/bff5769d",
"food",
"venetian"
],
[
"_:search/bff5769d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd441fe3"
],
[
"_:search/fd441fe3",
"food",
"polynesian"
],
[
"_:search/fd441fe3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de5b7bdb"
],
[
"_:search/de5b7bdb",
"food",
"polynesian"
],
[
"_:search/de5b7bdb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e751f2a5"
],
[
"_:search/e751f2a5",
"food",
"polynesian"
],
[
"_:search/e751f2a5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/94596fb1"
],
[
"_:search/94596fb1",
"food",
"polynesian"
],
[
"_:search/94596fb1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/963c66c2"
],
[
"_:search/963c66c2",
"food",
"polynesian"
],
[
"_:search/963c66c2",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/b4e8b66e"
],
[
"_:search/b4e8b66e",
"food",
"polynesian"
],
[
"_:search/b4e8b66e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/bff5769d"
],
[
"_:search/bff5769d",
"food",
"venetian"
],
[
"_:search/bff5769d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd441fe3"
],
[
"_:search/fd441fe3",
"food",
"polynesian"
],
[
"_:search/fd441fe3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de5b7bdb"
],
[
"_:search/de5b7bdb",
"food",
"polynesian"
],
[
"_:search/de5b7bdb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e751f2a5"
],
[
"_:search/e751f2a5",
"food",
"polynesian"
],
[
"_:search/e751f2a5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/94596fb1"
],
[
"_:search/94596fb1",
"food",
"polynesian"
],
[
"_:search/94596fb1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/963c66c2"
],
[
"_:search/963c66c2",
"food",
"polynesian"
],
[
"_:search/963c66c2",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/b4e8b66e"
],
[
"_:search/b4e8b66e",
"food",
"polynesian"
],
[
"_:search/b4e8b66e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/bff5769d"
],
[
"_:search/bff5769d",
"food",
"venetian"
],
[
"_:search/bff5769d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd441fe3"
],
[
"_:search/fd441fe3",
"food",
"polynesian"
],
[
"_:search/fd441fe3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de5b7bdb"
],
[
"_:search/de5b7bdb",
"food",
"polynesian"
],
[
"_:search/de5b7bdb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e751f2a5"
],
[
"_:search/e751f2a5",
"food",
"polynesian"
],
[
"_:search/e751f2a5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/94596fb1"
],
[
"_:search/94596fb1",
"food",
"polynesian"
],
[
"_:search/94596fb1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/963c66c2"
],
[
"_:search/963c66c2",
"food",
"polynesian"
],
[
"_:search/963c66c2",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/b4e8b66e"
],
[
"_:search/b4e8b66e",
"food",
"polynesian"
],
[
"_:search/b4e8b66e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35
]
},
{
"id": 18,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/bff5769d"
],
[
"_:search/bff5769d",
"food",
"venetian"
],
[
"_:search/bff5769d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fd441fe3"
],
[
"_:search/fd441fe3",
"food",
"polynesian"
],
[
"_:search/fd441fe3",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/de5b7bdb"
],
[
"_:search/de5b7bdb",
"food",
"polynesian"
],
[
"_:search/de5b7bdb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/e751f2a5"
],
[
"_:search/e751f2a5",
"food",
"polynesian"
],
[
"_:search/e751f2a5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/94596fb1"
],
[
"_:search/94596fb1",
"food",
"polynesian"
],
[
"_:search/94596fb1",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/963c66c2"
],
[
"_:search/963c66c2",
"food",
"polynesian"
],
[
"_:search/963c66c2",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/b4e8b66e"
],
[
"_:search/b4e8b66e",
"food",
"polynesian"
],
[
"_:search/b4e8b66e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"address",
"86 regent street city centre"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'traditional');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i find an expensive restaurant that serves traditional food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'traditional');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving traditional food"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have an expensive restaurant"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'traditional');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving traditional food"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "serving modern european food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'modern european');(_:result,name,'darrys cookhouse and wine shop');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "darrys cookhouse and wine shop serves modern european food in the expensive price range"
},
{
"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,'40270 king street city centre');(_:result,name,'darrys cookhouse and wine shop');(_:result,phone,'01223 505015');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of darrys cookhouse and wine shop is 01223 505015 and it is on 40270 King Street City Centre ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-2c217000af-20130325_221525 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"traditional"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"traditional"
],
[
"_:system",
"canthelp",
"_:search/e1495b2c"
],
[
"_:search/e1495b2c",
"food",
"traditional"
],
[
"_:search/e1495b2c",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/e1495b2c"
],
[
"_:search/e1495b2c",
"food",
"traditional"
],
[
"_:search/e1495b2c",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/9c3f4285"
],
[
"_:search/9c3f4285",
"food",
"traditional"
],
[
"_:search/9c3f4285",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/e1495b2c"
],
[
"_:search/e1495b2c",
"food",
"traditional"
],
[
"_:search/e1495b2c",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/9c3f4285"
],
[
"_:search/9c3f4285",
"food",
"traditional"
],
[
"_:search/9c3f4285",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"darrys cookhouse and wine shop"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/e1495b2c"
],
[
"_:search/e1495b2c",
"food",
"traditional"
],
[
"_:search/e1495b2c",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/9c3f4285"
],
[
"_:search/9c3f4285",
"food",
"traditional"
],
[
"_:search/9c3f4285",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"40270 king street city centre"
],
[
"_:result",
"name",
"darrys cookhouse and wine shop"
],
[
"_:result",
"phone",
"01223 505015"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-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": "wait noise"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "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,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "ah centre"
},
{
"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,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "the centre"
},
{
"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,'world');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "world"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'world');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving world food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "unintelligible part of town"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,food,'world');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving world food"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "the west part of town"
},
{
"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": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "european food"
},
{
"id": 16,
"rdf-acts": [
"confirm((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the west of town?"
},
{
"id": 17,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "ye"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'european');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant is a nice place in the west of town serving tasty european food"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive restaurant"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'european');(_:result,name,'cambridge lodge restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant is a great restaurant serving expensive european food in the west of town ."
},
{
"id": 21,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "area"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant is a great restaurant"
},
{
"id": 23,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what area is it in"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant is a nice place in the west of town"
},
{
"id": 25,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant is a great restaurant"
},
{
"id": 27,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 28,
"rdf-acts": [
"inform((_:result,name,'cambridge lodge restaurant');(_:result,phone,'01223 355166');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of cambridge lodge restaurant is 01223 355166 ."
},
{
"id": 29,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "noise address"
},
{
"id": 30,
"rdf-acts": [
"inform((_:result,address,'cambridge lodge hotel 139 huntingdon road city centre');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , cambridge lodge restaurant is on Cambridge Lodge Hotel 139 Huntingdon Road City Centre"
},
{
"id": 31,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-ccf48b9a6a-20130329_053241 | [
{
"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",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"world"
],
[
"_: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",
"world"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b834c0a8"
],
[
"_:search/b834c0a8",
"food",
"world"
],
[
"_:search/b834c0a8",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_: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",
"world"
],
[
"_:system",
"canthelp",
"_:search/b834c0a8"
],
[
"_:search/b834c0a8",
"food",
"world"
],
[
"_:search/b834c0a8",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/417c9c38"
],
[
"_:search/417c9c38",
"food",
"world"
],
[
"_:search/417c9c38",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/b834c0a8"
],
[
"_:search/b834c0a8",
"food",
"world"
],
[
"_:search/b834c0a8",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/417c9c38"
],
[
"_:search/417c9c38",
"food",
"world"
],
[
"_:search/417c9c38",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/4bdb2ebd"
],
[
"_:search/4bdb2ebd",
"food",
"world"
],
[
"_:search/4bdb2ebd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_: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/b834c0a8"
],
[
"_:search/b834c0a8",
"food",
"world"
],
[
"_:search/b834c0a8",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/417c9c38"
],
[
"_:search/417c9c38",
"food",
"world"
],
[
"_:search/417c9c38",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/4bdb2ebd"
],
[
"_:search/4bdb2ebd",
"food",
"world"
],
[
"_:search/4bdb2ebd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_: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/b834c0a8"
],
[
"_:search/b834c0a8",
"food",
"world"
],
[
"_:search/b834c0a8",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/417c9c38"
],
[
"_:search/417c9c38",
"food",
"world"
],
[
"_:search/417c9c38",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/4bdb2ebd"
],
[
"_:search/4bdb2ebd",
"food",
"world"
],
[
"_:search/4bdb2ebd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/b834c0a8"
],
[
"_:search/b834c0a8",
"food",
"world"
],
[
"_:search/b834c0a8",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/417c9c38"
],
[
"_:search/417c9c38",
"food",
"world"
],
[
"_:search/417c9c38",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/4bdb2ebd"
],
[
"_:search/4bdb2ebd",
"food",
"world"
],
[
"_:search/4bdb2ebd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/b834c0a8"
],
[
"_:search/b834c0a8",
"food",
"world"
],
[
"_:search/b834c0a8",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/417c9c38"
],
[
"_:search/417c9c38",
"food",
"world"
],
[
"_:search/417c9c38",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/4bdb2ebd"
],
[
"_:search/4bdb2ebd",
"food",
"world"
],
[
"_:search/4bdb2ebd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/b834c0a8"
],
[
"_:search/b834c0a8",
"food",
"world"
],
[
"_:search/b834c0a8",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/417c9c38"
],
[
"_:search/417c9c38",
"food",
"world"
],
[
"_:search/417c9c38",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/4bdb2ebd"
],
[
"_:search/4bdb2ebd",
"food",
"world"
],
[
"_:search/4bdb2ebd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/b834c0a8"
],
[
"_:search/b834c0a8",
"food",
"world"
],
[
"_:search/b834c0a8",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/417c9c38"
],
[
"_:search/417c9c38",
"food",
"world"
],
[
"_:search/417c9c38",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/4bdb2ebd"
],
[
"_:search/4bdb2ebd",
"food",
"world"
],
[
"_:search/4bdb2ebd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/b834c0a8"
],
[
"_:search/b834c0a8",
"food",
"world"
],
[
"_:search/b834c0a8",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/417c9c38"
],
[
"_:search/417c9c38",
"food",
"world"
],
[
"_:search/417c9c38",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/4bdb2ebd"
],
[
"_:search/4bdb2ebd",
"food",
"world"
],
[
"_:search/4bdb2ebd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"phone",
"01223 355166"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/b834c0a8"
],
[
"_:search/b834c0a8",
"food",
"world"
],
[
"_:search/b834c0a8",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/417c9c38"
],
[
"_:search/417c9c38",
"food",
"world"
],
[
"_:search/417c9c38",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/4bdb2ebd"
],
[
"_:search/4bdb2ebd",
"food",
"world"
],
[
"_:search/4bdb2ebd",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"phone",
"01223 355166"
],
[
"_:result",
"address",
"cambridge lodge hotel 139 huntingdon road city centre"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'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": [
"inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton is a nice restaurant in the south of town in the moderate price range"
},
{
"id": 3,
"rdf-acts": [
"repeat()"
],
"speaker": "user",
"text": "repeat that"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton is a nice restaurant in the south of town in the moderate price range"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'g4 cambridge leisure park clifton way cherry hinton');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , pizza hut cherry hinton is on G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'pizza hut cherry hinton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of pizza hut cherry hinton is 01223 323737 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-5749b16764-20130328_145900 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"g4 cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"g4 cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a cheap restaurant in the north part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice is a nice restaurant in the north of town in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'royal spice');(_:result,phone,'01733 553355');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of royal spice is 01733 553355 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what kind of food do they serve there"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice serves indian food"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e0035cc31b-20130323_212959 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_: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": "expensive restaurant in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'pipasha restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pipasha restaurant is a nice place in the east of town and the prices are expensive"
},
{
"id": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'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,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'yu garden');(_:result,phone,'01223 248882');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of yu garden is 01223 248882 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-e61fa89add-20130327_075222 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"yu garden"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"phone",
"01223 248882"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"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,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "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,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice is a nice restaurant in the north 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": [
"inform((_:result,name,'royal spice');(_:result,phone,'01733 553355');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of royal spice is 01733 553355 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'victoria avenue chesterton');(_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , royal spice is on Victoria Avenue Chesterton"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-50af5438f1-20130327_032137 | [
{
"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",
"food",
"?"
],
[
"_: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",
"food",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_: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",
"food",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant that serves polynesian food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no polynesian restaurant that matches your request"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about korean food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'north american');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "gourmet burger kitchen serves north american food ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "korean food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little seoul serves korean food ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the address and price range"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'108 regent street city centre');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , little seoul is on 108 Regent Street City Centre"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the price range"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-58047f5227-20130326_030421 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"polynesian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/1bf95872"
],
[
"_:search/1bf95872",
"food",
"polynesian"
],
[
"_:search/1bf95872",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/1bf95872"
],
[
"_:search/1bf95872",
"food",
"polynesian"
],
[
"_:search/1bf95872",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"north american"
],
[
"_:result",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/1bf95872"
],
[
"_:search/1bf95872",
"food",
"polynesian"
],
[
"_:search/1bf95872",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/1bf95872"
],
[
"_:search/1bf95872",
"food",
"polynesian"
],
[
"_:search/1bf95872",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/1bf95872"
],
[
"_:search/1bf95872",
"food",
"polynesian"
],
[
"_:search/1bf95872",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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,
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,'kosher');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "kosher food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'irish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no irish restaurant that matches your request"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "european"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any part of town"
},
{
"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": [],
"speaker": "user",
"text": "sil"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no european restaurant in the east of town"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-6d6587c57d-20130329_000439 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"kosher"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c9fa67ed"
],
[
"_:search/c9fa67ed",
"food",
"irish"
],
[
"_:search/c9fa67ed",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c9fa67ed"
],
[
"_:search/c9fa67ed",
"food",
"irish"
],
[
"_:search/c9fa67ed",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/c9fa67ed"
],
[
"_:search/c9fa67ed",
"food",
"irish"
],
[
"_:search/c9fa67ed",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"?"
],
[
"_: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/c9fa67ed"
],
[
"_:search/c9fa67ed",
"food",
"irish"
],
[
"_:search/c9fa67ed",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/bee43045"
],
[
"_:search/bee43045",
"area",
"east"
],
[
"_:search/bee43045",
"food",
"european"
],
[
"_:search/bee43045",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have a lebanese restaurant"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'lebanese');(_:result,name,'ali baba');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "ali baba serves lebanese food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the phone number please"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'ali baba');(_:result,phone,'01462 432565');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of ali baba is 01462 432565 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and whats the post code"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'ali baba');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of ali baba is C.B 2, 1 N.T"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-9735278861-20130401_161717 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"ali baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"ali baba"
],
[
"_:result",
"phone",
"01462 432565"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"phone",
"01462 432565"
],
[
"_:result",
"name",
"ali baba"
],
[
"_:result",
"postcode",
"c.b 2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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,'african');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive african food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'african');(_:result,name,'bedouin');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bedouin is a great restaurant serving african food and it is in the expensive price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'bedouin');(_:result,phone,'01223 367660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of bedouin is 01223 367660 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "area"
},
{
"id": 6,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else?"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what area"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bedouin is a nice place in the centre of town"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-317a1436fe-20130325_174012 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"phone",
"01223 367660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"phone",
"01223 367660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 367660"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"bedouin"
],
[
"_: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": "can i get an 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,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive restaurant"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cantonese food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cantonese food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north american"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 10,
"rdf-acts": [
"confirm((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the north of town?"
},
{
"id": 11,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 12,
"rdf-acts": [
"confirm((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a north american restaurant right?"
},
{
"id": 13,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no north american restaurant in the north of town"
},
{
"id": 15,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 16,
"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": 17,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 18,
"rdf-acts": [
"confirm((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant in the expensive price range right?"
},
{
"id": 19,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 20,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no north american restaurant in the north of town"
},
{
"id": 21,
"rdf-acts": [],
"speaker": "user",
"text": "can"
},
{
"id": 22,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'hakka');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hakka is a nice place in the north of town and the prices are expensive"
},
{
"id": 23,
"rdf-acts": [
"inform((_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cantonese food"
},
{
"id": 24,
"rdf-acts": [
"canthelp((_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cantonese food"
},
{
"id": 25,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north american food"
},
{
"id": 26,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no north american restaurant in the north of town"
},
{
"id": 27,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north american food"
},
{
"id": 28,
"rdf-acts": [
"confirm((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant in the expensive price range right?"
},
{
"id": 29,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north american food"
},
{
"id": 30,
"rdf-acts": [
"confirm((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant in the expensive price range right?"
},
{
"id": 31,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north american"
},
{
"id": 32,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no north american restaurant in the north of town"
},
{
"id": 33,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive north american"
},
{
"id": 34,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no north american restaurant in the north of town"
},
{
"id": 35,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north american"
},
{
"id": 36,
"rdf-acts": [
"confirm((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant in the expensive price range right?"
},
{
"id": 37,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 38,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no north american restaurant in the north of town"
},
{
"id": 39,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north american restaurant expensive"
},
{
"id": 40,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no north american restaurant in the north of town"
},
{
"id": 41,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-7f9c1c8411-20130328_141000 | [
{
"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",
"area",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b031c876"
],
[
"_:search/b031c876",
"food",
"cantonese"
],
[
"_:search/b031c876",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b031c876"
],
[
"_:search/b031c876",
"food",
"cantonese"
],
[
"_:search/b031c876",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b031c876"
],
[
"_:search/b031c876",
"food",
"cantonese"
],
[
"_:search/b031c876",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b031c876"
],
[
"_:search/b031c876",
"food",
"cantonese"
],
[
"_:search/b031c876",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b031c876"
],
[
"_:search/b031c876",
"food",
"cantonese"
],
[
"_:search/b031c876",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/736b5538"
],
[
"_:search/736b5538",
"area",
"north"
],
[
"_:search/736b5538",
"food",
"north american"
],
[
"_:search/736b5538",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b031c876"
],
[
"_:search/b031c876",
"food",
"cantonese"
],
[
"_:search/b031c876",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/736b5538"
],
[
"_:search/736b5538",
"area",
"north"
],
[
"_:search/736b5538",
"food",
"north american"
],
[
"_:search/736b5538",
"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/b031c876"
],
[
"_:search/b031c876",
"food",
"cantonese"
],
[
"_:search/b031c876",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/736b5538"
],
[
"_:search/736b5538",
"area",
"north"
],
[
"_:search/736b5538",
"food",
"north american"
],
[
"_:search/736b5538",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b031c876"
],
[
"_:search/b031c876",
"food",
"cantonese"
],
[
"_:search/b031c876",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/736b5538"
],
[
"_:search/736b5538",
"area",
"north"
],
[
"_:search/736b5538",
"food",
"north american"
],
[
"_:search/736b5538",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4116bcc"
],
[
"_:search/d4116bcc",
"area",
"north"
],
[
"_:search/d4116bcc",
"food",
"north american"
],
[
"_:search/d4116bcc",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b031c876"
],
[
"_:search/b031c876",
"food",
"cantonese"
],
[
"_:search/b031c876",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/736b5538"
],
[
"_:search/736b5538",
"area",
"north"
],
[
"_:search/736b5538",
"food",
"north american"
],
[
"_:search/736b5538",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4116bcc"
],
[
"_:search/d4116bcc",
"area",
"north"
],
[
"_:search/d4116bcc",
"food",
"north american"
],
[
"_:search/d4116bcc",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"hakka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b031c876"
],
[
"_:search/b031c876",
"food",
"cantonese"
],
[
"_:search/b031c876",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/736b5538"
],
[
"_:search/736b5538",
"area",
"north"
],
[
"_:search/736b5538",
"food",
"north american"
],
[
"_:search/736b5538",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4116bcc"
],
[
"_:search/d4116bcc",
"area",
"north"
],
[
"_:search/d4116bcc",
"food",
"north american"
],
[
"_:search/d4116bcc",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"hakka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/99ab45da"
],
[
"_:search/99ab45da",
"food",
"cantonese"
],
[
"_:search/99ab45da",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b031c876"
],
[
"_:search/b031c876",
"food",
"cantonese"
],
[
"_:search/b031c876",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/736b5538"
],
[
"_:search/736b5538",
"area",
"north"
],
[
"_:search/736b5538",
"food",
"north american"
],
[
"_:search/736b5538",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4116bcc"
],
[
"_:search/d4116bcc",
"area",
"north"
],
[
"_:search/d4116bcc",
"food",
"north american"
],
[
"_:search/d4116bcc",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"hakka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/99ab45da"
],
[
"_:search/99ab45da",
"food",
"cantonese"
],
[
"_:search/99ab45da",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b86db445"
],
[
"_:search/b86db445",
"area",
"north"
],
[
"_:search/b86db445",
"food",
"north american"
],
[
"_:search/b86db445",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b031c876"
],
[
"_:search/b031c876",
"food",
"cantonese"
],
[
"_:search/b031c876",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/736b5538"
],
[
"_:search/736b5538",
"area",
"north"
],
[
"_:search/736b5538",
"food",
"north american"
],
[
"_:search/736b5538",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4116bcc"
],
[
"_:search/d4116bcc",
"area",
"north"
],
[
"_:search/d4116bcc",
"food",
"north american"
],
[
"_:search/d4116bcc",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"hakka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/99ab45da"
],
[
"_:search/99ab45da",
"food",
"cantonese"
],
[
"_:search/99ab45da",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b86db445"
],
[
"_:search/b86db445",
"area",
"north"
],
[
"_:search/b86db445",
"food",
"north american"
],
[
"_:search/b86db445",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b031c876"
],
[
"_:search/b031c876",
"food",
"cantonese"
],
[
"_:search/b031c876",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/736b5538"
],
[
"_:search/736b5538",
"area",
"north"
],
[
"_:search/736b5538",
"food",
"north american"
],
[
"_:search/736b5538",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4116bcc"
],
[
"_:search/d4116bcc",
"area",
"north"
],
[
"_:search/d4116bcc",
"food",
"north american"
],
[
"_:search/d4116bcc",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"hakka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/99ab45da"
],
[
"_:search/99ab45da",
"food",
"cantonese"
],
[
"_:search/99ab45da",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b86db445"
],
[
"_:search/b86db445",
"area",
"north"
],
[
"_:search/b86db445",
"food",
"north american"
],
[
"_:search/b86db445",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b031c876"
],
[
"_:search/b031c876",
"food",
"cantonese"
],
[
"_:search/b031c876",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/736b5538"
],
[
"_:search/736b5538",
"area",
"north"
],
[
"_:search/736b5538",
"food",
"north american"
],
[
"_:search/736b5538",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4116bcc"
],
[
"_:search/d4116bcc",
"area",
"north"
],
[
"_:search/d4116bcc",
"food",
"north american"
],
[
"_:search/d4116bcc",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"hakka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/99ab45da"
],
[
"_:search/99ab45da",
"food",
"cantonese"
],
[
"_:search/99ab45da",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b86db445"
],
[
"_:search/b86db445",
"area",
"north"
],
[
"_:search/b86db445",
"food",
"north american"
],
[
"_:search/b86db445",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7c048118"
],
[
"_:search/7c048118",
"area",
"north"
],
[
"_:search/7c048118",
"food",
"north american"
],
[
"_:search/7c048118",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b031c876"
],
[
"_:search/b031c876",
"food",
"cantonese"
],
[
"_:search/b031c876",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/736b5538"
],
[
"_:search/736b5538",
"area",
"north"
],
[
"_:search/736b5538",
"food",
"north american"
],
[
"_:search/736b5538",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4116bcc"
],
[
"_:search/d4116bcc",
"area",
"north"
],
[
"_:search/d4116bcc",
"food",
"north american"
],
[
"_:search/d4116bcc",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"hakka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/99ab45da"
],
[
"_:search/99ab45da",
"food",
"cantonese"
],
[
"_:search/99ab45da",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b86db445"
],
[
"_:search/b86db445",
"area",
"north"
],
[
"_:search/b86db445",
"food",
"north american"
],
[
"_:search/b86db445",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7c048118"
],
[
"_:search/7c048118",
"area",
"north"
],
[
"_:search/7c048118",
"food",
"north american"
],
[
"_:search/7c048118",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/daf8f794"
],
[
"_:search/daf8f794",
"area",
"north"
],
[
"_:search/daf8f794",
"food",
"north american"
],
[
"_:search/daf8f794",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35
]
},
{
"id": 18,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b031c876"
],
[
"_:search/b031c876",
"food",
"cantonese"
],
[
"_:search/b031c876",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/736b5538"
],
[
"_:search/736b5538",
"area",
"north"
],
[
"_:search/736b5538",
"food",
"north american"
],
[
"_:search/736b5538",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4116bcc"
],
[
"_:search/d4116bcc",
"area",
"north"
],
[
"_:search/d4116bcc",
"food",
"north american"
],
[
"_:search/d4116bcc",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"hakka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/99ab45da"
],
[
"_:search/99ab45da",
"food",
"cantonese"
],
[
"_:search/99ab45da",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b86db445"
],
[
"_:search/b86db445",
"area",
"north"
],
[
"_:search/b86db445",
"food",
"north american"
],
[
"_:search/b86db445",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7c048118"
],
[
"_:search/7c048118",
"area",
"north"
],
[
"_:search/7c048118",
"food",
"north american"
],
[
"_:search/7c048118",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/daf8f794"
],
[
"_:search/daf8f794",
"area",
"north"
],
[
"_:search/daf8f794",
"food",
"north american"
],
[
"_:search/daf8f794",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37
]
},
{
"id": 19,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b031c876"
],
[
"_:search/b031c876",
"food",
"cantonese"
],
[
"_:search/b031c876",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/736b5538"
],
[
"_:search/736b5538",
"area",
"north"
],
[
"_:search/736b5538",
"food",
"north american"
],
[
"_:search/736b5538",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4116bcc"
],
[
"_:search/d4116bcc",
"area",
"north"
],
[
"_:search/d4116bcc",
"food",
"north american"
],
[
"_:search/d4116bcc",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"hakka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/99ab45da"
],
[
"_:search/99ab45da",
"food",
"cantonese"
],
[
"_:search/99ab45da",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b86db445"
],
[
"_:search/b86db445",
"area",
"north"
],
[
"_:search/b86db445",
"food",
"north american"
],
[
"_:search/b86db445",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7c048118"
],
[
"_:search/7c048118",
"area",
"north"
],
[
"_:search/7c048118",
"food",
"north american"
],
[
"_:search/7c048118",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/daf8f794"
],
[
"_:search/daf8f794",
"area",
"north"
],
[
"_:search/daf8f794",
"food",
"north american"
],
[
"_:search/daf8f794",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6e3f102c"
],
[
"_:search/6e3f102c",
"area",
"north"
],
[
"_:search/6e3f102c",
"food",
"north american"
],
[
"_:search/6e3f102c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39
]
},
{
"id": 20,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/b031c876"
],
[
"_:search/b031c876",
"food",
"cantonese"
],
[
"_:search/b031c876",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/736b5538"
],
[
"_:search/736b5538",
"area",
"north"
],
[
"_:search/736b5538",
"food",
"north american"
],
[
"_:search/736b5538",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d4116bcc"
],
[
"_:search/d4116bcc",
"area",
"north"
],
[
"_:search/d4116bcc",
"food",
"north american"
],
[
"_:search/d4116bcc",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"hakka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/99ab45da"
],
[
"_:search/99ab45da",
"food",
"cantonese"
],
[
"_:search/99ab45da",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b86db445"
],
[
"_:search/b86db445",
"area",
"north"
],
[
"_:search/b86db445",
"food",
"north american"
],
[
"_:search/b86db445",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7c048118"
],
[
"_:search/7c048118",
"area",
"north"
],
[
"_:search/7c048118",
"food",
"north american"
],
[
"_:search/7c048118",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/daf8f794"
],
[
"_:search/daf8f794",
"area",
"north"
],
[
"_:search/daf8f794",
"food",
"north american"
],
[
"_:search/daf8f794",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6e3f102c"
],
[
"_:search/6e3f102c",
"area",
"north"
],
[
"_:search/6e3f102c",
"food",
"north american"
],
[
"_:search/6e3f102c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d02d05a9"
],
[
"_:search/d02d05a9",
"area",
"north"
],
[
"_:search/d02d05a9",
"food",
"north american"
],
[
"_:search/d02d05a9",
"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": [
"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,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is a nice restaurant in the north of town in the moderate price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'meghna');(_:result,phone,'01223 727410');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of meghna is 01223 727410 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the type of food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is a nice restaurant in the north of town in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna serves indian food"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-583e7cede5-20130324_061500 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"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",
"meghna"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "im"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced restaurant in the west part of town"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo is a nice place in the west of town and the prices are moderate"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food do they serve"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "prezzo serves italian food"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'21 - 24 northampton road');(_:result,name,'prezzo');(_:result,phone,'01799 521260');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of prezzo is 01799 521260 and it is on 21 - 24 Northampton Road ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-48c12815b3-20130402_052405 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"address",
"21 - 24 northampton road"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 5,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant in central"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 9,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "unusual food"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving unusual food"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai type food"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving unusual food"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai type of food"
},
{
"id": 16,
"rdf-acts": [
"canthelp((_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving unusual food"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 18,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 19,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 20,
"rdf-acts": [
"confirm((_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a unusual restaurant right?"
},
{
"id": 21,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 22,
"rdf-acts": [
"canthelp((_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving unusual food"
},
{
"id": 23,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai food"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,food,'thai');(_:result,name,'sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sala thong serves thai food"
},
{
"id": 25,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 26,
"rdf-acts": [
"inform((_:result,address,'35 newnham road newnham');(_:result,name,'sala thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , sala thong is on 35 Newnham Road Newnham"
},
{
"id": 27,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 28,
"rdf-acts": [
"inform((_:result,name,'sala thong');(_:result,phone,'01223 323178');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of sala thong is 01223 323178 ."
},
{
"id": 29,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-edb8609855-20130327_182651 | [
{
"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",
"centre"
],
[
"_: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",
"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",
"unusual"
],
[
"_: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/3fd2607e"
],
[
"_:search/3fd2607e",
"food",
"unusual"
],
[
"_:search/3fd2607e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3fd2607e"
],
[
"_:search/3fd2607e",
"food",
"unusual"
],
[
"_:search/3fd2607e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2652e2cf"
],
[
"_:search/2652e2cf",
"food",
"unusual"
],
[
"_:search/2652e2cf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3fd2607e"
],
[
"_:search/3fd2607e",
"food",
"unusual"
],
[
"_:search/3fd2607e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2652e2cf"
],
[
"_:search/2652e2cf",
"food",
"unusual"
],
[
"_:search/2652e2cf",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/df765356"
],
[
"_:search/df765356",
"food",
"unusual"
],
[
"_:search/df765356",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3fd2607e"
],
[
"_:search/3fd2607e",
"food",
"unusual"
],
[
"_:search/3fd2607e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2652e2cf"
],
[
"_:search/2652e2cf",
"food",
"unusual"
],
[
"_:search/2652e2cf",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/df765356"
],
[
"_:search/df765356",
"food",
"unusual"
],
[
"_:search/df765356",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3fd2607e"
],
[
"_:search/3fd2607e",
"food",
"unusual"
],
[
"_:search/3fd2607e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2652e2cf"
],
[
"_:search/2652e2cf",
"food",
"unusual"
],
[
"_:search/2652e2cf",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/df765356"
],
[
"_:search/df765356",
"food",
"unusual"
],
[
"_:search/df765356",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3fd2607e"
],
[
"_:search/3fd2607e",
"food",
"unusual"
],
[
"_:search/3fd2607e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2652e2cf"
],
[
"_:search/2652e2cf",
"food",
"unusual"
],
[
"_:search/2652e2cf",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/df765356"
],
[
"_:search/df765356",
"food",
"unusual"
],
[
"_:search/df765356",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/64eb04fa"
],
[
"_:search/64eb04fa",
"food",
"unusual"
],
[
"_:search/64eb04fa",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3fd2607e"
],
[
"_:search/3fd2607e",
"food",
"unusual"
],
[
"_:search/3fd2607e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2652e2cf"
],
[
"_:search/2652e2cf",
"food",
"unusual"
],
[
"_:search/2652e2cf",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/df765356"
],
[
"_:search/df765356",
"food",
"unusual"
],
[
"_:search/df765356",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/64eb04fa"
],
[
"_:search/64eb04fa",
"food",
"unusual"
],
[
"_:search/64eb04fa",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3fd2607e"
],
[
"_:search/3fd2607e",
"food",
"unusual"
],
[
"_:search/3fd2607e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2652e2cf"
],
[
"_:search/2652e2cf",
"food",
"unusual"
],
[
"_:search/2652e2cf",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/df765356"
],
[
"_:search/df765356",
"food",
"unusual"
],
[
"_:search/df765356",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/64eb04fa"
],
[
"_:search/64eb04fa",
"food",
"unusual"
],
[
"_:search/64eb04fa",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"address",
"35 newnham road newnham"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3fd2607e"
],
[
"_:search/3fd2607e",
"food",
"unusual"
],
[
"_:search/3fd2607e",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/2652e2cf"
],
[
"_:search/2652e2cf",
"food",
"unusual"
],
[
"_:search/2652e2cf",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/df765356"
],
[
"_:search/df765356",
"food",
"unusual"
],
[
"_:search/df765356",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/64eb04fa"
],
[
"_:search/64eb04fa",
"food",
"unusual"
],
[
"_:search/64eb04fa",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"address",
"35 newnham road newnham"
],
[
"_:result",
"name",
"sala thong"
],
[
"_:result",
"phone",
"01223 323178"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'german');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "german food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "east"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'charlie chan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "charlie chan is a great restaurant"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'charlie chan');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of charlie chan is C.B 2, 1 D.B"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-59bc8a2167-20130325_142656 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"german"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"german"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"german"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"german"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"german"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"phone",
"01223 361763"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"german"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"phone",
"01223 361763"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_: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,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a cheap restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the lucky star is a nice restaurant in the south of town in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"negate()",
"reqalts()"
],
"speaker": "user",
"text": "no is there anything else"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is a nice restaurant in the south of town in the cheap price range"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "alright good bye thank you"
}
] | voip-3cf7bd870d-20130327_175817 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/a7a3e031"
],
[
"_:result/a7a3e031",
"area",
"south"
],
[
"_:result/a7a3e031",
"name",
"the lucky star"
],
[
"_:result/a7a3e031",
"pricerange",
"cheap"
],
[
"_:result/a7a3e031",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/a7a3e031"
],
[
"_:result/a7a3e031",
"area",
"south"
],
[
"_:result/a7a3e031",
"name",
"the lucky star"
],
[
"_:result/a7a3e031",
"pricerange",
"cheap"
],
[
"_:result/a7a3e031",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/a7a3e031"
],
[
"_:result/a7a3e031",
"area",
"south"
],
[
"_:result/a7a3e031",
"name",
"the lucky star"
],
[
"_:result/a7a3e031",
"pricerange",
"cheap"
],
[
"_:result/a7a3e031",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'russian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant serving russian food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'russian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving russian food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh what about chinese food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita is in the cheap price range"
},
{
"id": 5,
"rdf-acts": [
"confirm((_:result,food,'chinese');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "does it serve chinese 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": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant that serves"
},
{
"id": 8,
"rdf-acts": [
"select((_:result,food,'chinese');(_:result,food,'russian'))"
],
"speaker": "system",
"text": "Sorry would you like chinese or russian food?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'russian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "russian"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'kohinoor');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "kohinoor is in the cheap price range"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'kohinoor');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "kohinoor is a great restaurant"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'kohinoor');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "kohinoor serves indian food"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a cheap restaurant that serves"
},
{
"id": 16,
"rdf-acts": [
"select((_:result,food,'chinese');(_:result,food,'russian'))"
],
"speaker": "system",
"text": "Sorry would you like chinese or russian food?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "chinese"
},
{
"id": 18,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 20,
"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": 21,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 22,
"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": 23,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 24,
"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": 25,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-d645d56d23-20130401_203325 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"russian"
],
[
"_: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/fe5d422e"
],
[
"_:search/fe5d422e",
"food",
"russian"
],
[
"_:search/fe5d422e",
"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/fe5d422e"
],
[
"_:search/fe5d422e",
"food",
"russian"
],
[
"_:search/fe5d422e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"la margherita"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/fe5d422e"
],
[
"_:search/fe5d422e",
"food",
"russian"
],
[
"_:search/fe5d422e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/fe5d422e"
],
[
"_:search/fe5d422e",
"food",
"russian"
],
[
"_:search/fe5d422e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"russian"
],
[
"_:search",
"food",
"russian"
],
[
"_: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/fe5d422e"
],
[
"_:search/fe5d422e",
"food",
"russian"
],
[
"_:search/fe5d422e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"russian"
],
[
"_:search",
"food",
"russian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/fe5d422e"
],
[
"_:search/fe5d422e",
"food",
"russian"
],
[
"_:search/fe5d422e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"russian"
],
[
"_:search",
"food",
"russian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/fe5d422e"
],
[
"_:search/fe5d422e",
"food",
"russian"
],
[
"_:search/fe5d422e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"russian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/fe5d422e"
],
[
"_:search/fe5d422e",
"food",
"russian"
],
[
"_:search/fe5d422e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"russian"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/fe5d422e"
],
[
"_:search/fe5d422e",
"food",
"russian"
],
[
"_:search/fe5d422e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"russian"
],
[
"_:search",
"food",
"chinese"
],
[
"_: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/fe5d422e"
],
[
"_:search/fe5d422e",
"food",
"russian"
],
[
"_:search/fe5d422e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/fe5d422e"
],
[
"_:search/fe5d422e",
"food",
"russian"
],
[
"_:search/fe5d422e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"88 mill road city centre"
],
[
"_:result",
"name",
"rice house"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/fe5d422e"
],
[
"_:search/fe5d422e",
"food",
"russian"
],
[
"_:search/fe5d422e",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"chinese"
],
[
"_: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,
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,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an expensive restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any kind"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'mexican');(_:result,name,'chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is a nice restaurant in the south of town serving mexican food"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the price range"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is in the expensive price range"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "do you have any other restaurant"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is a nice restaurant in the south 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,'south');(_:result,name,'chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is a nice restaurant in the south of town in the expensive price range"
},
{
"id": 11,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is a nice restaurant in the south of town in the expensive price range"
},
{
"id": 13,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "can i have something else"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is a nice restaurant in the south of town in the expensive price range"
},
{
"id": 15,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you have a good day"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is a nice restaurant in the south of town in the expensive price range"
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-9f447ce48e-20130328_114744 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the north part of town serving in"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria is in the north part of town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food does it serve"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria serves italian food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want indian food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice is a nice restaurant in the north of town serving indian 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,'victoria avenue chesterton');(_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , royal spice is on Victoria Avenue Chesterton"
},
{
"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,'royal spice');(_:result,phone,'01733 553355');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of royal spice is 01733 553355 ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-583e7cede5-20130324_063717 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'traditional');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "traditional food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria is in the north part of town ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'da vinci pizzeria');(_:result,phone,'01223 351707');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of da vinci pizzeria is 01223 351707 ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-7e07d8f0f5-20130327_175716 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"traditional"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"traditional"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"traditional"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"traditional"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton is a nice restaurant in the south of town in the moderate price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address and phone number"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant is that right?"
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut cherry hinton is a nice restaurant in the south of town in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address and phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'g4 cambridge leisure park clifton way cherry hinton');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , pizza hut cherry hinton is on G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-14cb91bc48-20130327_202138 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"g4 cambridge leisure park clifton way cherry hinton"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a moderately priced restaurant in the north part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant serving any kind of food right?"
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "correct"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'the nirala');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala is a nice place in the north of town and the prices are moderate"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the 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,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the postal code"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'the nirala');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of the nirala is C.B 4, 1 U.Y"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and whats the phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'the nirala');(_:result,phone,'01223 360966');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the nirala is 01223 360966 ."
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": "sil"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'the nirala');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the nirala is a great restaurant"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-4c25da9a27-20130325_181340 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"phone",
"01223 360966"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"postcode",
"c.b 4"
],
[
"_:result",
"phone",
"01223 360966"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'scottish');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant that serves scottish food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'scottish');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no scottish restaurant in the moderate price range"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant that serves british 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,food,'british');(_:result,name,'cotto');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cotto is a nice restaurant in the centre of town serving british food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'british');(_:result,name,'cotto');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cotto is a great restaurant serving british food and it is in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'cotto');(_:result,phone,'01223 302010');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of cotto is 01223 302010 ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-ad40cf5489-20130327_192610 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"scottish"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/ad5da4b4"
],
[
"_:search/ad5da4b4",
"food",
"scottish"
],
[
"_:search/ad5da4b4",
"pricerange",
"moderate"
],
[
"_:search/ad5da4b4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/ad5da4b4"
],
[
"_:search/ad5da4b4",
"food",
"scottish"
],
[
"_:search/ad5da4b4",
"pricerange",
"moderate"
],
[
"_:search/ad5da4b4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/ad5da4b4"
],
[
"_:search/ad5da4b4",
"food",
"scottish"
],
[
"_:search/ad5da4b4",
"pricerange",
"moderate"
],
[
"_:search/ad5da4b4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"cotto"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/ad5da4b4"
],
[
"_:search/ad5da4b4",
"food",
"scottish"
],
[
"_:search/ad5da4b4",
"pricerange",
"moderate"
],
[
"_:search/ad5da4b4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"cotto"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/ad5da4b4"
],
[
"_:search/ad5da4b4",
"food",
"scottish"
],
[
"_:search/ad5da4b4",
"pricerange",
"moderate"
],
[
"_:search/ad5da4b4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"cotto"
],
[
"_:result",
"phone",
"01223 302010"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive turk turkish"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meze bar restaurant is a great restaurant serving turkish food and it is in the expensive 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,'196 mill road city centre');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , meze bar restaurant is on 196 Mill Road City Centre"
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-52eb280e7b-20130325_131334 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"196 mill road city centre"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for spanish food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'spanish');(_:result,name,'la tasca');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la tasca serves spanish food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "whats the next one"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'spanish');(_:result,name,'la tasca');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la tasca serves spanish food"
},
{
"id": 9,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "i dont want that one whats another one"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'la tasca');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la tasca is a great restaurant"
},
{
"id": 11,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "give me another choice"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'la tasca');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la tasca is a great restaurant"
},
{
"id": 13,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont want that give me another spanish choice"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,food,'spanish');(_:result,name,'la raza');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la raza serves spanish food"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay good whats the address for that one"
},
{
"id": 16,
"rdf-acts": [
"canthelp((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no other spanish restaurant that matches your request"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "thats fine give me the address"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "okay thank you good bye"
}
] | voip-4a6ecc1f1c-20130328_124608 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"canthelp",
"_:search/c3d6eeed"
],
[
"_:search/c3d6eeed",
"food",
"spanish"
],
[
"_:search/c3d6eeed",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:system",
"canthelp",
"_:search/c3d6eeed"
],
[
"_:search/c3d6eeed",
"food",
"spanish"
],
[
"_:search/c3d6eeed",
"type",
"Restaurant"
],
[
"_:result",
"address",
"4 - 6 rose crescent"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant in the west part"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "chinese"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no chinese restaurant in the west of town"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "british"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'british');(_:result,name,'saint johns chop house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saint johns chop house is a great restaurant serving moderate british food in the west of town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "great whats the address and phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'21 - 24 northampton street');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , saint johns chop house is on 21 - 24 Northampton Street"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'saint johns chop house');(_:result,phone,'01223 353110');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of saint johns chop house is 01223 353110 ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-f32f2cfdae-20130327_013713 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/87dbbf62"
],
[
"_:search/87dbbf62",
"area",
"west"
],
[
"_:search/87dbbf62",
"food",
"chinese"
],
[
"_:search/87dbbf62",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/87dbbf62"
],
[
"_:search/87dbbf62",
"area",
"west"
],
[
"_:search/87dbbf62",
"food",
"chinese"
],
[
"_:search/87dbbf62",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/87dbbf62"
],
[
"_:search/87dbbf62",
"area",
"west"
],
[
"_:search/87dbbf62",
"food",
"chinese"
],
[
"_:search/87dbbf62",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"21 - 24 northampton street"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/87dbbf62"
],
[
"_:search/87dbbf62",
"area",
"west"
],
[
"_:search/87dbbf62",
"food",
"chinese"
],
[
"_:search/87dbbf62",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton street"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"phone",
"01223 353110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'romanian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for romanian food in the expensive price range"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "it doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'romanian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "romanian"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'romanian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving romanian food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about mediterranean food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'romanian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving romanian food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "mediterranean food"
},
{
"id": 10,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 11,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yea"
},
{
"id": 12,
"rdf-acts": [
"confirm((_:search,food,'romanian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a romanian restaurant right?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "mediterranean"
},
{
"id": 14,
"rdf-acts": [
"select((_:result,food,'mediterranean');(_:result,food,'romanian'))"
],
"speaker": "system",
"text": "Sorry would you like mediterranean or romanian food?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "mediterranean"
},
{
"id": 16,
"rdf-acts": [
"confirm((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Let me confirm , You are looking for a restaurant in the expensive price range right?"
},
{
"id": 17,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yea"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,food,'mediterranean');(_:result,name,'la mimosa');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la mimosa serves mediterranean food in the expensive price range"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address and phone number"
},
{
"id": 20,
"rdf-acts": [
"inform((_:result,name,'la mimosa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la mimosa is a great restaurant"
},
{
"id": 21,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address and phone number please"
},
{
"id": 22,
"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": 23,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and its address"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,name,'la mimosa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la mimosa is a great restaurant"
},
{
"id": 25,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh what is its address"
},
{
"id": 26,
"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": 27,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-8586129f35-20130328_160121 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"romanian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"romanian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"romanian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/a12841ac"
],
[
"_:search/a12841ac",
"food",
"romanian"
],
[
"_:search/a12841ac",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/a12841ac"
],
[
"_:search/a12841ac",
"food",
"romanian"
],
[
"_:search/a12841ac",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/eb814a79"
],
[
"_:search/eb814a79",
"food",
"romanian"
],
[
"_:search/eb814a79",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/a12841ac"
],
[
"_:search/a12841ac",
"food",
"romanian"
],
[
"_:search/a12841ac",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/eb814a79"
],
[
"_:search/eb814a79",
"food",
"romanian"
],
[
"_:search/eb814a79",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/a12841ac"
],
[
"_:search/a12841ac",
"food",
"romanian"
],
[
"_:search/a12841ac",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/eb814a79"
],
[
"_:search/eb814a79",
"food",
"romanian"
],
[
"_:search/eb814a79",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/a12841ac"
],
[
"_:search/a12841ac",
"food",
"romanian"
],
[
"_:search/a12841ac",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/eb814a79"
],
[
"_:search/eb814a79",
"food",
"romanian"
],
[
"_:search/eb814a79",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"food",
"romanian"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/a12841ac"
],
[
"_:search/a12841ac",
"food",
"romanian"
],
[
"_:search/a12841ac",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/eb814a79"
],
[
"_:search/eb814a79",
"food",
"romanian"
],
[
"_:search/eb814a79",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"food",
"romanian"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/a12841ac"
],
[
"_:search/a12841ac",
"food",
"romanian"
],
[
"_:search/a12841ac",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/eb814a79"
],
[
"_:search/eb814a79",
"food",
"romanian"
],
[
"_:search/eb814a79",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/a12841ac"
],
[
"_:search/a12841ac",
"food",
"romanian"
],
[
"_:search/a12841ac",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/eb814a79"
],
[
"_:search/eb814a79",
"food",
"romanian"
],
[
"_:search/eb814a79",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/a12841ac"
],
[
"_:search/a12841ac",
"food",
"romanian"
],
[
"_:search/a12841ac",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/eb814a79"
],
[
"_:search/eb814a79",
"food",
"romanian"
],
[
"_:search/eb814a79",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"phone",
"01223 362525"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/a12841ac"
],
[
"_:search/a12841ac",
"food",
"romanian"
],
[
"_:search/a12841ac",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/eb814a79"
],
[
"_:search/eb814a79",
"food",
"romanian"
],
[
"_:search/eb814a79",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"01223 362525"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/a12841ac"
],
[
"_:search/a12841ac",
"food",
"romanian"
],
[
"_:search/a12841ac",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/eb814a79"
],
[
"_:search/eb814a79",
"food",
"romanian"
],
[
"_:search/eb814a79",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 362525"
],
[
"_:result",
"address",
"thompsons lane fen ditton"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am searching for a moderately priced restaurant in the east part of"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince is a nice restaurant in the east of town in the moderate price range"
},
{
"id": 3,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "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": [
"reqalts()"
],
"speaker": "user",
"text": "is there another restaurant"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince is a nice restaurant in the east of town in the moderate price range"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince is a nice restaurant in the east of town in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"reqalts()",
"inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "is there another restaurant in the moderately price range in the east part of town"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince is in the moderate price range"
},
{
"id": 11,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"reqalts()",
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care is there anything else"
},
{
"id": 16,
"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": 17,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 18,
"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": 19,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 20,
"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": 21,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 22,
"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": 23,
"rdf-acts": [],
"speaker": "user",
"text": "care"
},
{
"id": 24,
"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": 25,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 26,
"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": 27,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 28,
"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": 29,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 30,
"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": 31,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 32,
"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": 33,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 34,
"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": 35,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 36,
"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": 37,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 38,
"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": 39,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there another"
},
{
"id": 40,
"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": 41,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 42,
"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": 43,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 44,
"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": 45,
"rdf-acts": [],
"speaker": "user",
"text": "is there any"
},
{
"id": 46,
"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": 47,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you good"
}
] | voip-4c0d36762a-20130328_201131 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"name",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"name",
"*"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"curry prince"
],
[
"_: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",
"name",
"*"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35
]
},
{
"id": 18,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37
]
},
{
"id": 19,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39
]
},
{
"id": 20,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41
]
},
{
"id": 21,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43
]
},
{
"id": 22,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45
]
},
{
"id": 23,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the 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": "system"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any part"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "corsica food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving corsica food"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about vietnamese food"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving corsica food"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "vietnamese food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh serves vietnamese food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and whats the address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'17 magdalene street city centre');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , thanh binh is on 17 Magdalene Street City Centre"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats their phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,phone,'01223 362456');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of thanh binh is 01223 362456 ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-0fa32b1e78-20130328_153725 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"corsica"
],
[
"_: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/84efa8ea"
],
[
"_:search/84efa8ea",
"food",
"corsica"
],
[
"_:search/84efa8ea",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/84efa8ea"
],
[
"_:search/84efa8ea",
"food",
"corsica"
],
[
"_:search/84efa8ea",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/36afa46a"
],
[
"_:search/36afa46a",
"food",
"corsica"
],
[
"_:search/36afa46a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/84efa8ea"
],
[
"_:search/84efa8ea",
"food",
"corsica"
],
[
"_:search/84efa8ea",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/36afa46a"
],
[
"_:search/36afa46a",
"food",
"corsica"
],
[
"_:search/36afa46a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/84efa8ea"
],
[
"_:search/84efa8ea",
"food",
"corsica"
],
[
"_:search/84efa8ea",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/36afa46a"
],
[
"_:search/36afa46a",
"food",
"corsica"
],
[
"_:search/36afa46a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"address",
"17 magdalene street city centre"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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/84efa8ea"
],
[
"_:search/84efa8ea",
"food",
"corsica"
],
[
"_:search/84efa8ea",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:search/36afa46a"
],
[
"_:search/36afa46a",
"food",
"corsica"
],
[
"_:search/36afa46a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"address",
"17 magdalene street city centre"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
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,'portuguese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for an expensive restaurant that serves portuguese food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'portuguese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no portuguese restaurant in the expensive price range"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about italian food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'stazione restaurant and coffee bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "stazione restaurant and coffee bar is a great restaurant serving italian food and it is in the expensive price range"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'market hill city centre');(_:result,name,'stazione restaurant and coffee bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , stazione restaurant and coffee bar is on Market Hill City Centre"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'stazione restaurant and coffee bar');(_:result,phone,'01223 352607');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of stazione restaurant and coffee bar is 01223 352607 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the area"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'stazione restaurant and coffee bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "stazione restaurant and coffee bar is a nice place in the centre of town"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-3b81cbb287-20130324_014336 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"portuguese"
],
[
"_: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/a2d26630"
],
[
"_:search/a2d26630",
"food",
"portuguese"
],
[
"_:search/a2d26630",
"pricerange",
"expensive"
],
[
"_:search/a2d26630",
"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",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/a2d26630"
],
[
"_:search/a2d26630",
"food",
"portuguese"
],
[
"_:search/a2d26630",
"pricerange",
"expensive"
],
[
"_:search/a2d26630",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"stazione restaurant and coffee bar"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/a2d26630"
],
[
"_:search/a2d26630",
"food",
"portuguese"
],
[
"_:search/a2d26630",
"pricerange",
"expensive"
],
[
"_:search/a2d26630",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"market hill city centre"
],
[
"_:result",
"name",
"stazione restaurant and coffee bar"
],
[
"_: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",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/a2d26630"
],
[
"_:search/a2d26630",
"food",
"portuguese"
],
[
"_:search/a2d26630",
"pricerange",
"expensive"
],
[
"_:search/a2d26630",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"market hill city centre"
],
[
"_:result",
"name",
"stazione restaurant and coffee bar"
],
[
"_:result",
"phone",
"01223 352607"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/a2d26630"
],
[
"_:search/a2d26630",
"food",
"portuguese"
],
[
"_:search/a2d26630",
"pricerange",
"expensive"
],
[
"_:search/a2d26630",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"market hill city centre"
],
[
"_:result",
"phone",
"01223 352607"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"stazione restaurant and coffee bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for 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,food,'moroccan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moroccan food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'moroccan');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no moroccan restaurant in the cheap price range"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay how about indian food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'mahal of cambridge');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "mahal of cambridge is a great restaurant serving indian food and it is in the cheap price range"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'3 - 5 millers yard mill lane');(_:result,name,'mahal of cambridge');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , mahal of cambridge is on 3 - 5 Millers Yard Mill Lane"
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-e2a895cfe5-20130326_233829 | [
{
"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",
"moroccan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/57b411f7"
],
[
"_:search/57b411f7",
"food",
"moroccan"
],
[
"_:search/57b411f7",
"pricerange",
"cheap"
],
[
"_:search/57b411f7",
"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",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/57b411f7"
],
[
"_:search/57b411f7",
"food",
"moroccan"
],
[
"_:search/57b411f7",
"pricerange",
"cheap"
],
[
"_:search/57b411f7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"mahal of cambridge"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/57b411f7"
],
[
"_:search/57b411f7",
"food",
"moroccan"
],
[
"_:search/57b411f7",
"pricerange",
"cheap"
],
[
"_:search/57b411f7",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"3 - 5 millers yard mill lane"
],
[
"_:result",
"name",
"mahal of cambridge"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'tuscan');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant that serves tuscan food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving tuscan food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about uh gastropub"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'riverside brasserie');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "riverside brasserie is in the moderate price range"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "and at the gastropub"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a gastropub restaurant right?"
},
{
"id": 7,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'gastropub');(_:result,name,'the cow pizza kitchen and bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the cow pizza kitchen and bar serves gastropub food in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay whats the address phone number and area"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'corn exchange street');(_:result,name,'the cow pizza kitchen and bar');(_:result,phone,'01223 308871');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the cow pizza kitchen and bar is 01223 308871 and it is on Corn Exchange Street ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the area"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "okay thank you goodbye"
}
] | voip-3cf7bd870d-20130327_174155 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"tuscan"
],
[
"_: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/e6355b87"
],
[
"_:search/e6355b87",
"food",
"tuscan"
],
[
"_:search/e6355b87",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/e6355b87"
],
[
"_:search/e6355b87",
"food",
"tuscan"
],
[
"_:search/e6355b87",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_: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/e6355b87"
],
[
"_:search/e6355b87",
"food",
"tuscan"
],
[
"_:search/e6355b87",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/e6355b87"
],
[
"_:search/e6355b87",
"food",
"tuscan"
],
[
"_:search/e6355b87",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/e6355b87"
],
[
"_:search/e6355b87",
"food",
"tuscan"
],
[
"_:search/e6355b87",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"corn exchange street"
],
[
"_:result",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"phone",
"01223 308871"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/e6355b87"
],
[
"_:search/e6355b87",
"food",
"tuscan"
],
[
"_:search/e6355b87",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west part of town"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'la margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la margherita is a nice place in the west of town"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced restaurant"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant is a nice place in the west of town"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'travellers rest');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "travellers rest is a nice place in the west of town"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-39a25ab2f8-20130328_131901 | [
{
"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",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"travellers rest"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a restaurant in the north part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'australian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "australian"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'australian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is no australian restaurant in the north of town"
},
{
"id": 7,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'chinese');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is a nice restaurant in the north of town serving chinese 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,area,'north');(_:result,food,'asian oriental');(_:result,name,'saigon city');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saigon city is a nice restaurant in the north of town serving asian oriental food"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'169 high street chesterton chesterton');(_:result,name,'saigon city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , saigon city is on 169 High Street Chesterton Chesterton"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-2d2d103292-20130326_042921 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"food",
"australian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/cdb5a2ec"
],
[
"_:search/cdb5a2ec",
"area",
"north"
],
[
"_:search/cdb5a2ec",
"food",
"australian"
],
[
"_:search/cdb5a2ec",
"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",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/cdb5a2ec"
],
[
"_:search/cdb5a2ec",
"area",
"north"
],
[
"_:search/cdb5a2ec",
"food",
"australian"
],
[
"_:search/cdb5a2ec",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"golden wok"
],
[
"_: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,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/cdb5a2ec"
],
[
"_:search/cdb5a2ec",
"area",
"north"
],
[
"_:search/cdb5a2ec",
"food",
"australian"
],
[
"_:search/cdb5a2ec",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/cdb5a2ec"
],
[
"_:search/cdb5a2ec",
"area",
"north"
],
[
"_:search/cdb5a2ec",
"food",
"australian"
],
[
"_:search/cdb5a2ec",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"169 high street chesterton chesterton"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:system",
"canthelp",
"_:search/cdb5a2ec"
],
[
"_:search/cdb5a2ec",
"area",
"north"
],
[
"_:search/cdb5a2ec",
"food",
"australian"
],
[
"_:search/cdb5a2ec",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"169 high street chesterton chesterton"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"phone",
"01223 356555"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "id like a restaurant in the north part of town that serves cross over food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:search,food,'crossover');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving crossover food"
},
{
"id": 3,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about chinese food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'crossover');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving crossover food"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about chinese food"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the phone number"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-03d6592b76-20130326_012136 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/571257a4"
],
[
"_:search/571257a4",
"food",
"crossover"
],
[
"_:search/571257a4",
"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",
"north"
],
[
"_:system",
"canthelp",
"_:search/571257a4"
],
[
"_:search/571257a4",
"food",
"crossover"
],
[
"_:search/571257a4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d286d373"
],
[
"_:search/d286d373",
"food",
"crossover"
],
[
"_:search/d286d373",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/571257a4"
],
[
"_:search/571257a4",
"food",
"crossover"
],
[
"_:search/571257a4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d286d373"
],
[
"_:search/d286d373",
"food",
"crossover"
],
[
"_:search/d286d373",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/571257a4"
],
[
"_:search/571257a4",
"food",
"crossover"
],
[
"_:search/571257a4",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/d286d373"
],
[
"_:search/d286d373",
"food",
"crossover"
],
[
"_:search/d286d373",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"saigon city"
],
[
"_:result",
"phone",
"01223 356555"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "find restaurant in north part of town serving asian food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesnt matter"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is in the north part of town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'205 victoria road chesterton');(_:result,name,'meghna');(_:result,phone,'01223 727410');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of meghna is 01223 727410 and it is on 205 Victoria Road Chesterton ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "cough"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "meghna is in the north part of town ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'205 victoria road chesterton');(_:result,name,'meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , meghna is on 205 Victoria Road Chesterton"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-15d8a89cec-20130327_021458 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 727410"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"205 victoria road chesterton"
],
[
"_:result",
"name",
"meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
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,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for a restaurant in the south part of town and it should serve cantonese 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,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cantonese food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cantonese food"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "food"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cantonese food"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"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": [],
"speaker": "user",
"text": "pub"
},
{
"id": 10,
"rdf-acts": [
"confirm((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the south of town?"
},
{
"id": 11,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 12,
"rdf-acts": [
"select((_:result,food,'cantonese');(_:result,food,'halal'))"
],
"speaker": "system",
"text": "Sorry would you like cantonese or halal food?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cantonese"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving cantonese food"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "chinese food"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant is a nice place in the south of town serving tasty chinese food"
},
{
"id": 17,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats their address"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'peking restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant is a great restaurant"
},
{
"id": 19,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats their address"
},
{
"id": 20,
"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": 21,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats their price range"
},
{
"id": 22,
"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": 23,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 24,
"rdf-acts": [
"inform((_:result,name,'peking restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "peking restaurant is a great restaurant"
},
{
"id": 25,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-b27a230d2e-20130329_032627 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/74971859"
],
[
"_:search/74971859",
"food",
"cantonese"
],
[
"_:search/74971859",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/74971859"
],
[
"_:search/74971859",
"food",
"cantonese"
],
[
"_:search/74971859",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/27ea688d"
],
[
"_:search/27ea688d",
"food",
"cantonese"
],
[
"_:search/27ea688d",
"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",
"cantonese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/74971859"
],
[
"_:search/74971859",
"food",
"cantonese"
],
[
"_:search/74971859",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/27ea688d"
],
[
"_:search/27ea688d",
"food",
"cantonese"
],
[
"_:search/27ea688d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a94a46f"
],
[
"_:search/1a94a46f",
"food",
"cantonese"
],
[
"_:search/1a94a46f",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/74971859"
],
[
"_:search/74971859",
"food",
"cantonese"
],
[
"_:search/74971859",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/27ea688d"
],
[
"_:search/27ea688d",
"food",
"cantonese"
],
[
"_:search/27ea688d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a94a46f"
],
[
"_:search/1a94a46f",
"food",
"cantonese"
],
[
"_:search/1a94a46f",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/74971859"
],
[
"_:search/74971859",
"food",
"cantonese"
],
[
"_:search/74971859",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/27ea688d"
],
[
"_:search/27ea688d",
"food",
"cantonese"
],
[
"_:search/27ea688d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a94a46f"
],
[
"_:search/1a94a46f",
"food",
"cantonese"
],
[
"_:search/1a94a46f",
"type",
"Restaurant"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"food",
"halal"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/74971859"
],
[
"_:search/74971859",
"food",
"cantonese"
],
[
"_:search/74971859",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/27ea688d"
],
[
"_:search/27ea688d",
"food",
"cantonese"
],
[
"_:search/27ea688d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a94a46f"
],
[
"_:search/1a94a46f",
"food",
"cantonese"
],
[
"_:search/1a94a46f",
"type",
"Restaurant"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"food",
"halal"
],
[
"_:system",
"canthelp",
"_:search/3a401fc9"
],
[
"_:search/3a401fc9",
"food",
"cantonese"
],
[
"_:search/3a401fc9",
"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
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/74971859"
],
[
"_:search/74971859",
"food",
"cantonese"
],
[
"_:search/74971859",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/27ea688d"
],
[
"_:search/27ea688d",
"food",
"cantonese"
],
[
"_:search/27ea688d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a94a46f"
],
[
"_:search/1a94a46f",
"food",
"cantonese"
],
[
"_:search/1a94a46f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3a401fc9"
],
[
"_:search/3a401fc9",
"food",
"cantonese"
],
[
"_:search/3a401fc9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/74971859"
],
[
"_:search/74971859",
"food",
"cantonese"
],
[
"_:search/74971859",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/27ea688d"
],
[
"_:search/27ea688d",
"food",
"cantonese"
],
[
"_:search/27ea688d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a94a46f"
],
[
"_:search/1a94a46f",
"food",
"cantonese"
],
[
"_:search/1a94a46f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3a401fc9"
],
[
"_:search/3a401fc9",
"food",
"cantonese"
],
[
"_:search/3a401fc9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/74971859"
],
[
"_:search/74971859",
"food",
"cantonese"
],
[
"_:search/74971859",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/27ea688d"
],
[
"_:search/27ea688d",
"food",
"cantonese"
],
[
"_:search/27ea688d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a94a46f"
],
[
"_:search/1a94a46f",
"food",
"cantonese"
],
[
"_:search/1a94a46f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3a401fc9"
],
[
"_:search/3a401fc9",
"food",
"cantonese"
],
[
"_:search/3a401fc9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_: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,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/74971859"
],
[
"_:search/74971859",
"food",
"cantonese"
],
[
"_:search/74971859",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/27ea688d"
],
[
"_:search/27ea688d",
"food",
"cantonese"
],
[
"_:search/27ea688d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a94a46f"
],
[
"_:search/1a94a46f",
"food",
"cantonese"
],
[
"_:search/1a94a46f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3a401fc9"
],
[
"_:search/3a401fc9",
"food",
"cantonese"
],
[
"_:search/3a401fc9",
"type",
"Restaurant"
],
[
"_: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"
]
],
"turn_ids": [
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",
"south"
],
[
"_:system",
"canthelp",
"_:search/74971859"
],
[
"_:search/74971859",
"food",
"cantonese"
],
[
"_:search/74971859",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/27ea688d"
],
[
"_:search/27ea688d",
"food",
"cantonese"
],
[
"_:search/27ea688d",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1a94a46f"
],
[
"_:search/1a94a46f",
"food",
"cantonese"
],
[
"_:search/1a94a46f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3a401fc9"
],
[
"_:search/3a401fc9",
"food",
"cantonese"
],
[
"_:search/3a401fc9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"address",
"10 homerton street city centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "the east part"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any type"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant serving any kind of food right?"
},
{
"id": 7,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a nice place in the east of town and the prices are moderate"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'rajmahal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rajmahal is a great restaurant"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'rajmahal');(_:result,phone,'01223 244955');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of rajmahal is 01223 244955 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the address"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-13ff413553-20130328_180202 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"east"
],
[
"_: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",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"phone",
"01223 244955"
],
[
"_: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",
"east"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"01223 244955"
],
[
"_:result",
"address",
"7 barnwell road fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'african');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for african food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'african');(_:result,name,'bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bedouin serves african food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address and phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'100 mill road city centre');(_:result,name,'bedouin');(_:result,phone,'01223 367660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of bedouin is 01223 367660 and it is on 100 Mill Road City Centre ."
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-f32f2cfdae-20130327_013402 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"address",
"100 mill road city centre"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"phone",
"01223 367660"
],
[
"_: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,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "im looking for a moderately priced restaurant in the east part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince is a nice restaurant in the east of town in the moderate price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats the address"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince serves indian food"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-561b472540-20130328_122903 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"name",
"curry prince"
],
[
"_: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",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"451 newmarket road fen ditton"
],
[
"_:result",
"food",
"indian"
],
[
"_: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 . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "british food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'british');(_:result,name,'cotto');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cotto is a nice restaurant in the centre of town serving british food"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'183 east road city centre');(_:result,name,'cotto');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , cotto is on 183 East Road City Centre"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "post code"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'cotto');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of cotto is C.B 1, 1 B.G"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-52eb280e7b-20130326_212826 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"cotto"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"183 east road city centre"
],
[
"_:result",
"name",
"cotto"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"183 east road city centre"
],
[
"_:result",
"name",
"cotto"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap restaurant in he north part of town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice is a nice place in the north of town and the prices are cheap"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'victoria avenue chesterton');(_:result,name,'royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , royal spice is on Victoria Avenue Chesterton"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'royal spice');(_:result,phone,'01733 553355');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of royal spice is 01733 553355 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of venue"
},
{
"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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-9f989824fd-20130325_201440 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_: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,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,'east');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "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 restaurant in the east of town in the cheap price range"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'the missing sock');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the missing sock is 01223 812660 ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "noise"
},
{
"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": [
"inform((_:result,name,'the missing sock');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of the missing sock is 01223 812660 ."
},
{
"id": 11,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-158a881c88-20130328_152500 | [
{
"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",
"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",
"name",
"the missing sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am 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,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and type of food they serve"
},
{
"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,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food does it 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 good bye"
}
] | voip-48c12815b3-20130326_011743 | [
{
"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",
"food",
"?"
]
],
"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",
"address",
"finders corner newmarket road"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"finders corner newmarket road"
],
[
"_: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": [
"hello()",
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "hello im looking for an expensive restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What part of town do you have in mind?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i dont care"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'crossover');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "crossover food"
},
{
"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,'crossover');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like crossover food"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:search,food,'crossover');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving crossover food"
},
{
"id": 11,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about modern european food"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:search,food,'crossover');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving crossover food"
},
{
"id": 13,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay how about modern european food"
},
{
"id": 14,
"rdf-acts": [
"canthelp((_:search,food,'crossover');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving crossover food"
},
{
"id": 15,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay how about modern european food"
},
{
"id": 16,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": "unintelligible"
},
{
"id": 18,
"rdf-acts": [
"select((_:result,food,'crossover');(_:result,food,'modern european'))"
],
"speaker": "system",
"text": "Sorry would you like crossover or modern european food?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "modern european"
},
{
"id": 20,
"rdf-acts": [
"select((_:result,food,'crossover');(_:result,food,'modern european'))"
],
"speaker": "system",
"text": "Sorry would you like crossover or modern european food?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "modern european food"
},
{
"id": 22,
"rdf-acts": [
"select((_:result,food,'crossover');(_:result,food,'modern european'))"
],
"speaker": "system",
"text": "Sorry would you like crossover or modern european food?"
},
{
"id": 23,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like modern european food"
},
{
"id": 24,
"rdf-acts": [
"select((_:result,food,'crossover');(_:result,food,'modern european'))"
],
"speaker": "system",
"text": "Sorry would you like crossover or modern european food?"
},
{
"id": 25,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "european food"
},
{
"id": 26,
"rdf-acts": [
"select((_:result,food,'crossover');(_:result,food,'modern european'))"
],
"speaker": "system",
"text": "Sorry would you like crossover or modern european food?"
},
{
"id": 27,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like modern european food"
},
{
"id": 28,
"rdf-acts": [
"select((_:result,food,'crossover');(_:result,food,'modern european'))"
],
"speaker": "system",
"text": "Sorry would you like crossover or modern european food?"
},
{
"id": 29,
"rdf-acts": [],
"speaker": "user",
"text": "you have a shitty system"
},
{
"id": 30,
"rdf-acts": [
"select((_:result,food,'crossover');(_:result,food,'modern european'))"
],
"speaker": "system",
"text": "Sorry would you like crossover or modern european food?"
},
{
"id": 31,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "modern european food"
},
{
"id": 32,
"rdf-acts": [
"select((_:result,food,*);(_:result,food,'crossover'))"
],
"speaker": "system",
"text": "Sorry would you like crossover food or you dont care"
},
{
"id": 33,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "stop it"
},
{
"id": 34,
"rdf-acts": [
"confirm((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a restaurant serving any kind of food right?"
},
{
"id": 35,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 36,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 37,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 38,
"rdf-acts": [
"inform((_:result,name,'sitar tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sitar tandoori is in the expensive price range"
},
{
"id": 39,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food does it serve"
},
{
"id": 40,
"rdf-acts": [
"inform((_:result,name,'sitar tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sitar tandoori is a great restaurant"
},
{
"id": 41,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food does it serve"
},
{
"id": 42,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'sitar tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sitar tandoori serves indian food"
},
{
"id": 43,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like modern european food"
},
{
"id": 44,
"rdf-acts": [
"confirm((_:search,area,*);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , a restaurant in any part of town is that right?"
},
{
"id": 45,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 46,
"rdf-acts": [
"inform((_:result,food,'modern european');(_:result,name,'darrys cookhouse and wine shop');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "darrys cookhouse and wine shop serves modern european food in the expensive price range"
},
{
"id": 47,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "great can i have the address and phone number"
},
{
"id": 48,
"rdf-acts": [
"inform((_:result,address,'40270 king street city centre');(_:result,name,'darrys cookhouse and wine shop');(_:result,phone,'01223 505015');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of darrys cookhouse and wine shop is 01223 505015 and it is on 40270 King Street City Centre ."
},
{
"id": 49,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
}
] | voip-4b7e22cc07-20130401_185640 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"crossover"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"food",
"crossover"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/720e4fc5"
],
[
"_:search/720e4fc5",
"food",
"crossover"
],
[
"_:search/720e4fc5",
"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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/720e4fc5"
],
[
"_:search/720e4fc5",
"food",
"crossover"
],
[
"_:search/720e4fc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f2d645a"
],
[
"_:search/8f2d645a",
"food",
"crossover"
],
[
"_:search/8f2d645a",
"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,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/720e4fc5"
],
[
"_:search/720e4fc5",
"food",
"crossover"
],
[
"_:search/720e4fc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f2d645a"
],
[
"_:search/8f2d645a",
"food",
"crossover"
],
[
"_:search/8f2d645a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ee3b82f"
],
[
"_:search/1ee3b82f",
"food",
"crossover"
],
[
"_:search/1ee3b82f",
"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,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/720e4fc5"
],
[
"_:search/720e4fc5",
"food",
"crossover"
],
[
"_:search/720e4fc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f2d645a"
],
[
"_:search/8f2d645a",
"food",
"crossover"
],
[
"_:search/8f2d645a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ee3b82f"
],
[
"_:search/1ee3b82f",
"food",
"crossover"
],
[
"_:search/1ee3b82f",
"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,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/720e4fc5"
],
[
"_:search/720e4fc5",
"food",
"crossover"
],
[
"_:search/720e4fc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f2d645a"
],
[
"_:search/8f2d645a",
"food",
"crossover"
],
[
"_:search/8f2d645a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ee3b82f"
],
[
"_:search/1ee3b82f",
"food",
"crossover"
],
[
"_:search/1ee3b82f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"crossover"
],
[
"_:result",
"food",
"modern european"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/720e4fc5"
],
[
"_:search/720e4fc5",
"food",
"crossover"
],
[
"_:search/720e4fc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f2d645a"
],
[
"_:search/8f2d645a",
"food",
"crossover"
],
[
"_:search/8f2d645a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ee3b82f"
],
[
"_:search/1ee3b82f",
"food",
"crossover"
],
[
"_:search/1ee3b82f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"crossover"
],
[
"_:result",
"food",
"modern european"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/720e4fc5"
],
[
"_:search/720e4fc5",
"food",
"crossover"
],
[
"_:search/720e4fc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f2d645a"
],
[
"_:search/8f2d645a",
"food",
"crossover"
],
[
"_:search/8f2d645a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ee3b82f"
],
[
"_:search/1ee3b82f",
"food",
"crossover"
],
[
"_:search/1ee3b82f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"crossover"
],
[
"_:result",
"food",
"modern european"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/720e4fc5"
],
[
"_:search/720e4fc5",
"food",
"crossover"
],
[
"_:search/720e4fc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f2d645a"
],
[
"_:search/8f2d645a",
"food",
"crossover"
],
[
"_:search/8f2d645a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ee3b82f"
],
[
"_:search/1ee3b82f",
"food",
"crossover"
],
[
"_:search/1ee3b82f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"crossover"
],
[
"_:result",
"food",
"modern european"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/720e4fc5"
],
[
"_:search/720e4fc5",
"food",
"crossover"
],
[
"_:search/720e4fc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f2d645a"
],
[
"_:search/8f2d645a",
"food",
"crossover"
],
[
"_:search/8f2d645a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ee3b82f"
],
[
"_:search/1ee3b82f",
"food",
"crossover"
],
[
"_:search/1ee3b82f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"crossover"
],
[
"_:result",
"food",
"modern european"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/720e4fc5"
],
[
"_:search/720e4fc5",
"food",
"crossover"
],
[
"_:search/720e4fc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f2d645a"
],
[
"_:search/8f2d645a",
"food",
"crossover"
],
[
"_:search/8f2d645a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ee3b82f"
],
[
"_:search/1ee3b82f",
"food",
"crossover"
],
[
"_:search/1ee3b82f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"crossover"
],
[
"_:result",
"food",
"modern european"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/720e4fc5"
],
[
"_:search/720e4fc5",
"food",
"crossover"
],
[
"_:search/720e4fc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f2d645a"
],
[
"_:search/8f2d645a",
"food",
"crossover"
],
[
"_:search/8f2d645a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ee3b82f"
],
[
"_:search/1ee3b82f",
"food",
"crossover"
],
[
"_:search/1ee3b82f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"crossover"
],
[
"_:result",
"food",
"modern european"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/720e4fc5"
],
[
"_:search/720e4fc5",
"food",
"crossover"
],
[
"_:search/720e4fc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f2d645a"
],
[
"_:search/8f2d645a",
"food",
"crossover"
],
[
"_:search/8f2d645a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ee3b82f"
],
[
"_:search/1ee3b82f",
"food",
"crossover"
],
[
"_:search/1ee3b82f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"*"
],
[
"_:result",
"food",
"crossover"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/720e4fc5"
],
[
"_:search/720e4fc5",
"food",
"crossover"
],
[
"_:search/720e4fc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f2d645a"
],
[
"_:search/8f2d645a",
"food",
"crossover"
],
[
"_:search/8f2d645a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ee3b82f"
],
[
"_:search/1ee3b82f",
"food",
"crossover"
],
[
"_:search/1ee3b82f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"*"
],
[
"_:result",
"food",
"crossover"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35
]
},
{
"id": 18,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/720e4fc5"
],
[
"_:search/720e4fc5",
"food",
"crossover"
],
[
"_:search/720e4fc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f2d645a"
],
[
"_:search/8f2d645a",
"food",
"crossover"
],
[
"_:search/8f2d645a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ee3b82f"
],
[
"_:search/1ee3b82f",
"food",
"crossover"
],
[
"_:search/1ee3b82f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"food",
"*"
],
[
"_:result",
"food",
"crossover"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37
]
},
{
"id": 19,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/720e4fc5"
],
[
"_:search/720e4fc5",
"food",
"crossover"
],
[
"_:search/720e4fc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f2d645a"
],
[
"_:search/8f2d645a",
"food",
"crossover"
],
[
"_:search/8f2d645a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ee3b82f"
],
[
"_:search/1ee3b82f",
"food",
"crossover"
],
[
"_:search/1ee3b82f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"food",
"*"
],
[
"_:result",
"food",
"crossover"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/720e4fc5"
],
[
"_:search/720e4fc5",
"food",
"crossover"
],
[
"_:search/720e4fc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f2d645a"
],
[
"_:search/8f2d645a",
"food",
"crossover"
],
[
"_:search/8f2d645a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ee3b82f"
],
[
"_:search/1ee3b82f",
"food",
"crossover"
],
[
"_:search/1ee3b82f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"food",
"*"
],
[
"_:result",
"food",
"crossover"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41
]
},
{
"id": 21,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/720e4fc5"
],
[
"_:search/720e4fc5",
"food",
"crossover"
],
[
"_:search/720e4fc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f2d645a"
],
[
"_:search/8f2d645a",
"food",
"crossover"
],
[
"_:search/8f2d645a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ee3b82f"
],
[
"_:search/1ee3b82f",
"food",
"crossover"
],
[
"_:search/1ee3b82f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43
]
},
{
"id": 22,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/720e4fc5"
],
[
"_:search/720e4fc5",
"food",
"crossover"
],
[
"_:search/720e4fc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f2d645a"
],
[
"_:search/8f2d645a",
"food",
"crossover"
],
[
"_:search/8f2d645a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ee3b82f"
],
[
"_:search/1ee3b82f",
"food",
"crossover"
],
[
"_:search/1ee3b82f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45
]
},
{
"id": 23,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/720e4fc5"
],
[
"_:search/720e4fc5",
"food",
"crossover"
],
[
"_:search/720e4fc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f2d645a"
],
[
"_:search/8f2d645a",
"food",
"crossover"
],
[
"_:search/8f2d645a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ee3b82f"
],
[
"_:search/1ee3b82f",
"food",
"crossover"
],
[
"_:search/1ee3b82f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"darrys cookhouse and wine shop"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47
]
},
{
"id": 24,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:system",
"canthelp",
"_:search/720e4fc5"
],
[
"_:search/720e4fc5",
"food",
"crossover"
],
[
"_:search/720e4fc5",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8f2d645a"
],
[
"_:search/8f2d645a",
"food",
"crossover"
],
[
"_:search/8f2d645a",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1ee3b82f"
],
[
"_:search/1ee3b82f",
"food",
"crossover"
],
[
"_:search/1ee3b82f",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"40270 king street city centre"
],
[
"_:result",
"name",
"darrys cookhouse and wine shop"
],
[
"_:result",
"phone",
"01223 505015"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a cheap restaurant in the west part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice restaurant in the west of town in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'17 magdalene street city centre');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , thanh binh is on 17 Magdalene Street City Centre"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "what is"
},
{
"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,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food do they serve"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh serves vietnamese food"
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-4660dd9eab-20130329_085548 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"17 magdalene street city centre"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
]
],
"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",
"address",
"17 magdalene street city centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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",
"address",
"17 magdalene street city centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant 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": "id like a cheap restaurant in the south part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is a nice restaurant in the south of town in the cheap price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,food,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the phone number and type of food please"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'nandos');(_:result,phone,'01223 327908');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of nandos is 01223 327908 and its postcode is C.B 1, 7 D.Y ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food do they serve"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'portuguese');(_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos serves portuguese food"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-88b68a9a41-20130324_004639 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nandos"
],
[
"_: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",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the 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": "west"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'traditional');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "traditional"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:search,food,'traditional');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I'm sorry but there is no restaurant serving traditional food"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "british"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are looking for a british restaurant right?"
},
{
"id": 9,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"id": 12,
"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 great restaurant serving moderate british food in the west of town ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 14,
"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": 15,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 16,
"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": 17,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 18,
"rdf-acts": [
"inform((_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "saint johns chop house is a great restaurant"
},
{
"id": 19,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "good bye"
}
] | voip-9819537952-20130327_021901 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"traditional"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/d422ea91"
],
[
"_:search/d422ea91",
"food",
"traditional"
],
[
"_:search/d422ea91",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/d422ea91"
],
[
"_:search/d422ea91",
"food",
"traditional"
],
[
"_:search/d422ea91",
"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",
"west"
],
[
"_:system",
"canthelp",
"_:search/d422ea91"
],
[
"_:search/d422ea91",
"food",
"traditional"
],
[
"_:search/d422ea91",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/d422ea91"
],
[
"_:search/d422ea91",
"food",
"traditional"
],
[
"_:search/d422ea91",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/d422ea91"
],
[
"_:search/d422ea91",
"food",
"traditional"
],
[
"_:search/d422ea91",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/d422ea91"
],
[
"_:search/d422ea91",
"food",
"traditional"
],
[
"_:search/d422ea91",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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"
]
],
"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/d422ea91"
],
[
"_:search/d422ea91",
"food",
"traditional"
],
[
"_:search/d422ea91",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"21 - 24 northampton street"
],
[
"_:result",
"phone",
"01223 353110"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_: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": [
"hello()"
],
"speaker": "user",
"text": "hi i want a restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "that serves swiss food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:search,food,'swiss');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no swiss restaurant that matches your request"
},
{
"id": 5,
"rdf-acts": [
"reqalts()",
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what about spanish"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'spanish');(_:result,name,'la raza');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la raza serves spanish food ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "and whats their"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'spanish');(_:result,name,'la tasca');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la tasca serves spanish food ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "whats their address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'14 -16 bridge street');(_:result,name,'la tasca');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , la tasca is on 14 -16 Bridge Street"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what area is that"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'la tasca');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la tasca is a nice place in the centre of town"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-4c25da9a27-20130327_135709 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"swiss"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/c9061616"
],
[
"_:search/c9061616",
"food",
"swiss"
],
[
"_:search/c9061616",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/c9061616"
],
[
"_:search/c9061616",
"food",
"swiss"
],
[
"_:search/c9061616",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/c9061616"
],
[
"_:search/c9061616",
"food",
"swiss"
],
[
"_:search/c9061616",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/c9061616"
],
[
"_:search/c9061616",
"food",
"swiss"
],
[
"_:search/c9061616",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"address",
"14 -16 bridge street"
],
[
"_:result",
"name",
"la tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/c9061616"
],
[
"_:search/c9061616",
"food",
"swiss"
],
[
"_:search/c9061616",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"address",
"14 -16 bridge street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"la tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"affirm()",
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "ah yes can i get ah 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": "ah it doesnt matter"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is a nice place in the south of town and the prices are expensive"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "kay can i get 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,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "kay and ah where is it located"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is a great restaurant"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay and ah wheres it located"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'chiquito restaurant bar');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code of chiquito restaurant bar is C.B 1, 7 D.Y"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay and whats the addre"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'2g cambridge leisure park cherry hinton road cherry hinton');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , chiquito restaurant bar is on 2G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "okay thank you and goodbye"
}
] | voip-e8997b10da-20130329_010926 | [
{
"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",
"chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_: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",
"expensive"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"postcode",
"c.b 1"
],
[
"_:result",
"address",
"2g cambridge leisure park cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'west'))"
],
"speaker": "system",
"text": "Sorry would you like something in the west or in the centre"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "west"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Did you say you are looking for a restaurant in the west of town?"
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food would you like?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dont care"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like something in the cheap , moderate , or expensive price range?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thanh binh is a nice place in the west of town and the prices are cheap"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'17 magdalene street city centre');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , thanh binh is on 17 Magdalene Street City Centre"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'thanh binh');(_:result,phone,'01223 362456');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number of thanh binh is 01223 362456 ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
}
] | voip-2d3d74d091-20130328_153522 | [
{
"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"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_: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
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"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,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"17 magdalene street city centre"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"phone",
"01223 362456"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |