paper-with-me

Papers

Preference-driven Knowledge Distillation for Few-shot Node Classification

2025-10-11 · Xing Wei, Chunchun Chen, Rui Fan, Xiaofeng Cao, Sourav Medya, Wei Ye arxiv

Graph neural networks (GNNs) can efficiently process text-attributed graphs (TAGs) due to their message-passing mechanisms, but their training heavily relies on the human-annotated labels. Moreover, the complex and diverse local topologies of nodes of real-world TAGs make it challenging for a single mechanism to handle. Large language models (LLMs) perform well in zero-/few-shot learning on TAGs but suffer from a scalability challenge. Therefore, we propose a preference-driven knowledge distillation (PKD) framework to synergize the complementary strengths of LLMs and various GNNs for few-shot node classification. Specifically, we develop a GNN-preference-driven node selector that effectively promotes prediction distillation from LLMs to teacher GNNs. To further tackle nodes' intricate local topologies, we develop a node-preference-driven GNN selector that identifies the most suitable teacher GNN for each node, thereby facilitating tailored knowledge distillation from teacher GNNs to the student GNN. Extensive experiments validate the efficacy of our proposed framework in few-shot node classification on real-world TAGs. Our code is be available.

📄 PDF Abstract BibTeX arXiv:2510.10116

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationNode ClassificationFew-Shot Learning

Similar Papers 제목 키워드 기반

Retrieval-Feedback-Driven Distillation and Preference Alignment for Efficient LLM-based Query Expansion

2026-03-14 · Minghan Li, Guodong Zhou arxiv

Large language models have recently enabled a generative paradigm for query expansion, but their high inference cost makes direct deployment difficult in practical retrieval systems. To address this issue, a retrieval-fe…

ETT-CKGE: Efficient Task-driven Tokens for Continual Knowledge Graph Embedding

2025-06-09 · Lijing Zhu, Qizhen Lan, Qing Tian, Wenbo Sun 외

Continual Knowledge Graph Embedding (CKGE) seeks to integrate new knowledge while preserving past information. However, existing methods struggle with efficiency and scalability due to two key limitations: (1) suboptimal…

Graph EmbeddingKnowledge Graph EmbeddingTransfer Learning

Hallo-Live: Real-Time Streaming Joint Audio-Video Avatar Generation with Asynchronous Dual-Stream and Human-Centric Preference Distillation

2026-04-26 · Chunyu Li, Jiaye Li, Ruiqiao Mei, Haoyuan Xia 외 arxiv

Real-time text-driven joint audio-video avatar generation requires jointly synthesizing portrait video and speech with high fidelity and precise synchronization, yet existing audio-visual diffusion models remain too slow…

Preference-Consistent Knowledge Distillation for Recommender System

2023-11-08 · Zhangchi Zhu, Wei zhang

Feature-based knowledge distillation has been applied to compress modern recommendation models, usually with projectors that align student (small) recommendation models' dimensions with teacher dimensions. However, exist…

Knowledge DistillationRecommendation Systems

Towards Self-Improvement of LLMs via MCTS: Leveraging Stepwise Knowledge with Curriculum Preference Learning

2024-10-09 · Xiyao Wang, Linfeng Song, Ye Tian, Dian Yu 외

Monte Carlo Tree Search (MCTS) has recently emerged as a powerful technique for enhancing the reasoning capabilities of LLMs. Techniques such as SFT or DPO have enabled LLMs to distill high-quality behaviors from MCTS, i…

Mathematical Reasoning