How AI Detectors Use Perplexity and Burstiness
Perplexity and burstiness can reveal statistical patterns, but neither proves who wrote a passage. Here is what these signals mean, how detectors use them, and where they fail.
- AI detection
- Perplexity
- Burstiness
- Language models

AI detectors do not discover authorship hidden inside a document. They measure patterns and estimate how compatible those patterns are with examples of human or machine-generated writing. Perplexity and burstiness are two popular ways to explain that process, but they are not a universal recipe used by every detector.
That distinction matters. A detector score can support a review, yet it cannot prove misconduct, identify a writer, or reconstruct how a document was produced. If you want to inspect a passage, use an AI detector as one signal and keep the surrounding evidence in view.
Perplexity in plain English
A language model assigns a probability to each possible next token. Perplexity summarizes how surprised the model is by the sequence it actually sees. In simplified terms, the calculation takes the average negative log probability of the tokens and then converts it back to an easier-to-compare scale.
Lower perplexity means the reference model considered the sequence more predictable. Higher perplexity means it encountered more unexpected choices. The important phrase is reference model: the same paragraph can receive different perplexity values from different models or tokenizers.
Suppose a sentence begins, “The committee reached a...” A model may rank “decision” as a very likely continuation and “crossroads” as less likely. A passage that repeatedly selects high-ranked continuations may look statistically smooth. That can be a machine-generation clue, but it is not an authorship certificate. Templates, legal clauses, weather reports, and beginner writing can all be highly predictable.
The 2019 GLTR paper visualized token ranks to help people notice generation artifacts. Its authors described statistical assistance for human review, not a rule that every predictable word must be machine-written.
What people mean by burstiness
Burstiness usually refers to variation across a passage. Depending on the implementation, that may include sentence length, syntactic shape, vocabulary, punctuation, or changes in token surprise from one region to another.
There is no single industry-standard “burstiness formula.” One product may compare the variance of sentence lengths. Another may combine many learned features and use the word only in its explanation. Asking how a particular score was calculated is therefore more useful than treating burstiness as a fixed scientific unit.
| Pattern | What an analyst might observe | Why it is not proof |
|---|---|---|
| Uniform sentences | Similar length and repeated grammatical shapes | Instructions, summaries, and inexperienced human writing can be uniform |
| Varied rhythm | Short emphasis mixed with longer explanation | A model can be prompted or edited to create the same variation |
| Predictable vocabulary | Frequent high-probability transitions | The subject or genre may require conventional wording |
| Sudden statistical shifts | One section differs sharply from the rest | Quotations, multiple authors, or later revisions can create a shift |
Burstiness is best treated as a descriptive clue. Human prose is not always varied, and generated prose is not always smooth.
What modern detectors may combine
Current systems can use signals that go far beyond a single perplexity number. Product details are often proprietary, but research methods show several broad families.
| Method family | What it measures | Main dependency | Common limitation |
|---|---|---|---|
| Likelihood or token rank | How expected each token is under a language model | Access to a suitable reference model | Sensitive to domain, model, and decoding changes |
| Supervised classifier | Patterns learned from labeled human and generated samples | Representative training data | Can weaken on unseen models, genres, or languages |
| Probability curvature | How the original text compares with small perturbations | Model scoring plus generated perturbations | More computation and assumptions about the source model |
| Watermark detection | A statistical pattern deliberately added during generation | Generator participation and a compatible detector | Does not cover unwatermarked text and can be affected by editing |
| Provenance systems | Signed records about where content came from | Adoption across tools and publishing workflows | Missing provenance is not evidence of AI generation |
DetectGPT, for example, tests the curvature of a model’s log-probability function around a passage. That is different from declaring “low perplexity equals AI.” A commercial detector may also combine stylometric features, embeddings, classifiers, and calibration layers before it produces one score.
A before-and-after pattern example
Consider this deliberately generic draft:
Remote work offers many benefits for modern teams. It improves flexibility, increases productivity, and supports collaboration. In addition, it helps businesses attract talent. Overall, remote work is an important solution for the future.
Now compare an edited version:
Remote work solves one problem and creates three more. Hiring is no longer tied to a commute, but decisions need written context, quiet work needs protection, and new employees need deliberate introductions. The benefit is not “more collaboration.” It is access to a wider team—if the operating habits can support it.
The revision changes the rhythm, removes stock transitions, and replaces broad benefits with conditions. It is also more useful to a reader. These are editorial observations, not measured detector results: we did not submit the passages to commercial tools and are not claiming that one is “human” while the other is “AI.”
This distinction prevents a common mistake. Editing only to chase a detector score can introduce unsupported claims or distort the author’s meaning. Edit for clarity, factual accuracy, and reader value first. Our guide to humanizing content without losing facts provides a claim-preservation workflow.
Why short, edited, and unfamiliar text is difficult
All classification needs enough relevant information. A very short passage contains fewer patterns, so one sentence can swing the score. Quoted material, bullet points, code, citations, or mixed authorship make the interpretation harder still.
Editing creates another distribution shift. A human may revise generated text, or a model may lightly edit human text. The final document is not cleanly represented by a binary origin label. The RAID benchmark, which includes more than six million generations across models, domains, decoding strategies, and adversarial attacks, found that detectors can be vulnerable under unseen conditions and attacks.
Language and time also matter. A 2026 EACL study in a contemporary Czech setting did not find the systematic bias reported in every earlier setting and suggested that newer detectors may not rely primarily on perplexity. That result is a useful warning against universal claims in either direction: detector behavior must be measured for the actual language, date, domain, and product version being used.
How to interpret a detector score
A percentage usually describes a model output or calibrated risk estimate. It is not automatically the probability that a particular person cheated. Before acting on it, ask:
- What text length and language does the detector support?
- Was the tool evaluated on this genre and on current generation models?
- What false-positive rate applies at the threshold being used?
- Does the result stay stable when quotations, references, and formatting are removed?
- Is there independent evidence such as drafts, document history, citations, or an author explanation?
For a low-stakes content review, a score may simply prompt a closer read. For grading, employment, publishing, or discipline, the cost of a false accusation is much higher. No single detector result should carry that decision by itself.
Improve the writing, not the illusion
Perplexity and burstiness can help explain why a passage feels statistically ordinary or unusually uniform. They cannot tell whether its claims are correct, whether its sources are credible, or whether it helps the intended reader.
Use a readability scorer to locate dense sentences, then review the substance yourself. If AI assistance is allowed, preserve drafts and disclose it according to the relevant policy. Strong writing comes from specific evidence and accountable revision—not from trying to manufacture a “human” pattern.
Methodology and disclosure
This article is a technical synthesis of the primary research linked above. It does not report a new benchmark of commercial detectors, and the header is an original conceptual illustration rather than a detector screenshot. Product implementations can change, so readers should consult each detector’s current documentation before relying on a score.
Sources & Further Reading
- GLTR: Statistical Detection and Visualization of Generated Text (ACL 2019)
- DetectGPT: Zero-Shot Machine-Generated Text Detection Using Probability Curvature (ICML 2023)
- RAID: A Shared Benchmark for Robust Evaluation of Machine-Generated Text Detectors
- Different Time, Different Language: Revisiting Bias in AI-Generated Text Detection (EACL 2026)
Frequently Asked Questions
Does low perplexity prove that text was written by AI?
No. Low perplexity only means a particular language model found the token sequence relatively predictable. Formulaic human writing can also be predictable, while edited or unusual AI text can be less predictable.
Is burstiness a standard scientific score?
Not by itself. The term is commonly used for variation in sentence length, structure, or token surprise, but products may calculate and combine those patterns differently.
Can a detector identify the exact model that wrote a passage?
Some systems attempt model attribution, but performance depends on the models, domains, languages, and editing conditions included in evaluation. Treat attribution as a probabilistic claim, not proof.
How should I use an AI detector result?
Use it as one review signal. Check provenance, revision history, citations, assignment rules, and the text itself before making a consequential decision.
Put the Workflow Into Practice
Use GPTHuman as an editing aid, then verify facts, sources, meaning, and policy requirements before publishing.
Try it Free