The Commonplace
Home Three-study pilot Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

An AI reviewer guiding an autonomous AI scientist meaningfully improves the experimental rigor and presentation of rejected ML papers—resolving about 85% of execution flaws—but does little to alter judgments about novelty, addressing only around 11% of idea-related weaknesses.

AppliedScientist: Automated Scientific Revision Through Iterative AI Reviewing
Vidushee Vats, Karun Sharma, Shengzhi Li, Shichao Pei · September 13, 2026
arxiv quasi_experimental medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Vidushee Vats unresolved corpus identity
  2. Karun Sharma unresolved corpus identity
  3. Shengzhi Li unresolved corpus identity
  4. Shichao Pei unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Vidushee Vats provider ID
  2. Karun Sharma unresolved corpus identity
  3. Sheng-Zhi Li unresolved corpus identity
  4. Shi-Chao Pei provider ID
AppliedScientist, a closed-loop AI scientist paired with an independent AI reviewer, iteratively revised 30 real ICLR papers and substantially improved reviewer-assigned scores and execution-related weaknesses while rarely changing idea/novelty concerns.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Automated reviewing systems are increasingly evaluated based on the quality of the reviews they produce. Yet a review is only useful if acting on it leads to a measurable improvement in the paper. We present AppliedScientist, a closed-loop system that couples an autonomous AI scientist with an AI reviewer, and evaluate it by iteratively revising rejected papers from a range of research subfields. To mirror how human authors build on earlier drafts, the AI scientist has access to its previous versions during revision. To avoid bias from prior judgments, however, each review is generated independently, with the reviewer having no memory of earlier feedback or scores. We compare three revision settings: one initialized with the original venue reviews, one initialized with AI-generated reviews, and autonomous self-revision using the same fixed prompt in every round. Because the reviewer both guides and evaluates the revision, we also assess the human-initialized revisions using Stanford Reviewer as an independent evaluator. Reviewer-guided revision consistently improves more than fixed-prompt self-revision, and Stanford Reviewer also assigns higher scores to later revisions. AppliedScientist resolves 128 of 150 execution-related weaknesses (85.3%), but only 2 of 18 idea-related weaknesses (11.1%), suggesting that iterative revision is effective at improving experiments and implementation, but rarely changes concerns about novelty or significance.

Summary

Main Finding

AppliedScientist — a closed-loop system that pairs an autonomous AI scientist with an independent AI reviewer — can iteratively improve rejected papers by repairing implementation, experiments, and presentation. Reviewer-guided revision substantially outperforms autonomous self-revision, resolving most execution-related weaknesses but rarely changing concerns about novelty or the core idea.

Key Points

  • System design
    • Two agents: a scientist that revises code/experiments/manuscript and an AI reviewer that independently reviews each manuscript version.
    • Scientist retains full revision history and artifacts; reviewer is memoryless (each review treats the current manuscript in isolation).
    • The scientist is prohibited from changing the paper’s central research contribution — if a fix requires reframing the contribution, it is marked unresolved.
  • Comparison of revision modes
    • Human-initialized: venue reviews for V0 → AI reviewer guides later rounds.
    • AI-initialized: AI reviewer produces initial and subsequent reviews.
    • Autonomous self-revision: scientist uses a fixed self-review prompt every round (no dynamic reviewer feedback).
    • Reviewer-guided (human- or AI-initialized) revision produces substantially larger quality gains than autonomous self-revision.
    • AI-initialized trajectories converge to near the same scores as human-initialized after five rounds.
  • Reviewer quality
    • Reviewer follows a structured staged review process with literature search (indexed ≈1M arXiv papers), novelty assessment, methodology critique, and verification.
    • Benchmarked versus baselines on ICLR papers: Spearman correlation with mean human rating ρ = 0.571; agreement with venue accept/reject 76.2% (vs. lower rates for baseline systems). Stanford Reviewer sits between baselines and this reviewer.
  • Empirical outcomes
    • Dataset: 30 ICLR submissions (25 rejected, 5 borderline accepted) across NLP, CV, Graph, Time Series, RL; only papers with public code and feasible compute (single GPU, 96 GB VRAM).
    • Each revision round takes ≈9 hours on the 96 GB GPU hardware.
    • AppliedScientist resolved 128 of 150 execution-related weaknesses (85.3%) but only 2 of 18 idea-related weaknesses (≈11.1%).
    • Independent external evaluation (Stanford Reviewer) assigned higher scores to later human-initialized versions, reinforcing that improvements are not purely reviewer-specific.
  • Limitations noted by authors
    • Focused on papers where implementation and experiments were tractable under the compute cap; not evaluated on very large models or papers requiring extensive human domain expertise.
    • Does not meaningfully change novelty/significance judgments; central-contribution changes are disallowed by design.
    • Possible risks from aligning a scientist to a reviewer’s preferences (reward-model style optimization) remain a broader concern.

