paper-with-me

홈 › Papers

Semi-supervised Instruction Tuning for Large Language Models on Text-Attributed Graphs

2026-01-19 · Zixing Song, Irwin King arxiv

The emergent reasoning capabilities of Large Language Models (LLMs) offer a transformative paradigm for analyzing text-attributed graphs. While instruction tuning is the prevailing method for adapting pre-trained LLMs to graph learning tasks like node classification, it requires a substantial volume of annotated (INSTRUCTION, OUTPUT) pairs deriving from labeled nodes. This requirement is particularly prohibitive in the social domain, where obtaining expert labels for sensitive or evolving content is costly and slow. Furthermore, standard graph instruction tuning fails to exploit the vast amount of unlabeled nodes, which contain latent correlations due to edge connections that are beneficial for downstream predictions. To bridge this gap, we propose a novel Semi-supervised Instruction Tuning pipeline for Graph Learning, named SIT-Graph. Notably, SIT-Graph is model-agnostic and can be seamlessly integrated into any graph instruction tuning method that utilizes LLMs as the predictor. SIT-Graph operates via an iterative self-training process. Initially, the model is fine-tuned using instruction pairs constructed solely from the labeled nodes. Then it generates confidence-filtered pseudo-responses for unlabeled nodes to strategically augment the dataset for the next round of fine-tuning. Finally, this iterative refinement progressively aligns the LLM with the underlying node correlations. Extensive experiments demonstrate that when incorporated into state-of-the-art graph instruction tuning methods, SIT-Graph significantly enhances their performance on text-attributed graph benchmarks, achieving over 20% improvement under the low label ratio settings.

📄 PDF Abstract BibTeX arXiv:2601.12807

Code (0)

등록된 구현이 없습니다.

Tasks

Node ClassificationGraph Learning

Similar Papers 제목 키워드 기반

Low-Confidence Gold: Refining Low-Confidence Samples for Efficient Instruction Tuning

2025-02-26 · Hongyi Cal, Jie Li, Wenzhen Dong

The effectiveness of instruction fine-tuning for Large Language Models is fundamentally constrained by the quality and efficiency of training datasets. This work introduces Low-Confidence Gold (LCG), a novel filtering fr…

Diversity

Multi-Modal Instruction-Tuning Small-Scale Language-and-Vision Assistant for Semiconductor Electron Micrograph Analysis

2024-08-27 · Sakhinana Sagar Srinivas, Geethan Sannidhi, Venkataramana Runkana

We present a novel framework for analyzing and interpreting electron microscopy images in semiconductor manufacturing using vision-language instruction tuning. The framework employs a unique teacher-student approach, lev…

Instruction FollowingQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

MMInstruct: A High-Quality Multi-Modal Instruction Tuning Dataset with Extensive Diversity

2024-07-22 · Yangzhou Liu, Yue Cao, Zhangwei Gao, Weiyun Wang 외

Despite the effectiveness of vision-language supervised fine-tuning in enhancing the performance of Vision Large Language Models (VLLMs). However, existing visual instruction tuning datasets include the following limitat…

DiversityMultiple-choiceQuestion AnsweringVisual Question Answering

Semi-Instruct: Bridging Natural-Instruct and Self-Instruct for Code Large Language Models

2024-03-01 · Xianzhen Luo, Qingfu Zhu, Zhiming Zhang, Xu Wang 외

Instruction tuning plays a pivotal role in Code Large Language Models (Code LLMs) for the task of program synthesis. Presently, two dominant paradigms for collecting tuning data are natural-instruct (human-written) and s…

DiversityProgram Synthesis

ReHear: Iterative Pseudo-Label Refinement for Semi-Supervised Speech Recognition via Audio Large Language Models

2026-02-21 · Zefang Liu, Chenyang Zhu, Sangwoo Cho, Shi-Xiong Zhang arxiv

Semi-supervised learning in automatic speech recognition (ASR) typically relies on pseudo-labeling, which often suffers from confirmation bias and error accumulation due to noisy supervision. To address this limitation, …

Speech Recognition