Search papers, labs, and topics across Lattice.
The paper introduces READER, a reasoning-enhanced AI text detector that generates both a human/AI label and a rationale for its decision. A curated dataset, READ, of rationales and verdicts is used to fine-tune a 1.5B parameter LLM. READER outperforms significantly larger, prompted LLMs (GPT-5.2, Gemini-3-Pro, and DeepSeek-V3.2) in AI-generated text detection, demonstrating the effectiveness of reasoning-based detection.
Reasoning beats scale: a 1.5B parameter model, READER, outperforms models 100-1000x larger in detecting AI-generated text by explicitly generating a rationale for its decision.
Recent advances in large language models (LLMs) have made it increasingly difficult to distinguish human-written text from AI-generated content. Many existing detectors train supervised neural classifiers that achieve strong in-distribution performance but are often opaque and can degrade substantially under distribution shift. We present READER, a reasoning-enhanced AI text detector that outputs both a human/AI label and a structured rationale describing the evidence for its decision. A key component of our approach is READ, a curated supervision set of rationales and verdicts. We fine-tune an LLM on READ to build READER, which reasons before detecting at inference time. Despite having only 1.5B parameters, READER consistently outperforms existing detectors as well as prompted, high-capacity LLM baselines (GPT-5.2, Gemini-3-Pro, and DeepSeek-V3.2), which are 100 to 1000 times larger in scale.