论文标题
对会话机读取的明确记忆跟踪器,用粗到精细的推理
Explicit Memory Tracker with Coarse-to-Fine Reasoning for Conversational Machine Reading
论文作者
论文摘要
对话机读取的目的是在考虑到可能需要澄清问题的知识库文本的情况下回答用户问题。由于在提取与问题相关的规则和有关它们的推理方面的斗争,现有方法的决策受到限制。在本文中,我们提出了一个新的对话机读取框架,该框架包括一个新颖的明确内存跟踪器(EMT),以跟踪规则文本中列出的条件是否已经满足以做出决定。此外,我们的框架通过采用句子级别的分数来实现句子级别的分布来产生澄清问题。在Sharc基准测试集(Blind,Hust-Out)测试集上,EMT取得了74.6%微型决策准确性的新最先进结果和49.5 BLEU4。我们还表明,通过将面向意义的推理过程视为对话的流动,EMT更容易解释。代码和模型在https://github.com/yifan-gao/explitic_memory_tracker上发布。
The goal of conversational machine reading is to answer user questions given a knowledge base text which may require asking clarification questions. Existing approaches are limited in their decision making due to struggles in extracting question-related rules and reasoning about them. In this paper, we present a new framework of conversational machine reading that comprises a novel Explicit Memory Tracker (EMT) to track whether conditions listed in the rule text have already been satisfied to make a decision. Moreover, our framework generates clarification questions by adopting a coarse-to-fine reasoning strategy, utilizing sentence-level entailment scores to weight token-level distributions. On the ShARC benchmark (blind, held-out) testset, EMT achieves new state-of-the-art results of 74.6% micro-averaged decision accuracy and 49.5 BLEU4. We also show that EMT is more interpretable by visualizing the entailment-oriented reasoning process as the conversation flows. Code and models are released at https://github.com/Yifan-Gao/explicit_memory_tracker.