Data & Methods

  • Data
    • 30 ICLR papers (25 rejected, 5 borderline accepted) from multiple domains; selection required accessible code and tractable compute needs.
    • Additional reviewer-benchmarking set: 650 papers spanning ICLR 2020–2026 and a held-out set of 50 ICLR 2026 submissions for freshness.
  • Experimental procedure
    • Three revision conditions (human-initialized, AI-initialized, autonomous self-revision).
    • Revision loop: at round t the scientist receives the previous code/manuscript/history plus guidance; it edits code, runs experiments, analyzes results and produces Vt (manuscript) and artifacts; reviewer evaluates only Vt and produces feedback Rt for next round (or fixed prompt in self-revision).
    • Five revision rounds were run (V1–V5) for each trajectory; each round ≈9 hours on single 96 GB VRAM GPU.
  • Reviewer evaluation
    • Compared via DeepReviewBench / ScholarPeer-style judging: judges see anonymized reviews from two systems and compare across Technical Accuracy, Constructive Value, Analytical Depth, and Significance Assessment, with penalties for hallucinations.
    • Metrics reported: Spearman correlation with mean human rating (ρ), and alignment with venue decisions (accept/reject).
  • Outcome analysis
    • Manual categorization of weaknesses into execution-related vs idea-related; tracked whether revisions resolved the listed weaknesses.
    • External evaluation: Stanford Reviewer scored every saved version from the human-initialized trajectories (kept hidden from scientist).

Implications for AI Economics

  • Productivity and cost structure
    • Automation of iterative revision could materially reduce time and labor costs associated with improving reproducibility, baselines, experiment design, and presentation — the parts of research work that AppliedScientist reliably fixes.
    • However, each revision run required nontrivial compute (≈9 hours on a 96 GB GPU). Scaling this approach across many papers implies nontrivial monetary and energy costs, creating a tradeoff between labor savings and compute expense.
  • Division of labor and comparative advantage
    • Results suggest AI systems will substitute routine execution and experimental debugging work while leaving concept-generation, novelty assessment, and high-level idea development as human-centric tasks. This could shift researcher effort toward ideation, conceptual framing, and higher-order validation.
    • For junior researchers and engineering staff, demand may increase for roles that craft novel contributions and supervise AI-driven experimentation rather than performing repetitive fixes.
  • Market formation and commercialization
    • There is likely a market for “revision-as-a-service” tools (commercial or institutional). Providers with large compute resources and superior reviewer models could extract rents, increasing inequality between well-funded labs and resource-constrained researchers or institutions.
    • Access inequality may amplify existing concentration of research productivity and visibility.
  • Incentives, signaling, and publication market effects
    • If AI tools reliably fix execution and presentation flaws, acceptance may come increasingly to depend on novelty/significance. The supply of technically sound but not-novel papers could rise, potentially diluting signal in publication counts and affecting hiring/tenure metrics that rely on publication volume.
    • Conference/journal selection processes might adapt to emphasize novelty and impact rather than execution, or introduce new checks (e.g., novelty audits, stricter external validation) to maintain selectivity.
    • There is a risk of gaming: optimizing to a reviewer’s preferences (i.e., treating reviewer as a reward model) could lead to strategic tailoring. The authors attempted to mitigate temporal bias by using a memoryless reviewer, but broader incentive design (multi-reviewer systems, randomization, cross-validation) will be important.
  • Labor market and employment effects
    • Task reallocation rather than outright displacement: research assistants and engineers may take on more oversight, higher-level problem formulation, and ethics/compliance roles while routine experimental housekeeping is automated.
    • Peer reviewers’ roles could evolve (more meta-reviewing, novelty assessment, societal impact judgment) and journals/conferences may redesign reviewer incentives accordingly.
  • Public goods, externalities, and policy
    • Compute-driven revision amplifies energy consumption and carbon footprint of research production; policymakers and institutions may need to incorporate these externalities into funding and procurement decisions.
    • Transparency, provenance, and authorship: as AI performs substantive experimental revisions, norms and regulations around attribution, reproducibility, and audit trails will be economically important (e.g., liability, credit allocation, and grant reporting).
    • Equity and open-science: to avoid exacerbating disparities, public or consortium-backed access to revision systems or compute subsidies may be warranted.
  • Normative/strategic implications for research evaluation
    • Since AI tools primarily fix execution, evaluation systems that reward novel, high-impact ideas (rather than polished execution alone) may be more robust to widespread adoption of revision automation.
    • Funders and institutions should consider reweighting metrics (impact, reproducibility audits, downstream usage) to avoid perverse incentives favoring mechanistically polished but incremental work.

Overall, AppliedScientist shows that iterative reviewer-guided automation can shift the economics of research production by reducing costs and time for executional improvements, while leaving novelty as the scarce, economically valuable input. Managing distributional effects, incentives, and externalities will be critical as such tools are adopted.

Assessment

