Evaluating AI-Text Detectors with the New Authorship-Rewriting Benchmark
If your AI-text detector has been misfiring on human writing — confidently flagging a polished draft as machine output — the new Authorship-Rewriting Benchmark (ARB) on arXiv is worth a sanity check.
Tara Linsley·updated August 04, 2026

According to the arXiv listing, ARB is built from 1,800 human source texts rewritten by four open-weight generators. The matched structure is what makes it useful: same human source, multiple rewriters, one evaluation harness — so detector developers can finally measure how classifiers hold up against realistic LLM polishing, not just raw model output. For anyone shipping a detector in production, that distinction is the whole game.
Why the matched design matters
Existing AI-text benchmarks tend to hand a detector a clean LLM passage and a clean human passage and ask it to sort them. That's a weak test — in practice, most "AI text" we see in the wild is human prose that's been lightly rewritten by a model, with the human still the author of the underlying idea. ARB flips the framing: every human text in the set has a parallel rewritten version, so we can measure accuracy per generator rather than as a single number. The arXiv abstract doesn't enumerate the four models, their sizes, or their license terms, so the full paper and any companion repo are what to watch for before you commit engineering time.
What to do this week
Three concrete moves: clone the dataset as soon as the splits are live and run your detector unmodified as a baseline — that gives you a defensible before/after number to compare against future fine-tunes. Second, log per-generator scores alongside any aggregate metric, because averaged accuracy hides exactly the failure modes that matter in production. Third, confirm a code release ships with the paper; a matched benchmark without a reproducible eval harness is just a CSV, and we've all been burned by that before.
The broader signal here is how fast open-weight tooling is moving — the same wave reshaping detector research is also touching adjacent markets, including India's mobile gaming market potentially more than doubling within four years, which underlines how quickly the open-weight ecosystem is spreading beyond pure ML labs.