基于验证器的强化微调推理模型优化建筑热能存储控制

Verifier-Based Reinforcement Fine-Tuning of Reasoning Models for Thermal Energy Storage Control

精选理由

这篇论文用30条提示微调开源模型,让建筑冷负荷调度排放从70.5降到61.2,逼近最优,比GPT-4o强得多。

AI 摘要

本研究采用带可验证奖励的强化学习(RLVR)微调开源推理模型,用于建筑热能存储调度。仅用30条训练提示,强化微调(RFT)将排放从70.5降至61.2 kg-CO2,接近动态规划最优值60.8。GPT-5无需微调即接近最优,而GPT-4o(非推理模型)排放高于无存储基线。分析表明,RFT主要稳定了候选比较、前瞻和可行性检查等规划模式,并在预测误差和未见条件下保持鲁棒。

原文 · arXiv cs.LG

Verifier-Based Reinforcement Fine-Tuning of Reasoning Models for Thermal Energy Storage Control

Buildings are expected to shift cooling loads in response to grid conditions. Thermal energy storage (TES) enables this shift, but scheduling it well requires planning hours ahead under storage constraints. Model predictive control (MPC) and reinforcement learning are difficult to scale across buildings. This study instead adapts an open-weight reasoning model through reinforcement learning with verifiable rewards (RLVR). We convert exact offline dynamic-programming (DP) action values into dense rewards for every candidate action. Using only 30 training prompts, reinforcement fine-tuning (RFT) trains the model as an upper-level scheduler that outputs hourly heat-pump setpoints from text-based states and forecasts. Evaluation uses a deliberately simple office-building TES benchmark where exact DP is tractable and the optimum is known. RFT reduces the open-weight model's emissions from 70.5 to 61.2 kg-CO2, close to the DP optimum of 60.8 kg-CO2. GPT-5 nearly matches DP and MPC without task-specific training, while GPT-4o, a non-reasoning LLM, produces higher emissions than the no-storage baseline, so inference-time reasoning appears important. Trace analysis shows that RFT mainly stabilizes observable planning patterns (candidate comparison, look-ahead, and feasibility checking) rather than creating a new strategy. Robustness and generalization tests clarify what transfers: the reinforced planning patterns persist under forecast errors and an unseen TES condition and carry over to a battery task, but its different structure limits the gains. DP-based verifiable rewards offer a practical way to adapt open-weight reasoning models to building storage scheduling. These results motivate higher-fidelity tests of whole-building control and scalable verifiers for city-scale energy management.

基于验证器的强化微调推理模型优化建筑热能存储控制 · AI 热点