Can AI detectors detect paraphrased text?
Frequently not. Research presented at NeurIPS 2023 showed that running generated text through a paraphraser drove several detectors' accuracy down sharply, though the same paper proposed a retrieval-based defence that continued to work.
Last reviewed 15 August 2026 · The HumanFlow team
Detectors built on perplexity are measuring how predictable a text is under a language model. A paraphraser rewrites the passage into different words, which changes exactly the statistical shape the detector was reading — so the signal degrades not because anything was hidden, but because the thing being measured was replaced.
The Krishna et al. work is the standard citation here and it is usually quoted at half length. It did demonstrate that paraphrase attacks defeat a range of detectors, including watermarking and perplexity-based methods. It also demonstrated a defence: retrieval over a database of previously generated passages, which finds semantically similar text even after rewording, and which held up where the others did not.
Quoting only the first half turns a paper about an attack and its remedy into a claim that detection is hopeless. It is a real and serious weakness in the detectors of that period; it was not presented as unanswerable.
For anyone on the receiving end of a score, the practical implication runs the other way from how it is usually sold. If paraphrasing moves a detector's output, then the output was tracking surface statistics — which is also why plain human writing trips it.
When this answer changes
Detectors are retrained, and several vendors now advertise checks aimed specifically at text that has been through a rewriting tool. A finding about the detectors of one year is not a standing property of the category.
Where a retrieval-based defence is deployed, paraphrasing is much less effective, because the comparison is against meaning rather than wording.
None of this changes any obligation. If your institution requires disclosure of AI assistance, rewriting the output does not discharge it, and this site does not offer paraphrasing as a way around a rule.
Where to go next
- Detecting rewritten text — What vendors now claim to check for, and how they describe it.
- Retrieval, the defence in that paper — Why comparing meaning rather than wording survives a rewrite.
- Whether humanizers work — The commercial version of this question, answered without a bypass claim.
- How much text a detector needs — Why a short excerpt scored in isolation is weak evidence, with the published minimum.
Sources
One of our direct answers.