paper-with-me

Papers

Structured Sentiment Analysis as Transition-based Dependency Parsing

2023-05-09 · Daniel Fernández-González

Structured sentiment analysis (SSA) aims to automatically extract people's opinions from a text in natural language and adequately represent that information in a graph structure. One of the most accurate methods for performing SSA was recently proposed and consists of approaching it as a dependency parsing task. Although we can find in the literature how transition-based algorithms excel in dependency parsing in terms of accuracy and efficiency, all proposed attempts to tackle SSA following that approach were based on graph-based models. In this article, we present the first transition-based method to address SSA as dependency parsing. Specifically, we design a transition system that processes the input text in a left-to-right pass, incrementally generating the graph structure containing all identified opinions. To effectively implement our final transition-based model, we resort to a Pointer Network architecture as a backbone. From an extensive evaluation, we demonstrate that our model offers the best performance to date in practically all cases among prior dependency-based methods, and surpass recent task-specific techniques on the most challenging datasets. We additionally include an in-depth analysis and empirically prove that the overall time-complexity cost of our approach is quadratic in the sentence length, being more efficient than top-performing graph-based parsers.

📄 PDF Abstract BibTeX arXiv:2305.05311

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingSentenceSentiment AnalysisTransition-Based Dependency Parsing

Methods 이 논문이 사용한 방법론

[LivE@PeRson]How do I talk to a real person at Expedia? How do I talk to a real person at Expedia? To speak with a live Expedia agent, call 1 (888) 829-0881 anytime. The customer support team is available 24/7 to help with…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Pointer Network Pointer Networks tackle problems where input and output data are sequential data, but can't be solved by seq2seq type models because discrete categories of output elements…

Similar Papers 제목 키워드 기반

Sparse Fuzzy Attention for Structured Sentiment Analysis

2021-09-14 · Letian Peng, Zuchao Li, Hai Zhao

Attention scorers have achieved success in parsing tasks like semantic and syntactic dependency parsing. However, in tasks modeled into parsing, like structured sentiment analysis, "dependency edges" are very sparse whic…

Dependency ParsingSentiment Analysis

Structured Sentiment Analysis as Dependency Graph Parsing

2021-05-30 · ACL 2021 5 · Jeremy Barnes, Robin Kurtz, Stephan Oepen, Lilja Øvrelid 외

Structured sentiment analysis attempts to extract full opinion tuples from a text, but over time this task has been subdivided into smaller and smaller sub-tasks, e,g,, target extraction or targeted polarity classificati…

Sentiment Analysis

Revisiting Structured Sentiment Analysis as Latent Dependency Graph Parsing

2024-07-05 · Chengjie Zhou, Bobo Li, Hao Fei, Fei Li 외

Structured Sentiment Analysis (SSA) was cast as a problem of bi-lexical dependency graph parsing by prior studies. Multiple formulations have been proposed to construct the graph, which share several intrinsic drawbacks:…

Dependency Parsingglobal-optimizationRelation PredictionSentiment Analysis

ZHIXIAOBAO at SemEval-2022 Task 10: Apporoaching Structured Sentiment with Graph Parsing

2022-07-01 · SemEval (NAACL) 2022 7 · Yangkun Lin, Chen Liang, Jing Xu, Chong Yang 외

This paper presents our submission to task 10, Structured Sentiment Analysis of the SemEval 2022 competition. The task aims to extract all elements of the fine-grained sentiment in a text. We cast structured sentiment an…

Dependency ParsingSemantic Dependency ParsingSentiment Analysis

Hitachi at SemEval-2022 Task 10: Comparing Graph- and Seq2Seq-based Models Highlights Difficulty in Structured Sentiment Analysis

2022-07-01 · SemEval (NAACL) 2022 7 · Gaku Morio, Hiroaki Ozaki, Atsuki Yamaguchi, Yasuhiro Sogawa

This paper describes our participation in SemEval-2022 Task 10, a structured sentiment analysis. In this task, we have to parse opinions considering both structure- and context-dependent subjective aspects, which is diff…

Dependency ParsingSentiment Analysis