paper-with-me

홈 › Papers

Concept Layers: Enhancing Interpretability and Intervenability via LLM Conceptualization

2025-02-19 · Or Raphael Bidusa, Shaul Markovitch

The opaque nature of Large Language Models (LLMs) has led to significant research efforts aimed at enhancing their interpretability, primarily through post-hoc methods. More recent in-hoc approaches, such as Concept Bottleneck Models (CBMs), offer both interpretability and intervenability by incorporating explicit concept representations. However, these methods suffer from key limitations, including reliance on labeled concept datasets and significant architectural modifications that challenges re-integration into existing system pipelines. In this work, we introduce a new methodology for incorporating interpretability and intervenability into an existing model by integrating Concept Layers (CLs) into its architecture. Our approach projects the model's internal vector representations into a conceptual, explainable vector space before reconstructing and feeding them back into the model. Furthermore, we eliminate the need for a human-selected concept set by algorithmically searching an ontology for a set of concepts that can be either task-specific or task-agnostic. We evaluate CLs across multiple tasks, demonstrating that they maintain the original model's performance and agreement while enabling meaningful interventions. Additionally, we present a proof of concept showcasing an intervenability interface, allowing users to adjust model behavior dynamically, such as mitigating biases during inference.

📄 PDF Abstract BibTeX arXiv:2502.13632

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Ontology 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Do Concept Bottleneck Models Learn as Intended?

2021-05-10 · Andrei Margeloiu, Matthew Ashman, Umang Bhatt, Yanzhi Chen 외

Concept bottleneck models map from raw inputs to concepts, and then from concepts to targets. Such models aim to incorporate pre-specified, high-level concepts into the learning procedure, and have been motivated to meet…

Prototype-Grounded Concept Models for Verifiable Concept Alignment

2026-04-17 · Stefano Colamonaco, David Debot, Pietro Barbiero, Giuseppe Marra arxiv

Concept Bottleneck Models (CBMs) aim to improve interpretability in Deep Learning by structuring predictions through human-understandable concepts, but they provide no way to verify whether learned concepts align with th…

Teaching and Critiquing Conceptualization and Operationalization in NLP

2025-12-20 · Vagrant Gautam arxiv

NLP researchers regularly invoke abstract concepts like "interpretability," "bias," "reasoning," and "stereotypes," without defining them. Each subfield has a shared understanding or conceptualization of what these terms…

Quantifying the Accuracy-Interpretability Trade-Off in Concept-Based Sidechannel Models

2025-10-07 · David Debot, Giuseppe Marra arxiv

Concept Bottleneck Models (CBNMs) are deep learning models that provide interpretability by enforcing a bottleneck layer where predictions are based exclusively on human-understandable concepts. However, this constraint …

Beyond Concept Bottleneck Models: How to Make Black Boxes Intervenable?

2024-01-24 · Sonia Laguna, Ričards Marcinkevičs, Moritz Vandenhirtz, Julia E. Vogt

Recently, interpretable machine learning has re-explored concept bottleneck models (CBM). An advantage of this model class is the user's ability to intervene on predicted concept values, affecting the downstream output. …

Interpretable Machine LearningLanguage Modelling