TGLsta: Low-Resource Textual Graph Learning with Semantic and Topological Awareness via LLMs

Abstract

Textual Graphs (TGs) present a graph-based representation of textual data and find wide applications in real-world scenarios, such as citation networks, knowledge graphs, and social networks. While the traditional "pre-train, fine-tune" framework effectively addresses tasks requiring abundant labeled data, it falls short in scenarios with limited resource or zero-shot learning capabilities, particularly in low-resource textual graph node classification. Additionally, prevalent approaches that convert text nodes into shallow or manually engineered features fail to capture the rich semantic nuances within the text. The conventional methods often neglect the fusion of semantic and topological information, resulting in suboptimal model learning. To overcome these challenges, we proposed a novel method of low-resource textual graph node classification based on large language models, i.e., Textual graph learning with semantic and topological awareness (TGLsta), which comprehensively explores the semantic information, near neighborhood information, and the topology information in textual graphs, where these components are the most important information source contained in textual graphs. Graph prompt tuning for both zero- and few-shot textual graph node classification is further introduced.

Cite

Text

Zhang et al. "TGLsta: Low-Resource Textual Graph Learning with Semantic and Topological Awareness via LLMs." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I21.34408

Markdown

[Zhang et al. "TGLsta: Low-Resource Textual Graph Learning with Semantic and Topological Awareness via LLMs." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/zhang2025aaai-tglsta/) doi:10.1609/AAAI.V39I21.34408

BibTeX

@inproceedings{zhang2025aaai-tglsta,
  title     = {{TGLsta: Low-Resource Textual Graph Learning with Semantic and Topological Awareness via LLMs}},
  author    = {Zhang, Qin and Li, Xiaowei and Liu, Ziqi and Fan, Xiaochen and Chen, Xiaojun and Pan, Shirui},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {22506-22514},
  doi       = {10.1609/AAAI.V39I21.34408},
  url       = {https://mlanthology.org/aaai/2025/zhang2025aaai-tglsta/}
}