Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Odin: Oriented Dual-module Integration for Text-rich Network Representation Learning

About

Text-attributed graphs require models to effectively combine strong textual understanding with structurally informed reasoning. Existing approaches either rely on GNNs--limited by over-smoothing and hop-dependent diffusion--or employ Transformers that overlook graph topology and treat nodes as isolated sequences. We propose Odin (Oriented Dual-module INtegration), a new architecture that injects graph structure into Transformers at selected depths through an oriented dual-module mechanism. Unlike message-passing GNNs, Odin does not rely on multi-hop diffusion; instead, multi-hop structures are integrated at specific Transformer layers, yielding low-, mid-, and high-level structural abstraction aligned with the model's semantic hierarchy. Because aggregation operates on the global [CLS] representation, Odin fundamentally avoids over-smoothing and decouples structural abstraction from neighborhood size or graph topology. We further establish that Odin's expressive power strictly contains that of both pure Transformers and GNNs. To make the design efficient in large-scale or low-resource settings, we introduce Light Odin, a lightweight variant that preserves the same layer-aligned structural abstraction for faster training and inference. Experiments on multiple text-rich graph benchmarks show that Odin achieves state-of-the-art accuracy, while Light Odin delivers competitive performance with significantly reduced computational cost. Together, Odin and Light Odin form a unified, hop-free framework for principled structure-text integration. The source code of this model has been released at https://github.com/hongkaifeng/Odin.

Kaifeng Hong, Yinglong Zhang, Xiaoying Hong, Xuewen Xia, Xing Xu• 2025

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora (test)
Mean Accuracy72.9
687
Link PredictionCiteseer--
146
Node ClassificationObgn O3k (test)
Accuracy58.2
28
Node ClassificationCiteseer (test)
Accuracy (0% Perturbation)60.7
27
Link PredictionObgn 3000
AUPRC0.609
14
Link PredictionObgn6000
AUPRC67.7
14
Link PredictionObgn10000
AUPRC57.3
14
Link PredictionCora
PRC78.3
14
Link PredictionArxiv 2023
PRC78
14
Link PredictionProducts
AUPRC0.948
14
Showing 10 of 22 rows

Other info

Follow for update