GeoGNN: Quantifying and Mitigating Semantic Drift in Text-Attributed Graphs
Abstract
Graph neural networks (GNNs) on text--attributed graphs (TAGs) typically encode node texts using pretrained language models (PLMs) and propagate these embeddings through linear neighborhood aggregation. However, the representation spaces of modern PLMs are highly non--linear and geometrically structured, where textual embeddings reside on curved semantic manifolds rather than flat Euclidean spaces. Linear aggregation on such manifolds inevitably distorts geometry and causes semantic drift--a phenomenon where aggregated representations deviate from the intrinsic manifold, losing semantic fidelity and expressive power. To quantitatively investigate this problem, this work introduces a local PCA--based metric that measures the degree of semantic drift and provides the first quantitative framework to analyze how different aggregation mechanisms affect manifold structure. Building upon these insights, we propose Geodesic Aggregation, a manifold--aware mechanism that aggregates neighbor information along geodesics via log--exp mappings on the unit sphere, ensuring that representations remain faithful to the semantic manifold during message passing. We further develop GeoGNN, a practical instantiation that integrates spherical attention with manifold interpolation. Extensive experiments across four benchmark datasets and multiple text encoders show that GeoGNN substantially mitigates semantic drift and consistently outperforms strong baselines, establishing the importance of manifold--aware aggregation in text--attributed graph learning.
Cite
@article{arxiv.2511.09042,
title = {GeoGNN: Quantifying and Mitigating Semantic Drift in Text-Attributed Graphs},
author = {Liangwei Yang and Jing Ma and Jianguo Zhang and Zhiwei Liu and Jielin Qiu and Shirley Kokane and Shiyu Wang and Haolin Chen and Rithesh Murthy and Ming Zhu and Huan Wang and Weiran Yao and Caiming Xiong and Shelby Heinecke},
journal= {arXiv preprint arXiv:2511.09042},
year = {2025}
}
Comments
10 pages