paper-with-me

Papers

Interpreting Sentiment Composition with Latent Semantic Tree

2023-08-31 · Zhongtao Jiang, Yuanzhe Zhang, Cao Liu, Jiansong Chen, Jun Zhao, Kang Liu

As the key to sentiment analysis, sentiment composition considers the classification of a constituent via classifications of its contained sub-constituents and rules operated on them. Such compositionality has been widely studied previously in the form of hierarchical trees including untagged and sentiment ones, which are intrinsically suboptimal in our view. To address this, we propose semantic tree, a new tree form capable of interpreting the sentiment composition in a principled way. Semantic tree is a derivation of a context-free grammar (CFG) describing the specific composition rules on difference semantic roles, which is designed carefully following previous linguistic conclusions. However, semantic tree is a latent variable since there is no its annotation in regular datasets. Thus, in our method, it is marginalized out via inside algorithm and learned to optimize the classification performance. Quantitative and qualitative results demonstrate that our method not only achieves better or competitive results compared to baselines in the setting of regular and domain adaptation classification, and also generates plausible tree explanations.

📄 PDF Abstract BibTeX arXiv:2308.16588

Code (1)

changmenseng/semantic_tree 공식 구현 pytorch

Tasks

ClassificationDomain AdaptationSentiment Analysis

Similar Papers 제목 키워드 기반

Latent Variable Sentiment Grammar

2019-06-29 · ACL 2019 7 · Liwen Zhang, Kewei Tu, Yue Zhang

Neural models have been investigated for sentiment classification over constituent trees. They learn phrase composition automatically by encoding tree structures but do not explicitly model sentiment composition, which r…

General ClassificationSentiment AnalysisSentiment Classification

SentiBERT: A Transferable Transformer-Based Architecture for Compositional Sentiment Semantics

2020-05-08 · ACL 2020 6 · Da Yin, Tao Meng, Kai-Wei Chang

We propose SentiBERT, a variant of BERT that effectively captures compositional sentiment semantics. The model incorporates contextualized representation with binary constituency parse tree to capture semantic compositio…

ClassificationEmotion ClassificationGeneral ClassificationNegation+3

Recursive Deep Models for Semantic Compositionality Over a Sentiment Treebank

2013-10-01 · EMNLP 2013 10 · Richard Socher, Alex Perelygin, Jean Wu, Jason Chuang 외
Sentiment Analysis

Neural Compositional Denotational Semantics for Question Answering

2018-08-29 · EMNLP 2018 10 · Nitish Gupta, Mike Lewis

Answering compositional questions requiring multi-step reasoning is challenging. We introduce an end-to-end differentiable model for interpreting questions about a knowledge graph (KG), which is inspired by formal approa…

Question AnsweringSemantic ParsingSentence

Inducing Target-Specific Latent Structures for Aspect Sentiment Classification

2020-11-01 · EMNLP 2020 11 · Chenhua Chen, Zhiyang Teng, Yue Zhang

Aspect-level sentiment analysis aims to recognize the sentiment polarity of an aspect or a target in a comment. Recently, graph convolutional networks based on linguistic dependency trees have been studied for this task.…

ClassificationDependency ParsingGeneral ClassificationSentiment Analysis+1