CLAIJan 3, 2025

Boosting Explainability through Selective Rationalization in Pre-trained Language Models

arXiv:2501.03182v12 citationsh-index: 13Has CodeKDD
Originality Incremental advance
AI Analysis

This addresses explainability issues in NLP for users of PLMs, but it is incremental as it builds on existing rationalization frameworks.

The paper tackles the problem of applying selective rationalization to pre-trained language models (PLMs), which often fails due to token homogeneity, and proposes PLMR, a method that splits PLMs into a generator and predictor to provide interpretable rationales, showing effectiveness on two datasets across multiple PLMs.

The widespread application of pre-trained language models (PLMs) in natural language processing (NLP) has led to increasing concerns about their explainability. Selective rationalization is a self-explanatory framework that selects human-intelligible input subsets as rationales for predictions. Recent studies have shown that applying existing rationalization frameworks to PLMs will result in severe degeneration and failure problems, producing sub-optimal or meaningless rationales. Such failures severely damage trust in rationalization methods and constrain the application of rationalization techniques on PLMs. In this paper, we find that the homogeneity of tokens in the sentences produced by PLMs is the primary contributor to these problems. To address these challenges, we propose a method named Pre-trained Language Model's Rationalization (PLMR), which splits PLMs into a generator and a predictor to deal with NLP tasks while providing interpretable rationales. The generator in PLMR also alleviates homogeneity by pruning irrelevant tokens, while the predictor uses full-text information to standardize predictions. Experiments conducted on two widely used datasets across multiple PLMs demonstrate the effectiveness of the proposed method PLMR in addressing the challenge of applying selective rationalization to PLMs. Codes: https://github.com/ylb777/PLMR.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes