Amplifying, Not Learning: Fine-Tuned AI Text Detectors Amplify a Pretrained Direction

· Source: cs.LG updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, extended

Summary

AI text detectors, rather than learning a distinct AI-vs-human boundary, primarily amplify a pretrained "typicality axis" already present in raw encoder embeddings. This research demonstrates that projecting onto a raw mean-difference direction (centroid(AI)-centroid(HC3)) achieves high AUROC scores (0.806/0.944/0.834) on NYT-vs-HC3, sometimes exceeding full fine-tuning, notably on RoBERTa-base. A minimal 24-example frozen probe also matches full fine-tuning performance (0.900 vs 0.895). The typicality axis inverts on non-native ESL writing (AUROC 0.06-0.20), a unique falsifiable prediction. A closed-form Jacobian predictor (R^2=1.000) enables axis-manipulating interventions, lifting ELECTRA-CE deployment TPR from 0.000 to 0.904 at FPR=1% and reducing NYT-FPR by 57% on the OpenAI detector. Standard fine-tuning variants are shown to be calibration-equivalent, confirming they recalibrate the same fixed axis.

Key takeaway

For AI Scientists and Machine Learning Engineers developing or deploying AI text detectors, understand that standard fine-tuning recipes will not resolve inherent biases against fluent, formal human text. Your efforts should focus on implementing axis-manipulating interventions, such as those parameterized by the closed-form predictor, to achieve significant false positive rate reductions (e.g., 57% NYT-FPR reduction) while preserving true positive rates. Relying solely on recalibration or variant-shopping across standard fine-tuning methods will not yield substantial bias mitigation.

Key insights

Fine-tuned AI text detectors amplify a pretrained typicality axis, not construct a new AI-vs-human boundary.

Principles

Method

A closed-form Jacobian predictor parameterizes rank-1 representation-space interventions to manipulate the typicality axis, enabling targeted bias reduction and transferring to third-party detectors.

In practice

Topics

Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.LG updates on arXiv.org.