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

Yujin Kim, Namgyu Ho, Sangmin Hwang, Joonkee Kim, Yongjin Yang, Sangmin Bae, Seungone Kim, Jaehun Jung, Se-Young Yun, Hwanjun Song

arXiv:2607.04412 · 2026-07-09 공개 · arXiv · PDF

instruction-following llm-judge reward-signal llm-as-a-tutor non-verifiable-rl prompt-adaptation policy-awareness constraint-generation

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.

한국어 요약

한 줄 요약

LLM-as-a-Tutor는 정책에 따라 프롬프트 어댑테이션을 수행해 비검증 가능 RL의 학습 신호를 개선한다.

핵심 기여도

핵심 아이디어

기존 연구는 정책이 발전함에 따라 평가 기준(rubric)을 조정하지만, 학습용 프롬프트 자체는 고정되어 있어 정책 능력과의 불일치가 발생한다. 이에, LLM-as-a-Tutor는 LLM을 교사로 활용해 정책 롤아웃을 비교하고, 비도전적 프롬프트를 감지한 후 원자적 제약을 추가함으로써 어려움을 점진적으로 증가시킨다. 이는 외부 어려움 스케줄 없이도 정책 능력과 동기화된 자체 조절 학습 신호를 제공한다.

기술적 접근법

주요 결과

의의 및 한계

LLM-as-a-Tutor는 비검증 가능 RL에서 LLM의 역할을 확장해 학습 신호의 질을 향상시키며, 정책 인식의 새로운 차원을 제시한다. 그러나 프롬프트 생성 과정에서의 **LLM의 오류 누적 가능성**이나 **초기 어려움 수준 설정의 영향**은 아직 명시되지 않음. 또한, **복잡한 제약 생성의 해석 가능성**은 추가 연구가 필요하다.

실용적 활용

LLM-as-a-Tutor는 대규모 언어 모델 기반의 지시 수행 시스템, 특히 정책이 빠르게 진화하는 환경에서 유용하게 활용될 수 있다. 예를 들어, **자율 학습 시스템**이나 **대화형 AI 튜터링 플랫폼**에 적용 가능하다.