paper-with-me

Papers

Incorporating External Knowledge to Answer Open-Domain Visual Questions with Dynamic Memory Networks

2017-12-03 · Guohao Li, Hang Su, Wenwu Zhu

Visual Question Answering (VQA) has attracted much attention since it offers insight into the relationships between the multi-modal analysis of images and natural language. Most of the current algorithms are incapable of answering open-domain questions that require to perform reasoning beyond the image contents. To address this issue, we propose a novel framework which endows the model capabilities in answering more complex questions by leveraging massive external knowledge with dynamic memory networks. Specifically, the questions along with the corresponding images trigger a process to retrieve the relevant information in external knowledge bases, which are embedded into a continuous vector space by preserving the entity-relation structures. Afterwards, we employ dynamic memory networks to attend to the large body of facts in the knowledge graph and images, and then perform reasoning over these facts to generate corresponding answers. Extensive experiments demonstrate that our model not only achieves the state-of-the-art performance in the visual question answering task, but can also answer open-domain questions effectively by leveraging the external knowledge.

📄 PDF Abstract BibTeX arXiv:1712.00733

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

REAR: A Relevance-Aware Retrieval-Augmented Framework for Open-Domain Question Answering

2024-02-27 · Yuhao Wang, Ruiyang Ren, Junyi Li, Wayne Xin Zhao 외

Considering the limited internal parametric knowledge, retrieval-augmented generation (RAG) has been widely used to extend the knowledge scope of large language models (LLMs). Despite the extensive efforts on RAG researc…

Open-Domain Question AnsweringQuestion AnsweringRAGRetrieval+1

Knowledge Fusion and Semantic Knowledge Ranking for Open Domain Question Answering

2020-04-07 · Pratyay Banerjee, Chitta Baral

Open Domain Question Answering requires systems to retrieve external knowledge and perform multi-hop reasoning by composing knowledge spread over multiple sentences. In the recently introduced open domain question answer…

Information RetrievalOpen-Domain Question AnsweringQuestion AnsweringRetrieval

IAG: Induction-Augmented Generation Framework for Answering Reasoning Questions

2023-11-30 · Zhebin Zhang, Xinyu Zhang, Yuanhang Ren, Saijiang Shi 외

Retrieval-Augmented Generation (RAG), by incorporating external knowledge with parametric memory of language models, has become the state-of-the-art architecture for open-domain QA tasks. However, common knowledge bases …

Knowledge DistillationRAGRetrievalRetrieval-augmented Generation+1

Can Open-Domain QA Reader Utilize External Knowledge Efficiently like Humans?

2022-11-23 · Neeraj Varshney, Man Luo, Chitta Baral

Recent state-of-the-art open-domain QA models are typically based on a two stage retriever-reader approach in which the retriever first finds the relevant knowledge/passages and the reader then leverages that to predict …

Open-Domain Question AnsweringTriviaQA

Gradually Excavating External Knowledge for Implicit Complex Question Answering

2026-03-09 · Chang Liu, Xiaoguang Li, Lifeng Shang, Xin Jiang 외 arxiv

Recently, large language models (LLMs) have gained much attention for the emergence of human-comparable capabilities and huge potential. However, for open-domain implicit question-answering problems, LLMs may not be the …

Question AnsweringLogical Reasoning