Are we still able to recognize pearls? Machine-driven peer review and the risk to creativity: An explainable RAG-XAI detection framework with markers extraction
A new detection framework claims near-perfect accuracy at spotting AI-written peer reviews — raising real questions about who, or what, is judging science.

The Thesis
Peer review is quietly being automated, and this paper argues that poses a threat beyond plagiarism: it could systematically disadvantage creative, unconventional research that doesn't fit algorithmic patterns. The authors introduce RAG-XAI, a framework combining retrieval-augmented generation (pulling relevant reference examples from a database to aid classification) with explainable AI methods (techniques that show which features drove a decision) to detect machine-generated reviews. Their system reportedly identifies AI-written reviews with over 99% accuracy, using signals like the absence of personal language and repetitive sentence structures. The catch is that the dataset and experimental details are not fully public, and the real-world cost — flagging a legitimate human review as AI-generated — remains underexplored.
Catalyst
The rapid deployment of ChatGPT and similar models in late 2022–2024 has pushed LLM use into peer review workflows faster than journals have developed policy responses. Several Nature and Science journals have recently updated their AI disclosure policies, signaling institutional awareness but no consensus tooling. The availability of explainability libraries like SHAP and gradient-boosted classifiers (XGBoost, LightGBM) now makes building interpretable detection pipelines tractable without large research budgets.
What's New
Earlier AI-text detection tools — systems like GPTZero or DetectGPT — were built primarily to catch AI-written student essays and research manuscripts, not peer reviews specifically. Those tools rely on perplexity scores (how 'surprising' the text is to a language model) and work poorly on short, formal, domain-specific text like reviews. This paper instead uses a feature-engineering approach: it extracts markers such as personal hedging language, repetition patterns, and rhetorical signals, then trains gradient-boosted classifiers on those features. The claimed advantage is higher precision and interpretability, plus a retrieval component that can surface similar known-human or known-AI reviews for comparison.
The Counter
The headline numbers — 99.61% accuracy, AUC above 0.999 — should prompt skepticism before celebration. Detection benchmarks this clean almost always reflect a dataset that's too easy: the AI-generated reviews may have been produced by a narrow set of models under controlled prompting, making them stylistically uniform and trivially separable from human text. In real editorial workflows, reviewers increasingly use LLMs to polish or partially draft their comments, producing hybrid text that sits in a gray zone neither category captures. The paper's own false negative rate of roughly 0.8% sounds small, but at the scale of thousands of submissions, it means many AI reviews slip through. More critically, the framework relies on 'personal signals' as a key marker — but human writing norms vary enormously across cultures and disciplines, meaning a non-native English speaker writing formally could easily be flagged as an AI. The paper does not report demographic or linguistic robustness tests. Finally, the arms race problem is real: once detectors are deployed, adversarial prompting to mimic human review patterns is straightforward, and the detection accuracy will degrade quickly against adaptive models.
Longs
- RELX (LSE: REL) — owns Elsevier and peer-review infrastructure, direct deployment target
- Clarivate (CLVT) — Web of Science and journal analytics, integrity tooling demand
- Turnitin (private, owned by Advance Publications) — adjacent integrity detection market
- MSCI (MSCI) — indirect; ESG and research governance scoring increasingly algorithmic
Shorts
- Publishers using undisclosed AI review tools (e.g., Hindawi/Wiley after its 2023 mass retraction event) — detection frameworks expose liability
- Generic AI writing assistants marketed to academics (Writefull, Paperpal) — reputational risk if reviews from these tools are routinely flagged
- Low-cost open-access mega-journals that rely on high-volume, fast review cycles — most exposed to automation pressure and most likely targets of detection scrutiny
Enablers (Picks & Shovels)
- SHAP (SHapley Additive exPlanations) open-source library — core XAI component
- XGBoost and LightGBM open-source gradient boosting frameworks — classification backbone
- Sentence-Transformers / FAISS — embedding and retrieval layer for the RAG component
- OpenAlex and Semantic Scholar APIs — open scholarly metadata for training and retrieval corpora
Private Watchlist
- Semantic Scholar (Allen Institute) — large-scale academic paper embeddings directly relevant
- Enago / Crimson Interactive — AI-assisted manuscript and review services facing detection risk
- Paperpal (Cactus Communications) — AI writing tools for researchers, regulatory exposure
- ScholarOne / Manuscript Central (Clarivate subsidiary) — submission workflow integration point
Resources
The Paper
The integration of large language models (LLMs) into peer review raises a concern beyond authorship and detection: the potential cascading automation of the entire editorial process. As reviews become partially or fully machine-generated, it becomes plausible that editorial decisions may also be delegated to algorithmic systems, leading to a fully automated evaluation pipeline. They risk reshaping the criteria by which scientific work is assessed. This paper argues that machine-driven assessment may systematically favor standardized, pattern-conforming research while penalizing unconventional and paradigm-shifting ideas that require contextual human judgment. We consider that this shift could lead to epistemic homogenization, where researchers are implicitly incentivized to optimize their work for algorithmic approval rather than genuine discovery. To address this risk, we introduce an explainable framework (RAG-XAI) for assessing review quality and detecting automated patterns using markers LLM extractor, aiming to preserve transparency, accountability and creativity in science. The proposed framework achieves near-perfect detection performance, with XGBoost, Random Forest and LightGBM reaching 99.61% accuracy, AUC-ROC above 0.999 and F1-scores of 0.9925 on the test set, while maintaining extremely low false positive rates (<0.23%) and false negative rates (~0.8%). In contrast, the logistic regression baseline performs substantially worse (89.97% accuracy, F1-score 0.8314). Feature importance and SHAP analyses identify absence of personal signals and repetition patterns as the dominant predictors. Additionally, the RAG component achieves 90.5% top-1 retrieval accuracy, with strong same-class clustering in the embedding space, further supporting the reliability of the framework's outputs.