| [ |
| { |
| "dataset": "crosswoz", |
| "data_split": "train", |
| "dialogue_id": "crosswoz-train-0", |
| "original_id": "391", |
| "domains": [ |
| "景点", |
| "餐馆", |
| "酒店" |
| ], |
| "goal": { |
| "inform": {}, |
| "request": {}, |
| "description": "你要去一个景点(id=1)游玩。你希望景点的票价是免费的。你希望景点的评分是5分。你想知道这个景点的地址、游玩时间、名称。\n你要去名叫拿渡麻辣香锅(万达广场店)的餐馆(id=2)用餐。你想知道这个餐馆的评分、营业时间。\n你要去一个酒店(id=3)住宿。你希望酒店的最低价格是400-500元的。你希望酒店的评分是4.5分以上。你想知道这个酒店的周边景点、名称。" |
| }, |
| "user_state_init": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "not mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "", |
| "not mentioned" |
| ], |
| "名称": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "拿渡麻辣香锅(万达广场店)", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "评分": [ |
| "", |
| "not mentioned" |
| ], |
| "营业时间": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "not mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ], |
| "名称": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "type": "独立多领域", |
| "turns": [ |
| { |
| "speaker": "user", |
| "utterance": "你好,麻烦帮我推荐一个门票免费的景点。", |
| "utt_idx": 0, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "门票", |
| "value": "免费", |
| "start": 13, |
| "end": 15 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "greet", |
| "domain": "General", |
| "slot": "" |
| }, |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "", |
| "not mentioned" |
| ], |
| "名称": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "拿渡麻辣香锅(万达广场店)", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "评分": [ |
| "", |
| "not mentioned" |
| ], |
| "营业时间": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "not mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ], |
| "名称": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "免费", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "你好,您可以选择故宫,八达岭长城,颐和园或者红砖美术馆。", |
| "utt_idx": 1, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "红砖美术馆", |
| "start": 22, |
| "end": 27 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "greet", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "红砖美术馆" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "这几个景点中哪个评分为5分?", |
| "utt_idx": 2, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "评分", |
| "value": "5分", |
| "start": 11, |
| "end": 13 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "", |
| "not mentioned" |
| ], |
| "名称": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "拿渡麻辣香锅(万达广场店)", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "评分": [ |
| "", |
| "not mentioned" |
| ], |
| "营业时间": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "not mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ], |
| "名称": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "你好,红砖美术馆的评分为5分。", |
| "utt_idx": 3, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "红砖美术馆", |
| "start": 3, |
| "end": 8 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "greet", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "红砖美术馆" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好的,那红砖美术馆的地址在哪?", |
| "utt_idx": 4, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "红砖美术馆", |
| "start": 4, |
| "end": 9 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "地址" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "名称": [ |
| "红砖美术馆", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "地址": [ |
| "", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "拿渡麻辣香锅(万达广场店)", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "评分": [ |
| "", |
| "not mentioned" |
| ], |
| "营业时间": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "not mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ], |
| "名称": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "地址为:北京市朝阳区崔各庄乡何各庄村顺白路马泉营西路路口西100米路北。", |
| "utt_idx": 5, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "地址", |
| "value": "北京市朝阳区崔各庄乡何各庄村顺白路马泉营西路路口西100米路北", |
| "start": 4, |
| "end": 35 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "红砖美术馆" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好的,那游玩时间大概是多长时间?", |
| "utt_idx": 6, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "游玩时间" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "地址": [ |
| "北京市朝阳区崔各庄乡何各庄村顺白路马泉营西路路口西100米路北", |
| "mentioned" |
| ], |
| "名称": [ |
| "红砖美术馆", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "游玩时间": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "拿渡麻辣香锅(万达广场店)", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "评分": [ |
| "", |
| "not mentioned" |
| ], |
| "营业时间": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "not mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ], |
| "名称": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "游玩时间在1小时 - 2小时。", |
| "utt_idx": 7, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "游玩时间", |
| "value": "1小时 - 2小时", |
| "start": 5, |
| "end": 14 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "红砖美术馆" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好的,麻烦再帮我看一下拿渡麻辣香锅(万达广场店)的营业时间。", |
| "utt_idx": 8, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "名称", |
| "value": "拿渡麻辣香锅(万达广场店)", |
| "start": 11, |
| "end": 24 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "营业时间" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "地址": [ |
| "北京市朝阳区崔各庄乡何各庄村顺白路马泉营西路路口西100米路北", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "1小时 - 2小时", |
| "mentioned" |
| ], |
| "名称": [ |
| "红砖美术馆", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "拿渡麻辣香锅(万达广场店)", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "评分": [ |
| "", |
| "not mentioned" |
| ], |
| "营业时间": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "not mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ], |
| "名称": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "拿渡麻辣香锅(万达广场店)", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "营业时间为:周一至周日 09:00-21:00。", |
| "utt_idx": 9, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "营业时间", |
| "value": "周一至周日 09:00-21:00", |
| "start": 6, |
| "end": 23 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "拿渡麻辣香锅(万达广场店)", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "拿渡麻辣香锅(万达广场店)" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "那这家店评分是多少?", |
| "utt_idx": 10, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "评分" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "地址": [ |
| "北京市朝阳区崔各庄乡何各庄村顺白路马泉营西路路口西100米路北", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "1小时 - 2小时", |
| "mentioned" |
| ], |
| "名称": [ |
| "红砖美术馆", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "拿渡麻辣香锅(万达广场店)", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 09:00-21:00", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "评分": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "not mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ], |
| "名称": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "拿渡麻辣香锅(万达广场店)", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "拿渡麻辣香锅(万达广场店)评分为4.5分。", |
| "utt_idx": 11, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "评分", |
| "value": "4.5分", |
| "start": 16, |
| "end": 20 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "拿渡麻辣香锅(万达广场店)", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "拿渡麻辣香锅(万达广场店)" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "请再帮我推荐一家最低价格400-500元的酒店。", |
| "utt_idx": 12, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "价格", |
| "value": "400-500元", |
| "start": 12, |
| "end": 20 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "酒店", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "地址": [ |
| "北京市朝阳区崔各庄乡何各庄村顺白路马泉营西路路口西100米路北", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "1小时 - 2小时", |
| "mentioned" |
| ], |
| "名称": [ |
| "红砖美术馆", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "拿渡麻辣香锅(万达广场店)", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 09:00-21:00", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ], |
| "名称": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "拿渡麻辣香锅(万达广场店)", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "推荐您选择北京京泰龙国际大酒店,北方朗悦酒店(北京金融街店)或者泉谷酒店(北京天坛店)。", |
| "utt_idx": 13, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "名称", |
| "value": "北京京泰龙国际大酒店", |
| "start": 5, |
| "end": 15 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "4.3分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "酒店": [ |
| { |
| "名称": "北京京泰龙国际大酒店" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "这几家店中,哪家的评分在4.5分以上?", |
| "utt_idx": 14, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "评分", |
| "value": "4.5分以上", |
| "start": 12, |
| "end": 18 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "酒店", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "地址": [ |
| "北京市朝阳区崔各庄乡何各庄村顺白路马泉营西路路口西100米路北", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "1小时 - 2小时", |
| "mentioned" |
| ], |
| "名称": [ |
| "红砖美术馆", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "拿渡麻辣香锅(万达广场店)", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 09:00-21:00", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ], |
| "名称": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "拿渡麻辣香锅(万达广场店)", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "4.3分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "推荐您选择北京京泰龙国际大酒店,评分为4.6分。", |
| "utt_idx": 15, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "名称", |
| "value": "北京京泰龙国际大酒店", |
| "start": 5, |
| "end": 15 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "评分", |
| "value": "4.6分", |
| "start": 19, |
| "end": 23 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "4.3分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "酒店": [ |
| { |
| "名称": "北京京泰龙国际大酒店" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "那酒店周边有哪些景点呢?", |
| "utt_idx": 16, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "酒店", |
| "slot": "周边景点" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "地址": [ |
| "北京市朝阳区崔各庄乡何各庄村顺白路马泉营西路路口西100米路北", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "1小时 - 2小时", |
| "mentioned" |
| ], |
| "名称": [ |
| "红砖美术馆", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "拿渡麻辣香锅(万达广场店)", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 09:00-21:00", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京京泰龙国际大酒店", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "周边景点": [ |
| [], |
| "mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "拿渡麻辣香锅(万达广场店)", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "4.3分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "周边景点有:中国国家话剧院, 中国消防博物馆, 辽金城垣博物馆。", |
| "utt_idx": 17, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "周边景点", |
| "value": "中国国家话剧院", |
| "start": 6, |
| "end": 13 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "周边景点", |
| "value": "中国消防博物馆", |
| "start": 15, |
| "end": 22 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "周边景点", |
| "value": "辽金城垣博物馆", |
| "start": 24, |
| "end": 31 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "营业时间", |
| "value": "周一至周日 09:00 - 21:00" |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "4.3分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "酒店": [ |
| { |
| "名称": "北京京泰龙国际大酒店" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好的,谢谢啦。", |
| "utt_idx": 18, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "thank", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "地址": [ |
| "北京市朝阳区崔各庄乡何各庄村顺白路马泉营西路路口西100米路北", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "1小时 - 2小时", |
| "mentioned" |
| ], |
| "名称": [ |
| "红砖美术馆", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "拿渡麻辣香锅(万达广场店)", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 09:00 - 21:00", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "中国国家话剧院", |
| "中国消防博物馆", |
| "辽金城垣博物馆" |
| ], |
| "mentioned" |
| ], |
| "名称": [ |
| "北京京泰龙国际大酒店", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "拿渡麻辣香锅(万达广场店)", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "4.3分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "还有其他问题能帮助您吗?", |
| "utt_idx": 19, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [] |
| }, |
| "db_query": {}, |
| "db_results": {} |
| }, |
| { |
| "speaker": "user", |
| "utterance": "没有了,谢谢。", |
| "utt_idx": 20, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "thank", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "地址": [ |
| "北京市朝阳区崔各庄乡何各庄村顺白路马泉营西路路口西100米路北", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "1小时 - 2小时", |
| "mentioned" |
| ], |
| "名称": [ |
| "红砖美术馆", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "拿渡麻辣香锅(万达广场店)", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 09:00 - 21:00", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "中国国家话剧院", |
| "中国消防博物馆", |
| "辽金城垣博物馆" |
| ], |
| "mentioned" |
| ], |
| "名称": [ |
| "北京京泰龙国际大酒店", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "拿渡麻辣香锅(万达广场店)", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "4.3分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "好的,祝您愉快!", |
| "utt_idx": 21, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [] |
| }, |
| "db_query": {}, |
| "db_results": {} |
| } |
| ], |
| "user_state_final": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "地址": [ |
| "北京市朝阳区崔各庄乡何各庄村顺白路马泉营西路路口西100米路北", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "1小时 - 2小时", |
| "mentioned" |
| ], |
| "名称": [ |
| "红砖美术馆", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "拿渡麻辣香锅(万达广场店)", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 09:00 - 21:00", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "中国国家话剧院", |
| "中国消防博物馆", |
| "辽金城垣博物馆" |
| ], |
| "mentioned" |
| ], |
| "名称": [ |
| "北京京泰龙国际大酒店", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ] |
| }, |
| { |
| "dataset": "crosswoz", |
| "data_split": "train", |
| "dialogue_id": "crosswoz-train-1", |
| "original_id": "7655", |
| "domains": [ |
| "酒店", |
| "景点", |
| "餐馆" |
| ], |
| "goal": { |
| "inform": {}, |
| "request": {}, |
| "description": "你要去一个酒店(id=1)住宿。你希望酒店提供叫醒服务。你希望酒店的评分是4分以上。你希望酒店是经济型的。你想知道这个酒店的名称、电话。\n你要去一个景点(id=2)游玩。你希望景点的评分是4分以上。你想知道这个景点的名称、游玩时间、电话。\n你要去一个餐馆(id=3)用餐。你希望餐馆的人均消费是100-150元的。你想吃的菜肴是腰子。你想知道这个餐馆的名称、周边餐馆、电话。" |
| }, |
| "user_state_init": [ |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-叫醒服务": [ |
| "是", |
| "not mentioned" |
| ], |
| "评分": [ |
| "4分以上", |
| "not mentioned" |
| ], |
| "酒店类型": [ |
| "经济型", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "not mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "腰子" |
| ], |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边餐馆": [ |
| [], |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "type": "独立多领域", |
| "turns": [ |
| { |
| "speaker": "user", |
| "utterance": "你好,我想找一个提供叫醒服务,评分是4分以上的经济型酒店住宿,可以帮我推荐一个吗?", |
| "utt_idx": 0, |
| "dialogue_acts": { |
| "categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "酒店类型", |
| "value": "经济型" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "评分", |
| "value": "4分以上", |
| "start": 18, |
| "end": 22 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "greet", |
| "domain": "General", |
| "slot": "" |
| }, |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "酒店设施-叫醒服务-是" |
| }, |
| { |
| "intent": "Request", |
| "domain": "酒店", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-叫醒服务": [ |
| "是", |
| "mentioned" |
| ], |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "酒店类型": [ |
| "经济型", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "not mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "腰子" |
| ], |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边餐馆": [ |
| [], |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "经济型", |
| "酒店设施": "叫醒服务", |
| "价格": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "好的,我觉得中安之家北京东单宾馆和欣燕都连锁酒店(北京珠市口店)还是不错的,你可以考虑一下。", |
| "utt_idx": 1, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Recommend", |
| "domain": "酒店", |
| "slot": "名称", |
| "value": "中安之家北京东单宾馆", |
| "start": 6, |
| "end": 16 |
| }, |
| { |
| "intent": "Recommend", |
| "domain": "酒店", |
| "slot": "名称", |
| "value": "欣燕都连锁酒店(北京珠市口店)", |
| "start": 17, |
| "end": 32 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "酒店": { |
| "名称": "", |
| "酒店类型": "经济型", |
| "酒店设施": "叫醒服务", |
| "价格": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "酒店": [ |
| { |
| "名称": "中安之家北京东单宾馆" |
| }, |
| { |
| "名称": "欣燕都连锁酒店(北京珠市口店)" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "嗯,我想去欣燕都连锁酒店(北京珠市口店),知道它家的电话是多少吗?", |
| "utt_idx": 2, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "名称", |
| "value": "欣燕都连锁酒店(北京珠市口店)", |
| "start": 5, |
| "end": 20 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "酒店", |
| "slot": "电话" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-叫醒服务": [ |
| "是", |
| "mentioned" |
| ], |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "酒店类型": [ |
| "经济型", |
| "mentioned" |
| ], |
| "名称": [ |
| "欣燕都连锁酒店(北京珠市口店)", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "电话": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "not mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "腰子" |
| ], |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边餐馆": [ |
| [], |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "欣燕都连锁酒店(北京珠市口店)", |
| "酒店类型": "经济型", |
| "酒店设施": "叫醒服务", |
| "价格": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "知道的,电话是010-63035112。", |
| "utt_idx": 3, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "电话", |
| "value": "010-63035112", |
| "start": 7, |
| "end": 19 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "酒店": { |
| "名称": "欣燕都连锁酒店(北京珠市口店)", |
| "酒店类型": "经济型", |
| "酒店设施": "叫醒服务", |
| "价格": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "酒店": [ |
| { |
| "名称": "欣燕都连锁酒店(北京珠市口店)" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好的,我记下了,明天我要出去游玩,知道哪些景点评分是4分以上吗?", |
| "utt_idx": 4, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "评分", |
| "value": "4分以上", |
| "start": 26, |
| "end": 30 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-叫醒服务": [ |
| "是", |
| "mentioned" |
| ], |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "酒店类型": [ |
| "经济型", |
| "mentioned" |
| ], |
| "名称": [ |
| "欣燕都连锁酒店(北京珠市口店)", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-63035112", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "not mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "腰子" |
| ], |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边餐馆": [ |
| [], |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "欣燕都连锁酒店(北京珠市口店)", |
| "酒店类型": "经济型", |
| "酒店设施": "叫醒服务", |
| "价格": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "北京海洋馆和国家大剧院都是这样的地方,看你喜欢哪个了?", |
| "utt_idx": 5, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Recommend", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "北京海洋馆", |
| "start": 0, |
| "end": 5 |
| }, |
| { |
| "intent": "Recommend", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "国家大剧院", |
| "start": 6, |
| "end": 11 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "北京海洋馆" |
| }, |
| { |
| "名称": "国家大剧院" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "我觉得北京海洋馆应该能挺好玩的,这里的游玩时间是多久?", |
| "utt_idx": 6, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "北京海洋馆", |
| "start": 3, |
| "end": 8 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "游玩时间" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-叫醒服务": [ |
| "是", |
| "mentioned" |
| ], |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "酒店类型": [ |
| "经济型", |
| "mentioned" |
| ], |
| "名称": [ |
| "欣燕都连锁酒店(北京珠市口店)", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-63035112", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京海洋馆", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "游玩时间": [ |
| "", |
| "mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "not mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "腰子" |
| ], |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边餐馆": [ |
| [], |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "北京海洋馆", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "欣燕都连锁酒店(北京珠市口店)", |
| "酒店类型": "经济型", |
| "酒店设施": "叫醒服务", |
| "价格": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "不是很久,3小时。", |
| "utt_idx": 7, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "游玩时间", |
| "value": "3小时", |
| "start": 5, |
| "end": 8 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "北京海洋馆", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "北京海洋馆" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "还不错,那你知道联系电话吗?", |
| "utt_idx": 8, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "电话" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-叫醒服务": [ |
| "是", |
| "mentioned" |
| ], |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "酒店类型": [ |
| "经济型", |
| "mentioned" |
| ], |
| "名称": [ |
| "欣燕都连锁酒店(北京珠市口店)", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-63035112", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京海洋馆", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "3小时", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "电话": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "not mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "腰子" |
| ], |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边餐馆": [ |
| [], |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "北京海洋馆", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "欣燕都连锁酒店(北京珠市口店)", |
| "酒店类型": "经济型", |
| "酒店设施": "叫醒服务", |
| "价格": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "当然了,电话是010-62176655。", |
| "utt_idx": 9, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "电话", |
| "value": "010-62176655", |
| "start": 7, |
| "end": 19 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "北京海洋馆", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "北京海洋馆" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "太好了,游玩之后肯定得挺饿,我想先物色一个人均消费100-150元,推荐菜有腰子的餐馆,你有什么好的建议吗?", |
| "utt_idx": 10, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "人均消费", |
| "value": "100-150元", |
| "start": 25, |
| "end": 33 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "推荐菜", |
| "value": "腰子", |
| "start": 38, |
| "end": 40 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-叫醒服务": [ |
| "是", |
| "mentioned" |
| ], |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "酒店类型": [ |
| "经济型", |
| "mentioned" |
| ], |
| "名称": [ |
| "欣燕都连锁酒店(北京珠市口店)", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-63035112", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京海洋馆", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "3小时", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-62176655", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "腰子" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [], |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "北京海洋馆", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "腰子", |
| "人均消费": "100-150元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "欣燕都连锁酒店(北京珠市口店)", |
| "酒店类型": "经济型", |
| "酒店设施": "叫醒服务", |
| "价格": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "福寿斋就是一个很不错的去处。", |
| "utt_idx": 11, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "名称", |
| "value": "福寿斋", |
| "start": 0, |
| "end": 3 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "腰子", |
| "人均消费": "100-150元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "福寿斋" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "是吗,那你知道这家餐馆周边还有哪些其他餐馆吗?", |
| "utt_idx": 12, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "周边餐馆" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-叫醒服务": [ |
| "是", |
| "mentioned" |
| ], |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "酒店类型": [ |
| "经济型", |
| "mentioned" |
| ], |
| "名称": [ |
| "欣燕都连锁酒店(北京珠市口店)", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-63035112", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京海洋馆", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "3小时", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-62176655", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "腰子" |
| ], |
| "mentioned" |
| ], |
| "名称": [ |
| "福寿斋", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "周边餐馆": [ |
| [], |
| "mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "北京海洋馆", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "福寿斋", |
| "推荐菜": "腰子", |
| "人均消费": "100-150元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "欣燕都连锁酒店(北京珠市口店)", |
| "酒店类型": "经济型", |
| "酒店设施": "叫醒服务", |
| "价格": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "比如香源海鲜火锅, 小吊梨汤(后沙峪店),都离它家不远。", |
| "utt_idx": 13, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "周边餐馆", |
| "value": "小吊梨汤(后沙峪店)", |
| "start": 10, |
| "end": 20 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "周边餐馆", |
| "value": "香源海鲜火锅", |
| "start": 2, |
| "end": 8 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "福寿斋", |
| "推荐菜": "腰子", |
| "人均消费": "100-150元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "福寿斋" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "太好了,麻烦你告诉我一下它家电话好吗?", |
| "utt_idx": 14, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "电话" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-叫醒服务": [ |
| "是", |
| "mentioned" |
| ], |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "酒店类型": [ |
| "经济型", |
| "mentioned" |
| ], |
| "名称": [ |
| "欣燕都连锁酒店(北京珠市口店)", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-63035112", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京海洋馆", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "3小时", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-62176655", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "腰子" |
| ], |
| "mentioned" |
| ], |
| "名称": [ |
| "福寿斋", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "小吊梨汤(后沙峪店)", |
| "香源海鲜火锅" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "电话": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "北京海洋馆", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "福寿斋", |
| "推荐菜": "腰子", |
| "人均消费": "100-150元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "欣燕都连锁酒店(北京珠市口店)", |
| "酒店类型": "经济型", |
| "酒店设施": "叫醒服务", |
| "价格": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "可以,电话是80495616。", |
| "utt_idx": 15, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "电话", |
| "value": "80495616", |
| "start": 6, |
| "end": 14 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "福寿斋", |
| "推荐菜": "腰子", |
| "人均消费": "100-150元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "福寿斋" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好的,真是太谢谢你了!", |
| "utt_idx": 16, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "thank", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-叫醒服务": [ |
| "是", |
| "mentioned" |
| ], |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "酒店类型": [ |
| "经济型", |
| "mentioned" |
| ], |
| "名称": [ |
| "欣燕都连锁酒店(北京珠市口店)", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-63035112", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京海洋馆", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "3小时", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-62176655", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "腰子" |
| ], |
| "mentioned" |
| ], |
| "名称": [ |
| "福寿斋", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "小吊梨汤(后沙峪店)", |
| "香源海鲜火锅" |
| ], |
| "mentioned" |
| ], |
| "电话": [ |
| "80495616", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "北京海洋馆", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "福寿斋", |
| "推荐菜": "腰子", |
| "人均消费": "100-150元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "欣燕都连锁酒店(北京珠市口店)", |
| "酒店类型": "经济型", |
| "酒店设施": "叫醒服务", |
| "价格": "", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "别客气,祝你用餐愉快!", |
| "utt_idx": 17, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "welcome", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "db_query": {}, |
| "db_results": {} |
| } |
| ], |
| "user_state_final": [ |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-叫醒服务": [ |
| "是", |
| "mentioned" |
| ], |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "酒店类型": [ |
| "经济型", |
| "mentioned" |
| ], |
| "名称": [ |
| "欣燕都连锁酒店(北京珠市口店)", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-63035112", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京海洋馆", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "3小时", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-62176655", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "腰子" |
| ], |
| "mentioned" |
| ], |
| "名称": [ |
| "福寿斋", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "小吊梨汤(后沙峪店)", |
| "香源海鲜火锅" |
| ], |
| "mentioned" |
| ], |
| "电话": [ |
| "80495616", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ] |
| }, |
| { |
| "dataset": "crosswoz", |
| "data_split": "train", |
| "dialogue_id": "crosswoz-train-2", |
| "original_id": "12031", |
| "domains": [ |
| "酒店", |
| "餐馆", |
| "景点" |
| ], |
| "goal": { |
| "inform": {}, |
| "request": {}, |
| "description": "你要去一个酒店(id=1)住宿。你希望酒店的最低价格是400-500元的。你希望酒店的评分是4.5分以上。你想知道这个酒店的名称、周边景点。\n你要去一个餐馆(id=2)用餐。你想吃的菜肴是酸辣蕨根粉。你希望餐馆的人均消费是100-150元的。你希望餐馆的评分是4分以上。你想知道这个餐馆的名称、地址、周边餐馆。\n你要去一个景点(id=3)游玩。你希望景点的票价是免费的。你想知道这个景点的名称、游玩时间。" |
| }, |
| "user_state_init": [ |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "not mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "酸辣蕨根粉" |
| ], |
| "not mentioned" |
| ], |
| "人均消费": [ |
| "100-150元", |
| "not mentioned" |
| ], |
| "评分": [ |
| "4分以上", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "周边餐馆": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "type": "独立多领域", |
| "turns": [ |
| { |
| "speaker": "user", |
| "utterance": "你好,帮我推荐一个价位在400-500元之间的酒店,评分要在4.5分以上的,谢谢。", |
| "utt_idx": 0, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "价格", |
| "value": "400-500元", |
| "start": 12, |
| "end": 20 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "评分", |
| "value": "4.5分以上", |
| "start": 30, |
| "end": 36 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "greet", |
| "domain": "General", |
| "slot": "" |
| }, |
| { |
| "intent": "thank", |
| "domain": "General", |
| "slot": "" |
| }, |
| { |
| "intent": "Request", |
| "domain": "酒店", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "酸辣蕨根粉" |
| ], |
| "not mentioned" |
| ], |
| "人均消费": [ |
| "100-150元", |
| "not mentioned" |
| ], |
| "评分": [ |
| "4分以上", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "周边餐馆": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "为您推荐雅悦酒店(北京西直门店)。", |
| "utt_idx": 1, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "名称", |
| "value": "雅悦酒店(北京西直门店)", |
| "start": 4, |
| "end": 16 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "酒店": [ |
| { |
| "名称": "雅悦酒店(北京西直门店)" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "雅悦酒店(北京西直门店)的周边有啥好玩的地方吗?", |
| "utt_idx": 2, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "名称", |
| "value": "雅悦酒店(北京西直门店)", |
| "start": 0, |
| "end": 12 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "酒店", |
| "slot": "周边景点" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "雅悦酒店(北京西直门店)", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "周边景点": [ |
| [], |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "酸辣蕨根粉" |
| ], |
| "not mentioned" |
| ], |
| "人均消费": [ |
| "100-150元", |
| "not mentioned" |
| ], |
| "评分": [ |
| "4分以上", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "周边餐馆": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "抱歉,周边没有景点。", |
| "utt_idx": 3, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "周边景点", |
| "value": "无" |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "酒店": [ |
| { |
| "名称": "雅悦酒店(北京西直门店)" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "我和妈妈去吃饭,想找一家有酸辣蕨根粉的餐馆,最好人均消费在100-150元之间的,评分在4分以上的,有推荐的吗?", |
| "utt_idx": 4, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "人均消费", |
| "value": "100-150元", |
| "start": 29, |
| "end": 37 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "推荐菜", |
| "value": "酸辣蕨根粉", |
| "start": 13, |
| "end": 18 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "评分", |
| "value": "4分以上", |
| "start": 44, |
| "end": 48 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "雅悦酒店(北京西直门店)", |
| "mentioned" |
| ], |
| "周边景点": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "酸辣蕨根粉" |
| ], |
| "mentioned" |
| ], |
| "人均消费": [ |
| "100-150元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "周边餐馆": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "酸辣蕨根粉", |
| "人均消费": "100-150元", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "抱歉,没有完全符合您要求的餐馆,不过为您推荐青年餐厅,人均消费是91元。", |
| "utt_idx": 5, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "人均消费", |
| "value": "91元", |
| "start": 32, |
| "end": 35 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "名称", |
| "value": "青年餐厅", |
| "start": 22, |
| "end": 26 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "NoOffer", |
| "domain": "餐馆", |
| "slot": "" |
| } |
| ] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "酸辣蕨根粉", |
| "人均消费": "80-150元", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "青年餐厅" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "青年餐厅的地址在哪呢?周边有啥好吃的餐馆?", |
| "utt_idx": 6, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "名称", |
| "value": "青年餐厅", |
| "start": 0, |
| "end": 4 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "周边餐馆" |
| }, |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "地址" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "雅悦酒店(北京西直门店)", |
| "mentioned" |
| ], |
| "周边景点": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "酸辣蕨根粉" |
| ], |
| "mentioned" |
| ], |
| "人均消费": [ |
| "91元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "青年餐厅", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "地址": [ |
| "", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [], |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "酸辣蕨根粉", |
| "人均消费": "80-150元", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "地址在双河南巷3号楼京开高速长途站东北角,周边的餐馆是蝎王府羊蝎子(兴华大街店)。", |
| "utt_idx": 7, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "周边餐馆", |
| "value": "蝎王府羊蝎子(兴华大街店)", |
| "start": 27, |
| "end": 40 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "地址", |
| "value": "双河南巷3号楼京开高速长途站东北角", |
| "start": 3, |
| "end": 20 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "酸辣蕨根粉", |
| "人均消费": "80-150元", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "青年餐厅" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好的,我约了同学出去玩,帮我推荐一个没有门票费的景点吧。", |
| "utt_idx": 8, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "门票", |
| "value": "免费" |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "雅悦酒店(北京西直门店)", |
| "mentioned" |
| ], |
| "周边景点": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "酸辣蕨根粉" |
| ], |
| "mentioned" |
| ], |
| "人均消费": [ |
| "91元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "青年餐厅", |
| "mentioned" |
| ], |
| "地址": [ |
| "双河南巷3号楼京开高速长途站东北角", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "蝎王府羊蝎子(兴华大街店)" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "免费", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "酸辣蕨根粉", |
| "人均消费": "80-150元", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "给您推荐童话树屋。", |
| "utt_idx": 9, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "童话树屋", |
| "start": 4, |
| "end": 8 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "", |
| "门票": "免费", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "童话树屋" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "童话树屋适合游玩多长时间呢?", |
| "utt_idx": 10, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "童话树屋", |
| "start": 0, |
| "end": 4 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "游玩时间" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "雅悦酒店(北京西直门店)", |
| "mentioned" |
| ], |
| "周边景点": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "酸辣蕨根粉" |
| ], |
| "mentioned" |
| ], |
| "人均消费": [ |
| "91元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "青年餐厅", |
| "mentioned" |
| ], |
| "地址": [ |
| "双河南巷3号楼京开高速长途站东北角", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "蝎王府羊蝎子(兴华大街店)" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "名称": [ |
| "童话树屋", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "游玩时间": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "免费", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "酸辣蕨根粉", |
| "人均消费": "80-150元", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "游玩时间是1小时。", |
| "utt_idx": 11, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "游玩时间", |
| "value": "1小时", |
| "start": 5, |
| "end": 8 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "", |
| "门票": "免费", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "童话树屋" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好的,谢谢。", |
| "utt_idx": 12, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "thank", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "雅悦酒店(北京西直门店)", |
| "mentioned" |
| ], |
| "周边景点": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "酸辣蕨根粉" |
| ], |
| "mentioned" |
| ], |
| "人均消费": [ |
| "91元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "青年餐厅", |
| "mentioned" |
| ], |
| "地址": [ |
| "双河南巷3号楼京开高速长途站东北角", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "蝎王府羊蝎子(兴华大街店)" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "名称": [ |
| "童话树屋", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "1小时", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "免费", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "酸辣蕨根粉", |
| "人均消费": "80-150元", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "不客气。", |
| "utt_idx": 13, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "welcome", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "db_query": {}, |
| "db_results": {} |
| } |
| ], |
| "user_state_final": [ |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "雅悦酒店(北京西直门店)", |
| "mentioned" |
| ], |
| "周边景点": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "酸辣蕨根粉" |
| ], |
| "mentioned" |
| ], |
| "人均消费": [ |
| "91元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "青年餐厅", |
| "mentioned" |
| ], |
| "地址": [ |
| "双河南巷3号楼京开高速长途站东北角", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "蝎王府羊蝎子(兴华大街店)" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "名称": [ |
| "童话树屋", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "1小时", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ] |
| }, |
| { |
| "dataset": "crosswoz", |
| "data_split": "train", |
| "dialogue_id": "crosswoz-train-3", |
| "original_id": "9216", |
| "domains": [ |
| "景点", |
| "酒店", |
| "餐馆" |
| ], |
| "goal": { |
| "inform": {}, |
| "request": {}, |
| "description": "你要去一个景点(id=1)游玩。你希望游玩的时长是1小时 - 2小时。你希望景点的票价是20-50元的。你想知道这个景点的名称、电话。\n你要去一个酒店(id=2)住宿。你希望酒店提供无烟房。你想知道这个酒店的名称、地址。\n你要去一个餐馆(id=3)用餐。你希望餐馆的人均消费是50-100元的。你想知道这个餐馆的名称、地址、评分。" |
| }, |
| "user_state_init": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "1小时 - 2小时", |
| "not mentioned" |
| ], |
| "门票": [ |
| "20-50元", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-无烟房": [ |
| "是", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "地址": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "50-100元", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "评分": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "type": "独立多领域", |
| "turns": [ |
| { |
| "speaker": "user", |
| "utterance": "您好,我想找一个票价在20-50元之间的景点游玩1小时 - 2小时,有什么推荐吗?", |
| "utt_idx": 0, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "游玩时间", |
| "value": "1小时 - 2小时", |
| "start": 24, |
| "end": 33 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "门票", |
| "value": "20-50元", |
| "start": 11, |
| "end": 17 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "greet", |
| "domain": "General", |
| "slot": "" |
| }, |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "1小时 - 2小时", |
| "mentioned" |
| ], |
| "门票": [ |
| "20-50元", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-无烟房": [ |
| "是", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "地址": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "50-100元", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "评分": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "20-50元", |
| "游玩时间": "1小时 - 2小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "这边为您推荐国家大剧院和中国航空博物馆。", |
| "utt_idx": 1, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Recommend", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "中国航空博物馆", |
| "start": 12, |
| "end": 19 |
| }, |
| { |
| "intent": "Recommend", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "国家大剧院", |
| "start": 6, |
| "end": 11 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "", |
| "门票": "20-50元", |
| "游玩时间": "1小时 - 2小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "国家大剧院" |
| }, |
| { |
| "名称": "中国航空博物馆" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "国家大剧院的电话是多少啊?", |
| "utt_idx": 2, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "国家大剧院", |
| "start": 0, |
| "end": 5 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "电话" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "1小时 - 2小时", |
| "mentioned" |
| ], |
| "门票": [ |
| "20-50元", |
| "mentioned" |
| ], |
| "名称": [ |
| "国家大剧院", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "电话": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-无烟房": [ |
| "是", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "地址": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "50-100元", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "评分": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "20-50元", |
| "游玩时间": "1小时 - 2小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "国家大剧院的电话是010-66550888。", |
| "utt_idx": 3, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "国家大剧院", |
| "start": 0, |
| "end": 5 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "电话", |
| "value": "010-66550888", |
| "start": 9, |
| "end": 21 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "", |
| "门票": "20-50元", |
| "游玩时间": "1小时 - 2小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "国家大剧院" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "游玩结束我想找一家提供无烟房的酒店住宿,有什么推荐的吗?", |
| "utt_idx": 4, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "酒店设施-无烟房-是" |
| }, |
| { |
| "intent": "Request", |
| "domain": "酒店", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "1小时 - 2小时", |
| "mentioned" |
| ], |
| "门票": [ |
| "20-50元", |
| "mentioned" |
| ], |
| "名称": [ |
| "国家大剧院", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-66550888", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-无烟房": [ |
| "是", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "地址": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "50-100元", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "评分": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "20-50元", |
| "游玩时间": "1小时 - 2小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "无烟房", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "这边为您推荐北京贵都大酒店和瑞尔威连锁饭店(北京西客站店)。", |
| "utt_idx": 5, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Recommend", |
| "domain": "酒店", |
| "slot": "名称", |
| "value": "北京贵都大酒店", |
| "start": 6, |
| "end": 13 |
| }, |
| { |
| "intent": "Recommend", |
| "domain": "酒店", |
| "slot": "名称", |
| "value": "瑞尔威连锁饭店(北京西客站店)", |
| "start": 14, |
| "end": 29 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "无烟房", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "酒店": [ |
| { |
| "名称": "北京贵都大酒店" |
| }, |
| { |
| "名称": "瑞尔威连锁饭店(北京西客站店)" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "瑞尔威连锁饭店(北京西客站店)的地址是多少啊?", |
| "utt_idx": 6, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "名称", |
| "value": "瑞尔威连锁饭店(北京西客站店)", |
| "start": 0, |
| "end": 15 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "酒店", |
| "slot": "地址" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "1小时 - 2小时", |
| "mentioned" |
| ], |
| "门票": [ |
| "20-50元", |
| "mentioned" |
| ], |
| "名称": [ |
| "国家大剧院", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-66550888", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-无烟房": [ |
| "是", |
| "mentioned" |
| ], |
| "名称": [ |
| "瑞尔威连锁饭店(北京西客站店)", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "地址": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "50-100元", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "评分": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "20-50元", |
| "游玩时间": "1小时 - 2小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "无烟房", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "瑞尔威连锁饭店(北京西客站店)的地址是北京丰台区莲花池东路116-2号。", |
| "utt_idx": 7, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "名称", |
| "value": "瑞尔威连锁饭店(北京西客站店)", |
| "start": 0, |
| "end": 15 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "地址", |
| "value": "北京丰台区莲花池东路116-2号", |
| "start": 19, |
| "end": 35 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "无烟房", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "酒店": [ |
| { |
| "名称": "瑞尔威连锁饭店(北京西客站店)" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "我还想找一家人均消费在50-100之间的餐馆用餐,帮我推荐一家吧?", |
| "utt_idx": 8, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "人均消费", |
| "value": "50-100元" |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "1小时 - 2小时", |
| "mentioned" |
| ], |
| "门票": [ |
| "20-50元", |
| "mentioned" |
| ], |
| "名称": [ |
| "国家大剧院", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-66550888", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-无烟房": [ |
| "是", |
| "mentioned" |
| ], |
| "名称": [ |
| "瑞尔威连锁饭店(北京西客站店)", |
| "mentioned" |
| ], |
| "地址": [ |
| "北京丰台区莲花池东路116-2号", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "50-100元", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "评分": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "20-50元", |
| "游玩时间": "1小时 - 2小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "50-100元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "无烟房", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "这边为您推荐聚宝源(牛街总店)和都一处烧麦馆(前门店)。", |
| "utt_idx": 9, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Recommend", |
| "domain": "餐馆", |
| "slot": "名称", |
| "value": "聚宝源(牛街总店)", |
| "start": 6, |
| "end": 15 |
| }, |
| { |
| "intent": "Recommend", |
| "domain": "餐馆", |
| "slot": "名称", |
| "value": "都一处烧麦馆(前门店)", |
| "start": 16, |
| "end": 27 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "50-100元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "聚宝源(牛街总店)" |
| }, |
| { |
| "名称": "都一处烧麦馆(前门店)" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "都一处烧麦馆(前门店)的评分是多少啊?地址在哪啊?", |
| "utt_idx": 10, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "名称", |
| "value": "都一处烧麦馆(前门店)", |
| "start": 0, |
| "end": 11 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "地址" |
| }, |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "评分" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "1小时 - 2小时", |
| "mentioned" |
| ], |
| "门票": [ |
| "20-50元", |
| "mentioned" |
| ], |
| "名称": [ |
| "国家大剧院", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-66550888", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-无烟房": [ |
| "是", |
| "mentioned" |
| ], |
| "名称": [ |
| "瑞尔威连锁饭店(北京西客站店)", |
| "mentioned" |
| ], |
| "地址": [ |
| "北京丰台区莲花池东路116-2号", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "50-100元", |
| "mentioned" |
| ], |
| "名称": [ |
| "都一处烧麦馆(前门店)", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "地址": [ |
| "", |
| "mentioned" |
| ], |
| "评分": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "20-50元", |
| "游玩时间": "1小时 - 2小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "50-100元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "无烟房", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "都一处烧麦馆(前门店)的评分是3.8分,地址是前门大街38号(大栅栏东口)。", |
| "utt_idx": 11, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "名称", |
| "value": "都一处烧麦馆(前门店)", |
| "start": 0, |
| "end": 11 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "地址", |
| "value": "前门大街38号(大栅栏东口)", |
| "start": 23, |
| "end": 37 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "评分", |
| "value": "3.8分", |
| "start": 15, |
| "end": 19 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "50-100元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "都一处烧麦馆(前门店)" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好的,谢谢,我没有其他问题了。", |
| "utt_idx": 12, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "thank", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "1小时 - 2小时", |
| "mentioned" |
| ], |
| "门票": [ |
| "20-50元", |
| "mentioned" |
| ], |
| "名称": [ |
| "国家大剧院", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-66550888", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-无烟房": [ |
| "是", |
| "mentioned" |
| ], |
| "名称": [ |
| "瑞尔威连锁饭店(北京西客站店)", |
| "mentioned" |
| ], |
| "地址": [ |
| "北京丰台区莲花池东路116-2号", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "50-100元", |
| "mentioned" |
| ], |
| "名称": [ |
| "都一处烧麦馆(前门店)", |
| "mentioned" |
| ], |
| "地址": [ |
| "前门大街38号(大栅栏东口)", |
| "mentioned" |
| ], |
| "评分": [ |
| "3.8分", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "20-50元", |
| "游玩时间": "1小时 - 2小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "50-100元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "无烟房", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "不客气。", |
| "utt_idx": 13, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "welcome", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "db_query": {}, |
| "db_results": {} |
| } |
| ], |
| "user_state_final": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "1小时 - 2小时", |
| "mentioned" |
| ], |
| "门票": [ |
| "20-50元", |
| "mentioned" |
| ], |
| "名称": [ |
| "国家大剧院", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-66550888", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-无烟房": [ |
| "是", |
| "mentioned" |
| ], |
| "名称": [ |
| "瑞尔威连锁饭店(北京西客站店)", |
| "mentioned" |
| ], |
| "地址": [ |
| "北京丰台区莲花池东路116-2号", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "50-100元", |
| "mentioned" |
| ], |
| "名称": [ |
| "都一处烧麦馆(前门店)", |
| "mentioned" |
| ], |
| "地址": [ |
| "前门大街38号(大栅栏东口)", |
| "mentioned" |
| ], |
| "评分": [ |
| "3.8分", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ] |
| }, |
| { |
| "dataset": "crosswoz", |
| "data_split": "train", |
| "dialogue_id": "crosswoz-train-4", |
| "original_id": "11958", |
| "domains": [ |
| "餐馆", |
| "景点", |
| "酒店", |
| "景点" |
| ], |
| "goal": { |
| "inform": {}, |
| "request": {}, |
| "description": "你要去一个餐馆(id=1)用餐。你希望餐馆的人均消费是100-150元的。你希望餐馆的评分是5分。你想知道这个餐馆的名称、营业时间、电话。\n你要去一个景点(id=2)游玩。你希望景点的评分是4.5分以上。你希望景点的票价是免费的。你想知道这个景点的名称、电话、周边景点。\n你要去一个酒店(id=3)住宿。你希望酒店的最低价格是400-500元的。你想知道这个酒店的名称、酒店类型、周边景点。\n你要去id=3附近的景点(id=4)游玩。你希望景点的票价是免费的。你希望游玩的时长是3天。你想知道这个景点的地址、周边酒店。" |
| }, |
| "user_state_init": [ |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "not mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "营业时间": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4.5分以上", |
| "not mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "酒店类型": [ |
| "", |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "出现在id=3的周边景点里", |
| "not mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "3天", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "type": "不独立多领域", |
| "turns": [ |
| { |
| "speaker": "user", |
| "utterance": "你好,你能帮我安排一个人均消费100-150元,评分是5分的餐馆吗?", |
| "utt_idx": 0, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "人均消费", |
| "value": "100-150元", |
| "start": 15, |
| "end": 23 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "评分", |
| "value": "5分", |
| "start": 27, |
| "end": 29 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "greet", |
| "domain": "General", |
| "slot": "" |
| }, |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4.5分以上", |
| "not mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "酒店类型": [ |
| "", |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "出现在id=3的周边景点里", |
| "not mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "3天", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "100-150元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "我觉得翰风餐厅挺好,你要不要去试试?", |
| "utt_idx": 1, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "名称", |
| "value": "翰风餐厅", |
| "start": 3, |
| "end": 7 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "100-150元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "翰风餐厅" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "行啊,那就去这里尝尝呗,知道这个餐馆的营业时间吗?", |
| "utt_idx": 2, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "营业时间" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "名称": [ |
| "翰风餐厅", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "营业时间": [ |
| "", |
| "mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4.5分以上", |
| "not mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "酒店类型": [ |
| "", |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "出现在id=3的周边景点里", |
| "not mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "3天", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "翰风餐厅", |
| "推荐菜": "", |
| "人均消费": "100-150元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "营业时间是周一至周日 11:00-21:00 非营业时段 2018-02-16至2018-02-18 全天。", |
| "utt_idx": 3, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "营业时间", |
| "value": "周一至周日 11:00-21:00 非营业时段 2018-02-16至2018-02-18 全天", |
| "start": 5, |
| "end": 53 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "翰风餐厅", |
| "推荐菜": "", |
| "人均消费": "100-150元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "翰风餐厅" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好的,你有餐馆的电话吗?", |
| "utt_idx": 4, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "电话" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "名称": [ |
| "翰风餐厅", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 11:00-21:00 非营业时段 2018-02-16至2018-02-18 全天", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "电话": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4.5分以上", |
| "not mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "酒店类型": [ |
| "", |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "出现在id=3的周边景点里", |
| "not mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "3天", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "翰风餐厅", |
| "推荐菜": "", |
| "人均消费": "100-150元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "有啊,电话是010-80462020,010-80467788。", |
| "utt_idx": 5, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "电话", |
| "value": "010-80462020 010-80467788" |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "翰风餐厅", |
| "推荐菜": "", |
| "人均消费": "100-150元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "翰风餐厅" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "嗯我知道了,吃完饭我想找个评分是4.5分以上,票价免费的景点溜达一会,你能给我推荐一个吗?", |
| "utt_idx": 6, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "评分", |
| "value": "4.5分以上", |
| "start": 16, |
| "end": 22 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "门票", |
| "value": "免费", |
| "start": 25, |
| "end": 27 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "名称": [ |
| "翰风餐厅", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 11:00-21:00 非营业时段 2018-02-16至2018-02-18 全天", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-80462020 010-80467788", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "酒店类型": [ |
| "", |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "出现在id=3的周边景点里", |
| "not mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "3天", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "免费", |
| "游玩时间": "", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "翰风餐厅", |
| "推荐菜": "", |
| "人均消费": "100-150元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "我觉得梅兰芳大剧院挺不错的,不知道你对这方面是否感兴趣?", |
| "utt_idx": 7, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "梅兰芳大剧院", |
| "start": 3, |
| "end": 9 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "", |
| "门票": "免费", |
| "游玩时间": "", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "梅兰芳大剧院" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "还行吧,我对梅先生还是挺崇拜的,你有这个景点的电话吗?", |
| "utt_idx": 8, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "电话" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "名称": [ |
| "翰风餐厅", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 11:00-21:00 非营业时段 2018-02-16至2018-02-18 全天", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-80462020 010-80467788", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "名称": [ |
| "梅兰芳大剧院", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "电话": [ |
| "", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "酒店类型": [ |
| "", |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "出现在id=3的周边景点里", |
| "not mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "3天", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "梅兰芳大剧院", |
| "门票": "免费", |
| "游玩时间": "", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "翰风餐厅", |
| "推荐菜": "", |
| "人均消费": "100-150元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "是的,电话是010-58331288,010-58331388。", |
| "utt_idx": 9, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "电话", |
| "value": "010-58331288 010-58331388" |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "梅兰芳大剧院", |
| "门票": "免费", |
| "游玩时间": "", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "梅兰芳大剧院" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好的,知道这个景点周边还有哪些景点吗?", |
| "utt_idx": 10, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "周边景点" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "名称": [ |
| "翰风餐厅", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 11:00-21:00 非营业时段 2018-02-16至2018-02-18 全天", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-80462020 010-80467788", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "名称": [ |
| "梅兰芳大剧院", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-58331288 010-58331388", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "周边景点": [ |
| [], |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "酒店类型": [ |
| "", |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "出现在id=3的周边景点里", |
| "not mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "3天", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "梅兰芳大剧院", |
| "门票": "免费", |
| "游玩时间": "", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "翰风餐厅", |
| "推荐菜": "", |
| "人均消费": "100-150元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "它周边还有恭王府, 故宫, 天安门广场, 中国国家博物馆等景点。", |
| "utt_idx": 11, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "周边景点", |
| "value": "中国国家博物馆", |
| "start": 21, |
| "end": 28 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "周边景点", |
| "value": "天安门广场", |
| "start": 14, |
| "end": 19 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "周边景点", |
| "value": "恭王府", |
| "start": 5, |
| "end": 8 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "周边景点", |
| "value": "故宫", |
| "start": 10, |
| "end": 12 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "梅兰芳大剧院", |
| "门票": "免费", |
| "游玩时间": "", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "梅兰芳大剧院" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "这么多好玩的地方啊,真不错啊,溜达完我想找个地方休息,你可以帮我推荐一个价格是400-500元的酒店吗?", |
| "utt_idx": 12, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "价格", |
| "value": "400-500元", |
| "start": 39, |
| "end": 47 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "酒店", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "名称": [ |
| "翰风餐厅", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 11:00-21:00 非营业时段 2018-02-16至2018-02-18 全天", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-80462020 010-80467788", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "名称": [ |
| "梅兰芳大剧院", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-58331288 010-58331388", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "中国国家博物馆", |
| "天安门广场", |
| "恭王府", |
| "故宫" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "酒店类型": [ |
| "", |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "出现在id=3的周边景点里", |
| "not mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "3天", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "梅兰芳大剧院", |
| "门票": "免费", |
| "游玩时间": "", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "翰风餐厅", |
| "推荐菜": "", |
| "人均消费": "100-150元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "你觉得北京圆山大酒店怎么样呢,我个人还是觉得不错的。", |
| "utt_idx": 13, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "名称", |
| "value": "北京圆山大酒店", |
| "start": 3, |
| "end": 10 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "酒店": [ |
| { |
| "名称": "北京圆山大酒店" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "我无所谓,能住就好,找个酒店是什么类型的呀?", |
| "utt_idx": 14, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "酒店", |
| "slot": "酒店类型" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "名称": [ |
| "翰风餐厅", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 11:00-21:00 非营业时段 2018-02-16至2018-02-18 全天", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-80462020 010-80467788", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "名称": [ |
| "梅兰芳大剧院", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-58331288 010-58331388", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "中国国家博物馆", |
| "天安门广场", |
| "恭王府", |
| "故宫" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京圆山大酒店", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "酒店类型": [ |
| "", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "出现在id=3的周边景点里", |
| "not mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "3天", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "梅兰芳大剧院", |
| "门票": "免费", |
| "游玩时间": "", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "翰风餐厅", |
| "推荐菜": "", |
| "人均消费": "100-150元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "北京圆山大酒店", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "这是一个舒适型酒店。", |
| "utt_idx": 15, |
| "dialogue_acts": { |
| "categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "酒店类型", |
| "value": "舒适型" |
| } |
| ], |
| "non-categorical": [], |
| "binary": [] |
| }, |
| "db_query": { |
| "酒店": { |
| "名称": "北京圆山大酒店", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "酒店": [ |
| { |
| "名称": "北京圆山大酒店" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "不错啊,你知道酒店周边有啥景点吗?", |
| "utt_idx": 16, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "酒店", |
| "slot": "周边景点" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "名称": [ |
| "翰风餐厅", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 11:00-21:00 非营业时段 2018-02-16至2018-02-18 全天", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-80462020 010-80467788", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "名称": [ |
| "梅兰芳大剧院", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-58331288 010-58331388", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "中国国家博物馆", |
| "天安门广场", |
| "恭王府", |
| "故宫" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京圆山大酒店", |
| "mentioned" |
| ], |
| "酒店类型": [ |
| "舒适型", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "周边景点": [ |
| [], |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "出现在id=3的周边景点里", |
| "not mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "3天", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "梅兰芳大剧院", |
| "门票": "免费", |
| "游玩时间": "", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "翰风餐厅", |
| "推荐菜": "", |
| "人均消费": "100-150元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "北京圆山大酒店", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "酒店周边没有景点的。", |
| "utt_idx": 17, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "周边景点", |
| "value": "无" |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "酒店": { |
| "名称": "北京圆山大酒店", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "酒店": [ |
| { |
| "名称": "北京圆山大酒店" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "太可惜了,我还打算在酒店周边找个票价免费,游玩时长是3天的景点游玩呢,你有什么好的建议吗?", |
| "utt_idx": 18, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "游玩时间", |
| "value": "3天", |
| "start": 26, |
| "end": 28 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "门票", |
| "value": "免费", |
| "start": 18, |
| "end": 20 |
| } |
| ], |
| "binary": [] |
| }, |
| "user_state": [ |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "名称": [ |
| "翰风餐厅", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 11:00-21:00 非营业时段 2018-02-16至2018-02-18 全天", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-80462020 010-80467788", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "名称": [ |
| "梅兰芳大剧院", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-58331288 010-58331388", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "中国国家博物馆", |
| "天安门广场", |
| "恭王府", |
| "故宫" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京圆山大酒店", |
| "mentioned" |
| ], |
| "酒店类型": [ |
| "舒适型", |
| "mentioned" |
| ], |
| "周边景点": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "出现在id=3的周边景点里", |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "3天", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "免费", |
| "游玩时间": "3天", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "北京圆山大酒店" |
| }, |
| "餐馆": { |
| "名称": "翰风餐厅", |
| "推荐菜": "", |
| "人均消费": "100-150元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "北京圆山大酒店", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "没办法,酒店周边没有景点,你可以选择去别处玩,十渡风景名胜区还是很不错的。", |
| "utt_idx": 19, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "十渡风景名胜区", |
| "start": 23, |
| "end": 30 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "NoOffer", |
| "domain": "景点", |
| "slot": "" |
| } |
| ] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "", |
| "门票": "免费", |
| "游玩时间": "3天", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "十渡风景名胜区" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "是吗,那我真想去这儿好好溜达溜达呢,你有这个景点的地址吗?", |
| "utt_idx": 20, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "地址" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "名称": [ |
| "翰风餐厅", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 11:00-21:00 非营业时段 2018-02-16至2018-02-18 全天", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-80462020 010-80467788", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "名称": [ |
| "梅兰芳大剧院", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-58331288 010-58331388", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "中国国家博物馆", |
| "天安门广场", |
| "恭王府", |
| "故宫" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京圆山大酒店", |
| "mentioned" |
| ], |
| "酒店类型": [ |
| "舒适型", |
| "mentioned" |
| ], |
| "周边景点": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "十渡风景名胜区", |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "3天", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "地址": [ |
| "", |
| "mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "十渡风景名胜区", |
| "门票": "免费", |
| "游玩时间": "3天", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "翰风餐厅", |
| "推荐菜": "", |
| "人均消费": "100-150元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "北京圆山大酒店", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "嗯,地址是房山区十渡镇九渡村涞宝路。", |
| "utt_idx": 21, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "地址", |
| "value": "房山区十渡镇九渡村涞宝路", |
| "start": 5, |
| "end": 17 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "十渡风景名胜区", |
| "门票": "免费", |
| "游玩时间": "3天", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "十渡风景名胜区" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "收到,这个景点周边都有什么酒店呀?", |
| "utt_idx": 22, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "周边酒店" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "名称": [ |
| "翰风餐厅", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 11:00-21:00 非营业时段 2018-02-16至2018-02-18 全天", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-80462020 010-80467788", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "名称": [ |
| "梅兰芳大剧院", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-58331288 010-58331388", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "中国国家博物馆", |
| "天安门广场", |
| "恭王府", |
| "故宫" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京圆山大酒店", |
| "mentioned" |
| ], |
| "酒店类型": [ |
| "舒适型", |
| "mentioned" |
| ], |
| "周边景点": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "十渡风景名胜区", |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "3天", |
| "mentioned" |
| ], |
| "地址": [ |
| "房山区十渡镇九渡村涞宝路", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "周边酒店": [ |
| [], |
| "mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "十渡风景名胜区", |
| "门票": "免费", |
| "游玩时间": "3天", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "翰风餐厅", |
| "推荐菜": "", |
| "人均消费": "100-150元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "北京圆山大酒店", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "很抱歉景点周边没有酒店啊。", |
| "utt_idx": 23, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "周边酒店", |
| "value": "无" |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "十渡风景名胜区", |
| "门票": "免费", |
| "游玩时间": "3天", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "十渡风景名胜区" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "那好吧,我知道了,谢谢你啊!", |
| "utt_idx": 24, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "thank", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "名称": [ |
| "翰风餐厅", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 11:00-21:00 非营业时段 2018-02-16至2018-02-18 全天", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-80462020 010-80467788", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "名称": [ |
| "梅兰芳大剧院", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-58331288 010-58331388", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "中国国家博物馆", |
| "天安门广场", |
| "恭王府", |
| "故宫" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京圆山大酒店", |
| "mentioned" |
| ], |
| "酒店类型": [ |
| "舒适型", |
| "mentioned" |
| ], |
| "周边景点": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "十渡风景名胜区", |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "3天", |
| "mentioned" |
| ], |
| "地址": [ |
| "房山区十渡镇九渡村涞宝路", |
| "mentioned" |
| ], |
| "周边酒店": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "十渡风景名胜区", |
| "门票": "免费", |
| "游玩时间": "3天", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "翰风餐厅", |
| "推荐菜": "", |
| "人均消费": "100-150元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "北京圆山大酒店", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "400-500元", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "不用客气!", |
| "utt_idx": 25, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "welcome", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "db_query": {}, |
| "db_results": {} |
| } |
| ], |
| "user_state_final": [ |
| { |
| "餐馆": { |
| "inform": { |
| "人均消费": [ |
| "100-150元", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "名称": [ |
| "翰风餐厅", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 11:00-21:00 非营业时段 2018-02-16至2018-02-18 全天", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-80462020 010-80467788", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "名称": [ |
| "梅兰芳大剧院", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-58331288 010-58331388", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "中国国家博物馆", |
| "天安门广场", |
| "恭王府", |
| "故宫" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "价格": [ |
| "400-500元", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京圆山大酒店", |
| "mentioned" |
| ], |
| "酒店类型": [ |
| "舒适型", |
| "mentioned" |
| ], |
| "周边景点": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "十渡风景名胜区", |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "3天", |
| "mentioned" |
| ], |
| "地址": [ |
| "房山区十渡镇九渡村涞宝路", |
| "mentioned" |
| ], |
| "周边酒店": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ] |
| }, |
| { |
| "dataset": "crosswoz", |
| "data_split": "train", |
| "dialogue_id": "crosswoz-train-5", |
| "original_id": "11900", |
| "domains": [ |
| "景点", |
| "酒店", |
| "出租", |
| "餐馆", |
| "地铁" |
| ], |
| "goal": { |
| "inform": {}, |
| "request": {}, |
| "description": "你要去一个景点(id=1)游玩。你希望游玩的时长是12小时 - 3天。你希望景点的评分是4.5分以上。你想知道这个景点的名称、周边餐馆、门票。\n你要去名叫北京鑫星酒店的酒店(id=2)住宿。你想知道这个酒店的周边餐馆、周边景点。\n你想呼叫从id=1到id=2的出租车。你想知道这个出租的车型、车牌。\n你要去一个餐馆(id=4)用餐。你希望餐馆的评分是4分以上。你希望餐馆的人均消费是150-500元的。你想知道这个餐馆的名称、周边景点、周边酒店。\n你想乘坐从id=2到id=4的地铁。你想知道这个地铁的出发地附近地铁站、目的地附近地铁站。" |
| }, |
| "user_state_init": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "12小时 - 3天", |
| "not mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边餐馆": [ |
| [], |
| "not mentioned" |
| ], |
| "门票": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "名称": [ |
| "北京鑫星酒店", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "周边餐馆": [ |
| [], |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "出租": { |
| "inform": { |
| "出发地": [ |
| "id=1", |
| "not mentioned" |
| ], |
| "目的地": [ |
| "id=2", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "车型": [ |
| "", |
| "not mentioned" |
| ], |
| "车牌": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "not mentioned" |
| ], |
| "人均消费": [ |
| "150-500元", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "地铁": { |
| "inform": { |
| "出发地": [ |
| "id=2", |
| "not mentioned" |
| ], |
| "目的地": [ |
| "id=4", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "出发地附近地铁站": [ |
| "", |
| "not mentioned" |
| ], |
| "目的地附近地铁站": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "type": "独立多领域+交通", |
| "turns": [ |
| { |
| "speaker": "user", |
| "utterance": "你好,帮我推荐一个能玩12小时-3天的景点,最好评分在4.5分以上的。", |
| "utt_idx": 0, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "游玩时间", |
| "value": "12小时 - 3天" |
| }, |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "评分", |
| "value": "4.5分以上", |
| "start": 27, |
| "end": 33 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "greet", |
| "domain": "General", |
| "slot": "" |
| }, |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "12小时 - 3天", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [], |
| "not mentioned" |
| ], |
| "门票": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "名称": [ |
| "北京鑫星酒店", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "周边餐馆": [ |
| [], |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "出租": { |
| "inform": { |
| "出发地": [ |
| "id=1", |
| "not mentioned" |
| ], |
| "目的地": [ |
| "id=2", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "车型": [ |
| "", |
| "not mentioned" |
| ], |
| "车牌": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "not mentioned" |
| ], |
| "人均消费": [ |
| "150-500元", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "地铁": { |
| "inform": { |
| "出发地": [ |
| "id=2", |
| "not mentioned" |
| ], |
| "目的地": [ |
| "id=4", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "出发地附近地铁站": [ |
| "", |
| "not mentioned" |
| ], |
| "目的地附近地铁站": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "12小时 - 3天", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "给您推荐居庸关长城。", |
| "utt_idx": 1, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "居庸关长城", |
| "start": 4, |
| "end": 9 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "12小时 - 3天", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "居庸关长城" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "居庸关长城的门票贵吗?附近有啥好吃的餐馆?", |
| "utt_idx": 2, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "居庸关长城", |
| "start": 0, |
| "end": 5 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "周边餐馆" |
| }, |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "门票" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "12小时 - 3天", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "居庸关长城", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "周边餐馆": [ |
| [], |
| "mentioned" |
| ], |
| "门票": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "名称": [ |
| "北京鑫星酒店", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "周边餐馆": [ |
| [], |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "出租": { |
| "inform": { |
| "出发地": [ |
| "id=1", |
| "not mentioned" |
| ], |
| "目的地": [ |
| "id=2", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "车型": [ |
| "", |
| "not mentioned" |
| ], |
| "车牌": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "not mentioned" |
| ], |
| "人均消费": [ |
| "150-500元", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "地铁": { |
| "inform": { |
| "出发地": [ |
| "id=2", |
| "not mentioned" |
| ], |
| "目的地": [ |
| "id=4", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "出发地附近地铁站": [ |
| "", |
| "not mentioned" |
| ], |
| "目的地附近地铁站": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "12小时 - 3天", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "没有门票费的,附近的餐馆是虹鳟鱼垂钓园。", |
| "utt_idx": 3, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "周边餐馆", |
| "value": "虹鳟鱼垂钓园", |
| "start": 13, |
| "end": 19 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "门票", |
| "value": "免费" |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "12小时 - 3天", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "居庸关长城" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "玩累了我想去北京鑫星酒店休息,请帮我查询下这个酒店的周边有哪些餐馆和景点。", |
| "utt_idx": 4, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "名称", |
| "value": "北京鑫星酒店", |
| "start": 6, |
| "end": 12 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "酒店", |
| "slot": "周边景点" |
| }, |
| { |
| "intent": "Request", |
| "domain": "酒店", |
| "slot": "周边餐馆" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "12小时 - 3天", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "居庸关长城", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "虹鳟鱼垂钓园" |
| ], |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "名称": [ |
| "北京鑫星酒店", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "周边餐馆": [ |
| [], |
| "mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "出租": { |
| "inform": { |
| "出发地": [ |
| "id=1", |
| "not mentioned" |
| ], |
| "目的地": [ |
| "id=2", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "车型": [ |
| "", |
| "not mentioned" |
| ], |
| "车牌": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "not mentioned" |
| ], |
| "人均消费": [ |
| "150-500元", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "地铁": { |
| "inform": { |
| "出发地": [ |
| "id=2", |
| "not mentioned" |
| ], |
| "目的地": [ |
| "id=4", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "出发地附近地铁站": [ |
| "", |
| "not mentioned" |
| ], |
| "目的地附近地铁站": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "12小时 - 3天", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "北京鑫星酒店", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "抱歉,周边没有餐馆和景点。", |
| "utt_idx": 5, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "周边景点", |
| "value": "无" |
| }, |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "周边餐馆", |
| "value": "无" |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "酒店": { |
| "名称": "北京鑫星酒店", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "酒店": [ |
| { |
| "名称": "北京鑫星酒店" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好的,我想从居庸关长城打车到北京鑫星酒店,请帮我查询下出租车的车型和车牌。", |
| "utt_idx": 6, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "出租", |
| "slot": "出发地", |
| "value": "居庸关长城", |
| "start": 6, |
| "end": 11 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "出租", |
| "slot": "目的地", |
| "value": "北京鑫星酒店", |
| "start": 14, |
| "end": 20 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "出租", |
| "slot": "车型" |
| }, |
| { |
| "intent": "Request", |
| "domain": "出租", |
| "slot": "车牌" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "12小时 - 3天", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "居庸关长城", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "虹鳟鱼垂钓园" |
| ], |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "名称": [ |
| "北京鑫星酒店", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| "无", |
| "mentioned" |
| ], |
| "周边景点": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "出租": { |
| "inform": { |
| "出发地": [ |
| "居庸关长城", |
| "mentioned" |
| ], |
| "目的地": [ |
| "北京鑫星酒店", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "车型": [ |
| "", |
| "mentioned" |
| ], |
| "车牌": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "not mentioned" |
| ], |
| "人均消费": [ |
| "150-500元", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "地铁": { |
| "inform": { |
| "出发地": [ |
| "id=2", |
| "not mentioned" |
| ], |
| "目的地": [ |
| "id=4", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "出发地附近地铁站": [ |
| "", |
| "not mentioned" |
| ], |
| "目的地附近地铁站": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "12小时 - 3天", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "北京鑫星酒店", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "居庸关长城", |
| "目的地": "北京鑫星酒店" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "车型是#CX,车牌是#CX。", |
| "utt_idx": 7, |
| "dialogue_acts": { |
| "categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "出租", |
| "slot": "车型", |
| "value": "#CX" |
| } |
| ], |
| "non-categorical": [], |
| "binary": [] |
| }, |
| "db_query": { |
| "出租": { |
| "出发地": "居庸关长城", |
| "目的地": "北京鑫星酒店" |
| } |
| }, |
| "db_results": { |
| "出租": [ |
| { |
| "名称": "出租 (居庸关长城 - 北京鑫星酒店)" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好的,我想找一个人均消费在150-500元之间的餐馆,最好评分在4分以上,有推荐的吗?", |
| "utt_idx": 8, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "人均消费", |
| "value": "150-500元", |
| "start": 13, |
| "end": 21 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "评分", |
| "value": "4分以上", |
| "start": 32, |
| "end": 36 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "12小时 - 3天", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "居庸关长城", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "虹鳟鱼垂钓园" |
| ], |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "名称": [ |
| "北京鑫星酒店", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| "无", |
| "mentioned" |
| ], |
| "周边景点": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "出租": { |
| "inform": { |
| "出发地": [ |
| "居庸关长城", |
| "mentioned" |
| ], |
| "目的地": [ |
| "北京鑫星酒店", |
| "mentioned" |
| ], |
| "车型": [ |
| "#CX", |
| "mentioned" |
| ], |
| "车牌": [ |
| "#CP", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "人均消费": [ |
| "150-500元", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "地铁": { |
| "inform": { |
| "出发地": [ |
| "id=2", |
| "not mentioned" |
| ], |
| "目的地": [ |
| "id=4", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "出发地附近地铁站": [ |
| "", |
| "not mentioned" |
| ], |
| "目的地附近地铁站": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "12小时 - 3天", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "150-500元", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "北京鑫星酒店", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "居庸关长城", |
| "目的地": "北京鑫星酒店" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "为您推荐基辅罗斯餐厅(翠微店)。", |
| "utt_idx": 9, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "名称", |
| "value": "基辅罗斯餐厅(翠微店)", |
| "start": 4, |
| "end": 15 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "150-500元", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "基辅罗斯餐厅(翠微店)" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "基辅罗斯餐厅(翠微店)的周边有哪些景点和酒店呢?", |
| "utt_idx": 10, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "名称", |
| "value": "基辅罗斯餐厅(翠微店)", |
| "start": 0, |
| "end": 11 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "周边景点" |
| }, |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "周边酒店" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "12小时 - 3天", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "居庸关长城", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "虹鳟鱼垂钓园" |
| ], |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "名称": [ |
| "北京鑫星酒店", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| "无", |
| "mentioned" |
| ], |
| "周边景点": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "出租": { |
| "inform": { |
| "出发地": [ |
| "居庸关长城", |
| "mentioned" |
| ], |
| "目的地": [ |
| "北京鑫星酒店", |
| "mentioned" |
| ], |
| "车型": [ |
| "#CX", |
| "mentioned" |
| ], |
| "车牌": [ |
| "#CP", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "人均消费": [ |
| "150-500元", |
| "mentioned" |
| ], |
| "名称": [ |
| "基辅罗斯餐厅(翠微店)", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "周边景点": [ |
| [], |
| "mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "地铁": { |
| "inform": { |
| "出发地": [ |
| "id=2", |
| "not mentioned" |
| ], |
| "目的地": [ |
| "id=4", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "出发地附近地铁站": [ |
| "", |
| "not mentioned" |
| ], |
| "目的地附近地铁站": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "12小时 - 3天", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "150-500元", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "北京鑫星酒店", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "居庸关长城", |
| "目的地": "北京鑫星酒店" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "周边的景点是首都博物馆, 白云观,周边的酒店是北京希尔顿逸林酒店, 北京远通维景国际大酒店。", |
| "utt_idx": 11, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "周边景点", |
| "value": "白云观", |
| "start": 13, |
| "end": 16 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "周边景点", |
| "value": "首都博物馆", |
| "start": 6, |
| "end": 11 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "周边酒店", |
| "value": "北京希尔顿逸林酒店", |
| "start": 23, |
| "end": 32 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "周边酒店", |
| "value": "北京远通维景国际大酒店", |
| "start": 34, |
| "end": 45 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "150-500元", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "基辅罗斯餐厅(翠微店)" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好的,我想从北京鑫星酒店坐地铁到基辅罗斯餐厅(翠微店),请帮我查询下出发地地铁站和目的地地铁站。", |
| "utt_idx": 12, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "地铁", |
| "slot": "出发地", |
| "value": "北京鑫星酒店", |
| "start": 6, |
| "end": 12 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "地铁", |
| "slot": "目的地", |
| "value": "基辅罗斯餐厅(翠微店)", |
| "start": 16, |
| "end": 27 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "地铁", |
| "slot": "出发地附近地铁站" |
| }, |
| { |
| "intent": "Request", |
| "domain": "地铁", |
| "slot": "目的地附近地铁站" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "12小时 - 3天", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "居庸关长城", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "虹鳟鱼垂钓园" |
| ], |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "名称": [ |
| "北京鑫星酒店", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| "无", |
| "mentioned" |
| ], |
| "周边景点": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "出租": { |
| "inform": { |
| "出发地": [ |
| "居庸关长城", |
| "mentioned" |
| ], |
| "目的地": [ |
| "北京鑫星酒店", |
| "mentioned" |
| ], |
| "车型": [ |
| "#CX", |
| "mentioned" |
| ], |
| "车牌": [ |
| "#CP", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "人均消费": [ |
| "150-500元", |
| "mentioned" |
| ], |
| "名称": [ |
| "基辅罗斯餐厅(翠微店)", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "首都博物馆", |
| "白云观" |
| ], |
| "mentioned" |
| ], |
| "周边酒店": [ |
| [ |
| "北京远通维景国际大酒店", |
| "北京希尔顿逸林酒店" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "地铁": { |
| "inform": { |
| "出发地": [ |
| "北京鑫星酒店", |
| "mentioned" |
| ], |
| "目的地": [ |
| "基辅罗斯餐厅(翠微店)", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "出发地附近地铁站": [ |
| "", |
| "mentioned" |
| ], |
| "目的地附近地铁站": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "12小时 - 3天", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "150-500元", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "北京鑫星酒店", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "北京鑫星酒店", |
| "目的地": "基辅罗斯餐厅(翠微店)" |
| }, |
| "出租": { |
| "出发地": "居庸关长城", |
| "目的地": "北京鑫星酒店" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "出发地地铁站是西二旗地铁站B2口,目的地地铁站是北京西站地铁站A口。", |
| "utt_idx": 13, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "地铁", |
| "slot": "出发地附近地铁站", |
| "value": "西二旗地铁站B2口", |
| "start": 7, |
| "end": 16 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "地铁", |
| "slot": "目的地附近地铁站", |
| "value": "北京西站地铁站A口", |
| "start": 24, |
| "end": 33 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "地铁": { |
| "出发地": "北京鑫星酒店", |
| "目的地": "基辅罗斯餐厅(翠微店)" |
| } |
| }, |
| "db_results": { |
| "地铁": [ |
| { |
| "名称": "(起点) 北京鑫星酒店 " |
| }, |
| { |
| "名称": "(终点) 基辅罗斯餐厅(翠微店)" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好的,谢谢你。", |
| "utt_idx": 14, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "thank", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "12小时 - 3天", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "居庸关长城", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "虹鳟鱼垂钓园" |
| ], |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "名称": [ |
| "北京鑫星酒店", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| "无", |
| "mentioned" |
| ], |
| "周边景点": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "出租": { |
| "inform": { |
| "出发地": [ |
| "居庸关长城", |
| "mentioned" |
| ], |
| "目的地": [ |
| "北京鑫星酒店", |
| "mentioned" |
| ], |
| "车型": [ |
| "#CX", |
| "mentioned" |
| ], |
| "车牌": [ |
| "#CP", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "人均消费": [ |
| "150-500元", |
| "mentioned" |
| ], |
| "名称": [ |
| "基辅罗斯餐厅(翠微店)", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "首都博物馆", |
| "白云观" |
| ], |
| "mentioned" |
| ], |
| "周边酒店": [ |
| [ |
| "北京远通维景国际大酒店", |
| "北京希尔顿逸林酒店" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "地铁": { |
| "inform": { |
| "出发地": [ |
| "北京鑫星酒店", |
| "mentioned" |
| ], |
| "目的地": [ |
| "基辅罗斯餐厅(翠微店)", |
| "mentioned" |
| ], |
| "出发地附近地铁站": [ |
| "西二旗地铁站B2口", |
| "mentioned" |
| ], |
| "目的地附近地铁站": [ |
| "北京西站地铁站A口", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "12小时 - 3天", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "150-500元", |
| "评分": "4分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "北京鑫星酒店", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "北京鑫星酒店", |
| "目的地": "基辅罗斯餐厅(翠微店)" |
| }, |
| "出租": { |
| "出发地": "居庸关长城", |
| "目的地": "北京鑫星酒店" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "不客气。", |
| "utt_idx": 15, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "welcome", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "db_query": {}, |
| "db_results": {} |
| } |
| ], |
| "user_state_final": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "12小时 - 3天", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "居庸关长城", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "虹鳟鱼垂钓园" |
| ], |
| "mentioned" |
| ], |
| "门票": [ |
| "免费", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "名称": [ |
| "北京鑫星酒店", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| "无", |
| "mentioned" |
| ], |
| "周边景点": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "出租": { |
| "inform": { |
| "出发地": [ |
| "居庸关长城", |
| "mentioned" |
| ], |
| "目的地": [ |
| "北京鑫星酒店", |
| "mentioned" |
| ], |
| "车型": [ |
| "#CX", |
| "mentioned" |
| ], |
| "车牌": [ |
| "#CP", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "评分": [ |
| "4分以上", |
| "mentioned" |
| ], |
| "人均消费": [ |
| "150-500元", |
| "mentioned" |
| ], |
| "名称": [ |
| "基辅罗斯餐厅(翠微店)", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "首都博物馆", |
| "白云观" |
| ], |
| "mentioned" |
| ], |
| "周边酒店": [ |
| [ |
| "北京远通维景国际大酒店", |
| "北京希尔顿逸林酒店" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "地铁": { |
| "inform": { |
| "出发地": [ |
| "北京鑫星酒店", |
| "mentioned" |
| ], |
| "目的地": [ |
| "基辅罗斯餐厅(翠微店)", |
| "mentioned" |
| ], |
| "出发地附近地铁站": [ |
| "西二旗地铁站B2口", |
| "mentioned" |
| ], |
| "目的地附近地铁站": [ |
| "北京西站地铁站A口", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ] |
| }, |
| { |
| "dataset": "crosswoz", |
| "data_split": "train", |
| "dialogue_id": "crosswoz-train-6", |
| "original_id": "8283", |
| "domains": [ |
| "景点" |
| ], |
| "goal": { |
| "inform": {}, |
| "request": {}, |
| "description": "你要去一个景点(id=1)游玩。你希望游玩的时长是2小时 - 3小时。你希望景点的票价是150-200元的。你希望景点的评分是4.5分以上。你想知道这个景点的名称、电话。" |
| }, |
| "user_state_init": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "2小时 - 3小时", |
| "not mentioned" |
| ], |
| "门票": [ |
| "150-200元", |
| "not mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "type": "单领域", |
| "turns": [ |
| { |
| "speaker": "user", |
| "utterance": "你好,我想和朋友找个景点转转,有没有门票在150元到200元之间,评分在4.5分以上的?最好可以玩2、3个小时的。", |
| "utt_idx": 0, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "游玩时间", |
| "value": "2小时 - 3小时" |
| }, |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "评分", |
| "value": "4.5分以上", |
| "start": 36, |
| "end": 42 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "门票", |
| "value": "150-200元" |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "greet", |
| "domain": "General", |
| "slot": "" |
| }, |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "2小时 - 3小时", |
| "mentioned" |
| ], |
| "门票": [ |
| "150-200元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "150-200元", |
| "游玩时间": "2小时 - 3小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "没有找到符合条件的呢,你看尚大·沃联褔农园可以吗?就是没有查到评分,其它都符合,门票190元。", |
| "utt_idx": 1, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "尚大·沃联褔农园", |
| "start": 13, |
| "end": 21 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "门票", |
| "value": "190元", |
| "start": 42, |
| "end": 46 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "NoOffer", |
| "domain": "景点", |
| "slot": "" |
| } |
| ] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "", |
| "门票": "150-200元", |
| "游玩时间": "2小时 - 3小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "尚大·沃联褔农园" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "行,有景点的电话吗?", |
| "utt_idx": 2, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "电话" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "2小时 - 3小时", |
| "mentioned" |
| ], |
| "门票": [ |
| "150-200元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "尚大·沃联褔农园", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "电话": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "150-200元", |
| "游玩时间": "2小时 - 3小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "有,400-7788-111。", |
| "utt_idx": 3, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "电话", |
| "value": "400-7788-111", |
| "start": 2, |
| "end": 14 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "", |
| "门票": "150-200元", |
| "游玩时间": "2小时 - 3小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "尚大·沃联褔农园" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好,谢谢。", |
| "utt_idx": 4, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "thank", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "2小时 - 3小时", |
| "mentioned" |
| ], |
| "门票": [ |
| "150-200元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "尚大·沃联褔农园", |
| "mentioned" |
| ], |
| "电话": [ |
| "400-7788-111", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "150-200元", |
| "游玩时间": "2小时 - 3小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "不客气。", |
| "utt_idx": 5, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "welcome", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "db_query": {}, |
| "db_results": {} |
| } |
| ], |
| "user_state_final": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "2小时 - 3小时", |
| "mentioned" |
| ], |
| "门票": [ |
| "150-200元", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "尚大·沃联褔农园", |
| "mentioned" |
| ], |
| "电话": [ |
| "400-7788-111", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ] |
| }, |
| { |
| "dataset": "crosswoz", |
| "data_split": "train", |
| "dialogue_id": "crosswoz-train-7", |
| "original_id": "9842", |
| "domains": [ |
| "景点", |
| "餐馆", |
| "酒店", |
| "餐馆" |
| ], |
| "goal": { |
| "inform": {}, |
| "request": {}, |
| "description": "你要去一个景点(id=1)游玩。你希望景点的票价是20元以下的。你希望游玩的时长是1小时。你想知道这个景点的名称、周边餐馆、评分。\n你要去id=1附近的餐馆(id=2)用餐。你想吃的菜肴是酱炖鱼。你希望餐馆的人均消费是50元以下的。你想知道这个餐馆的评分、周边酒店。\n你要去一个酒店(id=3)住宿。你希望酒店提供商务中心。你想知道这个酒店的名称、地址、电话。\n你要去一个餐馆(id=4)用餐。你想吃的菜肴是自制豆腐。你想知道这个餐馆的名称、周边酒店、周边景点。" |
| }, |
| "user_state_init": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "20元以下", |
| "not mentioned" |
| ], |
| "游玩时间": [ |
| "1小时", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边餐馆": [ |
| [], |
| "not mentioned" |
| ], |
| "评分": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "出现在id=1的周边餐馆里", |
| "not mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "酱炖鱼" |
| ], |
| "not mentioned" |
| ], |
| "人均消费": [ |
| "50元以下", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "评分": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-商务中心": [ |
| "是", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "自制豆腐" |
| ], |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "type": "不独立多领域", |
| "turns": [ |
| { |
| "speaker": "user", |
| "utterance": "你好,帮我推荐一个能玩1个小时左右的景点,最好票价在20元以内的。", |
| "utt_idx": 0, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "游玩时间", |
| "value": "1小时" |
| }, |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "门票", |
| "value": "20元以下" |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "greet", |
| "domain": "General", |
| "slot": "" |
| }, |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "20元以下", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "1小时", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [], |
| "not mentioned" |
| ], |
| "评分": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "出现在id=1的周边餐馆里", |
| "not mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "酱炖鱼" |
| ], |
| "not mentioned" |
| ], |
| "人均消费": [ |
| "50元以下", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "评分": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-商务中心": [ |
| "是", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "自制豆腐" |
| ], |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "20元以下", |
| "游玩时间": "1小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "给您推荐芳草地画廊。", |
| "utt_idx": 1, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "芳草地画廊", |
| "start": 4, |
| "end": 9 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "", |
| "门票": "20元以下", |
| "游玩时间": "1小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "芳草地画廊" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好,芳草地画廊的评分高吗?周边有啥好吃的餐馆?", |
| "utt_idx": 2, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "芳草地画廊", |
| "start": 2, |
| "end": 7 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "周边餐馆" |
| }, |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "评分" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "20元以下", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "1小时", |
| "mentioned" |
| ], |
| "名称": [ |
| "芳草地画廊", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "周边餐馆": [ |
| [], |
| "mentioned" |
| ], |
| "评分": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "出现在id=1的周边餐馆里", |
| "not mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "酱炖鱼" |
| ], |
| "not mentioned" |
| ], |
| "人均消费": [ |
| "50元以下", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "评分": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-商务中心": [ |
| "是", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "自制豆腐" |
| ], |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "20元以下", |
| "游玩时间": "1小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "抱歉,暂时没有评分呢,周边的餐馆有北京全聚德(王府井店), 北新桥卤煮老店, 文宇奶酪店(南锣鼓巷店), 铃木食堂(小菊儿胡同店), 字里行间蔬食营养餐厅(华贸店)。", |
| "utt_idx": 3, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "周边餐馆", |
| "value": "北京全聚德(王府井店)", |
| "start": 17, |
| "end": 28 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "周边餐馆", |
| "value": "北新桥卤煮老店", |
| "start": 30, |
| "end": 37 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "周边餐馆", |
| "value": "字里行间蔬食营养餐厅(华贸店)", |
| "start": 67, |
| "end": 82 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "周边餐馆", |
| "value": "文宇奶酪店(南锣鼓巷店)", |
| "start": 39, |
| "end": 51 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "周边餐馆", |
| "value": "铃木食堂(小菊儿胡同店)", |
| "start": 53, |
| "end": 65 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "评分", |
| "value": "无" |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "", |
| "门票": "20元以下", |
| "游玩时间": "1小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "芳草地画廊" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "这些餐馆中谁家有酱炖鱼并且人均消费在50元以下的?", |
| "utt_idx": 4, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "人均消费", |
| "value": "50元以下", |
| "start": 18, |
| "end": 23 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "推荐菜", |
| "value": "酱炖鱼", |
| "start": 8, |
| "end": 11 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Select", |
| "domain": "餐馆", |
| "slot": "源领域-景点" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "20元以下", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "1小时", |
| "mentioned" |
| ], |
| "名称": [ |
| "芳草地画廊", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "字里行间蔬食营养餐厅(华贸店)", |
| "铃木食堂(小菊儿胡同店)", |
| "文宇奶酪店(南锣鼓巷店)", |
| "北京全聚德(王府井店)", |
| "北新桥卤煮老店" |
| ], |
| "mentioned" |
| ], |
| "评分": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "出现在id=1的周边餐馆里", |
| "mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "酱炖鱼" |
| ], |
| "mentioned" |
| ], |
| "人均消费": [ |
| "50元以下", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "评分": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-商务中心": [ |
| "是", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "自制豆腐" |
| ], |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "20元以下", |
| "游玩时间": "1小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "酱炖鱼", |
| "人均消费": "50元以下", |
| "评分": "", |
| "周边景点": "芳草地画廊", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "抱歉,附近的餐馆都不能满足您需求,给您推荐静心居,他家的酱炖鱼口味很正宗,人均消费是60元。", |
| "utt_idx": 5, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "人均消费", |
| "value": "60元", |
| "start": 42, |
| "end": 45 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "名称", |
| "value": "静心居", |
| "start": 21, |
| "end": 24 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "酱炖鱼", |
| "人均消费": "100元以下", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "静心居" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好,静心居的评分高吗?周边有啥酒店呢?", |
| "utt_idx": 6, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "名称", |
| "value": "静心居", |
| "start": 2, |
| "end": 5 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "周边酒店" |
| }, |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "评分" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "20元以下", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "1小时", |
| "mentioned" |
| ], |
| "名称": [ |
| "芳草地画廊", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "字里行间蔬食营养餐厅(华贸店)", |
| "铃木食堂(小菊儿胡同店)", |
| "文宇奶酪店(南锣鼓巷店)", |
| "北京全聚德(王府井店)", |
| "北新桥卤煮老店" |
| ], |
| "mentioned" |
| ], |
| "评分": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "静心居", |
| "mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "酱炖鱼" |
| ], |
| "mentioned" |
| ], |
| "人均消费": [ |
| "60元", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "评分": [ |
| "", |
| "mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-商务中心": [ |
| "是", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "自制豆腐" |
| ], |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "20元以下", |
| "游玩时间": "1小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "酱炖鱼", |
| "人均消费": "100元以下", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "抱歉,暂时没有评分,周边没有酒店。", |
| "utt_idx": 7, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "周边酒店", |
| "value": "无" |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "评分", |
| "value": "无" |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "酱炖鱼", |
| "人均消费": "100元以下", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "静心居" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "没关系,那就帮我推荐一个能提供商务中心的酒店吧。", |
| "utt_idx": 8, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "酒店设施-商务中心-是" |
| }, |
| { |
| "intent": "Request", |
| "domain": "酒店", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "20元以下", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "1小时", |
| "mentioned" |
| ], |
| "名称": [ |
| "芳草地画廊", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "字里行间蔬食营养餐厅(华贸店)", |
| "铃木食堂(小菊儿胡同店)", |
| "文宇奶酪店(南锣鼓巷店)", |
| "北京全聚德(王府井店)", |
| "北新桥卤煮老店" |
| ], |
| "mentioned" |
| ], |
| "评分": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "静心居", |
| "mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "酱炖鱼" |
| ], |
| "mentioned" |
| ], |
| "人均消费": [ |
| "60元", |
| "mentioned" |
| ], |
| "评分": [ |
| "无", |
| "mentioned" |
| ], |
| "周边酒店": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-商务中心": [ |
| "是", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "地址": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "自制豆腐" |
| ], |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "20元以下", |
| "游玩时间": "1小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "酱炖鱼", |
| "人均消费": "100元以下", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "商务中心", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "为您推荐北京龙鼎华鼎云酒店。", |
| "utt_idx": 9, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "名称", |
| "value": "北京龙鼎华鼎云酒店", |
| "start": 4, |
| "end": 13 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "商务中心", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "酒店": [ |
| { |
| "名称": "北京龙鼎华鼎云酒店" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好,把北京龙鼎华鼎云酒店的地址和电话告诉我。", |
| "utt_idx": 10, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "名称", |
| "value": "北京龙鼎华鼎云酒店", |
| "start": 3, |
| "end": 12 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "酒店", |
| "slot": "地址" |
| }, |
| { |
| "intent": "Request", |
| "domain": "酒店", |
| "slot": "电话" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "20元以下", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "1小时", |
| "mentioned" |
| ], |
| "名称": [ |
| "芳草地画廊", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "字里行间蔬食营养餐厅(华贸店)", |
| "铃木食堂(小菊儿胡同店)", |
| "文宇奶酪店(南锣鼓巷店)", |
| "北京全聚德(王府井店)", |
| "北新桥卤煮老店" |
| ], |
| "mentioned" |
| ], |
| "评分": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "静心居", |
| "mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "酱炖鱼" |
| ], |
| "mentioned" |
| ], |
| "人均消费": [ |
| "60元", |
| "mentioned" |
| ], |
| "评分": [ |
| "无", |
| "mentioned" |
| ], |
| "周边酒店": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-商务中心": [ |
| "是", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京龙鼎华鼎云酒店", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "地址": [ |
| "", |
| "mentioned" |
| ], |
| "电话": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "自制豆腐" |
| ], |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "20元以下", |
| "游玩时间": "1小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "酱炖鱼", |
| "人均消费": "100元以下", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "商务中心", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "地址是北京朝阳区潘家园东里18号,电话是010-52001188。", |
| "utt_idx": 11, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "地址", |
| "value": "北京朝阳区潘家园东里18号", |
| "start": 3, |
| "end": 16 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "酒店", |
| "slot": "电话", |
| "value": "010-52001188", |
| "start": 20, |
| "end": 32 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "商务中心", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "酒店": [ |
| { |
| "名称": "北京龙鼎华鼎云酒店" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "我女朋友想吃自制豆腐了,谁家有这道菜呢?", |
| "utt_idx": 12, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "推荐菜", |
| "value": "自制豆腐", |
| "start": 6, |
| "end": 10 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "20元以下", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "1小时", |
| "mentioned" |
| ], |
| "名称": [ |
| "芳草地画廊", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "字里行间蔬食营养餐厅(华贸店)", |
| "铃木食堂(小菊儿胡同店)", |
| "文宇奶酪店(南锣鼓巷店)", |
| "北京全聚德(王府井店)", |
| "北新桥卤煮老店" |
| ], |
| "mentioned" |
| ], |
| "评分": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "静心居", |
| "mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "酱炖鱼" |
| ], |
| "mentioned" |
| ], |
| "人均消费": [ |
| "60元", |
| "mentioned" |
| ], |
| "评分": [ |
| "无", |
| "mentioned" |
| ], |
| "周边酒店": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-商务中心": [ |
| "是", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京龙鼎华鼎云酒店", |
| "mentioned" |
| ], |
| "地址": [ |
| "北京朝阳区潘家园东里18号", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-52001188", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "自制豆腐" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "20元以下", |
| "游玩时间": "1小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "酱自制豆腐炖鱼", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "商务中心", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "为您推荐北平食府。", |
| "utt_idx": 13, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "名称", |
| "value": "北平食府", |
| "start": 4, |
| "end": 8 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "自制豆腐", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "北平食府" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好啊,北平食府的周边有啥酒店和景点呢?", |
| "utt_idx": 14, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "名称", |
| "value": "北平食府", |
| "start": 3, |
| "end": 7 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "周边景点" |
| }, |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "周边酒店" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "20元以下", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "1小时", |
| "mentioned" |
| ], |
| "名称": [ |
| "芳草地画廊", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "字里行间蔬食营养餐厅(华贸店)", |
| "铃木食堂(小菊儿胡同店)", |
| "文宇奶酪店(南锣鼓巷店)", |
| "北京全聚德(王府井店)", |
| "北新桥卤煮老店" |
| ], |
| "mentioned" |
| ], |
| "评分": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "静心居", |
| "mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "酱炖鱼" |
| ], |
| "mentioned" |
| ], |
| "人均消费": [ |
| "60元", |
| "mentioned" |
| ], |
| "评分": [ |
| "无", |
| "mentioned" |
| ], |
| "周边酒店": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-商务中心": [ |
| "是", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京龙鼎华鼎云酒店", |
| "mentioned" |
| ], |
| "地址": [ |
| "北京朝阳区潘家园东里18号", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-52001188", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "自制豆腐" |
| ], |
| "mentioned" |
| ], |
| "名称": [ |
| "北平食府", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "周边酒店": [ |
| [], |
| "mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "20元以下", |
| "游玩时间": "1小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "自制豆腐", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "商务中心", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "周边的酒店有北京贵都大酒店, 北京西苑饭店,周边的景点有首都博物馆, 北京天文馆。", |
| "utt_idx": 15, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "周边景点", |
| "value": "北京天文馆", |
| "start": 35, |
| "end": 40 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "周边景点", |
| "value": "首都博物馆", |
| "start": 28, |
| "end": 33 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "周边酒店", |
| "value": "北京西苑饭店", |
| "start": 15, |
| "end": 21 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "周边酒店", |
| "value": "北京贵都大酒店", |
| "start": 6, |
| "end": 13 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "自制豆腐", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "北平食府" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好的,谢谢。", |
| "utt_idx": 16, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "thank", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "20元以下", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "1小时", |
| "mentioned" |
| ], |
| "名称": [ |
| "芳草地画廊", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "字里行间蔬食营养餐厅(华贸店)", |
| "铃木食堂(小菊儿胡同店)", |
| "文宇奶酪店(南锣鼓巷店)", |
| "北京全聚德(王府井店)", |
| "北新桥卤煮老店" |
| ], |
| "mentioned" |
| ], |
| "评分": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "静心居", |
| "mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "酱炖鱼" |
| ], |
| "mentioned" |
| ], |
| "人均消费": [ |
| "60元", |
| "mentioned" |
| ], |
| "评分": [ |
| "无", |
| "mentioned" |
| ], |
| "周边酒店": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-商务中心": [ |
| "是", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京龙鼎华鼎云酒店", |
| "mentioned" |
| ], |
| "地址": [ |
| "北京朝阳区潘家园东里18号", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-52001188", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "自制豆腐" |
| ], |
| "mentioned" |
| ], |
| "名称": [ |
| "北平食府", |
| "mentioned" |
| ], |
| "周边酒店": [ |
| [ |
| "北京贵都大酒店", |
| "北京西苑饭店" |
| ], |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "首都博物馆", |
| "北京天文馆" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "20元以下", |
| "游玩时间": "1小时", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "自制豆腐", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "商务中心", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "不客气。", |
| "utt_idx": 17, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "welcome", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "db_query": {}, |
| "db_results": {} |
| } |
| ], |
| "user_state_final": [ |
| { |
| "景点": { |
| "inform": { |
| "门票": [ |
| "20元以下", |
| "mentioned" |
| ], |
| "游玩时间": [ |
| "1小时", |
| "mentioned" |
| ], |
| "名称": [ |
| "芳草地画廊", |
| "mentioned" |
| ], |
| "周边餐馆": [ |
| [ |
| "字里行间蔬食营养餐厅(华贸店)", |
| "铃木食堂(小菊儿胡同店)", |
| "文宇奶酪店(南锣鼓巷店)", |
| "北京全聚德(王府井店)", |
| "北新桥卤煮老店" |
| ], |
| "mentioned" |
| ], |
| "评分": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "名称": [ |
| "静心居", |
| "mentioned" |
| ], |
| "推荐菜": [ |
| [ |
| "酱炖鱼" |
| ], |
| "mentioned" |
| ], |
| "人均消费": [ |
| "60元", |
| "mentioned" |
| ], |
| "评分": [ |
| "无", |
| "mentioned" |
| ], |
| "周边酒店": [ |
| "无", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "酒店": { |
| "inform": { |
| "酒店设施-商务中心": [ |
| "是", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京龙鼎华鼎云酒店", |
| "mentioned" |
| ], |
| "地址": [ |
| "北京朝阳区潘家园东里18号", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-52001188", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "自制豆腐" |
| ], |
| "mentioned" |
| ], |
| "名称": [ |
| "北平食府", |
| "mentioned" |
| ], |
| "周边酒店": [ |
| [ |
| "北京贵都大酒店", |
| "北京西苑饭店" |
| ], |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "首都博物馆", |
| "北京天文馆" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ] |
| }, |
| { |
| "dataset": "crosswoz", |
| "data_split": "train", |
| "dialogue_id": "crosswoz-train-8", |
| "original_id": "5379", |
| "domains": [ |
| "景点", |
| "餐馆" |
| ], |
| "goal": { |
| "inform": {}, |
| "request": {}, |
| "description": "你要去一个景点(id=1)游玩。你希望游玩的时长是3天。你希望景点的评分是4.5分以上。你想知道这个景点的名称、周边景点、电话。\n你要去一个餐馆(id=2)用餐。你想吃的菜肴是超级至尊、金枪鱼沙拉。你想知道这个餐馆的名称、评分、电话。" |
| }, |
| "user_state_init": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "3天", |
| "not mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "超级至尊", |
| "金枪鱼沙拉" |
| ], |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "评分": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "type": "独立多领域", |
| "turns": [ |
| { |
| "speaker": "user", |
| "utterance": "你好,请给我推荐一个游玩时长3天的评分在4.5分以上的景点游玩。", |
| "utt_idx": 0, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "游玩时间", |
| "value": "3天", |
| "start": 14, |
| "end": 16 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "评分", |
| "value": "4.5分以上", |
| "start": 20, |
| "end": 26 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "greet", |
| "domain": "General", |
| "slot": "" |
| }, |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "3天", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [], |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "超级至尊", |
| "金枪鱼沙拉" |
| ], |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "评分": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "3天", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "好的,推荐您去北京欢乐谷游玩哦。", |
| "utt_idx": 1, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "北京欢乐谷", |
| "start": 7, |
| "end": 12 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "3天", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "北京欢乐谷" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "请问这个景点周边还有哪些别的景点啊?", |
| "utt_idx": 2, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "周边景点" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "3天", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京欢乐谷", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "周边景点": [ |
| [], |
| "mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "超级至尊", |
| "金枪鱼沙拉" |
| ], |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "评分": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "3天", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "附近景点有潘家园, 今日美术馆。", |
| "utt_idx": 3, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "周边景点", |
| "value": "今日美术馆", |
| "start": 10, |
| "end": 15 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "周边景点", |
| "value": "潘家园", |
| "start": 5, |
| "end": 8 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "3天", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "北京欢乐谷" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "景点的电话是多少啊?", |
| "utt_idx": 4, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "电话" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "3天", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京欢乐谷", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "今日美术馆", |
| "潘家园" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "电话": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "超级至尊", |
| "金枪鱼沙拉" |
| ], |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "评分": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "3天", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "电话是010-67389898。", |
| "utt_idx": 5, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "电话", |
| "value": "010-67389898", |
| "start": 3, |
| "end": 15 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "3天", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "北京欢乐谷" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好的,我想去餐馆吃饭,请给我推荐一家有超级至尊、金枪鱼沙拉这两道菜的餐馆。", |
| "utt_idx": 6, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "推荐菜", |
| "value": "超级至尊", |
| "start": 19, |
| "end": 23 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "推荐菜", |
| "value": "金枪鱼沙拉", |
| "start": 24, |
| "end": 29 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "3天", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京欢乐谷", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "今日美术馆", |
| "潘家园" |
| ], |
| "mentioned" |
| ], |
| "电话": [ |
| "010-67389898", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "超级至尊", |
| "金枪鱼沙拉" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "评分": [ |
| "", |
| "not mentioned" |
| ], |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "3天", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "超级至尊 金枪鱼沙拉", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "推荐您去白兔餐厅(黄村店)用餐,有您喜欢的这两道菜。", |
| "utt_idx": 7, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "名称", |
| "value": "白兔餐厅(黄村店)", |
| "start": 4, |
| "end": 13 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "超级至尊 金枪鱼沙拉", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "白兔餐厅(黄村店)" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "这个餐馆的电话多少,评分怎么?", |
| "utt_idx": 8, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "电话" |
| }, |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "评分" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "3天", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京欢乐谷", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "今日美术馆", |
| "潘家园" |
| ], |
| "mentioned" |
| ], |
| "电话": [ |
| "010-67389898", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "超级至尊", |
| "金枪鱼沙拉" |
| ], |
| "mentioned" |
| ], |
| "名称": [ |
| "白兔餐厅(黄村店)", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "评分": [ |
| "", |
| "mentioned" |
| ], |
| "电话": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "3天", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "超级至尊 金枪鱼沙拉", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "电话是01069201023,评分5分。", |
| "utt_idx": 9, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "电话", |
| "value": "01069201023", |
| "start": 3, |
| "end": 14 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "评分", |
| "value": "5分", |
| "start": 17, |
| "end": 19 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "超级至尊 金枪鱼沙拉", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "白兔餐厅(黄村店)" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好的,谢谢了。", |
| "utt_idx": 10, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "thank", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "3天", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京欢乐谷", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "今日美术馆", |
| "潘家园" |
| ], |
| "mentioned" |
| ], |
| "电话": [ |
| "010-67389898", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "超级至尊", |
| "金枪鱼沙拉" |
| ], |
| "mentioned" |
| ], |
| "名称": [ |
| "白兔餐厅(黄村店)", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "电话": [ |
| "01069201023", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "3天", |
| "评分": "4.5分以上", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "超级至尊 金枪鱼沙拉", |
| "人均消费": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "不客气。", |
| "utt_idx": 11, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "welcome", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "db_query": {}, |
| "db_results": {} |
| } |
| ], |
| "user_state_final": [ |
| { |
| "景点": { |
| "inform": { |
| "游玩时间": [ |
| "3天", |
| "mentioned" |
| ], |
| "评分": [ |
| "4.5分以上", |
| "mentioned" |
| ], |
| "名称": [ |
| "北京欢乐谷", |
| "mentioned" |
| ], |
| "周边景点": [ |
| [ |
| "今日美术馆", |
| "潘家园" |
| ], |
| "mentioned" |
| ], |
| "电话": [ |
| "010-67389898", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "餐馆": { |
| "inform": { |
| "推荐菜": [ |
| [ |
| "超级至尊", |
| "金枪鱼沙拉" |
| ], |
| "mentioned" |
| ], |
| "名称": [ |
| "白兔餐厅(黄村店)", |
| "mentioned" |
| ], |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "电话": [ |
| "01069201023", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ] |
| }, |
| { |
| "dataset": "crosswoz", |
| "data_split": "train", |
| "dialogue_id": "crosswoz-train-9", |
| "original_id": "9701", |
| "domains": [ |
| "餐馆", |
| "景点" |
| ], |
| "goal": { |
| "inform": {}, |
| "request": {}, |
| "description": "你要去一个餐馆(id=1)用餐。你希望餐馆的评分是5分。你希望餐馆的人均消费是50-100元的。你想知道这个餐馆的名称、营业时间、周边酒店。\n你要去名叫太平洋海底世界博览馆的景点(id=2)游玩。你想知道这个景点的电话。" |
| }, |
| "user_state_init": [ |
| { |
| "餐馆": { |
| "inform": { |
| "评分": [ |
| "5分", |
| "not mentioned" |
| ], |
| "人均消费": [ |
| "50-100元", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "not mentioned" |
| ], |
| "营业时间": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "太平洋海底世界博览馆", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "type": "独立多领域", |
| "turns": [ |
| { |
| "speaker": "user", |
| "utterance": "你好,和朋友定好外出聚会,能帮我们找个评分是5分,人均消费在50-100元之间的餐厅吗?", |
| "utt_idx": 0, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "人均消费", |
| "value": "50-100元", |
| "start": 30, |
| "end": 37 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "评分", |
| "value": "5分", |
| "start": 22, |
| "end": 24 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "greet", |
| "domain": "General", |
| "slot": "" |
| }, |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "名称" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "餐馆": { |
| "inform": { |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "人均消费": [ |
| "50-100元", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "名称": [ |
| "", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "", |
| "not mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "太平洋海底世界博览馆", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "50-100元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "去海底捞火锅(西单店)吧,不会后悔的。", |
| "utt_idx": 1, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "名称", |
| "value": "海底捞火锅(西单店)", |
| "start": 1, |
| "end": 11 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "50-100元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "海底捞火锅(西单店)" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好啊,那儿都什么时间营业呀?", |
| "utt_idx": 2, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "营业时间" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "餐馆": { |
| "inform": { |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "人均消费": [ |
| "50-100元", |
| "mentioned" |
| ], |
| "名称": [ |
| "海底捞火锅(西单店)", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "营业时间": [ |
| "", |
| "mentioned" |
| ], |
| "周边酒店": [ |
| [], |
| "not mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "太平洋海底世界博览馆", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "50-100元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "营业时间是周一至周日 09:00-07:00。", |
| "utt_idx": 3, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "营业时间", |
| "value": "周一至周日 09:00-07:00", |
| "start": 5, |
| "end": 22 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "50-100元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "海底捞火锅(西单店)" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "可以,我记下了。那餐厅旁边有哪些还不错的酒店呢?", |
| "utt_idx": 4, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "Request", |
| "domain": "餐馆", |
| "slot": "周边酒店" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "餐馆": { |
| "inform": { |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "人均消费": [ |
| "50-100元", |
| "mentioned" |
| ], |
| "名称": [ |
| "海底捞火锅(西单店)", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 09:00-07:00", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "周边酒店": [ |
| [], |
| "mentioned" |
| ] |
| } |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "太平洋海底世界博览馆", |
| "not mentioned" |
| ] |
| }, |
| "request": { |
| "电话": [ |
| "", |
| "not mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "50-100元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "有北京贵都大酒店、北京首都宾馆和北京天伦王朝酒店,评价都挺好。", |
| "utt_idx": 5, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "周边酒店", |
| "value": "北京天伦王朝酒店", |
| "start": 16, |
| "end": 24 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "周边酒店", |
| "value": "北京贵都大酒店", |
| "start": 1, |
| "end": 8 |
| }, |
| { |
| "intent": "Inform", |
| "domain": "餐馆", |
| "slot": "周边酒店", |
| "value": "北京首都宾馆", |
| "start": 9, |
| "end": 15 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "50-100元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "餐馆": [ |
| { |
| "名称": "海底捞火锅(西单店)" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "多谢。接下来我们打算到太平洋海底世界博览馆玩玩,方便给我个电话吗?", |
| "utt_idx": 6, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "名称", |
| "value": "太平洋海底世界博览馆", |
| "start": 11, |
| "end": 21 |
| } |
| ], |
| "binary": [ |
| { |
| "intent": "thank", |
| "domain": "General", |
| "slot": "" |
| }, |
| { |
| "intent": "Request", |
| "domain": "景点", |
| "slot": "电话" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "餐馆": { |
| "inform": { |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "人均消费": [ |
| "50-100元", |
| "mentioned" |
| ], |
| "名称": [ |
| "海底捞火锅(西单店)", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 09:00-07:00", |
| "mentioned" |
| ], |
| "周边酒店": [ |
| [ |
| "北京天伦王朝酒店", |
| "北京贵都大酒店", |
| "北京首都宾馆" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "太平洋海底世界博览馆", |
| "mentioned" |
| ] |
| }, |
| "request": { |
| "电话": [ |
| "", |
| "mentioned" |
| ] |
| } |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "太平洋海底世界博览馆", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "50-100元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "没问题,电话是010-68461197。", |
| "utt_idx": 7, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "Inform", |
| "domain": "景点", |
| "slot": "电话", |
| "value": "010-68461197", |
| "start": 7, |
| "end": 19 |
| } |
| ], |
| "binary": [] |
| }, |
| "db_query": { |
| "景点": { |
| "名称": "太平洋海底世界博览馆", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| } |
| }, |
| "db_results": { |
| "景点": [ |
| { |
| "名称": "太平洋海底世界博览馆" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "好的,感谢。", |
| "utt_idx": 8, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "thank", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "user_state": [ |
| { |
| "餐馆": { |
| "inform": { |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "人均消费": [ |
| "50-100元", |
| "mentioned" |
| ], |
| "名称": [ |
| "海底捞火锅(西单店)", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 09:00-07:00", |
| "mentioned" |
| ], |
| "周边酒店": [ |
| [ |
| "北京天伦王朝酒店", |
| "北京贵都大酒店", |
| "北京首都宾馆" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "太平洋海底世界博览馆", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-68461197", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ], |
| "state": { |
| "景点": { |
| "名称": "太平洋海底世界博览馆", |
| "门票": "", |
| "游玩时间": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "餐馆": { |
| "名称": "", |
| "推荐菜": "", |
| "人均消费": "50-100元", |
| "评分": "5分", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "酒店": { |
| "名称": "", |
| "酒店类型": "", |
| "酒店设施": "", |
| "价格": "", |
| "评分": "", |
| "周边景点": "", |
| "周边餐馆": "", |
| "周边酒店": "" |
| }, |
| "地铁": { |
| "出发地": "", |
| "目的地": "" |
| }, |
| "出租": { |
| "出发地": "", |
| "目的地": "" |
| } |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "别客气。", |
| "utt_idx": 9, |
| "dialogue_acts": { |
| "categorical": [], |
| "non-categorical": [], |
| "binary": [ |
| { |
| "intent": "welcome", |
| "domain": "General", |
| "slot": "" |
| } |
| ] |
| }, |
| "db_query": {}, |
| "db_results": {} |
| } |
| ], |
| "user_state_final": [ |
| { |
| "餐馆": { |
| "inform": { |
| "评分": [ |
| "5分", |
| "mentioned" |
| ], |
| "人均消费": [ |
| "50-100元", |
| "mentioned" |
| ], |
| "名称": [ |
| "海底捞火锅(西单店)", |
| "mentioned" |
| ], |
| "营业时间": [ |
| "周一至周日 09:00-07:00", |
| "mentioned" |
| ], |
| "周边酒店": [ |
| [ |
| "北京天伦王朝酒店", |
| "北京贵都大酒店", |
| "北京首都宾馆" |
| ], |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| }, |
| { |
| "景点": { |
| "inform": { |
| "名称": [ |
| "太平洋海底世界博览馆", |
| "mentioned" |
| ], |
| "电话": [ |
| "010-68461197", |
| "mentioned" |
| ] |
| }, |
| "request": {} |
| } |
| } |
| ] |
| } |
| ] |