paper-with-me

홈 › Papers

Enhancing Financial Sentiment Analysis via Retrieval Augmented Large Language Models

2023-10-06 · Boyu Zhang, Hongyang Yang, Tianyu Zhou, Ali Babar, Xiao-Yang Liu

Financial sentiment analysis is critical for valuation and investment decision-making. Traditional NLP models, however, are limited by their parameter size and the scope of their training datasets, which hampers their generalization capabilities and effectiveness in this field. Recently, Large Language Models (LLMs) pre-trained on extensive corpora have demonstrated superior performance across various NLP tasks due to their commendable zero-shot abilities. Yet, directly applying LLMs to financial sentiment analysis presents challenges: The discrepancy between the pre-training objective of LLMs and predicting the sentiment label can compromise their predictive performance. Furthermore, the succinct nature of financial news, often devoid of sufficient context, can significantly diminish the reliability of LLMs' sentiment analysis. To address these challenges, we introduce a retrieval-augmented LLMs framework for financial sentiment analysis. This framework includes an instruction-tuned LLMs module, which ensures LLMs behave as predictors of sentiment labels, and a retrieval-augmentation module which retrieves additional context from reliable external sources. Benchmarked against traditional models and LLMs like ChatGPT and LLaMA, our approach achieves 15\% to 48\% performance gain in accuracy and F1 score.

📄 PDF Abstract BibTeX arXiv:2310.04027

Code (2)

AI4Finance-Foundation/FinGPT/tree/master/fingpt/FinGPT-RAG 공식 구현 pytorch
ai4finance-foundation/fingpt 공식 구현 pytorch

Tasks

Decision MakingRetrievalSentiment Analysis

Similar Papers 제목 키워드 기반

Graph-Augmented Retrieval for Cross-Entity Financial Sentiment Analysis: A Comparative Study

2026-05-19 · Rajan Bastakoti, Sagar Bhetwal, Nirajan Acharya, Gaurav Kumar Gupta arxiv

Retrieval-Augmented Generation (RAG) has become foundational for grounding large language models in domain-specific corpora, yet conventional vector-based RAG systems are fundamentally limited in their ability to capture…

Semantic SimilaritySentiment Analysis

Enhancing TinyBERT for Financial Sentiment Analysis Using GPT-Augmented FinBERT Distillation

2024-09-19 · Graison Jos Thomas

In the rapidly evolving field of financial sentiment analysis, the efficiency and accuracy of predictive models are critical due to their significant impact on financial markets. Transformer based models like BERT and la…

Data AugmentationEdge-computingKnowledge DistillationSentiment Analysis

SARF: Enhancing Stock Market Prediction with Sentiment-Augmented Random Forest

2024-09-22 · Saber Talazadeh, Dragan Perakovic

Stock trend forecasting, a challenging problem in the financial domain, involves ex-tensive data and related indicators. Relying solely on empirical analysis often yields unsustainable and ineffective results. Machine le…

Sentiment AnalysisStock Market Prediction

Adaptive Financial Sentiment Analysis for NIFTY 50 via Instruction-Tuned LLMs , RAG and Reinforcement Learning Approaches

2025-12-23 · Chaithra, Kamesh Kadimisetty, Biju R Mohan arxiv

Financial sentiment analysis plays a crucial role in informing investment decisions, assessing market risk, and predicting stock price trends. Existing works in financial sentiment analysis have not considered the impact…

Reinforcement LearningSentiment Analysis

Auto-Generating Earnings Report Analysis via a Financial-Augmented LLM

2024-12-11 · Van-Duc Le

Financial analysis heavily relies on the evaluation of earnings reports to gain insights into company performance. Traditional generation of these reports requires extensive financial expertise and is time-consuming. Wit…

Financial AnalysisSentiment Analysis