paper-with-me

Papers

Evaluating Compositional Approaches for Focus and Sentiment Analysis

2025-08-11 · Olga Kellert, Muhammad Imran, Nicholas Hill Matlis, Mahmud Uz Zaman, Carlos Gómez-Rodríguez arxiv

This paper summarizes the results of evaluating a compositional approach for Focus Analysis (FA) in Linguistics and Sentiment Analysis (SA) in Natural Language Processing (NLP). While quantitative evaluations of compositional and non-compositional approaches in SA exist in NLP, similar quantitative evaluations are very rare in FA in Linguistics that deal with linguistic expressions representing focus or emphasis such as "it was John who left". We fill this gap in research by arguing that compositional rules in SA also apply to FA because FA and SA are closely related meaning that SA is part of FA. Our compositional approach in SA exploits basic syntactic rules such as rules of modification, coordination, and negation represented in the formalism of Universal Dependencies (UDs) in English and applied to words representing sentiments from sentiment dictionaries. Some of the advantages of our compositional analysis method for SA in contrast to non-compositional analysis methods are interpretability and explainability. We test the accuracy of our compositional approach and compare it with a non-compositional approach VADER that uses simple heuristic rules to deal with negation, coordination and modification. In contrast to previous related work that evaluates compositionality in SA on long reviews, this study uses more appropriate datasets to evaluate compositionality. In addition, we generalize the results of compositional approaches in SA to compositional approaches in FA.

📄 PDF Abstract BibTeX arXiv:2508.07810

Code (0)

등록된 구현이 없습니다.

Tasks

Sentiment Analysis

Similar Papers 제목 키워드 기반

Non-Compositionality in Sentiment: New Data and Analyses

2023-10-31 · Verna Dankers, Christopher G. Lucas

When natural language phrases are combined, their meaning is often more than the sum of their parts. In the context of NLP tasks such as sentiment analysis, where the meaning of a phrase is its sentiment, that still appl…

Sentiment Analysis

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

Universal, Unsupervised (Rule-Based), Uncovered Sentiment Analysis

2016-06-17 · David Vilares, Carlos Gómez-Rodríguez, Miguel A. Alonso

We present a novel unsupervised approach for multilingual sentiment analysis driven by compositional syntax-based rules. On the one hand, we exploit some of the main advantages of unsupervised algorithms: (1) the interpr…

Sentiment Analysis

Confirming the Non-compositionality of Idioms for Sentiment Analysis

2019-08-01 · WS 2019 8 · Alyssa Hwang, Christopher Hidey

An idiom is defined as a non-compositional multiword expression, one whose meaning cannot be deduced from the definitions of the component words. This definition does not explicitly define the compositionality of an idio…

Sentiment Analysis

Gradual Learning of Matrix-Space Models of Language for Sentiment Analysis

2017-08-01 · WS 2017 8 · Shima Asaadi, Sebastian Rudolph

Learning word representations to capture the semantics and compositionality of language has received much research interest in natural language processing. Beyond the popular vector space models, matrix representations f…

Representation LearningSentiment Analysis