paper-with-me

홈 › Papers

SoftMCL: Soft Momentum Contrastive Learning for Fine-grained Sentiment-aware Pre-training

2024-05-03 · Jin Wang, Liang-Chih Yu, Xuejie Zhang

The pre-training for language models captures general language understanding but fails to distinguish the affective impact of a particular context to a specific word. Recent works have sought to introduce contrastive learning (CL) for sentiment-aware pre-training in acquiring affective information. Nevertheless, these methods present two significant limitations. First, the compatibility of the GPU memory often limits the number of negative samples, hindering the opportunities to learn good representations. In addition, using only a few sentiment polarities as hard labels, e.g., positive, neutral, and negative, to supervise CL will force all representations to converge to a few points, leading to the issue of latent space collapse. This study proposes a soft momentum contrastive learning (SoftMCL) for fine-grained sentiment-aware pre-training. Instead of hard labels, we introduce valence ratings as soft-label supervision for CL to fine-grained measure the sentiment similarities between samples. The proposed SoftMCL is conducted on both the word- and sentence-level to enhance the model's ability to learn affective information. A momentum queue was introduced to expand the contrastive samples, allowing storing and involving more negatives to overcome the limitations of hardware platforms. Extensive experiments were conducted on four different sentiment-related tasks, which demonstrates the effectiveness of the proposed SoftMCL method. The code and data of the proposed SoftMCL is available at: https://www.github.com/wangjin0818/SoftMCL/.

📄 PDF Abstract BibTeX arXiv:2405.01827

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningGPUSentence

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Fine-Grained Classification with Noisy Labels

2023-03-04 · CVPR 2023 1 · Qi Wei, Lei Feng, Haoliang Sun, Ren Wang 외

Learning with noisy labels (LNL) aims to ensure model generalization given a label-corrupted training set. In this work, we investigate a rarely studied scenario of LNL on fine-grained datasets (LNL-FG), which is more pr…

ClassificationContrastive LearningLearning with noisy labels

Label Contrastive Coding based Graph Neural Network for Graph Classification

2021-01-14 · Yuxiang Ren, Jiyang Bai, Jiawei Zhang

Graph classification is a critical research problem in many applications from different domains. In order to learn a graph classification model, the most widely used supervision component is an output layer together with…

ClassificationContrastive LearningGeneral ClassificationGraph Classification+2

Unsupervised Visual Representation Learning by Synchronous Momentum Grouping

2022-07-13 · Bo Pang, Yifan Zhang, Yaoyi Li, Jia Cai 외

In this paper, we propose a genuine group-level contrastive visual representation learning method whose linear evaluation performance on ImageNet surpasses the vanilla supervised learning. Two mainstream unsupervised lea…

ClusteringContrastive LearningLinear evaluationRepresentation Learning+1

Single-Stream Multi-Level Alignment for Vision-Language Pretraining

2022-03-27 · Zaid Khan, Vijay Kumar BG, Xiang Yu, Samuel Schulter 외

Self-supervised vision-language pretraining from pure images and text with a contrastive loss is effective, but ignores fine-grained alignment due to a dual-stream architecture that aligns image and text representations …

Image-text RetrievalQuestion AnsweringReferring ExpressionRepresentation Learning+4

SLADE: Shielding against Dual Exploits in Large Vision-Language Models

2025-01-01 · CVPR 2025 1 · Md Zarif Hossain, Ahmed Imteaj

Large Vision-Language Models (LVLMs) have emerged as transformative tools in multimodal tasks, seamlessly integrating pretrained vision encoders to align visual and textual modalities. Prior works have highlighted th…

Contrastive LearningInstruction Following