paper-with-me

Papers

Are Large Language Models Good In-context Learners for Financial Sentiment Analysis?

2025-03-06 · Xinyu Wei, Luojia Liu

Recently, large language models (LLMs) with hundreds of billions of parameters have demonstrated the emergent ability, surpassing traditional methods in various domains even without fine-tuning over domain-specific data. However, when it comes to financial sentiment analysis (FSA)$\unicode{x2013}$a fundamental task in financial AI$\unicode{x2013}$these models often encounter various challenges, such as complex financial terminology, subjective human emotions, and ambiguous inclination expressions. In this paper, we aim to answer the fundamental question: whether LLMs are good in-context learners for FSA? Unveiling this question can yield informative insights on whether LLMs can learn to address the challenges by generalizing in-context demonstrations of financial document-sentiment pairs to the sentiment analysis of new documents, given that finetuning these models on finance-specific data is difficult, if not impossible at all. To the best of our knowledge, this is the first paper exploring in-context learning for FSA that covers most modern LLMs (recently released DeepSeek V3 included) and multiple in-context sample selection methods. Comprehensive experiments validate the in-context learning capability of LLMs for FSA.

📄 PDF Abstract BibTeX arXiv:2503.04873

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningSentiment Analysis

Similar Papers 제목 키워드 기반

FinRead: A Transfer Learning Based Tool to Assess Readability of Definitions of Financial Terms

2021-12-01 · ICON 2021 12 · Sohom Ghosh, Shovon Sengupta, Sudip Naskar, Sunny Kumar Singh

Simplified definitions of complex terms help learners to understand any content better. Comprehending readability is critical for the simplification of these contents. In most cases, the standard formula based readabilit…

SentenceSentence EmbeddingsTransfer Learning

Making Pretrained Language Models Good Long-tailed Learners

2022-05-11 · Chen Zhang, Lei Ren, Jingang Wang, Wei Wu 외

Prompt-tuning has shown appealing performance in few-shot classification by virtue of its capability in effectively exploiting pre-trained knowledge. This motivates us to check the hypothesis that prompt-tuning is also a…

Classification

Automatically Suggesting Example Sentences of Near-Synonyms for Language Learners

2016-12-01 · COLING 2016 12 · Chieh-Yang Huang, Nicole Peinelt, Lun-Wei Ku

In this paper, we propose GiveMeExample that ranks example sentences according to their capacity of demonstrating the differences among English and Chinese near-synonyms for language learners. The difficulty of the examp…

Domain Specific Concept Drift Detectors for Predicting Financial Time Series

2021-03-22 · Filippo Neri

Concept drift detectors allow learning systems to maintain good accuracy on non-stationary data streams. Financial time series are an instance of non-stationary data streams whose concept drifts (market phases) are so im…

Time SeriesTime Series Analysis

Making Good on LSTMs' Unfulfilled Promise

2019-11-11 · Daniel Philps, Artur d'Avila Garcez, Tillman Weyde

LSTMs promise much to financial time-series analysis, temporal and cross-sectional inference, but we find that they do not deliver in a real-world financial management task. We examine an alternative called Continual Lea…

Continual LearningDecision MakingDynamic Time WarpingFairness+3