paper-with-me

Papers

Bidirectional Generative Framework for Cross-domain Aspect-based Sentiment Analysis

2023-05-16 · Yue Deng, Wenxuan Zhang, Sinno Jialin Pan, Lidong Bing

Cross-domain aspect-based sentiment analysis (ABSA) aims to perform various fine-grained sentiment analysis tasks on a target domain by transferring knowledge from a source domain. Since labeled data only exists in the source domain, a model is expected to bridge the domain gap for tackling cross-domain ABSA. Though domain adaptation methods have proven to be effective, most of them are based on a discriminative model, which needs to be specifically designed for different ABSA tasks. To offer a more general solution, we propose a unified bidirectional generative framework to tackle various cross-domain ABSA tasks. Specifically, our framework trains a generative model in both text-to-label and label-to-text directions. The former transforms each task into a unified format to learn domain-agnostic features, and the latter generates natural sentences from noisy labels for data augmentation, with which a more accurate model can be trained. To investigate the effectiveness and generality of our framework, we conduct extensive experiments on four cross-domain ABSA tasks and present new state-of-the-art results on all tasks. Our data and code are publicly available at \url{https://github.com/DAMO-NLP-SG/BGCA}.

📄 PDF Abstract BibTeX arXiv:2305.09509

Code (1)

damo-nlp-sg/bgca 공식 구현 pytorch

Tasks

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Data AugmentationDomain AdaptationSentiment Analysis

Similar Papers 제목 키워드 기반

Discriminative Models Still Outperform Generative Models in Aspect Based Sentiment Analysis In Cross-Domain and Cross-Lingual Settings

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Aspect-based Sentiment Analysis (ABSA) helps to explain customers' opinions towards products and services. In the past, ABSA models were discriminative, but more recently generative models have been used to generate aspe…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Sentiment Analysis

Aspect-Based Sentiment Analysis Using Bitmask Bidirectional Long Short Term Memory Networks

2018-05-01 · FLAIRS-31 2018 5 · Binh Thanh Do

This paper introduces a new method to classify sentiment polarity for aspects in product reviews. We call it bitmask bidirectional long short term memory networks. It is based on long short term memory (LSTM) networks, w…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Sentiment AnalysisWord Embeddings

CoGenCast: A Coupled Autoregressive-Flow Generative Framework for Time Series Forecasting

2026-02-03 · Yaguo Liu, Mingyue Cheng, Daoyu Wang, Xiaoyu Tao 외 arxiv

Time series forecasting can be viewed as a generative problem that requires both semantic understanding over contextual conditions and stochastic modeling of continuous temporal dynamics. Existing approaches typically re…

Time Series Forecasting

Discriminative Models Can Still Outperform Generative Models in Aspect Based Sentiment Analysis

2022-06-06 · Dhruv Mullick, Alona Fyshe, Bilal Ghanem

Aspect-based Sentiment Analysis (ABSA) helps to explain customers' opinions towards products and services. In the past, ABSA models were discriminative, but more recently generative models have been used to generate aspe…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Sentiment Analysis

Generative Cross-Domain Data Augmentation for Aspect and Opinion Co-Extraction

2022-07-01 · NAACL 2022 7 · Junjie Li, Jianfei Yu, Rui Xia

As a fundamental task in opinion mining, aspect and opinion co-extraction aims to identify the aspect terms and opinion terms in reviews. However, due to the lack of fine-grained annotated resources, it is hard to train …

Data AugmentationDomain AdaptationOpinion MiningSentence+1