paper-with-me

Papers

Attentive Memory Networks: Efficient Machine Reading for Conversational Search

2017-12-19 · Tom Kenter, Maarten de Rijke

Recent advances in conversational systems have changed the search paradigm. Traditionally, a user poses a query to a search engine that returns an answer based on its index, possibly leveraging external knowledge bases and conditioning the response on earlier interactions in the search session. In a natural conversation, there is an additional source of information to take into account: utterances produced earlier in a conversation can also be referred to and a conversational IR system has to keep track of information conveyed by the user during the conversation, even if it is implicit. We argue that the process of building a representation of the conversation can be framed as a machine reading task, where an automated system is presented with a number of statements about which it should answer questions. The questions should be answered solely by referring to the statements provided, without consulting external knowledge. The time is right for the information retrieval community to embrace this task, both as a stand-alone task and integrated in a broader conversational search setting. In this paper, we focus on machine reading as a stand-alone task and present the Attentive Memory Network (AMN), an end-to-end trainable machine reading algorithm. Its key contribution is in efficiency, achieved by having an hierarchical input encoder, iterating over the input only once. Speed is an important requirement in the setting of conversational search, as gaps between conversational turns have a detrimental effect on naturalness. On 20 datasets commonly used for evaluating machine reading algorithms we show that the AMN achieves performance comparable to the state-of-the-art models, while using considerably fewer computations.

📄 PDF Abstract BibTeX arXiv:1712.07229

Code (1)

https://bitbucket.org/TomKenter/attentive-memory-networks-code 공식 구현 tf

Tasks

Conversational SearchInformation RetrievalReading ComprehensionRetrieval

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Memory Network 설명 없음

Similar Papers 제목 키워드 기반

Explicit Memory Tracker with Coarse-to-Fine Reasoning for Conversational Machine Reading

2020-07-01 · ACL 2020 6 · Yifan Gao, Chien-Sheng Wu, Shafiq Joty, Caiming Xiong 외

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 struggl…

Decision MakingReading ComprehensionSentence

EMT: Explicit Memory Tracker with Coarse-to-Fine Reasoning for Conversational Machine Reading

2020-05-26 · Yifan Gao, Chien-Sheng Wu, Shafiq Joty, Caiming Xiong 외

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 struggl…

Decision MakingReading ComprehensionSentence

Conversational Machine Reading Comprehension for Vietnamese Healthcare Texts

2021-05-04 · Son T. Luu, Mao Nguyen Bui, Loi Duc Nguyen, Khiem Vinh Tran 외

Machine reading comprehension (MRC) is a sub-field in natural language processing that aims to assist computers understand unstructured texts and then answer questions related to them. In practice, the conversation is an…

ArticlesChatbotMachine Reading ComprehensionQuestion Answering+2

Open-Retrieval Conversational Machine Reading

2021-02-17 · Yifan Gao, Jingjing Li, Chien-Sheng Wu, Michael R. Lyu 외

In conversational machine reading, systems need to interpret natural language rules, answer high-level questions such as "May I qualify for VA health care benefits?", and ask follow-up clarification questions whose answe…

Discourse SegmentationReading ComprehensionRetrieval

E3: Entailment-driven Extracting and Editing for Conversational Machine Reading

2019-06-12 · ACL 2019 7 · Victor Zhong, Luke Zettlemoyer

Conversational machine reading systems help users answer high-level questions (e.g. determine if they qualify for particular government benefits) when they do not know the exact rules by which the determination is made(e…

Reading Comprehension