Exploiting Text Semantics for Few and Zero Shot Node Classification on Text-Attributed Graph
Abstract
Text-attributed graph (TAG) provides a text description for each graph node, and few- and zero-shot node classification on TAGs have many applications in fields such as academia and social networks. Existing work utilizes various graph-based augmentation techniques to train the node and text embeddings, while text-based augmentations are largely unexplored. In this paper, we propose Text Semantics Augmentation (TSA) to improve accuracy by introducing more text semantic supervision signals. Specifically, we design two augmentation techniques, i.e., positive semantics matching and negative semantics contrast, to provide more reference texts for each graph node or text description. Positive semantic matching retrieves texts with similar embeddings to match with a graph node. Negative semantic contrast adds a negative prompt to construct a text description with the opposite semantics, which is contrasted with the original node and text. We evaluate TSA on 5 datasets and compare with 13 state-of-the-art baselines. The results show that TSA consistently outperforms all baselines, and its accuracy improvements over the best-performing baseline are usually over 5%. The code is at https://github.com/wyx11112/TSA.
Cite
Text
Wang et al. "Exploiting Text Semantics for Few and Zero Shot Node Classification on Text-Attributed Graph." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/385Markdown
[Wang et al. "Exploiting Text Semantics for Few and Zero Shot Node Classification on Text-Attributed Graph." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/wang2025ijcai-exploiting/) doi:10.24963/IJCAI.2025/385BibTeX
@inproceedings{wang2025ijcai-exploiting,
title = {{Exploiting Text Semantics for Few and Zero Shot Node Classification on Text-Attributed Graph}},
author = {Wang, Yuxiang and Yan, Xiao and Jin, Shiyu and Xu, Quanqing and Hu, Chuang and Zhu, Yuanyuan and Du, Bo and Wu, Jia and Jiang, Jiawei},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2025},
pages = {3462-3470},
doi = {10.24963/IJCAI.2025/385},
url = {https://mlanthology.org/ijcai/2025/wang2025ijcai-exploiting/}
}