paper-with-me

Papers

A Context-aware Attention Network for Interactive Question Answering

2016-12-22 · Huayu Li, Martin Renqiang Min, Yong Ge, Asim Kadav

Neural network based sequence-to-sequence models in an encoder-decoder framework have been successfully applied to solve Question Answering (QA) problems, predicting answers from statements and questions. However, almost all previous models have failed to consider detailed context information and unknown states under which systems do not have enough information to answer given questions. These scenarios with incomplete or ambiguous information are very common in the setting of Interactive Question Answering (IQA). To address this challenge, we develop a novel model, employing context-dependent word-level attention for more accurate statement representations and question-guided sentence-level attention for better context modeling. We also generate unique IQA datasets to test our model, which will be made publicly available. Employing these attention mechanisms, our model accurately understands when it can output an answer or when it requires generating a supplementary question for additional input depending on different contexts. When available, user's feedback is encoded and directly applied to update sentence-level attention to infer an answer. Extensive experiments on QA and IQA datasets quantitatively demonstrate the effectiveness of our model with significant improvement over state-of-the-art conventional QA models.

📄 PDF Abstract BibTeX arXiv:1612.07411

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderQuestion AnsweringSentence

Similar Papers 제목 키워드 기반

Contextual Aware Joint Probability Model Towards Question Answering System

2019-04-17 · Liu Yang, Lijing Song

In this paper, we address the question answering challenge with the SQuAD 2.0 dataset. We design a model architecture which leverages BERT's capability of context-aware word embeddings and BiDAF's context interactive exp…

Question AnsweringWord Embeddings

CORN: Co-Reasoning Network for Commonsense Question Answering

2022-10-01 · COLING 2022 10 · Xin Guan, Biwei Cao, Qingqing Gao, Zheng Yin 외

Commonsense question answering (QA) requires machines to utilize the QA content and external commonsense knowledge graph (KG) for reasoning when answering questions. Existing work uses two independent modules to model th…

Question Answering

Relation-Aware Graph Attention Network for Visual Question Answering

2019-03-29 · ICCV 2019 10 · Linjie Li, Zhe Gan, Yu Cheng, Jingjing Liu

In order to answer semantically-complicated questions about an image, a Visual Question Answering (VQA) model needs to fully understand the visual scene in the image, especially the interactive dynamics between different…

Graph AttentionImplicit RelationsQuestion AnsweringRelation+2

Memory-Aware and Uncertainty-Guided Retrieval for Multi-Hop Question Answering

2025-03-29 · Yuelyu Ji, Rui Meng, Zhuochun Li, Daqing He

Multi-hop question answering (QA) requires models to retrieve and reason over multiple pieces of evidence. While Retrieval-Augmented Generation (RAG) has made progress in this area, existing methods often suffer from two…

Multi-hop Question AnsweringQuestion AnsweringRAGRetrieval+1

Context-VQA: Towards Context-Aware and Purposeful Visual Question Answering

2023-07-28 · Nandita Naik, Christopher Potts, Elisa Kreiss

Visual question answering (VQA) has the potential to make the Internet more accessible in an interactive way, allowing people who cannot see images to ask questions about them. However, multiple studies have shown that p…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)