A sentence-level prototype surrogate is trained to imitate LLM predictions and its prototype matches are used as explanations; the paper claims state-of-the-art faithfulness with moderate evidence.
Advancing Interpretability in Text Classification through Prototype Learning
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Deep neural networks have achieved remarkable performance in various text-based tasks but often lack interpretability, making them less suitable for applications where transparency is critical. To address this, we propose ProtoLens, a novel prototype-based model that provides fine-grained, sub-sentence level interpretability for text classification. ProtoLens uses a Prototype-aware Span Extraction module to identify relevant text spans associated with learned prototypes and a Prototype Alignment mechanism to ensure prototypes are semantically meaningful throughout training. By aligning the prototype embeddings with human-understandable examples, ProtoLens provides interpretable predictions while maintaining competitive accuracy. Extensive experiments demonstrate that ProtoLens outperforms both prototype-based and non-interpretable baselines on multiple text classification benchmarks. Code and data are available at \url{https://anonymous.4open.science/r/ProtoLens-CE0B/}.
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Learning to Explain: Prototype-Based Surrogate Models for LLM Classification
A sentence-level prototype surrogate is trained to imitate LLM predictions and its prototype matches are used as explanations; the paper claims state-of-the-art faithfulness with moderate evidence.