Question Dependent Recurrent Entity Network for Question Answering
Question Answering is a task which requires building models capable of providing answers to questions expressed in human language. Full question answering involves some form of reasoning ability. We introduce a neural network architecture for this task, which is a form of $Memory\ Network$, that recognizes entities and their relations to answers through a focus attention mechanism. Our model is named $Question\ Dependent\ Recurrent\ Entity\ Network$ and extends $Recurrent\ Entity\ Network$ by exploiting aspects of the question during the memorization process. We validate the model on both synthetic and real datasets: the $bAbI$ question answering dataset and the $CNN\ \&\ Daily\ News$ $reading\ comprehension$ dataset. In our experiments, the models achieved a State-of-The-Art in the former and competitive results in the latter.
Code (1)
Tasks
FormMemorizationQuestion AnsweringReading ComprehensionSimilar Papers 제목 키워드 기반
An Entity-Based approach to Answering Recurrent and Non-Recurrent Questions with Past Answers
An Entity-based approach to Answering recurrent and non-recurrent questions with Past Answers Abstract Community question answering (CQA) systems such as Yahoo! Answers allow registered-users to ask and answer questions …
Community Question AnsweringEntity LinkingQuestion AnsweringPretrained Transformers for Simple Question Answering
Answering simple questions over knowledge graphs is a well-studied problem in question answering. Previous approaches for this task built on recurrent and convolutional neural networks (RNNs and CNNs) based architectures…
Knowledge GraphsPredictionQuestion AnsweringRelation Prediction+1From Entity Linking to Question Answering -- Recent Progress on Semantic Grounding Tasks
Entity linking and semantic parsing have been shown to be crucial to important applications such as question answering and document understanding. These tasks often require structured learning models, which make predicti…
document understandingEntity LinkingKnowledge Base Question AnsweringQuestion Answering+1Mixing Context Granularities for Improved Entity Linking on Question Answering Data across Entity Categories
The first stage of every knowledge base question answering approach is to link entities in the input question. We investigate entity linking in the context of a question answering task and present a jointly optimized neu…
Entity DisambiguationEntity LinkingKnowledge Base Question AnsweringQuestion AnsweringUsing Holographically Compressed Embeddings in Question Answering
Word vector representations are central to deep learning natural language processing models. Many forms of these vectors, known as embeddings, exist, including word2vec and GloVe. Embeddings are trained on large corpora …
Question Answering