Dynamic Bundling with Large Language Models for Zero-Shot Inference on Text-Attributed Graphs
Abstract
Large language models (LLMs) have been used in many zero-shot learning problems, with their strong generalization ability. Recently, adopting LLMs in text-attributed graphs (TAGs) has drawn increasing attention. However, the adoption of LLMs faces two major challenges: limited information on graph structure and unreliable responses. LLMs struggle with text attributes isolated from the graph topology. Worse still, they yield unreliable predictions due to both information insufficiency and the inherent weakness of LLMs (e.g., hallucination). Towards this end, this paper proposes a novel method named Dynamic Text Bundling Supervision (DENSE) that queries LLMs with bundles of texts to obtain bundle-level labels and uses these labels to supervise graph neural networks. Specifically, we sample a set of bundles, each containing a set of nodes with corresponding texts of close proximity. We then query LLMs with the bundled texts to obtain the label of each bundle. Subsequently, the bundle labels are used to supervise the optimization of graph neural networks, and the bundles are further refined to exclude noisy items. To justify our design, we also provide theoretical analysis of the proposed method. Extensive experiments across ten datasets validate the effectiveness of the proposed method.
Cite
Text
Zhao et al. "Dynamic Bundling with Large Language Models for Zero-Shot Inference on Text-Attributed Graphs." Advances in Neural Information Processing Systems, 2025.Markdown
[Zhao et al. "Dynamic Bundling with Large Language Models for Zero-Shot Inference on Text-Attributed Graphs." Advances in Neural Information Processing Systems, 2025.](https://mlanthology.org/neurips/2025/zhao2025neurips-dynamic/)BibTeX
@inproceedings{zhao2025neurips-dynamic,
title = {{Dynamic Bundling with Large Language Models for Zero-Shot Inference on Text-Attributed Graphs}},
author = {Zhao, Yusheng and Zhang, Qixin and Luo, Xiao and Zhang, Weizhi and Xiao, Zhiping and Ju, Wei and Yu, Philip S. and Zhang, Ming},
booktitle = {Advances in Neural Information Processing Systems},
year = {2025},
url = {https://mlanthology.org/neurips/2025/zhao2025neurips-dynamic/}
}