paper-with-me

Papers

SOUL: Towards Sentiment and Opinion Understanding of Language

2023-10-27 · Yue Deng, Wenxuan Zhang, Sinno Jialin Pan, Lidong Bing

Sentiment analysis is a well-established natural language processing task, with sentiment polarity classification being one of its most popular and representative tasks. However, despite the success of pre-trained language models in this area, they often fall short of capturing the broader complexities of sentiment analysis. To address this issue, we propose a new task called Sentiment and Opinion Understanding of Language (SOUL). SOUL aims to evaluate sentiment understanding through two subtasks: Review Comprehension (RC) and Justification Generation (JG). RC seeks to validate statements that focus on subjective information based on a review text, while JG requires models to provide explanations for their sentiment predictions. To enable comprehensive evaluation, we annotate a new dataset comprising 15,028 statements from 3,638 reviews. Experimental results indicate that SOUL is a challenging task for both small and large language models, with a performance gap of up to 27% when compared to human performance. Furthermore, evaluations conducted with both human experts and GPT-4 highlight the limitations of the small language model in generating reasoning-based justifications. These findings underscore the challenging nature of the SOUL task for existing models, emphasizing the need for further advancements in sentiment analysis to address its complexities. The new dataset and code are available at https://github.com/DAMO-NLP-SG/SOUL.

📄 PDF Abstract BibTeX arXiv:2310.17924

Code (1)

damo-nlp-sg/soul 공식 구현 pytorch

Tasks

Language ModellingSentiment AnalysisSmall Language Model

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

An Account of Opinion Implicatures

2014-04-23 · Janyce Wiebe, Lingjia Deng

While previous sentiment analysis research has concentrated on the interpretation of explicitly stated opinions and attitudes, this work initiates the computational study of a type of opinion implicature (i.e., opinion-o…

ImplicaturesSentenceSentiment Analysis

Understanding Language Preference for Expression of Opinion and Sentiment: What do Hindi-English Speakers do on Twitter?

2016-11-01 · EMNLP 2016 11 · Koustav Rudra, Shruti Rijhwani, Rafiya Begum, Kalika Bali 외

Inconsistent Affective Reaction: Sentiment of Perception and Opinion in Urban Environments

2025-10-08 · Jingfei Huang, Han Tu arxiv

The ascension of social media platforms has transformed our understanding of urban environments, giving rise to nuanced variations in sentiment reaction embedded within human perception and opinion, and challenging exist…

Sentiment AnalysisImage SegmentationObject Detection

Distilling Fine-grained Sentiment Understanding from Large Language Models

2024-12-24 · Yice Zhang, Guangyu Xie, Hongling Xu, Kaiheng Hou 외

Fine-grained sentiment analysis (FSA) aims to extract and summarize user opinions from vast opinionated text. Recent studies demonstrate that large language models (LLMs) possess exceptional sentiment understanding capab…

Sentiment AnalysisSentiment ClassificationZero-shot Sentiment Classification

Using LLMs to Infer Non-Binary COVID-19 Sentiments of Chinese Micro-bloggers

2025-01-09 · Jerry Chongyi Hu, Mohammed Shahid Modi, Boleslaw K. Szymanski

Studying public sentiment during crises is crucial for understanding how opinions and sentiments shift, resulting in polarized societies. We study Weibo, the most popular microblogging site in China, using posts made dur…

Language ModelingLanguage ModellingLarge Language ModelSentiment Analysis