paper-with-me

Papers

Tree Communication Models for Sentiment Analysis

2019-07-01 · ACL 2019 7 · Yuan Zhang, Yue Zhang

Tree-LSTMs have been used for tree-based sentiment analysis over Stanford Sentiment Treebank, which allows the sentiment signals over hierarchical phrase structures to be calculated simultaneously. However, traditional tree-LSTMs capture only the bottom-up dependencies between constituents. In this paper, we propose a tree communication model using graph convolutional neural network and graph recurrent neural network, which allows rich information exchange between phrases constituent tree. Experiments show that our model outperforms existing work on bidirectional tree-LSTMs in both accuracy and efficiency, providing more consistent predictions on phrase-level sentiments.

📄 PDF Abstract BibTeX

Code (1)

fred2008/TCMSA 공식 구현 tf

Tasks

Sentiment Analysis

Similar Papers 제목 키워드 기반

Integrating Emotion Distribution Networks and Textual Message Analysis for X User Emotional State Classification

2025-04-11 · Pardis Moradbeiki, Mohammad Ali Zare Chahooki

As the popularity and reach of social networks continue to surge, a vast reservoir of opinions and sentiments across various subjects inundates these platforms. Among these, X social network (formerly Twitter) stands as …

Emotion ClassificationSentiment Analysis

Sentiment analysis based on rhetorical structure theory: Learning deep neural networks from discourse trees

2017-04-18 · Mathias Kraus, Stefan Feuerriegel

Prominent applications of sentiment analysis are countless, covering areas such as marketing, customer service and communication. The conventional bag-of-words approach for measuring sentiment merely counts term frequenc…

Data AugmentationMarketingSentiment Analysis

Opinion Tree Parsing for Aspect-based Sentiment Analysis

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

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, a…

Aspect-Based Sentiment AnalysisSentiment Analysis

Does syntax matter? A strong baseline for Aspect-based Sentiment Analysis with RoBERTa

2021-04-11 · NAACL 2021 4 · Junqi Dai, Hang Yan, Tianxiang Sun, PengFei Liu 외

Aspect-based Sentiment Analysis (ABSA), aiming at predicting the polarities for aspects, is a fine-grained task in the field of sentiment analysis. Previous work showed syntactic information, e.g. dependency trees, can e…

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

Investigating Dynamic Routing in Tree-Structured LSTM for Sentiment Analysis

2019-11-01 · IJCNLP 2019 11 · Jin Wang, Liang-Chih Yu, K. Robert Lai, Xue-jie Zhang

Deep neural network models such as long short-term memory (LSTM) and tree-LSTM have been proven to be effective for sentiment analysis. However, sequential LSTM is a bias model wherein the words in the tail of a sentence…

SentenceSentiment AnalysisSentiment Classification