ARD-Review: Generating Accurate, Reasonable, and Diverse AI Peer Review

A

ARD-Review Authors & CSPaper

September 2026

The ARD-Review pipeline: a Harsh Critic produces a critical review of the paper, then a merger filters every claim against the paper, anchors the paper within a score band, and refines the final score and decision against a calibration corpus of 13,000 human-reviewed papers
Figure 1. Overview of the ARD-Review pipeline. A high-recall critic, an aggressive filtering stage, and retrieval-based score calibration against human-reviewed papers.

TL;DR

  • AI reviewers often repeat the same generic checklist, raise issues outside a paper's intended scope, or turn marginal concerns into decisive weaknesses. We group these failure modes as GUNI: generic, unsuited, nitpicky, and invalid feedback.
  • ARD-Review separates recall from precision. A Harsh Critic first surfaces possible strengths and weaknesses; an adversarial merger then checks every point against the paper, removes weak claims, and calibrates the final score against human-reviewed papers.
  • On a leakage-controlled benchmark built from ICLR 2026 pre-rebuttal reviews, ARD-Review achieves the best scoring accuracy among the evaluated non-commercial review systems. It is also the only non-commercial method that significantly improves over the human one-vs-one baseline in both correlations and MAE.
  • The CSPaper-hosted configuration uses GLM-5.3-Flash and reaches 0.5400 Spearman, 0.5868 Pearson, and 0.7317 AUROC. The strongest evaluated configuration, Claude Sonnet 4.6, reaches 0.6376 Spearman, 0.7000 Pearson, and 0.7879 AUROC.
  • ARD-Review is now available as a review option on CSPaper. It is the first method agent, a new agent category where external researchers host their review methods on CSPaper. You can also run it from the open-source repository.

Better review does not mean more criticism

AI review systems are becoming useful pre-submission tools, but a familiar failure mode remains: they often produce feedback that sounds plausible without being important, specific, or even valid for the paper at hand. AI reviewers often repeat the same generic checklist, raise issues outside a paper's intended scope, or turn marginal concerns into decisive weaknesses. We group these failure modes as GUNI [1]:

Generic

Repeating the same generic checklist across very different papers.

Unsuited

Raising issues outside the paper's intended scope.

Nitpicky

Turning marginal concerns into decisive weaknesses.

Invalid

Feedback that is not valid for the paper at hand.

The problem compounds when many papers receive the same advice. Authors respond by adding more ablations, qualifications, citations, and defensive explanations. The review becomes longer, the paper becomes longer, and neither necessarily becomes better.

It also pushes very different papers toward the same shape: the same standard ablations, the same caveat-heavy framing, the same checklist-driven appendix, and the same flattened academic voice. Authors begin optimizing for a recurring review template instead of presenting each contribution in the form that best fits it. By filtering out generic and out-of-scope requests, ARD-Review aims to reduce this homogenizing pressure while preserving criticism that is specific to the paper.

ARD-Review starts from a different objective: find the issues that matter, remove the ones that do not, and assign a score relative to real reviewing standards.


Two agents, three jobs

The pipeline, shown in Figure 1, deliberately gives different stages different responsibilities.

Stage 1 · Surface candidates

The Harsh Critic reads the paper with high recall. It looks for meaningful weaknesses, but it also records strengths. Its job is to avoid missing a serious issue, not to make the final decision.

Stage 2 · Filter adversarially

The merger checks every proposed strength and weakness against the paper. Generic requests, scope mismatches, marginal complaints, and unsupported claims are removed or downgraded. This stage commits a cleaner review before scoring it.

Stage 3 · Anchor the score

The merger retrieves similar papers from a corpus of roughly 13,000 human-reviewed submissions from DeepReview-13K [2]. It first compares the current review with examples across score bands, narrows the likely range, and then retrieves within that range to refine the final score and decision.

This changes the scoring question from "What number feels right?" to "How does this paper compare with papers that human reviewers scored before?"


A benchmark for accuracy, validity, and diversity

