paper-with-me

Papers

Improving Embedded Knowledge Graph Multi-hop Question Answering by introducing Relational Chain Reasoning

2021-10-25 · Weiqiang Jin, Biao Zhao, Hang Yu, Xi Tao, Ruiping Yin, Guizhong Liu

Knowledge Graph Question Answering (KGQA) aims to answer user-questions from a knowledge graph (KG) by identifying the reasoning relations between topic entity and answer. As a complex branch task of KGQA, multi-hop KGQA requires reasoning over the multi-hop relational chain preserved in KG to arrive at the right answer. Despite recent successes, the existing works on answering multi-hop complex questions still face the following challenges: i) The absence of an explicit relational chain order reflected in user-question stems from a misunderstanding of a user's intentions. ii) Incorrectly capturing relational types on weak supervision of which dataset lacks intermediate reasoning chain annotations due to expensive labeling cost. iii) Failing to consider implicit relations between the topic entity and the answer implied in structured KG because of limited neighborhoods size constraint in subgraph retrieval-based algorithms.To address these issues in multi-hop KGQA, we propose a novel model herein, namely Relational Chain based Embedded KGQA (Rce-KGQA), which simultaneously utilizes the explicit relational chain revealed in natural language question and the implicit relational chain stored in structured KG. Our extensive empirical study on three open-domain benchmarks proves that our method significantly outperforms the state-of-the-art counterparts like GraftNet, PullNet and EmbedKGQA. Comprehensive ablation experiments also verify the effectiveness of our method on the multi-hop KGQA task. We have made our model's source code available at github: https://github.com/albert-jin/Rce-KGQA.

📄 PDF Abstract BibTeX arXiv:2110.12679

Code (1)

albert-jin/rce-kgqa 공식 구현 pytorch

Tasks

Graph Question AnsweringImplicit RelationsKnowledge Base Question AnsweringMulti-hop Question AnsweringQuestion AnsweringRetrieval

Similar 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…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

RAGulating Compliance: A Multi-Agent Knowledge Graph for Regulatory QA

2025-08-13 · Bhavik Agarwal, Hemant Sunil Jomraj, Simone Kaplunov, Jack Krolick 외 arxiv

Regulatory compliance question answering (QA) requires precise, verifiable information, and domain-specific expertise, posing challenges for Large Language Models (LLMs). In this work, we present a novel multi-agent fram…

Information RetrievalQuestion Answering

Question Answering over Knowledge Base using Language Model Embeddings

2020-10-17 · Sai Sharath Japa, Rekabdar Banafsheh

Knowledge Base, represents facts about the world, often in some form of subsumption ontology, rather than implicitly, embedded in procedural code, the way a conventional computer program does. While there is a rapid grow…

Knowledge Base Question AnsweringLanguage ModelingLanguage ModellingQuestion Answering

PeCoQ: A Dataset for Persian Complex Question Answering over Knowledge Graph

2021-06-27 · Romina Etezadi, Mehrnoush Shamsfard

Question answering systems may find the answers to users' questions from either unstructured texts or structured data such as knowledge graphs. Answering questions using supervised learning approaches including deep lear…

Knowledge GraphsQuestion Answering

Semantic Parsing for Conversational Question Answering over Knowledge Graphs

2023-01-28 · Laura Perez-Beltrachini, Parag Jain, Emilio Monti, Mirella Lapata

In this paper, we are interested in developing semantic parsers which understand natural language questions embedded in a conversation with a user and ground them to formal queries over definitions in a general purpose k…

Conversational Question AnsweringKnowledge GraphsQuestion AnsweringSemantic Parsing