paper-with-me

Papers

Paths to Causality: Finding Informative Subgraphs Within Knowledge Graphs for Knowledge-Based Causal Discovery

2025-06-10 · Yuni Susanti, Michael Färber

Inferring causal relationships between variable pairs is crucial for understanding multivariate interactions in complex systems. Knowledge-based causal discovery -- which involves inferring causal relationships by reasoning over the metadata of variables (e.g., names or textual context) -- offers a compelling alternative to traditional methods that rely on observational data. However, existing methods using Large Language Models (LLMs) often produce unstable and inconsistent results, compromising their reliability for causal inference. To address this, we introduce a novel approach that integrates Knowledge Graphs (KGs) with LLMs to enhance knowledge-based causal discovery. Our approach identifies informative metapath-based subgraphs within KGs and further refines the selection of these subgraphs using Learning-to-Rank-based models. The top-ranked subgraphs are then incorporated into zero-shot prompts, improving the effectiveness of LLMs in inferring the causal relationship. Extensive experiments on biomedical and open-domain datasets demonstrate that our method outperforms most baselines by up to 44.4 points in F1 scores, evaluated across diverse LLMs and KGs. Our code and datasets are available on GitHub: https://github.com/susantiyuni/path-to-causality

📄 PDF Abstract BibTeX arXiv:2506.08771

Code (1)

susantiyuni/path-to-causality 공식 구현 pytorch

Tasks

Causal DiscoveryCausal InferenceKnowledge GraphsLearning-To-Rank

Similar Papers 제목 키워드 기반

MetaSieve: Faster Relational Deep Learning through SQL-Based Metapath Selection

2026-08-26 · Fahim Shahriar Khan, Ashraf Aboulnaga arxiv

Relational Deep Learning (RDL) is an effective approach to machine learning over multi-table relational databases. In RDL, a database is modeled as a graph in which each row is a node and each foreign-key relation is an …

Graph Neural Network

Explaining Synergistic Effects in Social Recommendations

2026-01-26 · Yicong Li, Shan Jin, Qi Liu, Shuo Wang 외 arxiv

In social recommenders, the inherent nonlinearity and opacity of synergistic effects across multiple social networks hinders users from understanding how diverse information is leveraged for recommendations, consequently…

Informative Subgraphs Aware Masked Auto-Encoder in Dynamic Graphs

2024-09-14 · Pengfe Jiao, Xinxun Zhang, Mengzhou Gao, Tianpeng Li 외

Generative self-supervised learning (SSL), especially masked autoencoders (MAE), has greatly succeeded and garnered substantial research interest in graph machine learning. However, the research of MAE in dynamic graphs …

Self-Supervised Learning

Inductive Subgraphs as Shortcuts: Causal Disentanglement for Heterophilic Graph Learning

2026-04-21 · Xiangmeng Wang, Qian Li, Haiyang Xia, Hao Miao 외 arxiv

Heterophily is a prevalent property of real-world graphs and is well known to impair the performance of homophilic Graph Neural Networks (GNNs). Prior work has attempted to adapt GNNs to heterophilic graphs through non-l…

Node ClassificationCausal InferenceGraph Learning

PathISE: Learning Informative Path Supervision for Knowledge Graph Question Answering

2026-05-11 · Shengxiang Gao, Chao Lei, Jey Han Lau, Jianzhong Qi arxiv

Knowledge Graph Question Answering (KGQA) aims to answer user questions by reasoning over Knowledge Graphs (KGs). Recent KGQA methods mainly follow the retrieval-augmented generation paradigm to ground Large Language Mod…

Graph Question AnsweringKnowledge Graphs