paper-with-me

홈 › Papers

LLM-Guided Knowledge Distillation for Temporal Knowledge Graph Reasoning

2026-02-16 · Wang Xing, Wei Song, Siyu Lin, Chen Wu, Man Wang arxiv

Temporal knowledge graphs (TKGs) support reasoning over time-evolving facts, yet state-of-the-art models are often computationally heavy and costly to deploy. Existing compression and distillation techniques are largely designed for static graphs; directly applying them to temporal settings may overlook time-dependent interactions and lead to performance degradation. We propose an LLM-assisted distillation framework specifically designed for temporal knowledge graph reasoning. Beyond a conventional high-capacity temporal teacher, we incorporate a large language model as an auxiliary instructor to provide enriched supervision. The LLM supplies broad background knowledge and temporally informed signals, enabling a lightweight student to better model event dynamics without increasing inference-time complexity. Training is conducted by jointly optimizing supervised and distillation objectives, using a staged alignment strategy to progressively integrate guidance from both teachers. Extensive experiments on multiple public TKG benchmarks with diverse backbone architectures demonstrate that the proposed approach consistently improves link prediction performance over strong distillation baselines, while maintaining a compact and efficient student model. The results highlight the potential of large language models as effective teachers for transferring temporal reasoning capability to resource-efficient TKG systems.

📄 PDF Abstract BibTeX arXiv:2602.14428

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationKnowledge GraphsLink Prediction

Similar Papers 제목 키워드 기반

Mutually-paced Knowledge Distillation for Cross-lingual Temporal Knowledge Graph Reasoning

2023-03-27 · Ruijie Wang, Zheng Li, Jingfeng Yang, Tianyu Cao 외

This paper investigates cross-lingual temporal knowledge graph reasoning problem, which aims to facilitate reasoning on Temporal Knowledge Graphs (TKGs) in low-resource languages by transfering knowledge from TKGs in hig…

Knowledge DistillationKnowledge GraphsTransfer Learning

Distilling Future Temporal Knowledge with Masked Feature Reconstruction for 3D Object Detection

2025-12-09 · Haowen Zheng, Hu Zhu, Lu Deng, Weihao Gu 외 arxiv

Camera-based temporal 3D object detection has shown impressive results in autonomous driving, with offline models improving accuracy by using future frames. Knowledge distillation (KD) can be an appealing framework for t…

Knowledge Distillation3D Object DetectionAutonomous Driving

Efficient Traffic Prediction Through Spatio-Temporal Distillation

2025-01-15 · Qianru Zhang, Xinyi Gao, Haixin Wang, Siu-Ming Yiu 외

Graph neural networks (GNNs) have gained considerable attention in recent years for traffic flow prediction due to their ability to learn spatio-temporal pattern representations through a graph-based message-passing fram…

Knowledge DistillationPredictionTraffic Prediction

Knowledge Distillation for Temporal Knowledge Graph Reasoning with Large Language Models

2026-01-01 · Wang Xing, Wei Song, Siyu Lin, Chen Wu 외 arxiv

Reasoning over temporal knowledge graphs (TKGs) is fundamental to improving the efficiency and reliability of intelligent decision-making systems and has become a key technological foundation for future artificial intell…

Computational EfficiencyKnowledge DistillationModel CompressionKnowledge Graphs

InfGraND: An Influence-Guided GNN-to-MLP Knowledge Distillation

2026-01-12 · Amir Eskandari, Aman Anand, Elyas Rashno, Farhana Zulkernine arxiv

Graph Neural Networks (GNNs) are the go-to model for graph data analysis. However, GNNs rely on two key operations - aggregation and update, which can pose challenges for low-latency inference tasks or resource-constrain…

Knowledge Distillation