paper-with-me

Papers

Training with Harnesses: On-Policy Harness Self-Distillation for Complex Reasoning

2026-05-09 · Zhengyang Zhao, Lu Ma, Wentao Zhang arxiv

Inference-time harnesses substantially improve large language models on complex reasoning tasks. However, the intrinsic capabilities of the underlying model remain unchanged by the addition of these external workflows. To bridge this gap, we introduce \emph{On-Policy Harness Self-Distillation} (OPHSD), which employs the harness-augmented current model as a teacher for self-distillation, thereby introducing extra supervisory signals from the harness beyond training data. OPHSD internalizes task-specific harness capabilities into the student model, yielding robust generalizability and strong standalone performance across diverse reasoning tasks. Evaluated across draft--verify harness for text classification and plan--solve for mathematical reasoning tasks, OPHSD consistently outperforms strong baselines (e.g., +10.83\% over OPSD on HMMT25). Our analysis further indicates that reattaching the harness during inference yields no additional benefits and can even degrade performance, suggesting that complex harnesses need not always be permanent fixtures; instead, they can serve as temporary training scaffolds whose benefits are permanently fed back into the base model. Our code and training data are available at https://github.com/zzy1127/OPHSD-On-Policy-Harness-Self-Distillation.

📄 PDF Abstract BibTeX arXiv:2605.08741

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningText Classification

Similar Papers 제목 키워드 기반

AI4AI at Test-Time: Strong-to-Weak Capability Transfer via Harnesses

2026-08-12 · Cheng Qian, Wenting Zhao, Liangwei Yang, Heng Wang 외 hf

Recent work on distillation transfers the capabilities of large models to smaller ones often by updating the latter's parameters, through teacher forcing, on-policy distillation, and related training-time methods. In thi…

Training Agents to Evolve with Their Harness: TaoLive Digital Avatar Agent Technical Report

2026-08-22 · TaoLive AIGC LLM Team, Yuhan Sun, Wenhao Lin, Yongdong Luo 외 hf

AI-powered digital avatar streamers must answer product questions, engage viewers, and execute marketing strategies in real time, demanding low latency, frequent strategy updates, and accurate yet effective responses. Ev…

Reinforcement Learning

What Does Multi-Harness RL Learn? Credit Assignment and Portability in Coding Agents

2026-09-03 · Chenqian Le, Jiayi Cheng, Qijia He, Runhao Li 외 arxiv

Agent reinforcement learning (RL) increasingly runs through full execution harnesses, and a multi-harness recipe mixes two choices: exposing the policy to several harnesses, and comparing their rewards inside one relativ…

Reinforcement Learning

DREvo: Distilling Recalibrated Historical Experience for Harness Self-Evolution

2026-07-29 · Hanghui Guo, Weijie Shi, Zhangze Chen, Shengxiang Xu 외 arxiv

Harness plays a critical role in large language model agent performance, and building a high-performing harness requires substantial expert effort. Therefore, recent research has increasingly explored harness self-evolut…

LEGO-RL: Harness-Native Reinforcement Learning for Coding Agents

2026-08-18 · Yiming Du, Yuxin Jiang, Tao Yuan, Jianbo Dai 외 arxiv

Reinforcement learning for coding agents increasingly relies on long-running agent harnesses to manage tool integration, repository contexts, and execution feedback. However, the native execution environments of these ha…

Reinforcement Learning