paper-with-me

홈 › Papers

Delta Activations: A Representation for Finetuned Large Language Models

2025-09-04 · Zhiqiu Xu, Amish Sethi, Mayur Naik, Ser-Nam Lim arxiv

The success of powerful open source Large Language Models (LLMs) has enabled the community to create a vast collection of post-trained models adapted to specific tasks and domains. However, navigating and understanding these models remains challenging due to inconsistent metadata and unstructured repositories. We introduce Delta Activations, a method to represent finetuned models as vector embeddings by measuring shifts in their internal activations relative to a base model. This representation allows for effective clustering by domain and task, revealing structure in the model landscape. Delta Activations also demonstrate desirable properties: it is robust across finetuning settings and exhibits an additive property when finetuning datasets are mixed. In addition, we show that Delta Activations can embed tasks via few-shot finetuning, and further explore its use for model selection and merging. We hope Delta Activations can facilitate the practice of reusing publicly available models. Code is available at https://github.com/OscarXZQ/delta_activations.

📄 PDF Abstract BibTeX arXiv:2509.04442

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mind the Shift: Using Delta SSL Embeddings to Enhance Child ASR

2026-01-28 · Zilai Wang, Natarajan Balaji Shankar, Kaiyuan Zhang, Zihan Wang 외 arxiv

Self-supervised learning (SSL) models have achieved impressive results across many speech tasks, yet child automatic speech recognition (ASR) remains challenging due to limited data and pretraining domain mismatch. Fine-…

Self-Supervised LearningSpeech Recognition

Seeing Delta Parameters as JPEG Images: Data-Free Delta Compression with Discrete Cosine Transform

2025-03-09 · Chenyu Huang, Peng Ye, Xiaohui Wang, Shenghe Zheng 외

With transformer-based models and the pretrain-finetune paradigm becoming mainstream, the high storage and deployment costs of individual finetuned models on multiple tasks pose critical challenges. Delta compression att…

Image CompressionQuantization

Dynamic Base model Shift for Delta Compression

2025-05-16 · Chenyu Huang, Peng Ye, Shenghe Zheng, Xiaohui Wang 외

Transformer-based models with the pretrain-finetune paradigm bring about significant progress, along with the heavy storage and deployment costs of finetuned models on multiple tasks. Delta compression attempts to lower …

model

D-QRELO: Training- and Data-Free Delta Compression for Large Language Models via Quantization and Residual Low-Rank Approximation

2026-04-18 · Junlin Li, Shuangyong Song, Guodong Du, Ngai Wong 외 arxiv

Supervised Fine-Tuning (SFT) accelerates taskspecific large language models (LLMs) development, but the resulting proliferation of finetuned models incurs substantial memory overhead. Delta compression addresses this by …

Analysing Moral Bias in Finetuned LLMs through Mechanistic Interpretability

2025-10-14 · Bianca Raimondi, Daniela Dalbagno, Maurizio Gabbrielli arxiv

Large language models (LLMs) have been shown to internalize human-like biases during finetuning, yet the mechanisms by which these biases manifest remain unclear. In this work, we investigated whether the well-known Knob…