论文部分内容阅读
Task-oriented dialog systems usually face the challenge of querying knowledge base.However,it usually cannot be explicitly modeled due to the lack of annotation.In this paper,we introduce an explicit KB retrieval component(KB retriever)into the seq2seq dialogue system.We first use the KB retriever to get the most relevant entry according to the dialogue history and KB,and then apply the copying mechanism to retrieve entities from the retrieved KB in decoding time.Moreover,the KB retriever is trained with distant supervision,which does not need any annotation efforts.Experiments on Stanford Multi-turn Task-oriented Dialogue Dataset shows that our framework significantly outperforms other sequence-to-sequence based baseline models on both automatic and human evaluation.