paper-with-me

홈 › Papers

Relational Knowledge Distillation Using Fine-tuned Function Vectors

2026-01-13 · Andrea Kang, Yingnian Wu, Hongjing Lu arxiv

Representing relations between concepts is a core prerequisite for intelligent systems to make sense of the world. Recent work using causal mediation analysis has shown that a small set of attention heads encodes task representation in in-context learning, captured in a compact representation known as the function vector. We show that fine-tuning function vectors with only a small set of examples (about 20 word pairs) yields better performance on relation-based word-completion tasks than using the original vectors derived from causal mediation analysis. These improvements hold for both small and large language models. Moreover, the fine-tuned function vectors yield improved decoding performance for relation words and show stronger alignment with human similarity judgments of semantic relations. Next, we introduce the composite function vector - a weighted combination of fine-tuned function vectors - to extract relational knowledge and support analogical reasoning. At inference time, inserting this composite vector into LLM activations markedly enhances performance on challenging analogy problems drawn from cognitive science and SAT benchmarks. Our results highlight the potential of activation patching as a controllable mechanism for encoding and manipulating relational knowledge, advancing both the interpretability and reasoning capabilities of large language models.

📄 PDF Abstract BibTeX arXiv:2601.08169

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

CORSD: Class-Oriented Relational Self Distillation

2023-04-28 · Muzhou Yu, Sia Huat Tan, Kailu Wu, Runpei Dong 외

Knowledge distillation conducts an effective model compression method while holding some limitations:(1) the feature based distillation methods only focus on distilling the feature map but are lack of transferring the re…

Knowledge DistillationModel CompressionRelationRelation Extraction

Unified Knowledge Distillation Framework: Fine-Grained Alignment and Geometric Relationship Preservation for Deep Face Recognition

2025-08-15 · Durgesh Mishra, Rishabh Uikey arxiv

Knowledge Distillation is crucial for optimizing face recognition models for deployment in computationally limited settings, such as edge devices. Traditional KD methods, such as Raw L2 Feature Distillation or Feature Co…

Knowledge DistillationFace Recognition

CLIP-RD: Relative Distillation for Efficient CLIP Knowledge Distillation

2026-03-26 · Jeannie Chung, Hanna Jang, Ingyeong Yang, Uiwon Hwang 외 arxiv

CLIP aligns image and text embeddings via contrastive learning and demonstrates strong zero-shot generalization. Its large-scale architecture requires substantial computational and memory resources, motivating the distil…

Zero-shot GeneralizationKnowledge DistillationContrastive Learning

BERTnesia: Investigating the capture and forgetting of knowledge in BERT

2020-10-19 · Jonas Wallat, Jaspreet Singh, Avishek Anand

Probing complex language models has recently revealed several insights into linguistic and semantic patterns found in the learned representations. In this paper, we probe BERT specifically to understand and measure the r…

Knowledge Base CompletionNERQuestion Answering

Pre-training Transformers for Knowledge Graph Completion

2023-03-28 · Sanxing Chen, Hao Cheng, Xiaodong Liu, Jian Jiao 외

Learning transferable representation of knowledge graphs (KGs) is challenging due to the heterogeneous, multi-relational nature of graph structures. Inspired by Transformer-based pretrained language models' success on le…

Knowledge Graph CompletionKnowledge Graphs