Skip to content
All resources
Research note22 June 2026·7 min read

Should AI read every paper, or filter first?

We reconstructed the screening pools of four published systematic reviews and measured the economics of two strategies: an AI that reads every candidate in full, versus an AI abstract gate that filters first. The gate was the cheaper choice in every corpus—but the real surprise was where the ceiling on AI screening actually sits: access to the papers, not the cost of reading them.

The question

Title and abstract screening is the most repetitive stage of any systematic review. A search can return hundreds or thousands of candidate records, and only a small fraction will turn out to be eligible trials. Reading every one carefully is exactly the kind of high-volume, low-yield work that AI is well suited to—but it raises an immediate design choice.

You can run screening in one stage: have the AI retrieve and read each candidate’s full text, then decide. Or you can run it in two stages: let an AI gate read only the title and abstract first, and reserve the expensive full-text read for the records that survive. The one-stage approach never misses anything for lack of detail; the two-stage approach does far less reading. Which one actually wins on cost, and does either reach the recall a published review needs? We wanted real numbers, not intuition.

What we did

We reconstructed the title/abstract screening pools of four published pairwise randomised-controlled-trial systematic reviews from the COVID-19 literature, running each one through Axelium. We treat these four reviews purely as a methods testbed—a way to compare screening strategies against a known, published set of included trials. Nothing here is a claim about the clinical efficacy of any drug.

For each review we rebuilt the candidate pool from the same kinds of public sources the original authors used—PubMed, Cochrane CENTRAL, and ClinicalTrials.gov—and applied the review’s own PICO-framed eligibility criteria following a PRISMA-style screening flow. We then ran two strategies head to head over the identical pool: single-stage screening, where Axelium’s AI reads each candidate’s full text, and two-stage screening, where Axelium’s AI title/abstract screener acts as a gate and only survivors go to full-text reading. Throughout, we measured both strategies against the trials the published reviews actually included.

TopicSource reviewRecords screenedPrevalenceIncluded
IvermectinCochrane~3103.5%11
ColchicinePLOS ONE~1603.1%5
Vitamin DFrontiers in Immunology~4201.7%8
IvermectinBMC Infectious Diseases~2609.2%25

Across the four corpora, eligibility prevalence spanned 1.7% to 9.2%—the kind of needle-in-a-haystack ratio that makes screening so costly in the first place, and a wide enough range to see whether a strategy’s advantage holds when relevant trials are scarce or comparatively common.

Finding 1 — the abstract gate almost always pays

The abstract gate held its own on accuracy. Measured against the trials the published reviews included, it recalled a pooled ~93% of eligible trials (95% CI 82–98), at a specificity of 71–85%—meaning it correctly cleared the large majority of irrelevant records before any full text was read.

That filtering paid off directly. In every corpus, two-stage screening came out 29–43% cheaper than reading every candidate in full—33% on the ivermectin–Cochrane pool, 29% on colchicine, 43% on vitamin D, and 29% on the larger ivermectin–BMC pool.

Cost per record: single-stage vs two-stage screeningPaired horizontal bars for four reviews. Single-stage screening costs a constant 2.5 abstract-read units; two-stage screening costs between 1.42 and 1.78, saving 29 to 43 percent.Two-stage screening reaches the same recall for lessCost per record, in abstract-read units · lower is better0.00.51.01.52.02.53.0abstract-read units (1 = one abstract screen)Single-stage (read every abstract)Two-stage (abstract gate → full text)IvermectinCochrane2.501.6833%Colchicine2.501.7729%Vitamin D2.501.4243%IvermectinBMC2.501.7829%Cost per record to reach the same recall, in abstract-read units (1 = one abstract screen).Two-stage = abstract gate then full text on survivors.

We expected that ranking to be fragile—surely it depends on how much more a full-text read costs than an abstract read? It didn’t. Two-stage stayed cheaper across the entire realistic range of that cost ratio: the break-even point only sat at a ratio of 1.2 to 1.45, well below where real full-text reading lands. In other words, as long as reading a full paper costs even modestly more than reading an abstract, filtering first wins—and you don’t need to know the exact numbers to make the call.

Finding 2 — the real bottleneck is access

Here is the twist. The strategy debate above quietly assumes the AI can actually get the papers. It often can’t. When we checked how many of the reviews’ included trials were openly retrievable, the answer was only ~76% (95% CI 62–86). Roughly one included trial in four could not be retrieved in full—and the unretrievable ones were disproportionately high-profile, paywalled trials, exactly the studies a review can least afford to miss.

~76%

Openly retrievable

Share of the reviews’ included trials that could be retrieved in full (95% CI 62–86).

~1 in 4

Out of reach

