paper-with-me

Papers

SRA: Span Representation Alignment for Large Language Model Distillation

2026-05-02 · Quoc Phong Dao, Hoang Son Nguyen, Pham Khanh Chi, Tung Nguyen, Linh Ngo Van, Nguyen Thi Ngoc Diep, Trung Le arxiv

Cross-Tokenizer Knowledge Distillation (CTKD) enables knowledge transfer between a large language model and a smaller student, even when they employ different tokenizers. While existing approaches mainly focus on token-level alignment strategies, which are often brittle and sensitive to discrepancies between tokenizers, we argue that the method of aggregating tokens into more robust representations before distillation is of equal importance. In this paper, we introduce \textbf{SRA} (\textbf{S}pan \textbf{R}epresentation \textbf{A}lignment for Large Language Model Distillation), a novel framework that reframes CTKD through the physical lens of Multi-Particle Dynamical Systems. SRA shifts the fundamental unit of alignment from tokens to robust, tokenizer-agnostic spans. We model each span as a cluster of particles and represent its state by its Center of Mass (CoM) - an attention-weighted average that captures rich semantic information. We leverage the concept of span centers of mass with attention-derived weighting to prioritize the most salient spans. In addition, we employ a geometric regularizer to preserve the structural integrity of the representation space and introduce aligned span logit distillation to enhance knowledge transfer across models. In challenging cross-architecture distillation experiments, SRA consistently and significantly outperforms state-of-the-art CTKD baselines, validating our physically-grounded approach.

📄 PDF Abstract BibTeX arXiv:2605.01205

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

MTA: Multi-Granular Trajectory Alignment for Large Language Model Distillation

2026-05-02 · Pham Khanh Chi, Quoc Phong Dao, Thuat Nguyen, Linh Ngo Van 외 arxiv

Knowledge distillation is a key technique for compressing large language models (LLMs), but most existing methods align representations at fixed layers or token-level outputs, ignoring how representations evolve across d…

Knowledge Distillation

Structured Agent Distillation for Large Language Model

2025-05-20 · Jun Liu, Zhenglun Kong, Peiyan Dong, Changdi Yang 외

Large language models (LLMs) exhibit strong capabilities as decision-making agents by interleaving reasoning and actions, as seen in ReAct-style frameworks. Yet, their practical deployment is constrained by high inferenc…

Decision MakingImitation LearningLanguage ModelingLanguage Modelling+2

Enhancing Medical Large Vision-Language Models via Alignment Distillation

2025-12-21 · Aofei Chang, Ting Wang, Fenglong Ma arxiv

Medical Large Vision-Language Models (Med-LVLMs) have shown promising results in clinical applications, but often suffer from hallucinated outputs due to misaligned visual understanding. In this work, we identify two fun…

Visual Question AnsweringMedical Report GenerationRepresentation Learning

Knowledge distillation through geometry-aware representational alignment

2025-09-27 · Prajjwal Bhattarai, Mohammad Amjad, Dmytro Zhylko, Tuka Alhanai arxiv

Knowledge distillation is a common paradigm for transferring capabilities from larger models to smaller ones. While traditional distillation methods leverage a probabilistic divergence over the output of the teacher and …

Knowledge Distillation

CTPD: Cross Tokenizer Preference Distillation

2026-01-17 · Truong Nguyen, Phi Van Dat, Ngan Nguyen, Linh Ngo Van 외 arxiv

While knowledge distillation has seen widespread use in pre-training and instruction tuning, its application to aligning language models with human preferences remains underexplored, particularly in the more realistic cr…

Knowledge Distillation