CADReN: Contextual Anchor-Driven Relational Network for Controllable Cross-Graphs Node Importance Estimation
Zijie Zhong, Yunhui Zhang, Ziyi Chang, Zengchang Qin
TL;DR
This work tackles cross-graph Node Importance Estimation (NIE) for Retriever-Augmented Generation by introducing CADReN, a Contextual Anchor-driven architecture that computes node relevance relative to user-defined anchors. It combines semantic and structural encoders, CA–BG cross-attention, reconstruction-based robustness, and an attention-based aggregation, followed by a post-processing step that fuses initial predictions with semantic and structural similarity signals. CADReN demonstrates strong cross-graph performance with zero-shot transfer, while preserving competitive single-graph NIE results, and introduces open datasets RIC200 and WK1K to spur cross-graph NIE research. The approach yields flexible, controllable NIE aligned with user interests, with practical impact for KG-enhanced LLM retrieval and decision support, and suggests directions for richer structural encodings and better CA–node distance modeling. $I_{final} = \sigma(\alpha I_{init} + \beta \mathcal{S}_{sem} + \gamma \mathcal{S}_{str})$ and $\ abla\mathcal{L}_{total} = \nabla\Big(\mathcal{B}(I_{gt}, I_{final}) + \mathcal{L}_{sem} + \mathcal{L}_{str}\Big)$ express core training dynamics, while CA enables adaptable retrieval across diverse graphs.$
Abstract
Node Importance Estimation (NIE) is crucial for integrating external information into Large Language Models through Retriever-Augmented Generation. Traditional methods, focusing on static, single-graph characteristics, lack adaptability to new graphs and user-specific requirements. CADReN, our proposed method, addresses these limitations by introducing a Contextual Anchor (CA) mechanism. This approach enables the network to assess node importance relative to the CA, considering both structural and semantic features within Knowledge Graphs (KGs). Extensive experiments show that CADReN achieves better performance in cross-graph NIE task, with zero-shot prediction ability. CADReN is also proven to match the performance of previous models on single-graph NIE task. Additionally, we introduce and opensource two new datasets, RIC200 and WK1K, specifically designed for cross-graph NIE research, providing a valuable resource for future developments in this domain.
