paper-with-me

홈 › Papers

ValCAT: Generating Variable-Length Contextualized Adversarial Transformations using Encoder-Decoder

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Adversarial samples are helpful to explore vulnerabilities in neural network models, improve model robustness, and explain their working mechanism. However, the adversarial texts generated by existing word substitution-based methods are trapped in a one-to-one attack pattern, which is inflexible and cramped. In this paper, we propose ValCAT, a black-box attack framework that misleads the language model by applying variable-length contextualized transformations to the original text. Experiments show that our method outperforms state-of-the-art methods on attacking several classification tasks and inference tasks. More comprehensive human evaluations demonstrate that ValCAT has a significant advantage in ensuring the fluency of the adversarial samples and achieves better semantic consistency. We release our code at https://github.com/linerxliner/ValCAT.

📄 PDF Abstract BibTeX

Code (1)

linerxliner/valcat 공식 구현

Tasks

DecoderLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

ValCAT: Variable-Length Contextualized Adversarial Transformations Using Encoder-Decoder Language Model

2022-07-01 · NAACL 2022 7 · Chuyun Deng, Mingxuan Liu, Yue Qin, Jia Zhang 외

Adversarial texts help explore vulnerabilities in language models, improve model robustness, and explain their working mechanisms. However, existing word-level attack methods trap in a one-to-one attack pattern, i.e., on…

DecoderLanguage ModelingLanguage ModellingSemantic Similarity+1

Contextualized Perturbation for Textual Adversarial Attack

2020-09-16 · NAACL 2021 4 · Dianqi Li, Yizhe Zhang, Hao Peng, Liqun Chen 외

Adversarial examples expose the vulnerabilities of natural language processing (NLP) models, and can be used to evaluate and improve their robustness. Existing techniques of generating such examples are typically driven …

Adversarial AttackLanguage ModelingLanguage Modelling

VQCPC-GAN: Variable-Length Adversarial Audio Synthesis Using Vector-Quantized Contrastive Predictive Coding

2021-05-04 · Javier Nistal, Cyran Aouameur, Stefan Lattner, Gaël Richard

Influenced by the field of Computer Vision, Generative Adversarial Networks (GANs) are often adopted for the audio domain using fixed-size two-dimensional spectrogram representations as the "image data". However, in the …

Audio Synthesis

A Geometry-Inspired Attack for Generating Natural Language Adversarial Examples

2020-10-03 · COLING 2020 8 · Zhao Meng, Roger Wattenhofer

Generating adversarial examples for natural language is hard, as natural language consists of discrete symbols, and examples are often of variable lengths. In this paper, we propose a geometry-inspired attack for generat…

Unconditional Audio Generation with Generative Adversarial Networks and Cycle Regularization

2020-05-18 · Jen-Yu Liu, Yu-Hua Chen, Yin-Cheng Yeh, Yi-Hsuan Yang

In a recent paper, we have presented a generative adversarial network (GAN)-based model for unconditional generation of the mel-spectrograms of singing voices. As the generator of the model is designed to take a variable…

Audio GenerationGenerative Adversarial Network