We introduce ARD-Bench using ICLR 2026 papers and their pre-rebuttal reviewer scores. Pre-rebuttal scores preserve independent reviewer judgments and align with the setting in which an AI reviewer reads a paper without seeing author responses or other reviews. The evaluation covers three dimensions:

  • Scoring accuracy: Spearman and Pearson correlation, mean absolute error (MAE), bias, and AUROC against human reviewer scores.
  • Review validity: pairwise judgments of which review contains more accurate, substantiated, constructive, and professional feedback, informed by the deficiency dimensions studied in TADDLE [6].
  • Review diversity: cross-paper overlap between the weaknesses raised for different papers, following the motivation of prior work on review homogenization [5]. Lower overlap means the reviews are more paper-specific.

The results

The CSPaper-hosted version of ARD-Review uses GLM-5.3-Flash [7]. It reaches 0.5400 Spearman, 0.5868 Pearson, and 0.7317 AUROC. The DeepSeek-V4-Flash configuration reaches 0.5487 Spearman, 0.6137 Pearson, and 1.3335 MAE. Among the evaluated non-commercial systems, the DeepSeek configuration has the strongest overall scoring accuracy, and its scoring accuracy is statistically on par with CSPaper-Offline [4]. ARD-Review is also the only non-commercial method that significantly outperforms the human one-vs-one baseline across Spearman correlation, Pearson correlation, and MAE.

Table 1. Score-prediction comparison on ARD-Bench [1]. The online, non-offline CSPaper result is excluded. Positive bias indicates scores above the human mean.
MethodSpearman ↑Pearson ↑MAE ↓Bias → 0AUROC ↑
Simple Review0.39280.42271.7905+0.59100.6708
Direct Review0.46440.51172.0198+1.65880.7186
Split Agents0.51000.55491.6329+1.26290.7051
No Calibration0.50520.55121.7358+1.47240.7031
DeepReviewer 14B [2]0.45470.52231.7046+1.34710.6966
DeepReviewer-V2 [3]0.51670.55871.6959+1.40530.7545
CSPaper-Offline [4]0.56500.57131.4157+0.91200.7455
Human leave-one-out0.56120.60251.4986
Human one-vs-one0.46250.48311.70640.8096
ARD-Review (DeepSeek-V4-Flash)0.54870.61371.3335+0.83360.7417
Three scatter plots comparing predicted scores with human scores: ARD-Review raw scores against the human average, the human one-vs-rest baseline of a held-out reviewer against the mean of other reviewers, and the human one-vs-one baseline of one reviewer against another, each with accept and reject outcomes marked
Figure 2. ARD-Review score predictions and human baselines [1]. ARD-Review predictions compared with human average scores, the human one-vs-rest baseline, and the human one-vs-one baseline.

Scoring is only one part of a useful review. In the pairwise validity evaluation, ARD-Review wins 85.53% of all comparisons (Figure 3).

Horizontal bar chart of pairwise review-validity win rates: ARD-Review wins 77.00 percent against Direct Review, 83.25 percent against CSPaper, 72.92 percent against CSPaper-Offline, 98.97 percent against DeepReviewer 14B, 88.89 percent against DeepReviewer-V2, 92.01 percent against Simple Review, and 85.53 percent overall, with judge-error sensitivity ranges
Figure 3. Pairwise review-validity win rates [1]. ARD-Review wins 85.53% of all pairwise comparisons. The whiskers show judge-error sensitivity ranges, not statistical confidence intervals.

Additionally, aggressive filtering does not collapse the output into a generic template. ARD-Review's cross-paper overlap is 0.508664, close to Direct Review. The system removes weak comments while preserving paper-specific criticism.

Horizontal bar chart of cross-paper weakness overlap where lower is better: Direct Review 0.473, Simple Review 0.489, DeepReviewer 14B 0.506, ARD-Review 0.509, Human 0.567, DeepReviewer-V2 0.616, CSPaper-Offline 0.708, CSPaper 0.833
Figure 4. Review diversity as cross-paper overlap, lower is better [1]. Despite its aggressive filtering, ARD-Review stays close to Direct Review and raises more paper-specific weaknesses than the human reviews in the benchmark.

The calibration step travels well

The same pipeline works across different model backbones. With Claude Sonnet 4.6 [8], ARD-Review reaches 0.6376 Spearman, 0.7000 Pearson, and 0.7879 AUROC, significantly exceeding the human one-vs-rest correlation baseline reported in the paper. A 27B Qwen model [9] also remains competitive with human baselines, making local review possible on a single high-end GPU.

