微信内可能无法直接打开本站。请点右上角 ··· → 在浏览器打开,或复制链接。
Train What You Deploy:Token-Faithful Post-Training of a Production Coding
RSS 官方收录 · 可信分层展示
关键摘要
C-DPPO新算法提升编码模型3.0分,保障训练与部署token一致性
- 解决训练环境与生产环境token失配问题
- 提出C-DPPO算法,含TV认证界与错误鲁棒策略掩码
- 在Baize5B/10B上验证+3.0分增益,覆盖TMax-100全场景
AI 摘要 · 来源可核验
正文提要
arXiv:2609.04678v1 Announce Type: new Abstract: Existing post-training pipelines for coding and terminal agents suffer severe token and control fidelity errors: simplified training environments mismatch production deployments, and offline token reconstruction from agent logs distorts original prompts and conflates policy calls with background model operations. We present a fidelity-aware training coupling framework that retains trainer-side sampling over original prompts, eliminates spurious model calls via a negotiated training protocol, and restricts loss computation to verifiable token spans with closed-failure guarantees. We further propose Certified Divergence Proximal Policy Optimization (C-DPPO), which establishes tight two-sided TV certification bounds, adaptive-K rules, budget-aware sequence guarantees, and error-robust policy masking atop standard DPPO. Evaluated on matched Baize5B and Baize10B models with identical training and test protocols on TMax-100, C-DPPO yields a consistent +3.0-point performance gain over standard DPPO across model scales. Certificate audits validate the reliability and full operational coverage of our certified training pipeline.