paper-with-me

홈 › Papers

UNIREX: A Unified Learning Framework for Language Model Rationale Extraction

2021-12-16 · BigScience (ACL) 2022 5 · Aaron Chan, Maziar Sanjabi, Lambert Mathias, Liang Tan, Shaoliang Nie, Xiaochang Peng, Xiang Ren, Hamed Firooz

An extractive rationale explains a language model's (LM's) prediction on a given task instance by highlighting the text inputs that most influenced the prediction. Ideally, rationale extraction should be faithful (reflective of LM's actual behavior) and plausible (convincing to humans), without compromising the LM's (i.e., task model's) task performance. Although attribution algorithms and select-predict pipelines are commonly used in rationale extraction, they both rely on certain heuristics that hinder them from satisfying all three desiderata. In light of this, we propose UNIREX, a flexible learning framework that generalizes rationale extractor optimization as follows: (1) specify architecture for a learned rationale extractor; (2) select explainability objectives (i.e., faithfulness and plausibility criteria); and (3) jointly the train task model and rationale extractor on the task using the selected objectives. UNIREX enables replacing prior works' heuristic design choices with a generic learned rationale extractor in (1) and optimizing it for all three desiderata in (2)-(3). To facilitate comparison between methods with respect to multiple desiderata, we introduce the Normalized Relative Gain (NRG) metric. Across five text classification datasets, our best UNIREX configuration outperforms baselines by an average of 32.9% NRG. Plus, we find that UNIREX-trained rationale extractors can even generalize to unseen datasets and tasks.

📄 PDF Abstract BibTeX arXiv:2112.08802

Code (1)

facebookresearch/unirex 공식 구현 pytorch

Tasks

Language ModelingLanguage Modellingtext-classificationText Classification

Similar 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-…

Natural Language Inference

Make Your Decision Convincing! A Unified Two-Stage Framework: Self-Attribution and Decision-Making

2023-10-20 · Yanrui Du, Sendong Zhao, Haochun Wang, Yuhan Chen 외

Explaining black-box model behavior with natural language has achieved impressive results in various NLP tasks. Recent research has explored the utilization of subsequences from the input text as a rationale, providing u…

Decision Making

Enhancing Relation Extraction via Supervised Rationale Verification and Feedback

2024-12-10 · Yongqi Li, Xin Miao, Shen Zhou, Mayi Xu 외

Despite the rapid progress that existing automated feedback methods have made in correcting the output of large language models (LLMs), these methods cannot be well applied to the relation extraction (RE) task due to the…

RelationRelation Extraction

REFER: An End-to-end Rationale Extraction Framework for Explanation Regularization

2023-10-22 · Mohammad Reza Ghasemi Madani, Pasquale Minervini

Human-annotated textual explanations are becoming increasingly important in Explainable Natural Language Processing. Rationale extraction aims to provide faithful (i.e., reflective of the behavior of the model) and plaus…

mPMR: A Multilingual Pre-trained Machine Reader at Scale

2023-05-23 · Weiwen Xu, Xin Li, Wai Lam, Lidong Bing

We present multilingual Pre-trained Machine Reader (mPMR), a novel method for multilingual machine reading comprehension (MRC)-style pre-training. mPMR aims to guide multilingual pre-trained language models (mPLMs) to pe…

ClassificationMachine Reading ComprehensionNatural Language UnderstandingReading Comprehension+2