paper-with-me

Papers

Interpretable Adversarial Training for Text

2019-05-30 · Samuel Barham, Soheil Feizi

Generating high-quality and interpretable adversarial examples in the text domain is a much more daunting task than it is in the image domain. This is due partly to the discrete nature of text, partly to the problem of ensuring that the adversarial examples are still probable and interpretable, and partly to the problem of maintaining label invariance under input perturbations. In order to address some of these challenges, we introduce sparse projected gradient descent (SPGD), a new approach to crafting interpretable adversarial examples for text. SPGD imposes a directional regularization constraint on input perturbations by projecting them onto the directions to nearby word embeddings with highest cosine similarities. This constraint ensures that perturbations move each word embedding in an interpretable direction (i.e., towards another nearby word embedding). Moreover, SPGD imposes a sparsity constraint on perturbations at the sentence level by ignoring word-embedding perturbations whose norms are below a certain threshold. This constraint ensures that our method changes only a few words per sequence, leading to higher quality adversarial examples. Our experiments with the IMDB movie review dataset show that the proposed SPGD method improves adversarial example interpretability and likelihood (evaluated by average per-word perplexity) compared to state-of-the-art methods, while suffering little to no loss in training performance.

📄 PDF Abstract BibTeX arXiv:1905.12864

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceWord Embeddings

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

On the Benefits of Models with Perceptually-Aligned Gradients

2020-05-04 · Gunjan Aggarwal, Abhishek Sinha, Nupur Kumari, Mayank Singh

Adversarial robust models have been shown to learn more robust and interpretable features than standard trained models. As shown in [\cite{tsipras2018robustness}], such robust models inherit useful interpretable properti…

Interpretable Adversarial Perturbation in Input Embedding Space for Text

2018-05-08 · Motoki Sato, Jun Suzuki, Hiroyuki Shindo, Yuji Matsumoto

Following great success in the image processing field, the idea of adversarial training has been applied to tasks in the natural language processing (NLP) field. One promising approach directly applies adversarial traini…

Sentence

DAMASHA: Detecting AI in Mixed Adversarial Texts via Segmentation with Human-interpretable Attribution

2025-12-04 · L. D. M. S. Sai Teja, N. Siva Gopala Krishna, Ufaq Khan, Muhammad Haris Khan 외 arxiv

In the age of advanced large language models (LLMs), the boundaries between human and AI-generated text are becoming increasingly blurred. We address the challenge of segmenting mixed-authorship text, that is identifying…

Jacobian Norm with Selective Input Gradient Regularization for Improved and Interpretable Adversarial Defense

2022-07-09 · Deyin Liu, Lin Wu, Haifeng Zhao, Farid Boussaid 외

Deep neural networks (DNNs) are known to be vulnerable to adversarial examples that are crafted with imperceptible perturbations, i.e., a small change in an input image can induce a mis-classification, and thus threatens…

Adversarial Defense

Learning Interpretable and Discrete Representations with Adversarial Training for Unsupervised Text Classification

2020-04-28 · Yau-Shian Wang, Hung-Yi Lee, Yun-Nung Chen

Learning continuous representations from unlabeled textual data has been increasingly studied for benefiting semi-supervised learning. Although it is relatively easier to interpret discrete representations, due to the di…

General Classificationtext-classificationText ClassificationUnsupervised Text Classification