Exploring the Trade-off Between Model Performance and Explanation Plausibility of Text Classifiers Using Human Rationales
Lucas E. Resck, Marcos M. Raimundo, Jorge Poco
TL;DR
This work tackles the gap between faithful yet potentially implausible post-hoc explanations and human intuition in text classifiers. It introduces a model- and explainer-agnostic framework that injects human rationales during training via a contrastive-inspired loss, optimized alongside the standard cross-entropy loss in a multi-objective setup to trace a Pareto frontier between accuracy and plausibility. Empirical results across DistilBERT, BERT-Mini, and TF-IDF models on HateXplain, TSE, and Movie Reviews show improved explanation plausibility (via LIME/SHAP) with small or negligible decreases in predictive performance, and enhanced faithfulness metrics like sufficiency. The approach is robust across explainers and datasets, offering a practical path to more trustworthy NLP models while preserving flexibility and scalability for diverse architectures and tasks.
Abstract
Saliency post-hoc explainability methods are important tools for understanding increasingly complex NLP models. While these methods can reflect the model's reasoning, they may not align with human intuition, making the explanations not plausible. In this work, we present a methodology for incorporating rationales, which are text annotations explaining human decisions, into text classification models. This incorporation enhances the plausibility of post-hoc explanations while preserving their faithfulness. Our approach is agnostic to model architectures and explainability methods. We introduce the rationales during model training by augmenting the standard cross-entropy loss with a novel loss function inspired by contrastive learning. By leveraging a multi-objective optimization algorithm, we explore the trade-off between the two loss functions and generate a Pareto-optimal frontier of models that balance performance and plausibility. Through extensive experiments involving diverse models, datasets, and explainability methods, we demonstrate that our approach significantly enhances the quality of model explanations without causing substantial (sometimes negligible) degradation in the original model's performance.
