Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Text-attributed Graph Condensation via Text Selection and Attribute Matching

About

Text-Attributed Graph (TAG) is an important type of graph structured data, where each node has a text description. TAG models usually train a Graph Neural Network (GNN) and language model jointly, which leads to high space and time consumption, especially on large datasets. To mitigate this, we propose TAGSAM, a condensation method that compresses TAGs while preserving training accuracy. TAGSAM comes with two key designs, i.e., subgraph text Selection and Attribute similarity Matching, which compress the text description and graph topology of TAG, respectively. For the texts, subgraph text selection selects and merges representative text chunks from multiple related text descriptions by maximizing mutual information. For the graph topology, popular condensation methods based on Matching Training Trajectories (MTT) suffer from high variance, which hinders accuracy. Our attribute similarity matching mitigates this issue by aligning stable similarity matrices. We evaluate TAGSAM against six state-of-the-art baselines, where it showcases superior performance. For the same compressed size, TAGSAM improves upon the best-performing baseline by an average of 4.9% in accuracy. Furthermore, it maintains competitive training accuracy even when the TAG is condensed to just 1% size. Our code is available at https://github.com/SundayVHan/TAGSAM

Haowei Han, Yuxiang Wang, Guojia Wan, Hao Wang, Shanshan Feng, Hao Huang, Jiawei Jiang, Xiao Yan• 2026

Related benchmarks

TaskDatasetResultRank
Node ClassificationPhoto (test)
Mean Accuracy63.3
241
Link PredictionCora
AUC (Cora)82.15
94
Node ClassificationComputer (test)
Accuracy0.706
70
Node ClassificationCora (test)
Accuracy76.6
64
Link PredictionPhoto
AUC-ROC87.69
52
Link PredictionComputers
AUC-ROC91.38
50
Link PredictionarXiv
AUC87.37
40
Node ClassificationProducts (test)
Accuracy (%)57.3
22
Link PredictionProducts
AUC86.06
3
Showing 9 of 9 rows

Other info

Follow for update