GRAPH CONVOLUTIONAL NETWORK WITH SEQUENTIAL ATTENTION FOR GOAL-ORIENTED DIALOGUE SYSTEMS

2022-12-09,,,,

面向领域特定目标的对话系统通常需要建模三种类型的输入,即(i)与领域相关的知识库,(ii)对话的历史(即话语序列)和(iii)需要生成响应的当前话语。

在对这些输入进行建模时,当前最先进的模型(如Mem2Seq)通常会忽略知识图和对话上下文中的句子中固有的丰富结构。

受最近结构感知图卷积成功的启发针对各种NLP任务,如机器翻译、语义角色标记和文档日期,我们提出了一种增强记忆的GCN用于面向目标的对话。

我们的模型利用(i)知识库中的实体关系图和(ii)与话语相关联的依赖图来计算词汇和实体的更丰富的表示。

此外,我们还注意到,在某些情况下,例如,当会话使用代码混合语言时,依赖解析器可能不可用。在这种情况下,我们可以使用全局词共现图来丰富话语的表征。

More specifically, there is some structure associated with the utterances as well as the knowledge base.

Current state-of-the-art methods (Seo et al., 2017; Eric & Manning, 2017; Madotto et al., 2018) typically use variants of Recurrent Neural Network (Elman, 1990) to encode the history and current utterance and an external memory network to store the entities in the knowledge base. The encodings of the utterances and memory elements are then suitably combined using an attention network and fed to the decoder to generate the response, one word at a time. However, these methods do not exploit the structure in the knowledge base as defined by entity-entity relations and the structure in the utterances as defined by a dependency parse.

但是,这些方法并未利用实体-实体关系定义的知识库结构和依存关系解析定义的话语结构。

dependency parse tree

GRAPH CONVOLUTIONAL NETWORK WITH SEQUENTIAL ATTENTION FOR GOAL-ORIENTED DIALOGUE SYSTEMS的相关教程结束。

《GRAPH CONVOLUTIONAL NETWORK WITH SEQUENTIAL ATTENTION FOR GOAL-ORIENTED DIALOGUE SYSTEMS.doc》

下载本文的Word格式文档,以方便收藏与打印。