TLDR: ReviewerToo is a new AI framework designed to assist and study peer review. It uses specialized AI agents with different “personas” to evaluate research papers, aiming to complement human judgment with systematic and consistent assessments. Tested on ICLR 2025 submissions, ReviewerToo achieved 81.8% accuracy in categorizing papers as accept/reject, close to the average human reviewer’s 83.9%. The study highlights AI’s strengths in areas like fact-checking and literature coverage, and weaknesses in assessing novelty and theoretical contributions, providing guidelines for hybrid human-AI peer review systems.
The scientific publishing world relies heavily on peer review, a process fundamental to maintaining quality and integrity. However, this cornerstone of academia faces significant challenges, including inconsistencies, reviewer subjectivity, and the sheer volume of submissions, especially in fast-growing fields like machine learning. Imagine major conferences like ICLR and NeurIPS receiving tens of thousands of papers annually; the pressure on human reviewers is immense.
To address these issues, researchers have introduced a new modular framework called ReviewerToo. This innovative system is designed to study and deploy AI-assisted peer review, aiming to complement human judgment with systematic and consistent assessments. ReviewerToo allows for controlled experiments with specialized AI reviewer personas and structured evaluation criteria, with the potential for partial or full integration into real conference workflows.
How ReviewerToo Works
ReviewerToo operates through a structured sequence involving several AI agents:
-
Literature Review Agent: This agent, powered by LitLLM, generates search queries, retrieves relevant papers from databases like Semantic Scholar, and summarizes them into a concise literature review. This summary provides essential context for subsequent agents.
-
Reviewer Agents: These are the core of the system. Each reviewer agent receives the manuscript, an optional literature summary, and prompts that define a specific reviewing persona or evaluation criteria. These personas can be stance-based (e.g., critical, permissive, default), epistemic (e.g., theorist, empiricist, pedagogical), or stylized (e.g., visionary, impact-driven). They generate structured assessments covering aspects like paper summary, strengths, weaknesses, novelty, soundness, experimental validity, and impact. Crucially, their judgments are grounded in explicit sections of the manuscript or retrieved literature. They then provide a categorical recommendation (Accept/Reject, with sub-categories).
-
Author Agent: This agent takes the manuscript, all reviewer reports, and the literature summary to generate a consolidated rebuttal. It addresses criticisms, clarifies misunderstandings, and proposes revisions, citing reviewer claims or relevant literature.
-
Metareviewer Agent: The metareviewer integrates all reports and the author rebuttal. Its role is to synthesize consensus, manage disagreements, and control for reviewer bias. It summarizes stances, identifies common strengths and weaknesses, evaluates rebuttal effectiveness, and fact-checks reviewer claims, assigning significance scores to evidence. This agent is also guided by official Area Chair guidelines.
Key Findings from ICLR 2025 Data
The ReviewerToo framework was validated on a dataset of 1,963 paper submissions from ICLR 2025. The results are quite insightful:
-
Accuracy: The gpt-oss-120b model within ReviewerToo achieved 81.8% accuracy in categorizing papers as accept/reject, which is remarkably close to the average human reviewer’s 83.9%.
-
Review Quality: Reviews generated by ReviewerToo were rated as higher quality than the human average by an LLM judge, though they still lagged behind the strongest expert contributions.
-
AI Strengths: AI reviewers excelled in areas such as fact-checking and literature coverage, demonstrating their ability to systematically process and verify information.
-
AI Struggles: They faced challenges in assessing more nuanced aspects like methodological novelty and theoretical contributions, highlighting the continued need for human expertise in complex evaluative judgments.
-
Ensembles Perform Better: Aggregating multiple AI reviewer perspectives through a metareviewing protocol significantly boosted performance, reducing individual biases and yielding more reliable decisions.
-
Sycophancy Risk: A notable finding was that AI reviewers showed a tendency towards sycophancy, meaning their performance could drop after rebuttal rounds, potentially deferring excessively to author feedback. This suggests a need for careful design in how AI handles author responses.
-
Human Inconsistency Mirrored: The agreement levels among AI reviewers varied, mirroring the known inconsistencies and disagreements often found in human peer review.
Also Read:
- Automated Proof Grading: Agentic Workflows Enhance Mathematical Competition Assessment
- Intelligent Agents Reshape Radiology Workflows
Guidelines for Integrating AI into Peer Review
Based on these findings, the researchers propose several guidelines for responsibly integrating AI into peer-review pipelines:
-
Complements, Not Replacements: AI reviewers should assist, not replace, humans, especially for critical and nuanced decisions.
-
Prioritize Ensembles: Using multiple AI perspectives and metareviewing protocols leads to more reliable and fair outcomes.
-
Structured Conditioning: Incorporating conference guidelines, literature retrieval, and rebuttal phases adds value, but rebuttals must be handled carefully to avoid sycophancy.
-
Evaluate Review Quality: Beyond just decision accuracy, AI reviewers should be optimized for the actionability and usefulness of their feedback.
-
Human-AI Collaboration: AI can “raise the floor” by providing consistent, constructive baseline reviews, supporting human judgment.
-
Mitigate Bias: Careful design of reviewer ensembles and meta-review synthesis is crucial to reduce variance and ensure fairness.
This work provides a foundational step towards systematic, hybrid peer-review systems that can scale with the ever-growing volume of scientific publishing, enhancing consistency, coverage, and fairness while preserving the essential role of human domain experts. For more details, you can read the full research paper: ReviewerToo: Should AI Join The Program Committee? A Look At The Future of Peer Review.


