pith. sign in

arxiv: 2305.18149 · v4 · pith:EG2JIRTRnew · submitted 2023-05-29 · 💻 cs.CL · cs.AI

Multiscale Positive-Unlabeled Detection of AI-Generated Texts

classification 💻 cs.CL cs.AI
keywords textsdetectionlanguageai-generateddetectorsmodelsmultiscalepositive-unlabeled
0
0 comments X
read the original abstract

Recent releases of Large Language Models (LLMs), e.g. ChatGPT, are astonishing at generating human-like texts, but they may impact the authenticity of texts. Previous works proposed methods to detect these AI-generated texts, including simple ML classifiers, pretrained-model-based zero-shot methods, and finetuned language classification models. However, mainstream detectors always fail on short texts, like SMSes, Tweets, and reviews. In this paper, a Multiscale Positive-Unlabeled (MPU) training framework is proposed to address the difficulty of short-text detection without sacrificing long-texts. Firstly, we acknowledge the human-resemblance property of short machine texts, and rephrase AI text detection as a partial Positive-Unlabeled (PU) problem by regarding these short machine texts as partially ``unlabeled". Then in this PU context, we propose the length-sensitive Multiscale PU Loss, where a recurrent model in abstraction is used to estimate positive priors of scale-variant corpora. Additionally, we introduce a Text Multiscaling module to enrich training corpora. Experiments show that our MPU method augments detection performance on long AI-generated texts, and significantly improves short-text detection of language model detectors. Language Models trained with MPU could outcompete existing detectors on various short-text and long-text detection benchmarks. The codes are available at https://github.com/mindspore-lab/mindone/tree/master/examples/detect_chatgpt and https://github.com/YuchuanTian/AIGC_text_detector.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Hitting a Moving Target: Test-Time Adaptation for AI Text Detection under Continual Distribution Shift

    cs.CL 2026-06 unverdicted novelty 6.0

    Test-time adaptation with semi-supervised learning leverages inference-time homogeneity to maintain AI text detection performance under adversarial humanization, new LLMs, and temporal drift.

  2. Show, Don't TELL: Explainable AI-Generated Text Detection

    cs.AI 2026-05 unverdicted novelty 6.0

    TELL is a new architecture for AI text detection that natively supplies explanatory annotations, reaching AUROC 0.927 and a 72.3% human win-rate on explanation quality metrics.

  3. MGTEVAL: An Interactive Platform for Systemtic Evaluation of Machine-Generated Text Detectors

    cs.CR 2026-04 unverdicted novelty 6.0

    MGTEVAL is an extensible platform that unifies dataset construction, attack application, detector training, and performance reporting for machine-generated text detectors.