paper-with-me

Papers

Reinforcement Learning-based Knowledge Distillation with LLM-as-a-Judge

2026-04-03 · Yiyang Shen, Lifu Tu, Weiran Wang arxiv

Reinforcement Learning (RL) has been shown to substantially improve the reasoning capability of small and large language models (LLMs), but existing approaches typically rely on verifiable rewards, hence ground truth labels. We propose an RL framework that uses rewards from an LLM that acts as a judge evaluating model outputs over large amounts of unlabeled data, enabling label-free knowledge distillation and replacing the need of ground truth supervision. Notably, the judge operates with a single-token output, making reward computation efficient. When combined with verifiable rewards, our approach yields substantial performance gains across math reasoning benchmarks. These results suggest that LLM-based evaluators can produce effective training signals for RL fine-tuning.

📄 PDF Abstract BibTeX arXiv:2604.02621

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningKnowledge Distillation

Similar Papers 제목 키워드 기반

Incentivizing Agentic Reasoning in LLM Judges via Tool-Integrated Reinforcement Learning

2025-10-27 · Ran Xu, Jingjing Chen, Jiayu Ye, Yu Wu 외 arxiv

Large Language Models (LLMs) are widely used as judges to evaluate response quality, providing a scalable alternative to human evaluation. However, most LLM judges operate solely on intrinsic text-based reasoning, limiti…

Reinforcement Learning

Self-Evaluation Is Already There: Eliciting Latent Judge Calibration in Base LLMs with Minimal Data

2026-06-03 · XiuYu Zhang, Yi Shan, Junfeng Fang, Zhenkai Liang arxiv

Large language models are increasingly evaluated by other models, raising a natural question: can a model predict how a judge will score its own output? We find that the ability is largely present before any targeted tra…

Reinforcement Learning

SeekJudge: A Practical Reward Framework for Reinforcement Learning in Computer-Use Agents

2026-07-25 · Yang Wan, Zhenhao Zhang, Jierui Wang, Linchao Zhu arxiv

Deciding whether a trajectory actually fulfills its instruction governs how we measure computer-use agents on long-horizon graphical-user-interface tasks and how we train them with reinforcement learning. This judgment h…

Reinforcement Learning

Feature Adversarial Distillation for Point Cloud Classification

2023-06-25 · YuXing Lee, Wei Wu

Due to the point cloud's irregular and unordered geometry structure, conventional knowledge distillation technology lost a lot of information when directly used on point cloud tasks. In this paper, we propose Feature Adv…

ClassificationFADKnowledge DistillationModel Compression+2

Reliability Gated Multi-Teacher Distillation for Low Resource Abstractive Summarization

2026-04-03 · Dipto Sumit, Ankan Kumar Roy, Sadia Khair Rodela, Atia Haque Asha 외 arxiv

We study multiteacher knowledge distillation for low resource abstractive summarization from a reliability aware perspective. We introduce EWAD (Entropy Weighted Agreement Aware Distillation), a token level mechanism tha…

Knowledge DistillationSemantic Similarity