paper-with-me

Papers

SPECTRA: Sparse Structured Text Rationalization

2021-09-09 · EMNLP 2021 11 · Nuno Miguel Guerreiro, André F. T. Martins

Selective rationalization aims to produce decisions along with rationales (e.g., text highlights or word alignments between two sentences). Commonly, rationales are modeled as stochastic binary masks, requiring sampling-based gradient estimators, which complicates training and requires careful hyperparameter tuning. Sparse attention mechanisms are a deterministic alternative, but they lack a way to regularize the rationale extraction (e.g., to control the sparsity of a text highlight or the number of alignments). In this paper, we present a unified framework for deterministic extraction of structured explanations via constrained inference on a factor graph, forming a differentiable layer. Our approach greatly eases training and rationale regularization, generally outperforming previous work on what comes to performance and plausibility of the extracted rationales. We further provide a comparative study of stochastic and deterministic methods for rationale extraction for classification and natural language inference tasks, jointly assessing their predictive power, quality of the explanations, and model variability.

📄 PDF Abstract BibTeX arXiv:2109.04552

Code (2)

deep-spin/spectra-rationalization 공식 구현 pytorch
princeton-nlp/rationale-robustness pytorch

Tasks

Natural Language Inference

Similar Papers 제목 키워드 기반

Sparse and Structured Hopfield Networks

2024-02-21 · Saul Santos, Vlad Niculae, Daniel McNamee, Andre F. T. Martins

Modern Hopfield networks have enjoyed recent interest due to their connection to attention in transformers. Our paper provides a unified framework for sparse Hopfield networks by establishing a link with Fenchel-Young lo…

Multiple Instance LearningRetrieval

Spatial-Aware Dictionary Learning for Hyperspectral Image Classification

2013-08-06 · Ali Soltani-Farani, Hamid R. Rabiee, Seyyed Abbas Hosseini

This paper presents a structured dictionary-based model for hyperspectral data that incorporates both spectral and contextual characteristics of a spectral sample, with the goal of hyperspectral image classification. The…

ClassificationDictionary LearningGeneral ClassificationHyperspectral Image Classification+2

Structured Sparse Method for Hyperspectral Unmixing

2014-03-19 · Feiyun Zhu, Ying Wang, Shiming Xiang, Bin Fan 외

Hyperspectral Unmixing (HU) has received increasing attention in the past decades due to its ability of unveiling information latent in hyperspectral data. Unfortunately, most existing methods fail to take advantage of t…

Hyperspectral Unmixing

CREST: A Joint Framework for Rationalization and Counterfactual Text Generation

2023-05-26 · Marcos Treviso, Alexis Ross, Nuno M. Guerreiro, André F. T. Martins

Selective rationales and counterfactual examples have emerged as two effective, complementary classes of interpretability methods for analyzing and training NLP models. However, prior work has not explored how these meth…

counterfactualData AugmentationText Generationvalid

SPECTRA: Sparse Entity-centric Transitions

2019-09-25 · Rim Assouel, Yoshua Bengio

Learning an agent that interacts with objects is ubiquituous in many RL tasks. In most of them the agent's actions have sparse effects : only a small subset of objects in the visual scene will be affected by the action …