paper-with-me

Papers

Opinion Tree Parsing for Aspect-based Sentiment Analysis

2023-06-15 · Xiaoyi Bao, Xiaotong Jiang, Zhongqing Wang, Yue Zhang, Guodong Zhou

Extracting sentiment elements using pre-trained generative models has recently led to large improvements in aspect-based sentiment analysis benchmarks. However, these models always need large-scale computing resources, and they also ignore explicit modeling of structure between sentiment elements. To address these challenges, we propose an opinion tree parsing model, aiming to parse all the sentiment elements from an opinion tree, which is much faster, and can explicitly reveal a more comprehensive and complete aspect-level sentiment structure. In particular, we first introduce a novel context-free opinion grammar to normalize the opinion tree structure. We then employ a neural chart-based opinion tree parser to fully explore the correlations among sentiment elements and parse them into an opinion tree structure. Extensive experiments show the superiority of our proposed model and the capacity of the opinion tree parser with the proposed context-free opinion grammar. More importantly, the results also prove that our model is much faster than previous models.

📄 PDF Abstract BibTeX arXiv:2306.08925

Code (1)

horacexiaoyibao/otp4absa-acl2023 공식 구현 pytorch

Tasks

Aspect-Based Sentiment AnalysisSentiment Analysis

Similar Papers 제목 키워드 기반

Aspect Based Sentiment Analysis to Extract Meticulous Opinion Value

2014-05-29 · Deepali Virmani, Vikrant Malhotra, Ridhi Tyagi

Opinion Mining and Sentiment Analysis is a process of identifying opinions in large unstructured/structured data and then analysing polarity of those opinions. Opinion mining and sentiment analysis have found vast applic…

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

Learn from Structural Scope: Improving Aspect-Level Sentiment Analysis with Hybrid Graph Convolutional Networks

2022-04-27 · Lvxiaowei Xu, Xiaoxuan Pang, Jianwang Wu, Ming Cai 외

Aspect-level sentiment analysis aims to determine the sentiment polarity towards a specific target in a sentence. The main challenge of this task is to effectively model the relation between targets and sentiments so as …

Aspect-Based Sentiment Analysis (ABSA)SentenceSentiment Analysis

To be Closer: Learning to Link up Aspects with Opinions

2021-09-17 · EMNLP 2021 11 · Yuxiang Zhou, Lejian Liao, Yang Gao, Zhanming Jie 외

Dependency parse trees are helpful for discovering the opinion words in aspect-based sentiment analysis (ABSA). However, the trees obtained from off-the-shelf dependency parsers are static, and could be sub-optimal in AB…

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

Aspect-based Sentiment Analysis with Opinion Tree Generation

2022-05-01 · IJCAI 2022 5 · Xiaoyi Bao, Wang Zhongqing, Xiaotong Jiang, Rong Xiao 외

Existing studies usually extract these sentiment elements by decomposing the complex structure prediction task into multiple subtasks. Despite their effectiveness, these methods ignore the semantic structure in ABSA prob…

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

Eliminating Sentiment Bias for Aspect-Level Sentiment Classification with Unsupervised Opinion Extraction

2021-09-06 · Findings (EMNLP) 2021 11 · Bo wang, Tao Shen, Guodong Long, Tianyi Zhou 외

Aspect-level sentiment classification (ALSC) aims at identifying the sentiment polarity of a specified aspect in a sentence. ALSC is a practical setting in aspect-based sentiment analysis due to no opinion term labeling …

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Representation LearningSentence+2