Multi-Scale Heterogeneous Text-Attributed Graph Datasets From Diverse Domains
Yunhui Liu, Qizhuo Xie, Jinwei Shi, Jiaxu Shen, Tieke He
TL;DR
The paper tackles the lack of diverse, real-world benchmarks for heterogeneous text-attributed graphs (HTAGs) by introducing six multi-domain HTAG datasets (TMDB, CroVal, ArXiv, Book, DBLP, Patent) with original texts, time-based splits, and an automated evaluation pipeline. It demonstrates that heterogeneous graph neural networks generally outperform homogeneous baselines across these datasets, highlighting the value of modeling both text and heterogeneous structure. The work provides detailed dataset construction, baselines, and reproducible code, enabling broad benchmarking and future exploration of joint PLM-HGNN methods and additional tasks beyond node classification. Overall, the HTAG benchmark suite offers a scalable, domain-spanning resource to advance HTAG learning and model generalization in real-world settings.
Abstract
Heterogeneous Text-Attributed Graphs (HTAGs), where different types of entities are not only associated with texts but also connected by diverse relationships, have gained widespread popularity and application across various domains. However, current research on text-attributed graph learning predominantly focuses on homogeneous graphs, which feature a single node and edge type, thus leaving a gap in understanding how methods perform on HTAGs. One crucial reason is the lack of comprehensive HTAG datasets that offer original textual content and span multiple domains of varying sizes. To this end, we introduce a collection of challenging and diverse benchmark datasets for realistic and reproducible evaluation of machine learning models on HTAGs. Our HTAG datasets are multi-scale, span years in duration, and cover a wide range of domains, including movie, community question answering, academic, literature, and patent networks. We further conduct benchmark experiments on these datasets with various graph neural networks. All source data, dataset construction codes, processed HTAGs, data loaders, benchmark codes, and evaluation setup are publicly available at GitHub and Hugging Face.
