paper-with-me

Papers

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, Jiawei Peng

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 to filter out noisy opinion words from irrelevant targets. Most recent efforts capture relations through target-sentiment pairs or opinion spans from a word-level or phrase-level perspective. Based on the observation that targets and sentiments essentially establish relations following the grammatical hierarchy of phrase-clause-sentence structure, it is hopeful to exploit comprehensive syntactic information for better guiding the learning process. Therefore, we introduce the concept of Scope, which outlines a structural text region related to a specific target. To jointly learn structural Scope and predict the sentiment polarity, we propose a hybrid graph convolutional network (HGCN) to synthesize information from constituency tree and dependency tree, exploring the potential of linking two syntax parsing methods to enrich the representation. Experimental results on four public datasets illustrate that our HGCN model outperforms current state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2204.12784

Code (1)

xlxwalex/ABSA-Scope 공식 구현

Tasks

Aspect-Based Sentiment Analysis (ABSA)SentenceSentiment Analysis

Similar Papers 제목 키워드 기반

Dependency Structure Augmented Contextual Scoping Framework for Multimodal Aspect-Based Sentiment Analysis

2025-04-15 · Hao liu, Lijun He, Jiaxi Liang, Zhihan Ren 외

Multimodal Aspect-Based Sentiment Analysis (MABSA) seeks to extract fine-grained information from image-text pairs to identify aspect terms and determine their sentiment polarity. However, existing approaches often fall …

Aspect-Based Sentiment AnalysisDependency ParsingImage-text matchingSentiment Analysis+1

Zero-shot Aspect-level Sentiment Classification via Explicit Utilization of Aspect-to-Document Sentiment Composition

2022-09-06 · Pengfei Deng, Jianhua Yuan, Yanyan Zhao, Bing Qin

As aspect-level sentiment labels are expensive and labor-intensive to acquire, zero-shot aspect-level sentiment classification is proposed to learn classifiers applicable to new domains without using any annotated aspect…

ClassificationSentiment AnalysisSentiment Classification

Dialogues Aspect-based Sentiment Quadruple Extraction via Structural Entropy Minimization Partitioning

2025-08-07 · Kun Peng, Cong Cao, Hao Peng, Zhifeng Hao 외 arxiv

Dialogues Aspect-based Sentiment Quadruple Extraction (DiaASQ) aims to extract all target-aspect-opinion-sentiment quadruples from a given multi-round, multi-participant dialogue. Existing methods typically learn word re…

Learning Latent Opinions for Aspect-Level Sentiment Classification

2018-04-01 · AAAI-18 2018 4 · Bailin Wang, Wei Lu

Aspect-level sentiment classification aims at detecting the sentiment expressed towards a particular target in a sentence. Based on the observation that the sentiment polarity is often related to specific spans in the gi…

Aspect-Based Sentiment Analysis (ABSA)ClassificationGeneral ClassificationSentence+2

Aspect-level Sentiment Classification with HEAT (HiErarchical ATtention) Network

2017-11-06 · CIKM 2017 11 · Jiajun Cheng, Shenglin Zhao, Jiani Zhang, Irwin King 외

Aspect-level sentiment classification is a fine-grained sentiment analysis task, which aims to predict the sentiment of a text in different aspects. One key point of this task is to allocate the appropriate sentiment wor…

ClassificationSentenceSentiment AnalysisSentiment Classification