Advancing Machine-Generated Text Detection from an Easy to Hard Supervision Perspective
Chenwang Wu, Yiu-ming Cheung, Bo Han, Defu Lian
TL;DR
The paper addresses boundary fuzziness in machine-generated text detection by treating hard labels as inexact due to human–machine interplay and detector superintelligence. It introduces an easy-to-hard supervision framework that uses longer-text supervision to guide a more challenging MGT detector, supported by theoretical bounds linking supervisor performance to detector outcomes. Empirically, the method improves robustness and cross-domain/generalization across diverse datasets and attacks, and outperforms standard Knowledge Distillation. The work offers a scalable, efficient approach to closer alignment with underlying golden labels, with clear implications for improving reliability in MGT detection systems.
Abstract
Existing machine-generated text (MGT) detection methods implicitly assume labels as the "golden standard". However, we reveal boundary ambiguity in MGT detection, implying that traditional training paradigms are inexact. Moreover, limitations of human cognition and the superintelligence of detectors make inexact learning widespread and inevitable. To this end, we propose an easy-to-hard enhancement framework to provide reliable supervision under such inexact conditions. Distinct from knowledge distillation, our framework employs an easy supervisor targeting relatively simple longer-text detection tasks (despite weaker capabilities), to enhance the more challenging target detector. Firstly, longer texts targeted by supervisors theoretically alleviate the impact of inexact labels, laying the foundation for reliable supervision. Secondly, by structurally incorporating the detector into the supervisor, we theoretically model the supervisor as a lower performance bound for the detector. Thus, optimizing the supervisor indirectly optimizes the detector, ultimately approximating the underlying "golden" labels. Extensive experiments across diverse practical scenarios, including cross-LLM, cross-domain, mixed text, and paraphrase attacks, demonstrate the framework's significant detection effectiveness. The code is available at: https://github.com/tmlr-group/Easy2Hard.
