Can reinforcement learning improve the substance of an AI-generated review?
REMOR studies review generation with a reasoning language model and rewards for multiple aspects of review quality. It compares different reward designs and examines how training changes the feedback produced.
What the study found
- Reward design affected the substance of generated reviews; the human-aligned weighting did not uniformly favor stronger criticism.
- The trained models achieved higher scores on the reported evaluation rewards than the selected comparison systems.
How the study works
The approach combines supervised fine-tuning on reasoning-enriched peer reviews with Group Relative Policy Optimization, evaluating human-aligned and uniform reward variants.
Scope and limitations
- A higher reward score is not equivalent to an independent demonstration of better editorial decisions.
- The results concern the tested reviews, reward functions, and models. This work remains a preprint.
Abstract
AI-based peer review systems tend to produce shallow and overpraising suggestions compared to human feedback. Here, we evaluate how well a reasoning LLM trained with multi-objective reinforcement learning (REMOR) can overcome these limitations. We start by designing a multi-aspect reward function that aligns with human evaluation of reviews. The aspects are related to the review itself (e.g., criticisms, novelty) and the relationship between the review and the manuscript (i.e., relevance). First, we perform supervised fine-tuning of DeepSeek-R1-Distill-Qwen-7B using LoRA on PeerRT, a new dataset of high-quality top AI conference reviews enriched with reasoning traces. We then apply Group Relative Policy Optimization (GRPO) to train two models: REMOR-H (with the human-aligned reward) and REMOR-U (with a uniform reward). Interestingly, the human-aligned reward penalizes aspects typically associated with strong reviews, leading REMOR-U to produce qualitatively more substantive feedback. Our results show that REMOR-U and REMOR-H achieve more than twice the average rewards of human reviews, non-reasoning state-of-the-art agentic multi-modal AI review systems, and general commercial LLM baselines. We found that while the best AI and human reviews are comparable in quality, REMOR avoids the long tail of low-quality human reviews. We discuss how reasoning is key to achieving these improvements and release the Human-aligned Peer Review Reward (HPRR) function, the Peer Review Reasoning-enriched Traces (PeerRT) dataset, and the REMOR models, which we believe can help spur progress in the area.
Abstract from the original work, reproduced under its Creative Commons license. The overview above summarizes the study.
Cite this work
Pawin Taechoyotin, Daniel E. Acuna (2025). REMOR: Automated Peer Review Generation with LLM Reasoning and Multi-Objective Reinforcement Learning. arXiv preprint arXiv:2505.11718. https://doi.org/10.48550/arXiv.2505.11718
View BibTeX
@article{taechoyotin2025remor,
title = {REMOR: Automated Peer Review Generation with LLM Reasoning and Multi-Objective Reinforcement Learning},
author = {Taechoyotin, Pawin and Acuna, Daniel E.},
year = {2025},
publication_date = {2025-05-16},
journal = {arXiv preprint arXiv:2505.11718},
doi = {10.48550/arXiv.2505.11718},
url = {https://arxiv.org/abs/2505.11718}
}
Overview checked September 7, 2026 against the publication record. Publication and preprint dates refer to the linked versions.
The locally hosted PDF is an unchanged copy from the original source, shared under its Creative Commons license. Copyright remains with the credited authors or rights holders.