paper-with-me

Papers

Rethinking Targeted Adversarial Attacks For Neural Machine Translation

2024-07-07 · Junjie Wu, Lemao Liu, Wei Bi, Dit-yan Yeung

Targeted adversarial attacks are widely used to evaluate the robustness of neural machine translation systems. Unfortunately, this paper first identifies a critical issue in the existing settings of NMT targeted adversarial attacks, where their attacking results are largely overestimated. To this end, this paper presents a new setting for NMT targeted adversarial attacks that could lead to reliable attacking results. Under the new setting, it then proposes a Targeted Word Gradient adversarial Attack (TWGA) method to craft adversarial examples. Experimental results demonstrate that our proposed setting could provide faithful attacking results for targeted adversarial attacks on NMT systems, and the proposed TWGA method can effectively attack such victim NMT systems. In-depth analyses on a large-scale dataset further illustrate some valuable findings. 1 Our code and data are available at https://github.com/wujunjie1998/TWGA.

📄 PDF Abstract BibTeX arXiv:2407.05319

Code (1)

wujunjie1998/twga 공식 구현

Tasks

Adversarial AttackMachine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Targeted Adversarial Attacks against Neural Machine Translation

2023-03-02 · Sahar Sadrizadeh, AmirHossein Dabiri Aghdam, Ljiljana Dolamic, Pascal Frossard

Neural Machine Translation (NMT) systems are used in various applications. However, it has been shown that they are vulnerable to very small perturbations of their inputs, known as adversarial attacks. In this paper, we …

Adversarial AttackMachine TranslationNMTSentence+1

A Targeted Attack on Black-Box Neural Machine Translation with Parallel Data Poisoning

2020-11-02 · Chang Xu, Jun Wang, Yuqing Tang, Francisco Guzman 외

As modern neural machine translation (NMT) systems have been widely deployed, their security vulnerabilities require close scrutiny. Most recently, NMT systems have been found vulnerable to targeted attacks which cause t…

Data PoisoningMachine TranslationNMTTranslation

A Classification-Guided Approach for Adversarial Attacks against Neural Machine Translation

2023-08-29 · Sahar Sadrizadeh, Ljiljana Dolamic, Pascal Frossard

Neural Machine Translation (NMT) models have been shown to be vulnerable to adversarial attacks, wherein carefully crafted perturbations of the input can mislead the target model. In this paper, we introduce ACT, a novel…

Adversarial AttackMachine TranslationNMTTranslation

Putting words into the system's mouth: A targeted attack on neural machine translation using monolingual data poisoning

2021-07-12 · Jun Wang, Chang Xu, Francisco Guzman, Ahmed El-Kishky 외

Neural machine translation systems are known to be vulnerable to adversarial test inputs, however, as we show in this paper, these systems are also vulnerable to training attacks. Specifically, we propose a poisoning att…

Data PoisoningMachine TranslationMisinformationNMT+1

PGD-Imp: Rethinking and Unleashing Potential of Classic PGD with Dual Strategies for Imperceptible Adversarial Attacks

2024-12-15 · Jin Li, Zitong Yu, Ziqiang He, Z. Jane Wang 외

Imperceptible adversarial attacks have recently attracted increasing research interests. Existing methods typically incorporate external modules or loss terms other than a simple $l_p$-norm into the attack process to ach…