paper-with-me

홈 › Papers

Improving Question Answering over Incomplete KBs with Knowledge-Aware Reader

2019-05-17 · ACL 2019 7 · Wenhan Xiong, Mo Yu, Shiyu Chang, Xiaoxiao Guo, William Yang Wang

We propose a new end-to-end question answering model, which learns to aggregate answer evidence from an incomplete knowledge base (KB) and a set of retrieved text snippets. Under the assumptions that the structured KB is easier to query and the acquired knowledge can help the understanding of unstructured text, our model first accumulates knowledge of entities from a question-related KB subgraph; then reformulates the question in the latent space and reads the texts with the accumulated entity knowledge at hand. The evidence from KB and texts are finally aggregated to predict answers. On the widely-used KBQA benchmark WebQSP, our model achieves consistent improvements across settings with different extents of KB incompleteness.

📄 PDF Abstract BibTeX arXiv:1905.07098

Code (2)

xwhan/Knowledge-Aware-Reader 공식 구현 pytorch
dujiaxin/Knowledge-Aware-Reader pytorch

Tasks

Question Answering

Similar Papers 제목 키워드 기반

CBR-iKB: A Case-Based Reasoning Approach for Question Answering over Incomplete Knowledge Bases

2022-04-18 · Dung Thai, Srinivas Ravishankar, Ibrahim Abdelaziz, Mudit Chaudhary 외

Knowledge bases (KBs) are often incomplete and constantly changing in practice. Yet, in many question answering applications coupled with knowledge bases, the sparse nature of KBs is often overlooked. To this end, we pro…

Knowledge Base Question AnsweringQuestion Answering

Dynamic Key-value Memory Enhanced Multi-step Graph Reasoning for Knowledge-based Visual Question Answering

2022-03-06 · Mingxiao Li, Marie-Francine Moens

Knowledge-based visual question answering (VQA) is a vision-language task that requires an agent to correctly answer image-related questions using knowledge that is not presented in the given image. It is not only a more…

Graph AttentionQuestion AnsweringTripletVisual Question Answering+1

Evaluating Knowledge Graph Based Retrieval Augmented Generation Methods under Knowledge Incompleteness

2025-04-07 · Dongzhuoran Zhou, Yuqicheng Zhu, Yuan He, Jiaoyan Chen 외

Knowledge Graph based Retrieval-Augmented Generation (KG-RAG) is a technique that enhances Large Language Model (LLM) inference in tasks like Question Answering (QA) by retrieving relevant information from knowledge grap…

Knowledge GraphsLanguage ModelingLanguage ModellingLarge Language Model+4

Debate over Mixed-knowledge: A Robust Multi-Agent Reasoning Framework for Incomplete Knowledge Graph Question Answering

2025-11-15 · Jilong Liu, Pengyang Shao, Wei Qin, Fei Liu 외 arxiv

Knowledge Graph Question Answering (KGQA) aims to improve factual accuracy by leveraging structured knowledge. However, real-world Knowledge Graphs (KGs) are often incomplete, leading to the problem of Incomplete KGQA (I…

Graph Question AnsweringKnowledge Graphs

Knowledge Base Completion using Web-Based Question Answering and Multimodal Fusion

2022-11-14 · Yang Peng, Daisy Zhe Wang

Over the past few years, large knowledge bases have been constructed to store massive amounts of knowledge. However, these knowledge bases are highly incomplete. To solve this problem, we propose a web-based question ans…

Knowledge Base CompletionQuestion Answering