Abstract
Graph neural networks (GNNs) have become the preferred models for node classification in graph data due to their robust capabilities in integrating graph structures and attributes. However, these models heavily depend on a substantial amount of high-quality labeled data for training, which is often costly to obtain. With the rise of large language models (LLMs), a promising approach is to utilize their exceptional zero-shot capabilities and extensive knowledge for node labeling. Despite encouraging results, this approach either requires numerous queries to LLMs or suffers from reduced performance due to noisy labels generated by LLMs. To address these challenges, we introduce Locle, an active self-training framework that does Label-free nOde Classification with LLMs cost-Effectively. Locle iteratively identifies small sets of ”critical” samples using GNNs and extracts informative pseudo-labels for them with both LLMs and GNNs, serving as additional supervision signals to enhance model training. Specifically, Locle comprises three key components: (i) an effective active node selection strategy for initial annotations; (ii) a careful sample selection scheme to identify ”critical” nodes based on label disharmonicity and entropy; and (iii) a label refinement module that combines LLMs and GNNs with a rewired topology. Extensive experiments on five benchmark text-attributed graph datasets demonstrate that Locle significantly outperforms state-of-the-art methods under the same query budget to LLMs in terms of label-free node classification. Notably, on the DBLP dataset with 14.3k nodes, Locle achieves an 8.08% improvement in accuracy over the state-of-the-art at a cost of less than one cent. Our code is available at https://github.com/HKBU-LAGAS/Locle.
Original language | English |
---|---|
Title of host publication | Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR 2025 |
Publisher | Association for Computing Machinery (ACM) |
Publication status | Published - 13 Jul 2025 |
Event | 48th International ACM SIGIR Conference on Research and Development in Information Retrieval - Padova Congress Center, Padua, Italy Duration: 13 Jul 2025 → 17 Jul 2025 https://sigir2025.dei.unipd.it/ (Conference website) https://sigir2025.dei.unipd.it/overall-program.html (Conference program) https://sigir2025.dei.unipd.it/accepted-papers.html (Accepted papers) |
Publication series
Name | Proceedings of the International ACM SIGIR Conference on Research and Development in Information Retrieval |
---|
Conference
Conference | 48th International ACM SIGIR Conference on Research and Development in Information Retrieval |
---|---|
Abbreviated title | ICTIR 2025 |
Country/Territory | Italy |
City | Padua |
Period | 13/07/25 → 17/07/25 |
Internet address |
|
User-Defined Keywords
- Graph Neural Network
- Large Language Models
- Label-free Node Classification