Base Models Look Human To AI Detectors

Hugging Face Daily Papers Papers

Summary

A research paper finds that base language models appear human to AI detectors, unlike instruction-tuned models. The authors propose a paraphrasing pipeline (HIP) that improves human-likeness while preserving semantics across model sizes.

As AI-generated text enters the real-world at scale, institutions increasingly use commercial AI-text detectors, especially in education and academic-integrity workflows. We report a surprising empirical finding about such systems: when evaluated by GPTZero and Pangram, generated text from base models is often judged overwhelmingly human, whereas text generated by their instruction-tuned counterparts is not. Building on this observation, we propose Humanization by Iterative Paraphrasing (HIP), a detector-agnostic pipeline that minimally fine-tunes a base model into a paraphraser and applies it iteratively. Compared with the baselines we test, HIP yields a stronger trade-off between semantic preservation and detector evasion on commercial detectors. Across Llama-3 and Qwen-3 families, spanning model sizes from 0.6B to 70B, HIP consistently improves detector human-likeness. Our findings suggest that current detectors are tracking artifacts of instruction tuning and local context more than any invariant notion of machine-generated text. This, in turn, calls for detector designs that model these factors more explicitly.
Original Article
View Cached Full Text

Cached at: 05/20/26, 10:40 PM

Paper page - Base Models Look Human To AI Detectors

Source: https://huggingface.co/papers/2605.19516

Abstract

Instruction-tuned language models produce text that commercial detectors identify as non-human, prompting the development of a paraphrasing pipeline that improves human-likeness while preserving semantics across different model sizes.

As AI-generated text enters the real-world at scale, institutions increasingly use commercialAI-text detectors, especially in education and academic-integrity workflows. We report a surprising empirical finding about such systems: when evaluated by GPTZero and Pangram, generated text from base models is often judged overwhelmingly human, whereas text generated by their instruction-tuned counterparts is not. Building on this observation, we propose Humanization by IterativeParaphrasing(HIP), a detector-agnostic pipeline that minimally fine-tunes a base model into a paraphraser and applies it iteratively. Compared with the baselines we test, HIP yields a stronger trade-off betweensemantic preservationanddetector evasionon commercial detectors. Across Llama-3 and Qwen-3 families, spanning model sizes from 0.6B to 70B, HIP consistently improves detector human-likeness. Our findings suggest that current detectors are tracking artifacts of instruction tuning and local context more than any invariant notion of machine-generated text. This, in turn, calls for detector designs that model these factors more explicitly.

View arXiv pageView PDFGitHub2Add to collection

Get this paper in your agent:

hf papers read 2605\.19516

Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash

Models citing this paper14

#### YixuanEvenXu/Llama-3-70B-HIP-adapter Text Generation• Updatedabout 18 hours ago • 13 #### YixuanEvenXu/Llama-3-70B-Instruct-HIP-adapter Text Generation• Updatedabout 18 hours ago • 10 #### YixuanEvenXu/Llama-3-8B-HIP-adapter Text Generation• Updatedabout 18 hours ago • 10 #### YixuanEvenXu/Llama-3-8B-Instruct-HIP-adapter Text Generation• Updatedabout 18 hours ago Browse 14 models citing this paper## Datasets citing this paper1

#### YixuanEvenXu/HIP-training-and-evaluation-data Viewer• Updatedabout 18 hours ago • 11.1k • 9

Spaces citing this paper0

No Space linking this paper

Cite arxiv.org/abs/2605.19516 in a Space README.md to link it from this page.

Collections including this paper0

No Collection including this paper

Add this paper to acollectionto link it from this page.

Similar Articles

Base Models Look Human To AI Detectors

arXiv cs.CL

This paper reveals that commercial AI detectors like GPTZero and Pangram judge text from base language models as overwhelmingly human, while instruction-tuned model outputs are flagged as AI-generated. The authors propose HIP, a detector-agnostic iterative paraphrasing pipeline that improves human-likeness while preserving semantics.

Human-Like Anaphor Resolution in Large Language Models

arXiv cs.CL

This paper investigates whether five open-weight LLMs exhibit human-like sensitivity to psycholinguistic factors in anaphor resolution, using surprisal and comprehension accuracy as behavioral measures. Results show selective cognitive alignment, with some models matching human discourse sensitivity but not semantic interference effects.

IF LLMS HAVE HUMAN-LIKE ATTRIBUTES, THEN SO DOES Age of Empires II

Reddit r/ArtificialInteligence

This paper argues that attributing human-like attributes to large language models is problematic because similar claims could be made about simpler systems, such as an AI trained on Age of Empires II, and proposes a null assumption of non-uniqueness to avoid circular reasoning.

Small Foundation Models of Human Cognition and Behaviour

Hugging Face Daily Papers

This paper trains 14 small language models (135M to 14B parameters) on Psych-101, a dataset of 10.7 million trial-level human choices, finding that small models suffice for in-distribution matching while larger models generalize better out-of-distribution. Diagnostics show that masking stimuli and feedback destroys most learned information, indicating choice history alone is insufficient.