paper-with-me

홈 › Papers

Unsupervised Sentiment Analysis by Transferring Multi-source Knowledge

2021-05-09 · Yong Dai, Jian Liu, Jian Zhang, Hongguang Fu, Zenglin Xu

Sentiment analysis (SA) is an important research area in cognitive computation-thus in-depth studies of patterns of sentiment analysis are necessary. At present, rich resource data-based SA has been well developed, while the more challenging and practical multi-source unsupervised SA (i.e. a target domain SA by transferring from multiple source domains) is seldom studied. The challenges behind this problem mainly locate in the lack of supervision information, the semantic gaps among domains (i.e., domain shifts), and the loss of knowledge. However, existing methods either lack the distinguishable capacity of the semantic gaps among domains or lose private knowledge. To alleviate these problems, we propose a two-stage domain adaptation framework. In the first stage, a multi-task methodology-based shared-private architecture is employed to explicitly model the domain common features and the domain-specific features for the labeled source domains. In the second stage, two elaborate mechanisms are embedded in the shared private architecture to transfer knowledge from multiple source domains. The first mechanism is a selective domain adaptation (SDA) method, which transfers knowledge from the closest source domain. And the second mechanism is a target-oriented ensemble (TOE) method, in which knowledge is transferred through a well-designed ensemble method. Extensive experiment evaluations verify that the performance of the proposed framework outperforms unsupervised state-of-the-art competitors. What can be concluded from the experiments is that transferring from very different distributed source domains may degrade the target-domain performance, and it is crucial to choose the proper source domains to transfer from.

📄 PDF Abstract BibTeX arXiv:2105.11902

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationSentiment Analysis

Similar Papers 제목 키워드 기반

Domain Adaptation for Arabic Cross-Domain and Cross-Dialect Sentiment Analysis from Contextualized Word Embedding

2021-06-01 · NAACL 2021 4 · Abdellah El Mekki, Abdelkader El Mahdaouy, Ismail Berrada, Ahmed Khoumsi

Finetuning deep pre-trained language models has shown state-of-the-art performances on a wide range of Natural Language Processing (NLP) applications. Nevertheless, their generalization performance drops under domain shi…

Domain AdaptationSentiment AnalysisTransfer LearningUnsupervised Domain Adaptation

Sentiment/Subjectivity Analysis Survey for Languages other than English

2016-01-01 · Mohammed Korayem, Khalifeh Aljadda, David Crandall

Subjective and sentiment analysis have gained considerable attention recently. Most of the resources and systems built so far are done for English. The need for designing systems for other languages is increasing. This p…

Arabic Sentiment AnalysisSentiment AnalysisSubjectivity AnalysisSurvey

Cross-lingual Aspect-based Sentiment Analysis with Aspect Term Code-Switching

2021-11-01 · EMNLP 2021 11 · Wenxuan Zhang, Ruidan He, Haiyun Peng, Lidong Bing 외

Many efforts have been made in solving the Aspect-based sentiment analysis (ABSA) task. While most existing studies focus on English texts, handling ABSA in resource-poor languages remains a challenging problem. In this …

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Cross-Lingual TransferSentiment Analysis

Mere Contrastive Learning for Cross-Domain Sentiment Analysis

2022-08-18 · COLING 2022 10 · Yun Luo, Fang Guo, Zihan Liu, Yue Zhang

Cross-domain sentiment analysis aims to predict the sentiment of texts in the target domain using the model trained on the source domain to cope with the scarcity of labeled data. Previous studies are mostly cross-entrop…

Contrastive LearningSentenceSentiment Analysis

Adversarial and Domain-Aware BERT for Cross-Domain Sentiment Analysis

2020-07-01 · ACL 2020 6 · Chunning Du, Haifeng Sun, Jingyu Wang, Qi Qi 외

Cross-domain sentiment classification aims to address the lack of massive amounts of labeled data. It demands to predict sentiment polarity on a target domain utilizing a classifier learned from a source domain. In this …

Domain AdaptationLanguage ModelingLanguage ModellingSentiment Analysis+2