paper-with-me

Papers

Model Interpretability and Rationale Extraction by Input Mask Optimization

2025-08-15 · Marc Brinner, Sina Zarriess arxiv

Concurrent to the rapid progress in the development of neural-network based models in areas like natural language processing and computer vision, the need for creating explanations for the predictions of these black-box models has risen steadily. We propose a new method to generate extractive explanations for predictions made by neural networks, that is based on masking parts of the input which the model does not consider to be indicative of the respective class. The masking is done using gradient-based optimization combined with a new regularization scheme that enforces sufficiency, comprehensiveness and compactness of the generated explanation, three properties that are known to be desirable from the related field of rationale extraction in natural language processing. In this way, we bridge the gap between model interpretability and rationale extraction, thereby proving that the latter of which can be performed without training a specialized model, only on the basis of a trained classifier. We further apply the same method to image inputs and obtain high quality explanations for image classifications, which indicates that the conditions proposed for rationale extraction in natural language processing are more broadly applicable to different input types.

📄 PDF Abstract BibTeX arXiv:2508.11388

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Interpretable Neural Predictions with Differentiable Binary Variables

2019-05-20 · ACL 2019 7 · Jasmijn Bastings, Wilker Aziz, Ivan Titov

The success of neural networks comes hand in hand with a desire for more interpretability. We focus on text classifiers and make them more interpretable by having them provide a justification, a rationale, for their pred…

Think Rationally about What You See: Continuous Rationale Extraction for Relation Extraction

2023-05-02 · Xuming Hu, Zhaochen Hong, Chenwei Zhang, Irwin King 외

Relation extraction (RE) aims to extract potential relations according to the context of two entities, thus, deriving rational contexts from sentences plays an important role. Previous works either focus on how to levera…

counterfactualRelationRelation ExtractionSentence

An Information Bottleneck Approach for Controlling Conciseness in Rationale Extraction

2020-05-01 · EMNLP 2020 11 · Bhargavi Paranjape, Mandar Joshi, John Thickstun, Hannaneh Hajishirzi 외

Decisions of complex language understanding models can be rationalized by limiting their inputs to a relevant subsequence of the original text. A rationale should be as concise as possible without significantly degrading…

Is the MMI Criterion Necessary for Interpretability? Degenerating Non-causal Features to Plain Noise for Self-Rationalization

2024-10-08 · Wei Liu, Zhiying Deng, Zhongyu Niu, Jun Wang 외

An important line of research in the field of explainability is to extract a small subset of crucial rationales from the full input. The most widely used criterion for rationale extraction is the maximum mutual informati…

QUASER: Question Answering with Scalable Extractive Rationalization

2021-05-16 · ACL ARR May 2021 5 · Anonymous

Designing NLP models that produce predictions by first extracting a set of relevant input sentences (i.e., rationales), is gaining importance as a means to improving model interpretability and to producing supporting evi…

Question Answering