paper-with-me

Papers

Simple Contrastive Representation Adversarial Learning for NLP Tasks

2021-11-26 · Deshui Miao, JiaQi Zhang, WenBo Xie, Jian Song, Xin Li, Lijuan Jia, Ning Guo

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 representation ability. However, the construction of learning pairs over contrastive learning is much harder in NLP tasks. Previous works generate word-level changes to form pairs, but small transforms may cause notable changes on the meaning of sentences as the discrete and sparse nature of natural language. In this paper, adversarial training is performed to generate challenging and harder learning adversarial examples over the embedding space of NLP as learning pairs. Using contrastive learning improves the generalization ability of adversarial training because contrastive loss can uniform the sample distribution. And at the same time, adversarial training also enhances the robustness of contrastive learning. Two novel frameworks, supervised contrastive adversarial learning (SCAL) and unsupervised SCAL (USCAL), are proposed, which yields learning pairs by utilizing the adversarial training for contrastive learning. The label-based loss of supervised tasks is exploited to generate adversarial examples while unsupervised tasks bring contrastive loss. To validate the effectiveness of the proposed framework, we employ it to Transformer-based models for natural language understanding, sentence semantic textual similarity and adversarial learning tasks. Experimental results on GLUE benchmark tasks show that our fine-tuned supervised method outperforms BERT$_{base}$ over 1.75\%. We also evaluate our unsupervised method on semantic textual similarity (STS) tasks, and our method gets 77.29\% with BERT$_{base}$. The robustness of our approach conducts state-of-the-art results under multiple adversarial datasets on NLI tasks.

📄 PDF Abstract BibTeX arXiv:2111.13301

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningNatural Language UnderstandingSelf-Supervised LearningSemantic Textual SimilaritySentenceSTS

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar 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 e…

ClassificationContrastive Learningintent-classificationIntent Classification+3

PointACL:Adversarial Contrastive Learning for Robust Point Clouds Representation under Adversarial Attack

2022-09-14 · Junxuan Huang, Yatong An, Lu Cheng, Bai Chen 외

Despite recent success of self-supervised based contrastive learning model for 3D point clouds representation, the adversarial robustness of such pre-trained models raised concerns. Adversarial contrastive learning (ACL)…

3D ClassificationAdversarial AttackAdversarial RobustnessContrastive Learning

ARIEL: Adversarial Graph Contrastive Learning

2022-08-15 · Shengyu Feng, Baoyu Jing, Yada Zhu, Hanghang Tong

Contrastive learning is an effective unsupervised method in graph representation learning, and the key component of contrastive learning lies in the construction of positive and negative samples. Previous methods usually…

Contrastive LearningData AugmentationGraph Representation LearningRepresentation Learning

EdgePruner: Poisoned Edge Pruning in Graph Contrastive Learning

2023-12-12 · Hiroya Kato, Kento Hasegawa, Seira Hidano, Kazuhide Fukushima

Graph Contrastive Learning (GCL) is unsupervised graph representation learning that can obtain useful representation of unknown nodes. The node representation can be utilized as features of downstream tasks. However, GCL…

Contrastive LearningGraph Representation LearningNode ClassificationRepresentation Learning

Adversarial Graph Contrastive Learning with Information Regularization

2022-02-14 · Shengyu Feng, Baoyu Jing, Yada Zhu, Hanghang Tong

Contrastive learning is an effective unsupervised method in graph representation learning. Recently, the data augmentation based contrastive learning method has been extended from images to graphs. However, most prior wo…

Contrastive LearningData AugmentationGraph Representation LearningNode Classification+1