TL;DR
This paper introduces a greedy algorithm for extracting minimal, faithful rationales from sequence models in NLP, improving interpretability and aligning better with human explanations.
Contribution
It proposes a novel greedy rationalization method for sequential explanations, applicable to any model, with a fine-tuning step to ensure compatibility of conditional distributions.
Findings
Greedy rationales outperform baselines in faithfulness.
The method produces rationales most similar to human explanations.
Effective across language modeling and translation tasks.
Abstract
Sequence models are a critical component of modern NLP systems, but their predictions are difficult to explain. We consider model explanations though rationales, subsets of context that can explain individual model predictions. We find sequential rationales by solving a combinatorial optimization: the best rationale is the smallest subset of input tokens that would predict the same output as the full sequence. Enumerating all subsets is intractable, so we propose an efficient greedy algorithm to approximate this objective. The algorithm, which is called greedy rationalization, applies to any model. For this approach to be effective, the model should form compatible conditional distributions when making predictions on incomplete subsets of the context. This condition can be enforced with a short fine-tuning step. We study greedy rationalization on language modeling and machine…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
