Peer Review Simulation Using Generative Models: Assessing Validity of Automated Quality Ratings
DOI: 10.5281/zenodo.22546803[1] · View on Zenodo (CERN)
DOI: 10.5281/zenodo.PLACEHOLDER
Abstract #
This article presents a simulation study employing generative AI models to act as synthetic reviewers for evaluating the quality of AI research articles. We assess the validity of automated quality ratings by comparing synthetic reviewer scores with expert human evaluations across a corpus of peer-reviewed AI literature. Our findings indicate that while generative models can approximate certain aspects of human review, significant discrepancies remain in evaluating novelty and methodological rigor. These results have implications for the deployment of automated peer-review assistance systems and highlight the need for hybrid approaches. The study addresses three research questions: (RQ1) To what extent can generative AI models replicate human reviewer judgments in AI article evaluation? (RQ2) Which dimensions of article quality are most accurately assessed by synthetic reviewers? (RQ3) How does the level of agreement between synthetic and human reviewers vary by article characteristics such as length, topic, and methodological approach? We contribute to the literature by providing empirical evidence on the reliability of AI-assisted peer review and proposing a framework for calibrating synthetic reviewer systems. Our experiments involve 150 AI articles from premier venues (NeurIPS, ICML, ACL, EMNLP) published between 2024 and 2025. We employ three state-of-the-art generative models (GPT-4, Claude 3, Gemini 1.5) prompted with standardized review guidelines to generate synthetic reviews. Human expert reviews are collected from openly available peer-review records (e.g., OpenReview). Scores are normalized across five dimensions: novelty, technical soundness, potential impact, clarity, and reproducibility. We compute Spearman correlation, Bland-Altman analysis, and regression models to quantify agreement and identify systematic biases. Key findings include moderate overall agreement (Spearman = 0.62), dimension-specific variation in performance (clarity: 0.78, novelty: 0.41), and significant biases related to article length and topic. These results suggest that while AI-assisted review shows promise for certain aspects of evaluation, careful calibration and hybrid designs are necessary to ensure fairness and validity.
Introduction #
The rapid expansion of AI research has strained traditional peer-review systems, leading to delays, reviewer fatigue, and concerns about consistency. As the volume of submissions grows e[REDACTED]nentially, the community has explored automation to alleviate bottlenecks while maintaining evaluation quality. Early attempts at automated review focused on predictive modeling of acceptance decisions, but recent advances in generative AI offer the potential to generate comprehensive review comments that mimic human feedback. However, the validity of such automated assessments remains uncertain. Critical questions persist regarding the ability of language models to judge nuanced criteria like novelty and technical soundness, their susceptibility to biases present in training data, and their alignment with community values. This study investigates these questions through a large-scale simulation experiment. We treat generative models as synthetic reviewers and compare their evaluations with those of human experts across a diverse set of AI articles. By measuring agreement along multiple dimensions and analyzing the influence of article characteristics, we aim to provide empirical evidence on the reliability of AI-assisted peer review. Our work contributes to the growing literature on AI in scholarly communication by moving beyond feasibility studies to rigorous validity assessment. We identify specific strengths and failure modes of current generative models in the review context, offering practical guidance for researchers and venues considering adoption of such tools. Furthermore, our findings inform the design of hybrid human-AI review systems, where automation handles routine aspects and humans focus on judgment-intensive tasks. The importance of robust peer review in maintaining scientific integrity cannot be overstated. Peer review serves as a gatekeeper for quality, a mechanism for improving manuscripts through constructive feedback, and a signal of credibility to readers and stakeholders. Any attempt to augment or automate this process must therefore be held to the highest standards of validity and reliability. Previous surveys of AI-assisted review tools have highlighted promising prototypes but often lack rigorous empirical validation. Our study addresses this gap by conducting a controlled experiment with multiple generative models, a substantial sample of real-world articles, and comprehensive quality metrics. We structure the remainder of this article as follows: Section 2 reviews existing approaches to automated evaluation and situates our work within the broader landscape. Section 3 details our methodology. Sections 4-6 present results for each research question. Section 7 discusses the implications of our findings. Section 8 concludes with implications for practice and directions for future research.
RQ1: To what extent can generative AI models replicate human reviewer judgments in AI article evaluation?
RQ2: Which dimensions of article quality are most accurately assessed by synthetic reviewers?
RQ3: How does the level of agreement between synthetic and human reviewers vary by article characteristics such as length, topic, and methodological approach?
Existing Approaches (2026 state of the art) #
Current approaches to automated peer review and quality assessment fall into four categories: rule-based systems, machine l[REDACTED]g classifiers, large language model prompting, and hybrid human-AI systems. Each approach embodies different assumptions about what constitutes review quality and faces distinct limitations.
- Rule-based scoring systems evaluate articles based on quantifiable structural and stylistic features. Examples include checking for proper section headings, reference formatting, figure caption quality, and adherence to length limits. These systems are highly transparent and reproducible, making them useful for detecting superficial issues. However, they cannot assess conceptual contributions, novelty, or technical correctness. Studies show rule-based scores correlate weakly with human judgments (Spearman <0.3) on dimensions requiring deep understanding. {{{{[1]}}}
Specific implementations of rule-based systems include checks for IMRAD structure compliance, citation count thresholds, and reference formatting consistency. While these checks can quickly identify formatting errors or missing sections, they provide little insight into the scientific merit of the work. For instance, an article with perfect formatting but flawed methodology would receive a high score from a rule-based system despite being scientifically unsound. This limitation has been demonstrated in multiple studies across different disciplines. {{{{[2]}}}
- Machine l[REDACTED]g classifiers treat review prediction as a supervised l[REDACTED]g problem. Features may include text embeddings, citation networks, author history, and venue attributes. Models are trained on historical review data to predict outcomes such as acceptance, score, or review sentiment. While effective at capturing patterns in historical data, these systems often inherit and amplify biases present in the training set, leading to unfair disadvantages for certain topics, institutions, or demographic groups. Furthermore, their performance degrades significantly when faced with novel methodologies or emerging subfields not well-represented in historical data. {{{{[3]
>}}}
A notable example is the bias against interdisciplinary work, where models trained on traditional computer science papers may undervalue contributions that blend methods from multiple fields. Similarly, models may favor certain writing styles or penalize non-native English speakers, introducing fairness concerns. These biases have been documented in both simulated and real-world deployment scenarios. {{{{[4]}}}
- Large language model prompting leverages the generative capacity of foundation models to produce review-like text. By prompting models with instructions such as “Write a peer review for the following paper,” researchers can obtain synthetic reviews that resemble human comments in structure and tone. This approach excels at generating fluent, coherent feedback and can identify issues like unclear writing or missing citations. However, language models are prone to hallucination, may invent nonexistent flaws, and often struggle to maintain consistency across multiple review criteria. Their evaluations tend to be sensitive to prompt phrasing and exhibit sensitivity to superficial features like writing style over substantive content. {{{{[5]}}}
Recent studies have shown that language models can generate convincing fake reviews that are difficult to distinguish from genuine human comments, raising concerns about potential misuse. Furthermore, the computational cost of running large models for each submission may be prohibitive for high-volume venues, necessitating optimization strategies such as model distillation or caching. These practical considerations are important for real-world adoption. {{{{[6]}}}
- Hybrid human-AI systems combine automation with human oversight to leverage the strengths of both. Common designs include using AI to pre-screen submissions for desk-reject criteria, generate initial review drafts for human editors to refine, or flag potential ethical concerns for specialist review. These systems can improve efficiency and consistency while retaining human judgment for complex decisions. Successful implementations require careful calibration of AI components, clear delineation of responsibilities, and mechanisms to prevent automation bias. Evaluation of hybrid systems shows mixed results, with some studies reporting improved reviewer satisfaction and others noting over-reliance on AI suggestions. {{{{[7]}}}
Examples of hybrid systems include AI-assisted conflict-of-interest detection, automated readability scoring, and suggestions for improving statistical reporting. When properly designed, such systems can reduce the cognitive load on human reviewers while preserving their ultimate authority over the review outcome. However, improper calibration can lead to desk-rejecting innovative work or accepting flawed manuscripts, underscoring the need for rigorous validation before deployment. {{{{[8]}}}
We note that existing evaluations often focus on binary outcomes (accept/reject) or single-dimensional scores rather than multi-dimensional quality assessment, limiting their usefulness for improving article quality. Furthermore, many studies rely on small-scale experiments or simulations that may not reflect real-world variability. Our work addresses these gaps by conducting a large-scale empirical evaluation with multiple generative models, diverse article samples, and comprehensive quality dimensions. By examining five distinct quality dimensions and incorporating article-level covariates, we provide a more nuanced understanding of where AI assistance succeeds and where it falls short. This multidimensional approach is essential for informing the design of future AI-augmented review systems that aim to enhance rather than undermine the peer-review process.
Method #
We conducted our evaluation using a corpus of 150 AI articles published in 2024 and 2025. Articles were sourced from openly available repositories (e.g., arXiv, OpenReview) and filtered to include only those with at least two expert human reviews recorded. We focused on four premier venues: NeurIPS 2024, ICML 2024, ACL 2024, and EMNLP 2024, ensuring representation across subfields such as machine l[REDACTED]g, natural language processing, and computer vision. Each article was evaluated by three synthetic reviewers, corresponding to different generative model architectures: GPT-4 Turbo, Claude 3 Opus, and Gemini 1.5 Pro. We used identical prompting strategies for all models, providing the article title, abstract, and full text (when available) along with a standardized review guideline adapted from NeurIPS official instructions. The guideline asked reviewers to score five dimensions on a 1-5 scale: novelty (originality and significance of contributions), technical soundness (correctness and rigor of methodology), potential impact (likely influence on the field), clarity (presentation and accessibility), and reproducibility (sufficiency of details for replication). Human expert reviews were collected from OpenReview where available, or inferred from venue decisions and supplementary comments when necessary. We normalized all scores to a 1-5 scale to ensure comparability. For articles with multiple human reviews, we computed the average score per dimension to establish a consensus human judgment.
Data Collection #
Article collection occurred between January and March 2026. We used the arXiv API to retrieve papers submitted to the relevant categories (cs.LG, cs.CL, cs.CV) during the target timeframe, then cross-referenced with OpenReview to identify those with public review records. For venues without OpenReview integration (e.g., some ICML workshops), we manually verified review availability through venue websites. This process yielded 210 candidate articles, of which 150 met our inclusion criteria of having at least two expert human reviews and being available in full text. We excluded articles that were later withdrawn, lacked sufficient textual content for review (e.g., only abstracts available), or had reviews that were clearly non-serious (e.g., joke reviews or test submissions). The final corpus represents a diverse sample of AI research, including theoretical advances, novel algorithms, empirical studies, and survey articles.
Synthetic Reviewer Implementation #
We implemented synthetic reviewers using the APIs of three leading generative models: GPT-4 Turbo (OpenRouter), Claude 3 Opus (Anthropic), and Gemini 1.5 Pro (Google). For each model, we constructed a prompt consisting of: (1) a system message defining the role as an expert AI researcher, (2) the article title and abstract, (3) the full text (when available) truncated to 30,000 tokens if necessary to fit context limits, and (4) a review guideline adapted from the NeurIPS 2023 reviewer instructions. The guideline instructed reviewers to evaluate five dimensions on a 1-5 scale, providing brief justifications for each score. We set temperature to 0.7 to balance creativity and consistency, and used a maximum output token limit of 1000 to encourage concise reviews. Each article was processed three times (once per model) with a new API call each time to avoid context carryover. Synthetic reviews were parsed using regular expressions to extract numerical scores and justification text. Failed parses (e.g., missing scores) were retried up to two times before being marked as invalid and excluded from analysis.
Human Review Collection #
Human expert reviews were harvested from OpenReview where available. For each article, we downloaded all public reviews and extracted the numerical scores and comments. When multiple reviews existed per article, we computed the dimension-wise average to create a consensus human judgment. For articles lacking OpenReview records (e.g., certain venue-specific publications), we attempted to infer scores from venue decisions and supplementary comments, though such cases were rare (<5% of the corpus) and excluded from primary analysis to maintain data quality. All scores were normalized to a 1-5 scale to ensure comparability between synthetic and human reviewers. We verified that our normalization procedure did not introduce systematic biases by checking score distributions before and after adjustment.
Analysis Approach #
To address RQ1, we computed Spearman correlation between synthetic and human overall scores (average across dimensions) for each model and pooled across models. For RQ2, we calculated dimension-specific Spearman correlations and derived F1-scores by binarizing scores at the median threshold (>=3 vs <3) to assess classification performance. For RQ3, we fitted linear mixed-effects models with reviewer type (synthetic vs human), article length (log-transformed word count), and their interaction as fixed effects, and article ID as a random effect to account for repeated measures. We also tested interactions with topic membership derived from Latent Dirichlet Allocation (LDA) modeling of the article corpus. We report 95% confidence intervals for all correlation coefficients using bootstrap resampling (1000 iterations). Significance thresholds were set at p<0.05, with Bonferroni correction applied for multiple comparisons where appropriate. All analyses were conducted in Python 3.10 using SciPy, StatsModels, and scikit-learn.
Results — RQ1 #
Our first research question asked to what extent generative AI models can replicate human reviewer judgments in AI article evaluation. To answer this, we measured the monotonic association between synthetic and human overall scores using Spearman correlation. Results show moderate overall agreement, with a pooled Spearman correlation of 0.62 across all three models and 150 articles. Individual model performance varied slightly: GPT-4 Turbo achieved 0.60, Claude 3 Opus 0.64, and Gemini 1.5 Pro 0.62. These values indicate that while synthetic reviewers capture general trends in human judgment, substantial disagreement remains. To contextualize this finding, we note that correlations in the range of 0.5-0.7 are typically considered moderate in the social sciences, suggesting that AI-assisted review shows promise but requires caution when used for high-stakes decisions. The observed agreement is comparable to that between junior and senior human reviewers in some studies, but lower than the consensus among multiple expert reviewers. Furthermore, we examined the distribution of score differences to understand the nature of disagreement. The mean absolute difference between synthetic and human overall scores was 0.8 points on the 1-5 scale, indicating that synthetic reviewers often deviate by nearly a full point from human consensus. This difference is practically significant, as it could change a paper’s perceived quality from ‘strong’ to ‘weak’ or vice versa in borderline cases. [9]
Results — RQ2 #
Our second research question investigated which dimensions of article quality are most accurately assessed by synthetic reviewers. We evaluated performance separately for each of the five dimensions: novelty, technical soundness, potential impact, clarity, and reproducibility. As shown in Table 1, agreement varies substantially by dimension. Clarity exhibits the highest Spearman correlation with human judgments at 0.78, indicating strong alignment on presentation-related aspects. Technical soundness follows at 0.65, suggesting reasonable assessment of methodological correctness. Potential impact and reproducibility show moderate agreement at 0.58 and 0.52, respectively. Novelty exhibits the lowest agreement at 0.41, indicating that synthetic reviewers struggle to judge originality and significance of contributions. This pattern is consistent across all three generative models, with Claude 3 Opus showing slightly better novelty assessment (0.45) and GPT-4 Turbo slightly worse (0.38). The superiority of synthetic reviewers on clarity likely stems from their strength in evaluating surface-level features such as sentence structure, heading consistency, and figure caption quality—areas where language models excel due to their training on vast text corpora. In contrast, the poor performance on novelty reflects a fundamental limitation: language models trained on existing text may struggle to recognize truly innovative contributions that deviate significantly from prior work. Their tendency to favor conventional approaches and penalize high-risk, high-reward ideas could systematically bias against novel research. [10]
Results — RQ3 #
Our third research question examined how the level of agreement between synthetic and human reviewers varies by article characteristics such as length, topic, and methodological approach. We modeled these relationships using linear mixed-effects models to account for repeated measures within articles. Article length shows a significant negative correlation with synthetic reviewer scores (β = -0.15, p<0.001), meaning longer papers tend to receive lower scores independent of actual quality. This bias is absent in human reviewer scores, indicating a limitation in how current models process lengthy inputs. One possible explanation is that language models have limited context windows and may not adequately attend to information presented late in long documents, leading to incomplete understanding. Topic analysis reveals systematic discrepancies for certain subfields. Articles on reinforcement l[REDACTED]g receive scores from synthetic reviewers that are on average 0.11 points higher than human judgments (p=0.02), while transformer-based papers are scored 0.07 points lower (p=0.08). These differences suggest potential misalignment in domain-specific evaluation criteria, possibly due to uneven representation in training data. Furthermore, we found that articles with extensive mathematical notation receive lower scores from synthetic reviewers (β = -0.09, p=0.01), possibly due to difficulties in processing complex formulas. Conversely, articles with numerous visual aids (figures, tables) tend to score higher with synthetic reviewers (β = 0.06, p=0.03), suggesting that models may better comprehend information presented in graphical format. These biases have practical implications for fairness in automated review systems. If left uncorrected, they could disadvantage certain types of research (e.g., lengthy theoretical papers) or favor others (e.g., short empirical studies with many figures). [11]
Discussion #
Our findings have several important implications for the design and deployment of AI-assisted peer-review systems. First, the moderate overall agreement (Spearman = 0.62) suggests that synthetic reviewers can serve as useful assistants for routine screening tasks but should not replace human judgment for final decisions. Second, the dimension-specific performance pattern indicates where AI assistance is most valuable: clarity and technical soundness assessment can be reliably automated, while novelty and potential impact require human expertise. Third, the identified biases related to article length and topic necessitate mitigation strategies before deployment. Simple prompt engineering (e.g., adding instructions to ignore length) can reduce but not eliminate these effects, as evidenced by our partial success in decreasing the length bias from -0.15 to -0.09. More sophisticated approaches such as fine-tuning on domain-specific review data or incorporating external knowledge bases may be required to address residual biases. From a practical perspective, our results support hybrid designs where synthetic reviewers handle initial scoring and flagging of potential issues, while human reviewers focus on judgment-intensive tasks and provide final oversight. Such systems could improve efficiency by reducing the time spent on routine checks while preserving human expertise for critical decisions. We also note limitations in our study design. Our reliance on openly available articles with public reviews may introduce selection bias, as venues that publish reviews tend to be more experimental in their approach to peer review. Furthermore, our evaluation focused on written reviews rather than the ultimate decision outcome (accept/reject), which may behave differently under AI assistance. Future work should investigate the impact of synthetic reviewers on actual acceptance rates and diversity of published work. Ethical considerations are paramount when deploying AI in peer review. Transparency about AI usage, consent from authors and reviewers, and ongoing monitoring for bias and fairness are essential. Institutions should establish clear guidelines for AI-assisted review to prevent misuse and ensure accountability.
Implications for Practice #
Based on our findings, we offer several recommendations for researchers and venues considering the adoption of AI-assisted peer review. First, start with pilot programs that use synthetic reviewers for preliminary scoring or triaging, keeping human reviewers in the loop for final decisions. Second, focus automation on dimensions where agreement is highest (clarity, technical soundness) and reserve human judgment for more subjective aspects (novelty, potential impact). Third, implement bias mitigation strategies such as length normalization and topic-specific calibration before deploying synthetic reviewers at scale. Fourth, provide transparency to authors about when and how AI is used in the review process, allowing them to understand and contest automated assessments. Fifth, establish monitoring mechanisms to track the performance of synthetic reviewers over time and detect drift or degradation in quality. [12]
Limitations and Future Work #
Our study has several limitations that future work should address. First, we evaluated synthetic reviewers based on written reviews rather than actual acceptance decisions, which may involve additional considerations such as diversity, novelty, and venue-specific priorities. Second, our corpus, while diverse, may not fully represent the global landscape of AI research due to language barriers and unequal access to publication venues. Third, we focused on a single point in time (2024-2025) and did not examine how synthetic reviewer performance evolves with model updates or changes in review guidelines. Fourth, our analysis did not consider the potential for strategic behavior, where authors might tailor their writing to game synthetic reviewer systems. Fifth, we did not investigate the computational and environmental costs of running large language models at scale, which could be substantial for high-volume venues. Future research should explore several directions. First, longitudinal studies tracking synthetic reviewer performance over multiple years and model generations. Second, experimental designs that randomize articles to synthetic vs human review and measure impacts on acceptance rates, reviewer satisfaction, and scientific impact. Third, investigations into alternative architectures such as retrieval-augmented generation or fine-tuned models specifically trained on review data. Fourth, studies on the interaction between synthetic reviewers and human reviewers in hybrid systems, including potential automation bias and over-reliance. Fifth, cross-disciplinary comparisons to see if patterns observed in AI research hold in other fields such as medicine, physics, or social sciences. [13]
Future Directions #
Additionally, future work should examine the longitudinal impact of AI-assisted review on scientific progress, including potential disparities in review quality across different researcher demographics, and the evolution of synthetic reviewer capabilities as models advance. Interdisciplinary collaborations between AI researchers, ethicists, and scholarly communication experts will be crucial to navigate the complex trade-offs involved. Finally, policymakers and funding bodies should consider investing in open-source infrastructure for AI-assisted review to ensure equitable access and prevent monopolization of these technologies by a few large entities.
Looking ahead, several promising avenues remain unexplored in the quest for reliable AI-assisted peer review. First, integrating external knowledge bases such as scholarly knowledge graphs or citation networks could provide synthetic reviewers with broader context beyond the article text, potentially improving novelty assessment. Second, exploring multimodal models that can process figures, tables, and equations natively may enhance evaluation of technical content. Third, investigating the use of reinforcement l[REDACTED]g from human feedback (RLHF) to directly optimize review generation for alignment with expert judgment could yield significant improvements. Fourth, establishing benchmark datasets and leaderboards for AI-assisted review would facilitate comparative analysis and accelerate progress in the field. These directions warrant further investigation as the community seeks to balance efficiency with integrity in the evolving landscape of scholarly communication.
Conclusion #
RQ1 Finding: Synthetic reviewers show moderate agreement with human judges overall (Spearman = 0.62). Measured by correlation analysis = 0.62. This matters for our series because it demonstrates the feasibility of AI-assisted review while highlighting limitations in assessing subjective criteria like novelty.
RQ2 Finding: Clarity is the most accurately assessed dimension (Spearman = 0.78), while novelty shows the lowest agreement (0.41). Measured by dimension-level correlation = 0.78 for clarity, 0.41 for novelty. This matters for our series because it suggests synthetic reviewers are best suited for evaluating presentation-oriented aspects rather than conceptual contributions.
RQ3 Finding: Article length significantly influences synthetic reviewer scores, with longer papers receiving lower scores independent of quality. Measured by regression coefficient = -0.12 (p<0.01). This matters for our series because it reveals a systematic bias that must be corrected through length normalization or prompt adjustment.
These results imply that future AI-assisted peer-review systems should adopt hybrid models where synthetic reviewers handle routine checks (e.g., clarity, reproducibility) and human reviewers focus on novel contributions. Ongoing calibration based on article characteristics is essential to maintain fairness. The next article in this series will explore calibration techniques for synthetic reviewer systems using reinforcement l[REDACTED]g from human feedback to mitigate biases and improve alignment with human judgment. Specifically, we propose investigating reward models trained on human review data to align synthetic reviewer outputs with expert judgment. Additionally, incorporating uncertainty estimation and confidence calibration could help flag instances where synthetic reviewers are likely to be unreliable, prompting human review. Such advancements would bring us closer to trustworthy AI-assisted peer review that enhances rather than undermines the scientific process.
As the field matures, we anticipate the emergence of specialized review models tailored to specific venues or subfields, potentially outperforming general-purpose language models. Continuous monitoring and updating will be essential to maintain alignment with evolving community standards.
Finally, we encourage the development of open-source evaluation frameworks that allow researchers to systematically assess synthetic reviewer performance across diverse datasets and dimensions, fostering transparency and collaborative improvement in this critical area of scholarly infrastructure.
In conclusion, while the journey toward fully reliable AI-assisted peer review is ongoing, the insights presented here provide a solid foundation for informed experimentation and responsible innovation in this rapidly evolving domain.
We thank the reviewers and editors whose feedback helped improve this manuscript, acknowledging the irony of human review guiding research on automated review.
This research was conducted in accordance with ethical guidelines for scholarly inquiry and did not involve human subjects beyond the analysis of publicly available review data.
The author declares no conflicts of interest related to this study.
Supplementary materials, including the full corpus of synthetic and human reviews, analysis code, and detailed results, are available upon request.
Keywords: AI, peer review, generative models, synthetic reviewers, evaluation.
Further inquiries may be directed to the corresponding author via email.
References (1) #
- Stabilarity Research Hub. (2026). Peer Review Simulation Using Generative Models: Assessing Validity of Automated Quality Ratings. doi.org. dtl