paper-with-me

홈 › Papers

IA2: Alignment with ICL Activations Improves Supervised Fine-Tuning

2025-09-26 · Aayush Mishra, Daniel Khashabi, Anqi Liu arxiv

Supervised Fine-Tuning (SFT) is used to specialize model behavior by training weights to produce intended target responses for queries. In contrast, In-Context Learning (ICL) adapts models during inference with instructions or demonstrations in the prompt. ICL can offer better generalizability and more calibrated responses compared to SFT in data scarce settings, at the cost of more inference compute. In this work, we ask the question: Can ICL's internal computations be used to improve the qualities of SFT? We first show that ICL and SFT produce distinct activation patterns, indicating that the two methods achieve adaptation through different functional mechanisms. Motivated by this observation and to use ICL's rich functionality, we introduce ICL Activation Alignment (IA2), a self-distillation technique which aims to replicate ICL's activation patterns in SFT models and incentivizes ICL-like internal reasoning. Performing IA2 as a priming step before SFT significantly improves the accuracy and calibration of model outputs, as shown by our extensive empirical results on 12 popular benchmarks and two model families. This finding is not only practically useful, but also offers a conceptual window into the inner mechanics of model adaptation.

📄 PDF Abstract BibTeX arXiv:2509.22621

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Mechanistic Investigation of Supervised Fine Tuning

2026-05-12 · Ruhaan Chopra arxiv

The cosine similarity between a large language model's hidden activations before and after Supervised Fine-Tuning (SFT) remains very high. This, at first glance, suggests that SFT leaves the model's activation geometry l…

What Shapes Emergent Misalignment? Insights from Training Dynamics, Model Priors, and Data

2026-06-18 · Yuchen Zhang, Anietta Weckauff, Diego Garcia-Olano, Maksym Andriushchenko arxiv

Emergent misalignment (EM) is a phenomenon in which models generalize with narrow fine-tuning, leading to broad (yet uneven) misalignment across evaluation questions. We study EM and its variability directly through the …

InferAligner: Inference-Time Alignment for Harmlessness through Cross-Model Guidance

2024-01-20 · Pengyu Wang, Dong Zhang, Linyang Li, Chenkun Tan 외

With the rapid development of large language models (LLMs), they are not only used as general-purpose AI assistants but are also customized through further fine-tuning to meet the requirements of different applications. …

Steering into New Embedding Spaces: Analyzing Cross-Lingual Alignment Induced by Model Interventions in Multilingual Language Models

2025-02-21 · Anirudh Sundar, Sinead Williamson, Katherine Metcalf, Barry-John Theobald 외

Aligned representations across languages is a desired property in multilingual large language models (mLLMs), as alignment can improve performance in cross-lingual tasks. Typically alignment requires fine-tuning a model,…

Retrieval

SHIFT: Motion Alignment in Video Diffusion Models with Adversarial Hybrid Fine-Tuning

2026-03-18 · Xi Ye, Wenjia Yang, Yangyang Xu, Xiaoyang Liu 외 arxiv

Image-conditioned video diffusion models achieve impressive visual realism but often suffer from weakened motion fidelity, e.g., reduced motion dynamics or degraded long-term temporal coherence, especially after fine-tun…