paper-with-me

Papers

LLM-driven Knowledge Distillation for Dynamic Text-Attributed Graphs

2025-02-15 · Amit Roy, Ning Yan, Masood Mortazavi

Dynamic Text-Attributed Graphs (DyTAGs) have numerous real-world applications, e.g. social, collaboration, citation, communication, and review networks. In these networks, nodes and edges often contain text descriptions, and the graph structure can evolve over time. Future link prediction, edge classification, relation generation, and other downstream tasks on DyTAGs require powerful representations that encode structural, temporal, and textual information. Although graph neural networks (GNNs) excel at handling structured data, encoding temporal information within dynamic graphs remains a significant challenge. In this work, we propose LLM-driven Knowledge Distillation for Dynamic Text Attributed Graph (LKD4DyTAG) with temporal encoding to address these challenges. We use a simple, yet effective approach to encode temporal information in edges so that graph convolution can simultaneously capture both temporal and structural information in the hidden representations. To leverage LLM's text processing capabilities for learning richer representations on DyTAGs, we distill knowledge from LLM-driven edge representations (based on a neighborhood's text attributes) into saptio-temporal representations using a lightweight GNN model that encodes temporal and structural information. The objective of knowledge distillation enables the GNN to learn representations that more effectively encode the available structural, temporal, and textual information in DyTAG. We conducted extensive experimentation on six real-world DyTAG datasets to verify the effectiveness of our approach LKD4DyTAG for future link prediction and edge classification task. The results show that our approach significantly improves the performance of downstream tasks compared to the baseline models.

📄 PDF Abstract BibTeX arXiv:2502.10914

Code (0)

등록된 구현이 없습니다.

Tasks

Edge ClassificationKnowledge DistillationLink Prediction

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Preference-driven Knowledge Distillation for Few-shot Node Classification

2025-10-11 · Xing Wei, Chunchun Chen, Rui Fan, Xiaofeng Cao 외 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 diver…

Knowledge DistillationNode ClassificationFew-Shot Learning

I$^2$MD: 3D Action Representation Learning with Inter- and Intra-modal Mutual Distillation

2023-10-24 · Yunyao Mao, Jiajun Deng, Wengang Zhou, Zhenbo Lu 외

Recent progresses on self-supervised 3D human action representation learning are largely attributed to contrastive learning. However, in conventional contrastive frameworks, the rich complementarity between different ske…

Contrastive LearningRepresentation Learning

VICAL: Vicinal Consistency Alignment for Long-Tailed Visual Recognition

2026-09-04 · Jiangang Zhu, Zheng Wang, Bin Zhu, Yi-Ping Phoebe Chen 외 arxiv

Multi-expert models have become the dominant paradigm for long-tailed learning, largely attributed to their presumed ability to benefit from expert diversity. However, we revisit this central assumption and reveal that d…

Knowledge Base Embedding By Cooperative Knowledge Distillation

2020-12-01 · COLING 2020 8 · Rapha{\"e}l Sourty, Jose G. Moreno, Fran{\c{c}}ois-Paul Servant, Lynda Tamine-Lechani

Knowledge bases are increasingly exploited as gold standard data sources which benefit various knowledge-driven NLP tasks. In this paper, we explore a new research direction to perform knowledge base (KB) representation …

Knowledge DistillationRepresentation Learning

TaLK: Text-attributed Graph Dataset Distillation via Coupling Language Model with Graph-Aware Kernel

2026-06-22 · Yeongho Kim, Yeonje Choi, Kijung Shin arxiv

Text-attributed graphs (TAGs) are widely used in many real-world domains, and learning on TAGs requires jointly modeling text semantics and graph structure. A standard approach for modeling TAGs is to combine a language …

Graph Neural Network