false

Integrating Large Language Models and Reinforcement Learning for Sentiment-Driven Quantitative Trading

Integrating Large Language Models and Reinforcement Learning for Sentiment-Driven Quantitative Trading ArXiv ID: 2510.10526 “View on arXiv” Authors: Wo Long, Wenxin Zeng, Xiaoyu Zhang, Ziyao Zhou Abstract This research develops a sentiment-driven quantitative trading system that leverages a large language model, FinGPT, for sentiment analysis, and explores a novel method for signal integration using a reinforcement learning algorithm, Twin Delayed Deep Deterministic Policy Gradient (TD3). We compare the performance of strategies that integrate sentiment and technical signals using both a conventional rule-based approach and a reinforcement learning framework. The results suggest that sentiment signals generated by FinGPT offer value when combined with traditional technical indicators, and that reinforcement learning algorithm presents a promising approach for effectively integrating heterogeneous signals in dynamic trading environments. ...

October 12, 2025 · 2 min · Research Team

An End-To-End LLM Enhanced Trading System

An End-To-End LLM Enhanced Trading System ArXiv ID: 2502.01574 “View on arXiv” Authors: Unknown Abstract This project introduces an end-to-end trading system that leverages Large Language Models (LLMs) for real-time market sentiment analysis. By synthesizing data from financial news and social media, the system integrates sentiment-driven insights with technical indicators to generate actionable trading signals. FinGPT serves as the primary model for sentiment analysis, ensuring domain-specific accuracy, while Kubernetes is used for scalable and efficient deployment. ...

February 3, 2025 · 1 min · Research Team

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

SARF: Enhancing Stock Market Prediction with Sentiment-Augmented Random Forest ArXiv ID: 2410.07143 “View on arXiv” Authors: Unknown Abstract 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 learning researchers have demonstrated that the application of random forest algorithm can enhance predictions in this context, playing a crucial auxiliary role in forecasting stock trends. This study introduces a new approach to stock market prediction by integrating sentiment analysis using FinGPT generative AI model with the traditional Random Forest model. The proposed technique aims to optimize the accuracy of stock price forecasts by leveraging the nuanced understanding of financial sentiments provided by FinGPT. We present a new methodology called “Sentiment-Augmented Random Forest” (SARF), which in-corporates sentiment features into the Random Forest framework. Our experiments demonstrate that SARF outperforms conventional Random Forest and LSTM models with an average accuracy improvement of 9.23% and lower prediction errors in pre-dicting stock market movements. ...

September 22, 2024 · 2 min · Research Team