paper-with-me

Papers

Message Passing for Complex Question Answering over Knowledge Graphs

2019-08-19 · Svitlana Vakulenko, Javier David Fernandez Garcia, Axel Polleres, Maarten de Rijke, Michael Cochez

Question answering over knowledge graphs (KGQA) has evolved from simple single-fact questions to complex questions that require graph traversal and aggregation. We propose a novel approach for complex KGQA that uses unsupervised message passing, which propagates confidence scores obtained by parsing an input question and matching terms in the knowledge graph to a set of possible answers. First, we identify entity, relationship, and class names mentioned in a natural language question, and map these to their counterparts in the graph. Then, the confidence scores of these mappings propagate through the graph structure to locate the answer entities. Finally, these are aggregated depending on the identified question type. This approach can be efficiently implemented as a series of sparse matrix multiplications mimicking joins over small local subgraphs. Our evaluation results show that the proposed approach outperforms the state-of-the-art on the LC-QuAD benchmark. Moreover, we show that the performance of the approach depends only on the quality of the question interpretation results, i.e., given a correct relevance score distribution, our approach always produces a correct answer ranking. Our error analysis reveals correct answers missing from the benchmark dataset and inconsistencies in the DBpedia knowledge graph. Finally, we provide a comprehensive evaluation of the proposed approach accompanied with an ablation study and an error analysis, which showcase the pitfalls for each of the question answering components in more detail.

📄 PDF Abstract BibTeX arXiv:1908.06917

Code (1)

svakulenk0/KBQA 공식 구현 tf

Tasks

Knowledge GraphsQuestion Answering

Similar Papers 제목 키워드 기반

Leveraging Static Relationships for Intra-Type and Inter-Type Message Passing in Video Question Answering

2025-04-03 · Lili Liang, Guanglu Sun

Video Question Answering (VideoQA) is an important research direction in the field of artificial intelligence, enabling machines to understand video content and perform reasoning and answering based on natural language q…

Question AnsweringVideo Question Answering

Joint learning of object graph and relation graph for visual question answering

2022-05-09 · Hao Li, Xu Li, Belhal Karimi, Jie Chen 외

Modeling visual question answering(VQA) through scene graphs can significantly improve the reasoning accuracy and interpretability. However, existing models answer poorly for complex reasoning questions with attributes o…

AttributeGraph Neural NetworkQuestion AnsweringRelation+2

Syntax Tree Constrained Graph Network for Visual Question Answering

2023-09-17 · Xiangrui Su, Qi Zhang, Chongyang Shi, Jiachang Liu 외

Visual Question Answering (VQA) aims to automatically answer natural language questions related to given image content. Existing VQA methods integrate vision modeling and language understanding to explore the deep semant…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Identifying Supporting Facts for Multi-hop Question Answering with Document Graph Networks

2019-10-01 · WS 2019 11 · Mokanarangan Thayaparan, Marco Valentino, Viktor Schlegel, Andre Freitas

Recent advances in reading comprehension have resulted in models that surpass human performance when the answer is contained in a single, continuous passage of text. However, complex Question Answering (QA) typically req…

Multi-hop Question AnsweringQuestion AnsweringReading Comprehension

Conditional Logical Message Passing Transformer for Complex Query Answering

2024-02-20 · Chongzhi Zhang, Zhiping Peng, Junhao Zheng, Qianli Ma

Complex Query Answering (CQA) over Knowledge Graphs (KGs) is a challenging task. Given that KGs are usually incomplete, neural models are proposed to solve CQA by performing multi-hop logical reasoning. However, most of …

Complex Query AnsweringKnowledge GraphsLogical Reasoning