Flexible Instance-Specific Rationalization of NLP Models
George Chrysostomou, Nikolaos Aletras

TL;DR
This paper introduces a flexible, instance-specific method for selecting feature scoring, length, and type of rationales in NLP models, improving interpretability without requiring ad-hoc choices.
Contribution
It proposes a simple, effective approach that dynamically chooses the best rationale parameters per instance, enhancing explanation faithfulness and comprehensiveness.
Findings
Outperforms fixed rationale methods in faithfulness and sufficiency
Provides more comprehensive explanations across datasets
Eliminates need for ad-hoc parameter choices
Abstract
Recent research on model interpretability in natural language processing extensively uses feature scoring methods for identifying which parts of the input are the most important for a model to make a prediction (i.e. explanation or rationale). However, previous research has shown that there is no clear best scoring method across various text classification tasks while practitioners typically have to make several other ad-hoc choices regarding the length and the type of the rationale (e.g. short or long, contiguous or not). Inspired by this, we propose a simple yet effective and flexible method that allows selecting optimally for each data instance: (1) a feature scoring method; (2) the length; and (3) the type of the rationale. Our method is inspired by input erasure approaches to interpretability which assume that the most faithful rationale for a prediction should be the one with the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Explainable Artificial Intelligence (XAI) · Natural Language Processing Techniques
