LLM-as-a-Tutor: Policy-Aware Prompt Adaptation for Non-Verifiable RL

TL;DR

Proposes LLM-as-a-Tutor framework using pairwise comparison and atomic constraints to enhance non-verifiable RL.

cs.AI 🔴 Advanced 2026-07-06 39 views
Yujin Kim Namgyu Ho Sangmin Hwang Joonkee Kim Yongjin Yang Sangmin Bae Seungone Kim Jaehun Jung Se-Young Yun Hwanjun Song
Reinforcement Learning Large Language Models Prompt Engineering Task Adaptation Non-verifiable Rewards

Key Findings

Methodology

This paper introduces the LLM-as-a-Tutor framework, extending the role of large language models from judge to tutor. It employs pairwise comparison of policy rollouts to detect non-challenging prompts, and appends atomic constraints to increase difficulty monotonically. The approach leverages the model’s discriminative capabilities without external difficulty schedules, forming a self-calibrating training loop. The core algorithms include pairwise discriminative judgment and incremental constraint addition, guided by rubric-based reward signals, to progressively challenge the policy and improve performance.

Key Results

  • On three instruction-following benchmarks (FollowBench, AdvancedIF, InfoBench), the method outperforms static prompt baselines and prior policy-adaptive methods, with an average score increase of 2-3 points (out of 100). It achieves the highest scores in 5 out of 6 metrics, demonstrating robust improvements.
  • The approach scales effectively across model sizes (Qwen3-1.7B and Qwen3-8B), with unaligned base models improving by over 15%, confirming its robustness and generalization.
  • Ablation studies show that incremental atomic constraints outperform rewriting prompts or random additions, and pairwise judgments outperform reward variance filtering, validating the core mechanisms.

Significance

This work addresses a fundamental challenge in non-verifiable RL: maintaining discriminative reward signals as policies evolve. By dynamically adjusting prompt difficulty based on model judgment, it enhances reward quality and learning efficiency. The framework introduces a novel paradigm of policy-aware prompt adaptation, leveraging large models' discriminative power, and paves the way for more autonomous, scalable RL systems capable of complex instruction following, with broad implications for AI research and real-world applications.

Technical Contribution

The paper pioneers the integration of pairwise comparison within non-verifiable RL, combining it with atomic constraint-based prompt augmentation to create a self-calibrating difficulty escalation system. This approach surpasses traditional scalar reward or static prompt methods, offering theoretical guarantees of monotonic difficulty increase and improved discriminative reward signals. The framework is compatible with existing rubric-based RL pipelines, enhancing their adaptability and robustness, and introduces a new technical avenue for policy-sensitive prompt engineering.

Novelty

This is the first work to embed pairwise response judgments into prompt adaptation for RL, utilizing atomic constraints to ensure monotonic difficulty growth. Unlike prior methods relying on static prompts or scalar rewards, it exploits the discriminative capacity of large language models for dynamic, policy-aware prompt tuning, filling a critical gap in the literature and establishing a new standard for adaptive RL training.

Limitations

  • The method heavily depends on the judgment accuracy of large models; performance may decline with smaller or biased models, and computational costs are high due to multiple inference passes.
  • In highly complex or multi-modal tasks, incremental constraints may lead to longer training times, limiting real-time applicability.
  • Current validation is limited to text-based instruction tasks; extending to multi-modal or real-world scenarios remains an open challenge.

Future Work

Future research could explore multi-modal extensions, integrating visual or auditory inputs into the pairwise judgment process. Additionally, optimizing the efficiency of constraint generation and exploring adaptive constraint types could further improve scalability. Combining this approach with reinforcement learning paradigms like self-play or curriculum learning may unlock even more autonomous and robust systems for complex real-world tasks.

AI Executive Summary

The rapid development of reinforcement learning (RL) for complex instruction following faces a persistent challenge: how to maintain effective reward signals as policies improve. Traditional approaches rely on static prompts and fixed rubrics, which become less discriminative over time, leading to plateaued performance. This paper introduces a novel framework, LLM-as-a-Tutor, that leverages large language models’ (LLMs) pairwise comparison capabilities to dynamically adapt prompts during training.

The core idea is to treat the LLM not just as a judge but as a tutor that actively monitors policy outputs. It compares two rollouts for a given prompt, assessing whether they differ significantly in quality. If the responses are too similar, indicating the prompt is non-challenging, the tutor appends an atomic constraint—such as adding more requirements—to the prompt. This incremental addition ensures the difficulty monotonically increases, aligning with the policy’s evolving capabilities. The process creates a self-calibrating training loop that continuously challenges the model without external difficulty schedules.

