paper-with-me

Papers

Outcome-based Reinforcement Learning to Predict the Future

2025-05-23 · Benjamin Turtel, Danny Franklin, Kris Skotheim, Luke Hewitt, Philipp Schoenegger

Reinforcement learning with verifiable rewards (RLVR) has boosted math and coding in large language models, yet there has been little effort to extend RLVR into messier, real-world domains like forecasting. One sticking point is that outcome-based reinforcement learning for forecasting must learn from binary, delayed, and noisy rewards, a regime where standard fine-tuning is brittle. We show that outcome-only online RL on a 14B model can match frontier-scale accuracy and surpass it in calibration and hypothetical prediction market betting by adapting two leading algorithms, Group-Relative Policy Optimisation (GRPO) and ReMax, to the forecasting setting. Our adaptations remove per-question variance scaling in GRPO, apply baseline-subtracted advantages in ReMax, hydrate training with 100k temporally consistent synthetic questions, and introduce lightweight guard-rails that penalise gibberish, non-English responses and missing rationales, enabling a single stable pass over 110k events. Scaling ReMax to 110k questions and ensembling seven predictions yields a 14B model that matches frontier baseline o1 on accuracy on our holdout set (Brier = 0.193, p = 0.23) while beating it in calibration (ECE = 0.042, p < 0.001). A simple trading rule turns this calibration edge into \$127 of hypothetical profit versus \$92 for o1 (p = 0.037). This demonstrates that refined RLVR methods can convert small-scale LLMs into potentially economically valuable forecasting tools, with implications for scaling this to larger models.

📄 PDF Abstract BibTeX arXiv:2505.17989

Code (0)

등록된 구현이 없습니다.

Tasks

Holdout SetMathreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

FutureWorld: A Live Reinforcement Learning Environment for Predictive Agents with Real-World Outcome Rewards

2026-04-29 · Zhixin Han, Yanzhi Zhang, Chuyang Wei, Maohang Gao 외 arxiv

Live future prediction refers to the task of making predictions about real-world events before they unfold. This task is increasingly studied using large language model-based agent systems, and it is important for buildi…

Reinforcement Learning

Future-as-Label: Scalable Supervision from Real-World Outcomes

2026-01-09 · Benjamin Turtel, Paul Wilczewski, Danny Franklin, Kris Skothiem arxiv

Time creates free supervision: forecasts about real-world events resolve to verifiable outcomes. The passage of time provides labels that require no annotation. To exploit this structure, we extend reinforcement learning…

Reinforcement Learning

Successor Features Combine Elements of Model-Free and Model-based Reinforcement Learning

2019-01-31 · Lucas Lehnert, Michael L. Littman

A key question in reinforcement learning is how an intelligent agent can generalize knowledge across different inputs. By generalizing across different inputs, information learned for one input can be immediately reused …

Decision MakingmodelModel-based Reinforcement Learningreinforcement-learning+2

Estimating scale-invariant future in continuous time

2018-02-18 · Zoran Tiganj, Samuel J. Gershman, Per B. Sederberg, Marc W. Howard

Natural learners must compute an estimate of future outcomes that follow from a stimulus in continuous time. Widely used reinforcement learning algorithms discretize continuous time and estimate either transition functio…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Predicting Future Actions of Reinforcement Learning Agents

2024-10-29 · Stephen Chung, Scott Niekum, David Krueger

As reinforcement learning agents become increasingly deployed in real-world scenarios, predicting future agent actions and events during deployment is important for facilitating better human-agent interaction and prevent…

Predictionreinforcement-learningReinforcement Learning