paper-with-me

Papers

Unifying Model Explainability and Robustness for Joint Text Classification and Rationale Extraction

2021-12-20 · Dongfang Li, Baotian Hu, Qingcai Chen, Tujie Xu, Jingcong Tao, Yunan Zhang

Recent works have shown explainability and robustness are two crucial ingredients of trustworthy and reliable text classification. However, previous works usually address one of two aspects: i) how to extract accurate rationales for explainability while being beneficial to prediction; ii) how to make the predictive model robust to different types of adversarial attacks. Intuitively, a model that produces helpful explanations should be more robust against adversarial attacks, because we cannot trust the model that outputs explanations but changes its prediction under small perturbations. To this end, we propose a joint classification and rationale extraction model named AT-BMC. It includes two key mechanisms: mixed Adversarial Training (AT) is designed to use various perturbations in discrete and embedding space to improve the model's robustness, and Boundary Match Constraint (BMC) helps to locate rationales more precisely with the guidance of boundary information. Performances on benchmark datasets demonstrate that the proposed AT-BMC outperforms baselines on both classification and rationale extraction by a large margin. Robustness analysis shows that the proposed AT-BMC decreases the attack success rate effectively by up to 69%. The empirical results indicate that there are connections between robust models and better explanations.

📄 PDF Abstract BibTeX arXiv:2112.10424

Code (1)

crazyofapple/at-bmc 공식 구현 pytorch

Tasks

Classificationtext-classificationText Classification

Similar Papers 제목 키워드 기반

Unifying Model Explainability and Robustness via Machine-Checkable Concepts

2020-07-01 · Vedant Nanda, Till Speicher, John P. Dickerson, Krishna P. Gummadi 외

As deep neural networks (DNNs) get adopted in an ever-increasing number of applications, explainability has emerged as a crucial desideratum for these models. In many real-world tasks, one of the principal reasons for re…

Classification-Denoising Networks

2024-10-04 · Louis Thiry, Florentin Guth

Image classification and denoising suffer from complementary issues of lack of robustness or partially ignoring conditioning information. We argue that they can be alleviated by unifying both tasks through a model of the…

ClassificationDenoisingimage-classificationImage Classification

Unifying Post-hoc Explanations of Knowledge Graph Completions

2025-07-29 · Alessandro Lonardi, Samy Badreddine, Tarek R. Besold, Pablo Sanchez Martin arxiv

Knowledge Graphs organize information as entity-relation-entity triples, enabling machine learning models to predict plausible missing triples in a task known as Knowledge Graph Completion (KGC). Post-hoc explainability …

Knowledge Graph CompletionKnowledge Graphs

Explainability-Driven Leaf Disease Classification Using Adversarial Training and Knowledge Distillation

2023-12-30 · Sebastian-Vasile Echim, Iulian-Marius Tăiatu, Dumitru-Clementin Cercel, Florin Pop

This work focuses on plant leaf disease classification and explores three crucial aspects: adversarial training, model explainability, and model compression. The models' robustness against adversarial attacks is enhanced…

Adversarial AttackClassificationComputational EfficiencyDecision Making+2

Explainable Multimodal Aspect-Based Sentiment Analysis with Dependency-guided Large Language Model

2026-01-11 · Zhongzheng Wang, Yuanhe Tian, Hongzhi Wang, Yan Song arxiv

Multimodal aspect-based sentiment analysis (MABSA) aims to identify aspect-level sentiments by jointly modeling textual and visual information, which is essential for fine-grained opinion understanding in social media. E…

Sentiment Analysis