Extensive experiments on three challenging instruction-following benchmarks demonstrate the effectiveness of this approach. The results show consistent improvements over static prompt baselines and prior adaptive methods, with average score gains of 2-3 points. Notably, the method scales well across different model sizes, including unaligned base models, confirming its robustness. Ablation studies reveal that pairwise judgments and incremental constraints are critical to success, outperforming reward variance filtering and prompt rewriting strategies.

This work significantly advances the field by introducing a policy-aware, self-adaptive prompt mechanism that enhances reward discriminability. It opens new avenues for autonomous RL systems capable of complex, multi-step instruction following, with broad implications for AI research and practical deployment. Future directions include multi-modal extension, efficiency optimization, and integration with other RL paradigms, promising a more intelligent and adaptable AI ecosystem.

Deep Analysis

Background

强化学习(RL)在复杂指令执行任务中逐渐成为核心技术,尤其在开放式环境中,奖励信号的设计成为关键瓶颈。早期工作如Reward Models(奖励模型)和rubric-based评价体系,虽能提供细粒度反馈,但在任务复杂度增加时易出现奖励稀疏、偏差和不稳定的问题。近年来,rubric-based RL(如Rubrics as Rewards、AdvancedIF)通过实例化任务标准,提升了判别能力,但仍受限于静态提示和固定rubric,难以适应策略的演变。随着大模型(如GPT-4、Qwen系列)判别能力的提升,研究逐步转向利用模型的pairwise比较能力,探索动态提示调节机制,试图解决奖励信号退化的问题。这一背景推动了非可验证RL中提示自适应的研究热潮,旨在实现更智能、更高效的自主学习系统。

Core Problem

现有非可验证RL方法多采用静态提示和固定rubric,忽视了策略演变带来的提示难度变化,导致奖励信号逐渐失去判别性。尤其在策略逐步优化后,提示变得过于简单或过难,模型难以获得有效的学习信号,限制了性能提升。如何动态调节提示难度,确保奖励信号持续具有判别性,成为核心难题。此外,现有方法多依赖外部难度调节或随机调整,缺乏基于模型判别能力的自适应机制,限制了其在复杂任务中的应用潜力。

Innovation

本文创新在于提出LLM作为导师(LLM-as-a-Tutor)框架,结合pairwise比较和原子约束递增策略,实现提示的动态自适应。具体包括:• 利用模型对两个策略rollout进行二元判别,判断其质量差异;• 若判别为非挑战性,则调用模型生成原子约束(如“加入更多细节”或“满足额外条件”),并将其附加到prompt中;• 通过递增的原子约束确保难度单调递增,避免偏离任务分布。这一机制突破了传统静态提示的限制,充分发挥大模型的判别能力,形成自我调节的训练体系。相较于以scalar奖励或点评分的方案,显著提升了奖励信号的判别性和训练效率。

Methodology

  • �� 以预定义的基础rubric和prompt为起点,采样策略生成的两个rollout进行pairwise比较。• 使用大模型(如Qwen-8B)对两个rollout进行二元判别,判断其质量是否难以区分。• 若判别为非挑战性,则调用模型生成原子约束(如“加入更多细节”或“满足额外条件”),并将其附加到prompt中。• 更新rubric,加入对应的评分标准,确保奖励信号的细粒度。• 递增的原子约束保证难度单调递增,模型必须同时满足所有约束。• 在每个训练周期开始时重复此过程,逐步提高提示难度,形成自适应机制。

Experiments

在FollowBench、AdvancedIF和InfoBench三大指令任务上,采用Qwen3-1.7B作为策略模型,Qwen3-8B作为判别和生成模型。训练周期为3轮,每轮采样4K提示,采用一周期的提示自适应。对比静态prompt、rubric自适应和随机添加约束等多种基线,评估指标包括任务得分、成功率和鲁棒性。通过消融实验验证pairwise判别和递增约束的有效性,分析不同模型规模和提示策略的影响。实验结果显示,本文方法在五项指标中均优于对比方法,平均提升2-3分,验证了其优越性。

Results

在三个任务中,LLM-as-a-Tutor平均得分达到了67.97(满分100),优于静态prompt的66.32和rubric自适应的66.15。特别是在未指令调优的基础模型上,提升幅度超过15%。消融实验显示,逐步添加原子约束优于重写prompt和随机添加,pairwise判别优于reward方差筛选。模型规模越大,约束添加比例越高,验证了方法的策略感知能力。整体结果表明,自适应提示机制显著改善了奖励信号的判别性和学习效率。

