paper-with-me

Papers

Question Dependent Recurrent Entity Network for Question Answering

2017-07-25 · Andrea Madotto, Giuseppe Attardi

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.

📄 PDF Abstract BibTeX arXiv:1707.07922

Code (1)

andreamad8/QDREN 공식 구현 tf

Tasks

FormMemorizationQuestion AnsweringReading Comprehension

Similar Papers 제목 키워드 기반

An Entity-Based approach to Answering Recurrent and Non-Recurrent Questions with Past Answers

2016-12-01 · WS 2016 12 · Anietie Andy, Mugizi Rwebangira, Satoshi Sekine

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 Answering

Pretrained Transformers for Simple Question Answering

2019-05-02 · Anonymous

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+1

From Entity Linking to Question Answering -- Recent Progress on Semantic Grounding Tasks

2016-12-01 · WS 2016 12 · Ming-Wei Chang

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+1

Mixing Context Granularities for Improved Entity Linking on Question Answering Data across Entity Categories

2018-04-23 · SEMEVAL 2018 6 · Daniil Sorokin, Iryna Gurevych

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 Answering

Using Holographically Compressed Embeddings in Question Answering

2020-07-14 · Salvador E. Barbosa

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