Table 2. ARD-Review with different backbones [1]. The GLM-5.3-Flash configuration is the version hosted by CSPaper.
ARD-Review backboneSpearman ↑Pearson ↑AUROC ↑
Qwen 3.6 27B0.51150.58140.7488
DeepSeek-V4-Flash [10]0.54870.61370.7417
DeepSeek-V4.1-Flash [11]0.56840.59530.7549
DeepSeek-V4.1-Flash + Jev [12]0.48240.55010.7265
GLM-5.3-Flash (CSPaper-hosted)0.54000.58680.7317
Claude Sonnet 4.60.63760.70000.7879

Calibration also enables two practical outputs beyond the review score. Given an AI-predicted score s, ARD-Review can report the empirical acceptance chance P(accept | AI score = s) and the score's percentile among papers scored by the same reviewer configuration. The probability is conditioned directly on the AI's predicted score, not on a human score inferred from it, so there is no accumulated error from a second score-mapping step.


Try ARD-Review

ARD-Review is now one of the review options available through CSPaper, so the method can be tested without setting up the pipeline locally. The CSPaper-hosted option uses GLM-5.3-Flash. The Claude Sonnet 4.6 configuration is available only through the GitHub repository, because Claude Agent SDK access through a subscription is for personal use only. The paper is available on ResearchGate [1], and an arXiv link is coming.

A useful AI reviewer should not merely produce more comments. It should identify the comments that deserve an author's attention, explain them clearly, and score the paper against a real standard.

Host your method on CSPaper

ARD-Review is the first method agent, and we do not intend it to be the last. Method agents are a new agent category built for external contributions: if you have developed a peer-review method, backed by a paper or an open-source implementation, CSPaper can host it as a review option under your own name, with links to your code and paper. You keep the credit; our users get to run your method without setting anything up.

If you would like to see your method hosted on CSPaper, contact us at support@cspaper.org. Tell us briefly what the method does and where the paper or repository lives, and we will follow up.


Acknowledgements

This article was drafted by Wenqi Marshall Guo, the first author of ARD-Review, and edited and published by the CSPaper team. ARD-Review was developed by Wenqi Marshall Guo, Shiyu Zhou, Guangzeng Han, Qingyun Qian, Mohamed Shehata, and Shan Du [1]. The code is open source at github.com/weathon/ARD-Review, and the paper is available on ResearchGate at doi.org/10.13140/RG.2.2.34444.48005. An arXiv link is coming.

References

[1]Guo, W. M., Zhou, S., Han, G., Qian, Q., Shehata, M., & Du, S. (2026). ARD-Review: Generating accurate, reasonable, and diverse AI peer review. ResearchGate preprint, doi:10.13140/RG.2.2.34444.48005. arXiv link coming.

[2]Zhu, M., Weng, Y., Yang, L., & Zhang, Y. (2025). DeepReview: Improving LLM-based paper review with human-like deep thinking process. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (ACL 2025).

[3]Weng, Y., et al. (2026). DeepReviewer 2.0: A traceable agentic system for auditable scientific peer review. arXiv preprint arXiv:2604.09590.

[4]Cao, L., You, L., & R&D Team. (2025). CSPaper Review: Fast, rubric-faithful conference feedback. In INLG 2025 System Demonstrations.

[5]Baumann, J., Pei, J., Koyejo, S., & Hovy, D. (2026). Position: Stop automating peer review without rigorous evaluation. In ICML 2026 Position Paper Track.

[6]Duan, H., & Li, X. (2026). TADDLE: A tool-augmented agent for detecting deficient LLM-generated peer reviews. arXiv preprint arXiv:2605.26911.

[7]GLM-5 Team, et al. (2026). GLM-5: From vibe coding to agentic engineering. arXiv preprint arXiv:2602.15763.

[8]Anthropic. (2026). System card: Claude Sonnet 4.6.

[9]Qwen Team. (2026). Qwen3.6-27B: Flagship-level coding in a 27B dense model.

[10]DeepSeek-AI. (2026). DeepSeek-V4: Towards highly efficient million-token context intelligence.

[11]DeepSeek-AI. (2026). DeepSeek-V4.1-Flash: Pushing the limits of KV cache compression.

[12]TypeSafe AI. (2026). Jev 1.13 jaggedness.

ARD-Review: Generating Accurate, Reasonable, and Diverse AI Peer Review | CSPaper — CSPaper