Applications

该方法适用于需要高质量指令遵循的自动化系统、智能客服、教育机器人等场景,特别在复杂任务和多轮交互中表现优越。通过动态调节提示难度,提升模型的自主学习能力,减少人工干预。未来可结合多模态信息,拓展到多任务、多模态环境,推动自主系统在实际应用中的广泛部署。

Limitations & Outlook

当前方法依赖大模型的判别能力,模型规模不足或偏差可能影响效果。递增约束可能导致训练时间延长,难以实时应用。尚未充分验证多模态、多任务环境下的适应性,未来需优化约束生成策略以降低计算成本。

Plain Language Accessible to non-experts

想象你在教一个学生做手工艺品。刚开始,你给他一份简单的说明,他做出来的作品可能都差不多,没有什么特别的地方。你想让他做得更好,就得不断给他提出更高的要求,比如用不同的材料、加入更多细节。每次他尝试后,你都观察,判断他是否满足新要求。如果满足,就继续提高难度,直到他能完成非常复杂的作品。这就像这个研究的方法,模型一开始接受简单的提示,然后逐步添加更难的条件,让它不断进步。这个过程就像老师不断调整难度,帮助学生变得更厉害。

ELI14 Explained like you're 14

想象你在玩一个游戏,刚开始关卡很简单,你轻松过关。可是你想变得更厉害,就得挑战自己,尝试更难的任务。这个研究就像是让电脑自己不断提高难度:一开始给它一个简单的任务,然后观察它的表现。如果它轻松完成,就给它加点难度,比如让任务变得更复杂。每次它成功后,难度就会变得更高,直到它能应付各种复杂的挑战。这就像你在游戏里不断升级,变得更厉害。研究的特别之处在于,电脑自己判断任务难不难,然后自己调整难度,这样就不用人一直手动调节。这样,电脑可以自己变得更聪明,学得更快。

Glossary

pairwise comparison (成对比较)

一种评估两个输出质量差异的方法,优于单独评分,能更准确反映模型的判别能力。

在论文中用来判断两个策略生成的结果哪个更优。

atomic constraint (原子约束)

单一、明确的任务要求,用于逐步增加提示难度,确保难度单调递增。

在提示中加入的细节或条件,用以提升模型的挑战性。

rubric (评分标准)

一组定义任务质量的自然语言标准,用于指导奖励模型的评分。

作为奖励信号的基础,用于评价模型输出的质量。

self-calibrating (自我校准)

系统根据自身反馈自动调整参数或策略,以保持最佳性能。

本文中指提示难度随着模型能力提升而自动递增。

Open Questions Unanswered questions from this research

  • 1 如何在多模态、多任务环境中有效扩展pairwise判别和原子约束机制仍未充分探索,未来需结合视觉、语音等多模态信息优化判别策略。
  • 2 大规模模型在低资源或边缘设备上的应用仍受限,如何降低计算成本、提升效率是亟待解决的问题。
  • 3 目前方法主要在指令遵循任务中验证,未来应研究其在自主学习、强化学习中的泛化能力和适应性。

Applications

Immediate Applications

智能客服优化

通过动态提示调节,提升AI客服在复杂问答中的表现,减少人工干预,增强用户体验。

教育机器人

让教育机器人根据学生水平调整问题难度,提供个性化学习支持,提升学习效果。

Long-term Vision

自主系统自我提升

未来自主系统能在不断交互中自我调节提示和任务难度,实现持续学习和优化。

Abstract

Reinforcement learning (RL) for non-verifiable instruction following increasingly relies on LLM judges with prompt-specific rubrics as reward signals. While recent methods adapt these rubrics to the evolving policy during training, the training prompts themselves remain static, drawn from fixed corpora. This static approach often results in a critical misalignment between prompt difficulty and policy capability, leaving the judge unable to recover a discriminative reward signal when prompts fail to elicit quality variance among rollouts. To address this misalignment, we introduce LLM-as-a-Tutor, a framework that extends the LLM's role from judge to tutor: a single model serves as an examiner that pairwise-compares policy rollouts to detect non-challenging prompts, and as a generator that appends atomic constraints to them. This append-only design monotonically raises difficulty in step with the policy's capability, producing a self-calibrating training signal without external difficulty schedules. On three complex instruction-following benchmarks, our method consistently outperforms both policy-unaware baselines and prior policy-adaptive methods that adapt rubrics or rewrite prompts, suggesting prompt adaptation as a missing axis of policy-awareness in non-verifiable RL.

cs.AI