paper-with-me

Papers

Balanced Adversarial Training: Balancing Tradeoffs between Fickleness and Obstinacy in NLP Models

2022-10-20 · Hannah Chen, Yangfeng Ji, David Evans

Traditional (fickle) adversarial examples involve finding a small perturbation that does not change an input's true label but confuses the classifier into outputting a different prediction. Conversely, obstinate adversarial examples occur when an adversary finds a small perturbation that preserves the classifier's prediction but changes the true label of an input. Adversarial training and certified robust training have shown some effectiveness in improving the robustness of machine learnt models to fickle adversarial examples. We show that standard adversarial training methods focused on reducing vulnerability to fickle adversarial examples may make a model more vulnerable to obstinate adversarial examples, with experiments for both natural language inference and paraphrase identification tasks. To counter this phenomenon, we introduce Balanced Adversarial Training, which incorporates contrastive learning to increase robustness against both fickle and obstinate adversarial examples.

📄 PDF Abstract BibTeX arXiv:2210.11498

Code (1)

hannahxchen/balanced-adversarial-training 공식 구현 pytorch

Tasks

Contrastive LearningNatural Language InferenceParaphrase Identification

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Balanced Adversarial Training: Balancing Tradeoffs Between Oversensitivity and Undersensitivity in NLP Models

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

Traditional (\emph{oversensitive}) adversarial examples involve finding a small perturbation that does not change an input's true label but confuses the classifier into outputting a different prediction. \emph{Undersensi…

Contrastive LearningNatural Language InferenceParaphrase Identification

Tradeoffs in Resampling and Filtering for Imbalanced Classification

2022-08-31 · Ryan Muther, David Smith

Imbalanced classification problems are extremely common in natural language processing and are solved using a variety of resampling and filtering techniques, which often involve making decisions on how to select training…

Classificationimbalanced classificationRetrievaltoken-classification+1

Provable tradeoffs in adversarially robust classification

2020-06-09 · Edgar Dobriban, Hamed Hassani, David Hong, Alexander Robey

It is well known that machine learning methods can be vulnerable to adversarially-chosen perturbations of their inputs. Despite significant progress in the area, foundational open problems remain. In this paper, we addre…

ClassificationGeneral ClassificationRobust classification

Alleviating the Effect of Data Imbalance on Adversarial Training

2023-07-14 · Guanlin Li, Guowen Xu, Tianwei Zhang

In this paper, we study adversarial training on datasets that obey the long-tailed distribution, which is practical but rarely explored in previous works. Compared with conventional adversarial training on balanced datas…

Balancing Act: Prioritization Strategies for LLM-Designed Restless Bandit Rewards

2024-08-22 · Shresth Verma, Niclas Boehmer, Lingkai Kong, Milind Tambe

LLMs are increasingly used to design reward functions based on human preferences in Reinforcement Learning (RL). We focus on LLM-designed rewards for Restless Multi-Armed Bandits, a framework for allocating limited resou…

Language ModelingLanguage ModellingMulti-Armed BanditsReinforcement Learning (RL)