Trade-R1: Bridging Verifiable Rewards to Stochastic Environments via Process-Level Reasoning Verification
Rui Sun, Yifan Sun, Sheng Xu, Li Zhao, Jing Li, Daxin Jiang, Cheng Hua, Zuo Bai
TL;DR
Trade-R1 tackles reward hacking in finance by introducing verifiable, process-level supervision for RL in stochastic markets. It combines a retrieval-augmented triangular verification protocol with two semantic reward strategies, FSR and DSR, and employs a two-stage verification to manage long financial contexts. Theoretical analysis explains how coupling semantic validity with returns reduces variance and amplifies true signals, while experiments across CN and US markets show that DSR provides superior cross-market generalization and reasoning fidelity. The work offers a practical, explainable approach to robust financial decision-making with potential for improved transferability and reduced hallucinations in LLM-based trading agents.
Abstract
Reinforcement Learning (RL) has enabled Large Language Models (LLMs) to achieve remarkable reasoning in domains like mathematics and coding, where verifiable rewards provide clear signals. However, extending this paradigm to financial decision is challenged by the market's stochastic nature: rewards are verifiable but inherently noisy, causing standard RL to degenerate into reward hacking. To address this, we propose Trade-R1, a model training framework that bridges verifiable rewards to stochastic environments via process-level reasoning verification. Our key innovation is a verification method that transforms the problem of evaluating reasoning over lengthy financial documents into a structured Retrieval-Augmented Generation (RAG) task. We construct a triangular consistency metric, assessing pairwise alignment between retrieved evidence, reasoning chains, and decisions to serve as a validity filter for noisy market returns. We explore two reward integration strategies: Fixed-effect Semantic Reward (FSR) for stable alignment signals, and Dynamic-effect Semantic Reward (DSR) for coupled magnitude optimization. Experiments on different country asset selection demonstrate that our paradigm reduces reward hacking, with DSR achieving superior cross-market generalization while maintaining the highest reasoning consistency.
