English

Universal Activation Verbalizer: A Unified Framework for Cross-Model Activation Explanation

Computation and Language 2026-05-26 v1 Machine Learning

Abstract

Activation verbalization explains hidden representations in natural language, but existing methods are mostly limited to self-explanation, where each model explains only its own activations. We introduce Universal Activation Verbalizer (UAV), a framework that uses a shared decoder to explain activations from heterogeneous donor models. UAV learns a lightweight adapter that converts donor activations into soft tokens in decoder's embedding space, and further supports adapter-only transfer by reusing a frozen decoder-side LoRA while training only a new adapter for another donor. Across classification, fact retrieval, and gist summarization, UAV remains competitive with strong self-explanation baselines while enabling cross-model verbalization across model families and scales. Ablations show that decoder-side tuning mainly improves task behavior, whereas the adapter provides the activation-grounded factual and semantic information needed for faithful explanations.

Cite

@article{arxiv.2605.25903,
  title  = {Universal Activation Verbalizer: A Unified Framework for Cross-Model Activation Explanation},
  author = {Haiyan Zhao and Zirui He and Guanchu Wang and Ali Payani and Yingcong Li and Mengnan Du},
  journal= {arXiv preprint arXiv:2605.25903},
  year   = {2026}
}

Comments

23 pages, 11 figures, 11 tables

R2 v1 2026-07-22T07:32:37.945Z