paper-with-me

Papers

Learning Self-Interpretation from Interpretability Artifacts: Training Lightweight Adapters on Vector-Label Pairs

2026-02-10 · Keenan Pepper, Alex McKenzie, Florin Pop, Stijn Servaes, Martin Leitgab, Mike Vaiana, Judd Rosenblatt, Michael S. A. Graziano, Diogo de Lucena arxiv

Self-interpretation methods prompt language models to describe their own internal states, but remain unreliable due to hyperparameter sensitivity. We show that training lightweight adapters on interpretability artifacts, while keeping the LM entirely frozen, yields reliable self-interpretation across tasks and model families. A scalar affine adapter with just $d_\text{model}+1$ parameters suffices: trained adapters generate sparse autoencoder feature labels that outperform the training labels themselves (70% vs 50% generation scoring at 70B scale), identify topics with 94% recall@1 versus 1% for untrained baselines, and decode bridge entities in multi-hop reasoning that appear in neither prompt nor response, surfacing implicit reasoning without chain-of-thought. The learned bias vector alone accounts for 85% of improvement, and simpler adapters generalize better than more expressive alternatives. Controlling for model knowledge via prompted descriptions, we find self-interpretation gains outpace capability gains from 7B to 72B parameters. Our results demonstrate that self-interpretation improves with scale, without modifying the model being interpreted.

📄 PDF Abstract BibTeX arXiv:2602.10352

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Proper Network Interpretability Helps Adversarial Robustness in Classification

2020-06-26 · ICML 2020 1 · Akhilan Boopathy, Sijia Liu, Gaoyuan Zhang, Cynthia Liu 외

Recent works have empirically shown that there exist adversarial examples that can be hidden from neural network interpretability (namely, making network interpretation maps visually similar), or interpretability is itse…

Adversarial RobustnessClassificationGeneral ClassificationNetwork Interpretation+1

Visual Interpretability Alone Helps Adversarial Robustness

2019-09-25 · Akhilan Boopathy, Sijia Liu, Gaoyuan Zhang, Pin-Yu Chen 외

Recent works have empirically shown that there exist adversarial examples that can be hidden from neural network interpretability, and interpretability is itself susceptible to adversarial attacks. In this paper, we t…

Adversarial Robustness

Fidelity of Interpretability Methods and Perturbation Artifacts in Neural Networks

2022-03-06 · Lennart Brocki, Neo Christopher Chung

Despite excellent performance of deep neural networks (DNNs) in image classification, detection, and prediction, characterizing how DNNs make a given decision remains an open problem, resulting in a number of interpretab…

image-classificationImage Classification

Noise Modulation: Let Your Model Interpret Itself

2021-03-19 · Haoyang Li, Xinggang Wang

Given the great success of Deep Neural Networks(DNNs) and the black-box nature of it,the interpretability of these models becomes an important issue.The majority of previous research works on the post-hoc interpretation …

model

DimVis: Interpreting Visual Clusters in Dimensionality Reduction With Explainable Boosting Machine

2024-02-10 · Parisa Salmanian, Angelos Chatzimparmpas, Ali Can Karaca, Rafael M. Martins

Dimensionality Reduction (DR) techniques such as t-SNE and UMAP are popular for transforming complex datasets into simpler visual representations. However, while effective in uncovering general dataset patterns, these me…

Dimensionality ReductionFeature Importance