paper-with-me

홈 › Papers

SentiX: A Sentiment-Aware Pre-Trained Model for Cross-Domain Sentiment Analysis

2020-12-01 · COLING 2020 8 · Jie zhou, Junfeng Tian, Rui Wang, Yuanbin Wu, Wenming Xiao, Liang He

Pre-trained language models have been widely applied to cross-domain NLP tasks like sentiment analysis, achieving state-of-the-art performance. However, due to the variety of users{'} emotional expressions across domains, fine-tuning the pre-trained models on the source domain tends to overfit, leading to inferior results on the target domain. In this paper, we pre-train a sentiment-aware language model (SentiX) via domain-invariant sentiment knowledge from large-scale review datasets, and utilize it for cross-domain sentiment analysis task without fine-tuning. We propose several pre-training tasks based on existing lexicons and annotations at both token and sentence levels, such as emoticons, sentiment words, and ratings, without human interference. A series of experiments are conducted and the results indicate the great advantages of our model. We obtain new state-of-the-art results in all the cross-domain sentiment analysis tasks, and our proposed SentiX can be trained with only 1{\%} samples (18 samples) and it achieves better performance than BERT with 90{\%} samples.

📄 PDF Abstract BibTeX

Code (1)

12190143/sentix 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingSentenceSentiment Analysis

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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.
Weight Decay 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

SentiXRL: An advanced large language Model Framework for Multilingual Fine-Grained Emotion Classification in Complex Text Environment

2024-11-27 · Jie Wang, Yichen Wang, Zhilin Zhang, Jianhao Zeng 외

With strong expressive capabilities in Large Language Models(LLMs), generative models effectively capture sentiment structures and deep semantics, however, challenges remain in fine-grained sentiment classification acros…

ClassificationDecision MakingEmotion ClassificationLanguage Modeling+6

FaiMA: Feature-aware In-context Learning for Multi-domain Aspect-based Sentiment Analysis

2024-03-02 · Songhua Yang, Xinke Jiang, Hanjie Zhao, Wenxuan Zeng 외

Multi-domain aspect-based sentiment analysis (ABSA) seeks to capture fine-grained sentiment across diverse domains. While existing research narrowly focuses on single-domain applications constrained by methodological lim…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Contrastive LearningGraph Attention+3

Prototype-Regularized Federated Learning for Cross-Domain Aspect Sentiment Triplet Extraction

2026-04-10 · Zongming Cai, Jianhang Tang, Zhenyong Zhang, Jinghui Qin 외 arxiv

Aspect Sentiment Triplet Extraction (ASTE) aims to extract all sentiment triplets of aspect terms, opinion terms, and sentiment polarities from a sentence. Existing methods are typically trained on individual datasets in…

Aspect Sentiment Triplet ExtractionFederated Learning

Multi-refined Feature Enhanced Sentiment Analysis Using Contextual Instruction

2025-11-01 · Peter Atandoh, Jie Zou, Weikang Guo, Jiwei Wei 외 arxiv

Sentiment analysis using deep learning and pre-trained language models (PLMs) has gained significant traction due to their ability to capture rich contextual representations. However, existing approaches often underperfo…

Sentiment Analysis

Balancing the Style-Content Trade-Off in Sentiment Transfer UsingPolarity-Aware Denoising

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

We present a polarity-aware denoising-based sentiment transfer model, which accurately controls the sentiment attributes in generated text, preserving the content to a great extent. Though current models have shown good …

DenoisingRepresentation Learning