English

B-cos LM: Efficiently Transforming Pre-trained Language Models for Improved Explainability

Computation and Language 2025-12-10 v4 Artificial Intelligence

Abstract

Post-hoc explanation methods for black-box models often struggle with faithfulness and human interpretability due to the lack of explainability in current neural architectures. Meanwhile, B-cos networks have been introduced to improve model explainability by proposing an architecture that removes bias terms and promotes input-weight alignment. Although B-cos networks have shown success in building explainable systems, their application has so far been limited to computer vision models and their associated training pipelines. In this work, we introduce B-cos LMs, i.e., B-cos Language Models (LMs) empowered for natural language processing (NLP) tasks. Our approach directly transforms pre-trained language models into B-cos LMs by combining B-cos conversion and task fine-tuning, improving efficiency compared to previous methods. Automatic and human evaluation results demonstrate that B-cos LMs produce more faithful and human interpretable explanations than post-hoc methods, while maintaining task performance comparable to conventional fine-tuning. Our in-depth analysis explores how B-cos LMs differ from conventionally fine-tuned models in their learning processes and explanation patterns. Finally, we present a first exploration of transforming decoder-only models to B-cos LMs for generation tasks. Our code is available at https://github.com/Ewanwong/bcos_lm.

Keywords

Cite

@article{arxiv.2502.12992,
  title  = {B-cos LM: Efficiently Transforming Pre-trained Language Models for Improved Explainability},
  author = {Yifan Wang and Sukrut Rao and Ji-Ung Lee and Mayank Jobanputra and Vera Demberg},
  journal= {arXiv preprint arXiv:2502.12992},
  year   = {2025}
}

Comments

TMLR 12/2025

R2 v1 2026-06-28T21:48:56.580Z