paper-with-me

Papers

Improved Text Classification via Contrastive Adversarial Training

2021-07-21 · Lin Pan, Chung-Wei Hang, Avirup Sil, Saloni Potdar

We propose a simple and general method to regularize the fine-tuning of Transformer-based encoders for text classification tasks. Specifically, during fine-tuning we generate adversarial examples by perturbing the word embeddings of the model and perform contrastive learning on clean and adversarial examples in order to teach the model to learn noise-invariant representations. By training on both clean and adversarial examples along with the additional contrastive objective, we observe consistent improvement over standard fine-tuning on clean examples. On several GLUE benchmark tasks, our fine-tuned BERT Large model outperforms BERT Large baseline by 1.7% on average, and our fine-tuned RoBERTa Large improves over RoBERTa Large baseline by 1.3%. We additionally validate our method in different domains using three intent classification datasets, where our fine-tuned RoBERTa Large outperforms RoBERTa Large baseline by 1-2% on average.

📄 PDF Abstract BibTeX arXiv:2107.10137

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationContrastive Learningintent-classificationIntent Classificationtext-classificationText ClassificationWord Embeddings

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Contrastive Learning 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Residual Connection 설명 없음
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

Improving Gradient-based Adversarial Training for Text Classification by Contrastive Learning and Auto-Encoder

2021-09-14 · Findings (ACL) 2021 8 · Yao Qiu, Jinchao Zhang, Jie zhou

Recent work has proposed several efficient approaches for generating gradient-based adversarial perturbations on embeddings and proved that the model's performance and robustness can be improved when they are trained wit…

Adversarial AttackContrastive LearningSentencetext-classification+1

SCAT: Robust Self-supervised Contrastive Learning via Adversarial Training for Text Classification

2023-07-04 · Junjie Wu, Dit-yan Yeung

Despite their promising performance across various natural language processing (NLP) tasks, current NLP systems are vulnerable to textual adversarial attacks. To defend against these attacks, most existing methods apply …

Contrastive Learningtext-classificationText Classification

FACTUAL: A Novel Framework for Contrastive Learning Based Robust SAR Image Classification

2024-04-04 · Xu Wang, Tian Ye, Rajgopal Kannan, Viktor Prasanna

Deep Learning (DL) Models for Synthetic Aperture Radar (SAR) Automatic Target Recognition (ATR), while delivering improved performance, have been shown to be quite vulnerable to adversarial attacks. Existing works improv…

Contrastive Learningimage-classificationImage Classification

Simple Contrastive Representation Adversarial Learning for NLP Tasks

2021-11-26 · Deshui Miao, JiaQi Zhang, WenBo Xie, Jian Song 외

Self-supervised learning approach like contrastive learning is attached great attention in natural language processing. It uses pairs of training data augmentations to build a classification task for an encoder with well…

Contrastive LearningNatural Language UnderstandingSelf-Supervised LearningSemantic Textual Similarity+2

Supervised Contrastive Prototype Learning: Augmentation Free Robust Neural Network

2022-11-26 · Iordanis Fostiropoulos, Laurent Itti

Transformations in the input space of Deep Neural Networks (DNN) lead to unintended changes in the feature space. Almost perceptually identical inputs, such as adversarial examples, can have significantly distant feature…

ClassificationContrastive Learning