paper-with-me

홈 › Papers

Verifiable Rewards for Calibrated Probabilistic Forecasting

2026-06-30 · Sadanand Singh, Allam Reddy, Manan Chopra arxiv

Reinforcement learning with verifiable rewards can in principle train calibrated probabilistic forecasters, since a proper scoring rule such as the Brier score is computed from outcomes alone and is minimized in expectation by the true probability. In practice it degrades calibration, and existing remedies address epistemic uncertainty, where a model's confidence accompanies a verifiably correct or incorrect answer. We study aleatoric forecasting, where the forecast itself is the output and the label is one stochastic outcome, taking NFL in-game win probability as a testbed with the betting market as a reference. Rewarding the realized per-play outcome fails, because the single outcome is a noisy target and the policy gradient corrupts the chain of thought. We introduce a verifiable, label-free reward, a state-conditioned empirical win rate estimated from past outcomes, that removes the label noise, and we keep the gradient off the reasoning, by direct prediction or a gradient mask, so it cannot be corrupted. Trained with this reward alone, without human labels or supervised fine-tuning, a 7B model reaches the calibration of the betting market by direct prediction and is better calibrated than a zero-shot frontier model. That frontier model and a tabular estimator reach the same Brier score as this model, identifying the market's small remaining edge as live in-game information beyond their shared inputs. Masking the gradient, rather than dropping the chain of thought, preserves reasoning from which the forecast follows, which ordinary chain-of-thought training corrupts.

📄 PDF Abstract BibTeX arXiv:2607.00164

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

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

Short-Term Solar Irradiance Forecasting Using Calibrated Probabilistic Models

2020-10-09 · Eric Zelikman, Sharon Zhou, Jeremy Irvin, Cooper Raterink 외

Advancing probabilistic solar forecasting methods is essential to supporting the integration of solar energy into the electricity grid. In this work, we develop a variety of state-of-the-art probabilistic models for fore…

Solar Irradiance Forecasting

CAMul: Calibrated and Accurate Multi-view Time-Series Forecasting

2021-09-15 · Harshavardhan Kamarthi, Lingkai Kong, Alexander Rodríguez, Chao Zhang 외

Probabilistic time-series forecasting enables reliable decision making across many domains. Most forecasting problems have diverse sources of data containing multiple modalities and structures. Leveraging information as …

Decision MakingProbabilistic Time Series ForecastingTime SeriesTime Series Analysis+1

Beyond Binary: Turning Partial Success into Dense Verifiable Rewards for Reinforcement Learning in Code Generation

2026-01-07 · Longwen Wang, Yirui Liu, Xuan'er Wu, Xiaohui Hu 외 arxiv

Effective reward design is a central challenge in Reinforcement Learning (RL) for code generation. Mainstream test-suite-level outcome rewards enforce functional correctness but induce sparsity, while external Reward Mod…

Reinforcement LearningCode Generation

Mitigating Lost in Multi-turn Conversation via Curriculum RL with Verifiable Accuracy and Abstention Rewards

2025-10-21 · Ming Li, Pei Chen, Zhenhao Zhang, Tao Yang 외 arxiv

Large Language Models demonstrate strong capabilities in single-turn instruction following but suffer from Lost-in-Conversation (LiC), a degradation in performance as information is revealed progressively in multi-turn s…

Reinforcement LearningInstruction Following