Paper Typequasi_experimental Evidence Strengthmedium — The paper evaluates a clear intervention (reviewer-guided revision) on a real-world sample of 30 ICLR papers and includes external reviewer benchmarking and independent scoring (Stanford Reviewer) for the main human-initialized trajectories, lending credible empirical support. Limitations that temper strength include a modest sample size, selection bias toward papers with public, runnable code and limited compute requirements, the in-loop reviewer also serving as the guide and scorer in primary comparisons (risking correlated improvements), and evaluation based on reviewer scores rather than downstream acceptance or citation outcomes. Methods Rigormedium — The experimental design carefully holds the scientist’s capabilities constant while varying guidance, benchmarks the AI reviewer against human reviews, and runs multiple revision rounds per paper; however, there is no randomized assignment or blinding of the scientist to condition (practical but relevant), the in-loop reviewer both directs and scores many comparisons (potential dependence between treatment and outcome), external evaluation is applied only to the human-initialized trajectories, and sample selection excludes computationally heavy work—limiting internal validity and some aspects of robustness. SamplePrimary experimental sample: 30 ICLR submissions (25 rejected, 5 borderline-accepted) spanning NLP, Computer Vision, Graph Learning, Time Series, and Reinforcement Learning, selected to have publicly available code and runnable within a single GPU (96 GB VRAM) budget; reviewer-benchmarking datasets include ~650 ICLR papers (DeepReviewBench / AgentReviewer splits) plus a held-out 50-paper 2026 set used to evaluate the AI reviewer. Themesproductivity human_ai_collab innovation IdentificationControlled comparison across three revision conditions (human-initialized, AI-initialized, autonomous self-revision) holding the same scientist agent, codebase access rules, compute budget, and revision procedure constant; reviewer-guided vs fixed-prompt differences are used to isolate the causal role of iterative reviewer feedback. External validation uses an independent automated reviewer (Stanford Reviewer) to reduce reliance on the in-loop reviewer for scoring. GeneralizabilitySelected papers limited to those with public, runnable code and modest compute needs—results may not generalize to large-scale ML projects or papers without accessible code., Sample size (30 papers) is modest and may not capture heterogeneity across all ML research subfields or submission quality distributions., Primary outcome is automated reviewer scores rather than human program committee accept decisions, downstream citations, or real-world impact metrics., The in-loop reviewer both guides and scores the same conditions (partially mitigated by external Stanford Reviewer only on human-initialized runs), creating potential evaluator-treatment dependence., Five revision rounds and fixed compute constraints may understate or misstate possible longer-term or higher-effort revisions.

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Reviewer-guided revision improves substantially more than autonomous self-revision using a fixed prompt. Output Quality positive Reviewer-assigned score of revised manuscripts
Reading fidelity high
Study strength medium
n=30
0.48
AI-initialized reviewer-guided revision consistently outperforms autonomous self-revision and reaches nearly the same final score as human-initialized revision after five rounds. Output Quality positive Final reviewer-assigned manuscript score after five revision rounds
Reading fidelity high
Study strength medium
n=30
0.48
An external Stanford Reviewer assigns higher scores to later revisions in the human-initialized trajectories. Output Quality positive Stanford Reviewer score of manuscript versions across revision rounds
Reading fidelity high
Study strength medium
n=30
0.48
AppliedScientist resolves 128 of 150 execution-related weaknesses, corresponding to 85.3%. Error Rate positive Resolution rate of execution-related weaknesses
Reading fidelity high
Study strength medium
n=150
85.3%
0.48
AppliedScientist resolves only 2 of 18 idea-related weaknesses, corresponding to approximately 11.1%. Innovation Output negative Resolution rate of idea-related weaknesses concerning novelty or significance
Reading fidelity high
Study strength medium
n=18
11.1%
0.48
Iterative revision is more effective for improving implementation, experimental evidence, and presentation than for resolving concerns about novelty or significance. Output Quality mixed Resolution of execution-related and idea-related weaknesses
Reading fidelity high
Study strength medium
n=168
85.3% versus 11.1%
0.48
The AppliedScientist reviewer correlates with mean human ratings at Spearman rho = 0.571 and matches the venue's accept/reject decision 76.2% of the time. Decision Quality positive Agreement with human ratings and venue accept/reject decisions
Reading fidelity high
Study strength medium
n=650
Spearman rho = 0.571; 76.2% venue decision agreement
0.48
On Constructive Value, the AppliedScientist reviewer performs comparably to Stanford Agent Reviewer, with win rates of 44.3% and 45.7%, respectively; approximately 10% of comparisons are ties. Decision Quality mixed Constructive value of generated scientific reviews
Reading fidelity high
Study strength medium
n=650
44.3% vs. 45.7% win rate; 10% ties
0.48
The evaluation set contains 30 ICLR papers: 25 rejected papers and 5 borderline-accepted papers spanning five research domains. Other null_result Study sample composition
Reading fidelity high
Study strength low
n=30
0.24

Notes