LitReview Arena: AI literature reviews beat humans in just 23% of matchups
Researchers introduce LitReview Arena, a battle-style evaluation platform for literature review agents built to address a specific gap: judging whether an automatically generated literature review is actually useful to a researcher is hard, because much of that quality depends on expert judgment rather than on reference-overlap metrics. In the platform, domain experts with AI paper-writing experience compare anonymized draft reviews and are matched to topics inside their own expertise, then score each pairing on five literature-review-specific criteria. The authors collected approximately 3,000 expert judgments this way, each carrying five dimension-wise outcomes. The headline result: even the strongest current AI systems win only 23.0% of decisive matches against human-written drafts on overall utility, meaning human reviews still beat the best AI drafts in roughly three out of four decisive comparisons. Within the AI systems tested, agentic LLMs such as Sonar Deep Research substantially outperform base language models, by over 60%, showing that letting a model search and iterate rather than generate a review in one pass matters a great deal for this task. The authors also tested whether existing LLM-as-a-judge methods, automated evaluators that use another LLM to score review quality, can substitute for expert judgment, and found they are substantially misaligned with the human experts collected here (Spearman's rho of 0.467), with the gap widest on synthesis-heavy criteria such as paper structure and research suggestions. Using the roughly 3,000 collected preference judgments, the authors then built and released LitJudge, an expert-calibrated evaluator that raises alignment with human experts to a Spearman's rho of 0.78, which the authors describe as comparable to the consistency between different human experts. Code and data for LitReview Arena and LitJudge are publicly available on GitHub.
Key facts
- LitReview Arena is a battle-style platform where domain experts compare anonymized AI-generated versus human-written literature reviews on five criteria.
- The study collected approximately 3,000 expert judgments, each with five dimension-wise outcomes.
- Even the strongest current AI systems win only 23.0% of decisive matches against human drafts on overall utility.
- Agentic LLMs such as Sonar Deep Research outperform base language models by over 60% on this benchmark.
- Existing LLM-as-a-judge methods align poorly with human experts (Spearman's rho=0.467); the authors' new evaluator LitJudge reaches rho=0.78, comparable to inter-expert consistency.
Why it matters
Literature review agents are one of the more concretely useful applications proposed for AI in research work, but judging whether their output is actually good has relied on reference-overlap metrics that do not capture much of what makes a review useful. LitReview Arena replaces that with structured, criterion-by-criterion judgments from domain experts matched to their own field, giving a much harder and more direct test of research utility than prior benchmarks offered.
Who it affects
The result speaks directly to researchers building or evaluating AI literature review agents, and to anyone building broader research-assistant tools who wants a credible signal of how close automated writing gets to expert-level synthesis. It also affects builders of automated LLM-as-a-judge evaluation pipelines, since the paper shows those pipelines currently diverge substantially from what domain experts actually value.
How to use it
The code and data behind LitReview Arena and the LitJudge evaluator are publicly released on GitHub, so teams can benchmark their own literature review systems against the same protocol, or use LitJudge as a more expert-aligned automated scorer than generic LLM-as-a-judge setups.
How solid is it
The comparison rests on close to 3,000 expert judgments from domain experts with AI paper-writing experience, matched to topics within their expertise and scored across five separate criteria rather than a single overall rating, which is a notably structured protocol. LitJudge's reported rho=0.78 alignment with experts is explicitly benchmarked against inter-expert consistency itself, giving a concrete ceiling to compare against. The source text does not name the specific systems behind the 23.0% win-rate figure or spell out all five criteria individually, and does not describe exactly how many distinct experts (as opposed to judgments) took part.
Risks and caveats
The core finding cuts against overstating current AI capability: on this expert-judged benchmark, the best systems still lose the large majority of decisive matchups against human-written literature reviews. Separately, the paper's finding that generic LLM-as-a-judge scoring is substantially misaligned with human experts, especially on synthesis-heavy criteria like structure and research suggestions, is a caution against trusting automated evaluation of AI-written research text without a human-calibrated check like LitJudge.