Program Learning with Verifiable Rewards: Symbolic Backpropagation for Post-Training LLMs· 带可验证奖励的程序学习:符号反向传播
Post training a language model to reason means updating its weights. Supervised finetuning and reinforcement learning both place the acquired capability inside the model where it cannot be inspected cannot be checked step by step and cannot be moved to another model. We argue that for tasks whose intermediate steps admit verification, reasoning is better placed outside the base models weights as an explicit program composed from deterministic and neural primitives. We introduce PLVR (Program Learning with Verifiable Rewards): a post training method that learns such programs directly from input-output examples. Its mechanism is symbolic backpropagation: each program layer carries a typed ontology a loss is computed at the output against ground truth and required input ontologies are propaga
提出 PLVR,通过符号反向传播从输入输出示例中学习可验证程序。
- 核心方法
- PLVR 方法使用符号反向传播技术,将推理过程作为独立程序从输入输出示例中学习,该程序由确定性和神经元原语组成。
- 适合谁读
- 研究者
- 要解决的问题
- 现有的语言模型微调方法无法对外部可验证的推理过程进行检查和迁移。
- 关键实验
- 未提供
- 主要贡献
- 提供了一种新的语言模型后训练方法,能够生成可检查和迁移的显式推理程序。
- 意义与局限
- PLVR 有望提高模型推理的透明度和可验证性,但目前缺乏实验验证其有效性和局限性。