Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ai 95% Match Research Paper AI researchers,Knowledge graph engineers,Data scientists,Developers of intelligent querying systems 2 weeks ago

CQD-SHAP: Explainable Complex Query Answering via Shapley Values

graph-neural-networks › knowledge-graphs
📄 Abstract

Abstract: Complex query answering (CQA) goes beyond the well-studied link prediction task by addressing more sophisticated queries that require multi-hop reasoning over incomplete knowledge graphs (KGs). Research on neural and neurosymbolic CQA methods is still an emerging field. Almost all of these methods can be regarded as black-box models, which may raise concerns about user trust. Although neurosymbolic approaches like CQD are slightly more interpretable, allowing intermediate results to be tracked, the importance of different parts of the query remains unexplained. In this paper, we propose CQD-SHAP, a novel framework that computes the contribution of each query part to the ranking of a specific answer. This contribution explains the value of leveraging a neural predictor that can infer new knowledge from an incomplete KG, rather than a symbolic approach relying solely on existing facts in the KG. CQD-SHAP is formulated based on Shapley values from cooperative game theory and satisfies all the fundamental Shapley axioms. Automated evaluation of these explanations in terms of necessary and sufficient explanations, and comparisons with various baselines, shows the effectiveness of this approach for most query types.
Authors (2)
Parsa Abbasi
Stefan Heindorf
Submitted
October 17, 2025
arXiv Category
cs.LG
arXiv PDF

Key Contributions

Proposes CQD-SHAP, a novel framework to explain complex query answering (CQA) by computing the contribution of each query part to the answer ranking using Shapley values. This addresses the 'black-box' nature of neural CQA methods and provides insights into why neural predictors are leveraged over purely symbolic approaches.

Business Value

Enhances trust and usability of complex data querying systems by providing clear explanations for query results, crucial for decision-making in fields like finance or scientific research.