Included trials that could not be retrieved in full—skewed toward high-profile, paywalled studies.

Access

Not compute

Neither strategy reaches high recall by AI-reading alone. The limit is what the AI can obtain, not what it can process.

Open-access retrievability of included trials, against a 95% recall targetVertical bars showing the share of each review's included trials that are openly retrievable: 73, 80, 71, 78 percent, pooled 76 percent. A dashed line marks a 95 percent recall target; the roughly 24 percent gap above each bar is shaded as the unreachable fraction.Open access alone can't reach the recall targetShare of included trials that are openly retrievable, by review0%25%50%75%100%73%IvermectinCochrane80%Colchicine71%Vitamin D78%IvermectinBMC76%Pooledrecall target · 95%Share of each review's included trials that are openly retrievable.The ~24% gap to a 95% target cannot be read by AI alone.

This reframes the whole single-versus-two-stage question. It doesn’t matter how thoroughly an AI reads if it can never open the paper. Optimising the reading strategy buys efficiency; closing the access gap is what would actually buy recall. The most valuable screening time is increasingly spent securing full-text access, not choosing how to process it.

Finding 3 — the AI’s confidence doesn’t tell you what’s relevant

One more result worth flagging, because it is easy to get wrong. The screener emits a numeric confidence score alongside each decision, and it is tempting to treat that number as a relevance ranking— to triage borderline records by it, or surface the “most-confident includes” first. Don’t. In our data, the confidence score had no ability to rank relevance (AUC 0.51—essentially a coin toss).

The actual include/exclude decision, by contrast, was highly discriminating (AUC 0.90). The lesson is narrow but practical: trust what the screener decides, not how sure it says it is.

Discrimination (AUC) of three signals against a chance baselineThree horizontal bars on an AUC scale from 0 to 1. The raw confidence score reaches 0.51, essentially chance; confidence within the included set 0.66; and the include/exclude decision 0.90. A dashed line at 0.50 marks chance.The decision discriminates; the confidence number doesn'tArea under the ROC curve · 1.0 = perfect, 0.5 = chance0.000.250.500.751.00Raw confidence score0.51≈ chanceConfidence within included set0.66Include / exclude decision0.90chance · 0.50Ability to tell relevant from irrelevant (AUC; 0.5 = no better than chance).The decision carries the signal; the confidence number does not.

What we didn’t settle

This is a proof-of-concept research note, and the honest limitations matter as much as the headline numbers:

  • Four reviews is a small sample. The cost ranking was consistent across all of them, but four corpora cannot establish how the picture generalises to other fields, designs, or search strategies.
  • We evaluated a single AI screener. A different screener could shift recall, specificity, and the confidence-versus-decision result; we have not compared alternatives.
  • These are COVID-era reviews, a period of unusually open and fast publication. That almost certainly overstates real-world full-text retrievability—the access bottleneck is likely worse, not better, in ordinary literatures.
  • The recall figures assume a perfect full-text read of whatever is retrieved. They isolate the screening decision, so they do not account for errors introduced later when the AI actually reads and extracts from a paper.
  • This work is a preprint and a proof of concept, not a validated benchmark. Treat the numbers as directional evidence, not settled fact.

Four things we took away

Filter first, by default

An AI abstract gate was the cheaper strategy in all four corpora, saving 29–43% over reading every candidate in full—while still recalling ~93% of eligible trials.

The choice is robust

Two-stage stayed cheaper across the whole realistic range of full-text-versus-abstract cost. You don’t need to know your exact cost ratio to make the right call.

Access is the ceiling

Only ~76% of included trials were openly retrievable, and the missing ones skewed high-profile. Neither strategy reaches high recall by AI-reading alone—access, not compute, is the limit.

Trust the decision, not the score

The screener’s include/exclude decision ranked relevance well (AUC 0.90); its numeric confidence score did not (AUC 0.51). Use the verdict, not the self-reported certainty.

Read the full preprint

The complete manuscript covers the corpus-by-corpus cost breakdowns, the break-even derivation, the open-access retrievability audit, and the full screening methodology, with a supplementary appendix of per-record results and figures. You can also see how the abstract gate and full-text retrieval work as part of an end-to-end review in Axelium.

Citation: Ivakhno S, et al. The economics of AI title/abstract screening: single-stage versus two-stage strategies across four reproduced systematic-review corpora. medRxiv preprint, 2026 (forthcoming).

Disclosure: The authors are affiliated with Axelium. This is a proof-of-concept methods note built on four reproduced screening corpora and a single AI screener; the figures are directional evidence rather than a validated benchmark, and the limitations above apply. Full methods, per-record data, and limitations are detailed in the full manuscript.