paper-with-me

홈 › Papers

Large Language Models in Targeted Sentiment Analysis

2024-04-18 · Nicolay Rusnachenko, Anton Golubev, Natalia Loukachevitch

In this paper we investigate the use of decoder-based generative transformers for extracting sentiment towards the named entities in Russian news articles. We study sentiment analysis capabilities of instruction-tuned large language models (LLMs). We consider the dataset of RuSentNE-2023 in our study. The first group of experiments was aimed at the evaluation of zero-shot capabilities of LLMs with closed and open transparencies. The second covers the fine-tuning of Flan-T5 using the "chain-of-thought" (CoT) three-hop reasoning framework (THoR). We found that the results of the zero-shot approaches are similar to the results achieved by baseline fine-tuned encoder-based transformers (BERT-base). Reasoning capabilities of the fine-tuned Flan-T5 models with THoR achieve at least 5% increment with the base-size model compared to the results of the zero-shot experiment. The best results of sentiment analysis on RuSentNE-2023 were achieved by fine-tuned Flan-T5-xl, which surpassed the results of previous state-of-the-art transformer-based classifiers. Our CoT application framework is publicly available: https://github.com/nicolay-r/Reasoning-for-Sentiment-Analysis-Framework

📄 PDF Abstract BibTeX arXiv:2404.12342

Code (2)

dialogue-evaluation/rusentne-evaluation 공식 구현
nicolay-r/reasoning-for-sentiment-analysis-framework 공식 구현 pytorch

Tasks

ArticlesDecoderSentiment Analysis

Methods 이 논문이 사용한 방법론

Flan-T5 Flan-T5 is the instruction fine-tuned version of T5 or Text-to-Text Transfer Transformer Language Model.

Similar Papers 제목 키워드 기반

A Dataset and BERT-based Models for Targeted Sentiment Analysis on Turkish Texts

2022-05-09 · ACL 2022 5 · M. Melih Mutlu, Arzucan Özgür

Targeted Sentiment Analysis aims to extract sentiment towards a particular target from a given text. It is a field that is attracting attention due to the increasing accessibility of the Internet, which leads people to g…

Sentiment Analysis

Multilingual Connotation Frames: A Case Study on Social Media for Targeted Sentiment Analysis and Forecast

2017-07-01 · ACL 2017 7 · Hannah Rashkin, Eric Bell, Yejin Choi, Svitlana Volkova

People around the globe respond to major real world events through social media. To study targeted public sentiments across many languages and geographic locations, we introduce multilingual connotation frames: an extens…

Sentiment Analysis

Embedding Projection for Targeted Cross-Lingual Sentiment: Model Comparisons and a Real-World Study

2019-06-24 · Jeremy Barnes, Roman Klinger

Sentiment analysis benefits from large, hand-annotated resources in order to train and test machine learning models, which are often data hungry. While some languages, e.g., English, have a vast array of these resources,…

Machine TranslationSentenceSentiment Analysis

Targeted Aspect-Based Sentiment Analysis via Embedding Commonsense Knowledge into an Attentive LSTM

2018-04-01 · The Thirty-Second AAAI Conference on Artificial Intelligence (AAAI-18) 2018 4 · Yukun Ma, Haiyun Peng, Erik Cambria

Analyzing people’s opinions and sentiments towards certain aspects is an important task of natural language understanding. In this paper, we propose a novel solution to targeted aspect-based sentiment analysis, which ta…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Natural Language UnderstandingSentence+2

Targeted Distillation for Sentiment Analysis

2025-03-05 · Yice Zhang, Guangyu Xie, Jingjie Lin, Jianzhu Bao 외

This paper presents a compact model that achieves strong sentiment analysis capabilities through targeted distillation from advanced large language models (LLMs). Our methodology decouples the distillation target into tw…

In-Context LearningSentiment Analysis