News-Aware Direct Reinforcement Trading for Financial Markets
Qing-Yu Lan, Zhan-He Wang, Jun-Qian Jiang, Yu-Tong Wang, Yun-Song Piao
TL;DR
The paper tackles the challenge of incorporating news into quantitative trading by directly integrating LLM-derived sentiment signals with raw price/volume into reinforcement learning agents. It evaluates DDQN and GRPO using sequence-based encoders (LSTM/Transformer) on 1-minute BTC/USDT data, demonstrating that news-aware, end-to-end RL can outperform BTC benchmarks without handcrafted features. Key findings show that incorporating news signals enhances performance, with LSTM-based architectures consistently benefiting from sentiment information, while Transformer-based models are less sensitive to it in this setup. This work highlights the potential of time-series-aware, news-informed RL for practical crypto trading and motivates further research on more sophisticated architectures and decision-making frameworks.
Abstract
The financial market is known to be highly sensitive to news. Therefore, effectively incorporating news data into quantitative trading remains an important challenge. Existing approaches typically rely on manually designed rules and/or handcrafted features. In this work, we directly use the news sentiment scores derived from large language models, together with raw price and volume data, as observable inputs for reinforcement learning. These inputs are processed by sequence models such as recurrent neural networks or Transformers to make end-to-end trading decisions. We conduct experiments using the cryptocurrency market as an example and evaluate two representative reinforcement learning algorithms, namely Double Deep Q-Network (DDQN) and Group Relative Policy Optimization (GRPO). The results demonstrate that our news-aware approach, which does not depend on handcrafted features or manually designed rules, can achieve performance superior to market benchmarks. We further highlight the critical role of time-series information in this process.
