NeFut Logo NeFut
Admin Login

[CS.AI] Novel Method for Detecting LLM-Generated Text in Coauthored Works

Published at: 2026-07-25 22:00 Last updated: 2026-07-26 07:44
#AI #Machine Learning #Open Source

Abstract

The rise of human-AI collaborative writing has created a growing need for fine-grained detection methods that support localizing likely LLM-generated content in mixed-authorship documents. Existing methods for detecting LLM-generated text mainly focus on document-level classification and cannot identify which parts of the text are generated by LLMs. This paper introduces a new method to address this urgent need.

Our method operates at the token level, the natural unit of modern language models, and builds on existing token-level detection scores. The key idea is to smooth adjacent token scores to reduce their variability, while using an adaptive Lepski-type rule to select the bandwidth according to the local authorship structure. Our method is simple to implement and does not require token-level labeled data for training.

Theoretically, we characterize this trade-off and show that the proposed method achieves favorable mean square error performance in estimating the underlying signal. Empirically, we demonstrate strong performance of our method against a wide range of baselines in both synthetic datasets and a realistic dataset. We deploy a publicly accessible website that implements the method as well.

Blogger's Review: The token-level detection method proposed in this paper is of significant practical value, especially in the increasingly prevalent AI collaboration environment. Its adaptive bandwidth selection strategy ensures detection accuracy, warranting further research and promotion. The open-access feature of this method also enhances transparency and fosters community development.

Original Source: https://arxiv.org/abs/2607.21458

[h] Back to Home