Detecting LLM-Generated Tokens in Human--LLM Coauthored Text

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, quick

Summary

A new method addresses the growing need for fine-grained detection of LLM-generated content within human-LLM coauthored text. Unlike existing document-level classification methods, this approach operates at the token level, the natural unit for modern language models. The core idea involves smoothing adjacent token detection scores to reduce variability, employing an adaptive Lepski-type rule to select bandwidth based on the local authorship structure. This method is simple to implement, requires no token-level labeled data for training, and theoretically achieves favorable mean square error performance. Empirically, it demonstrates strong performance against various baselines on both synthetic and realistic datasets, with a publicly accessible website implementing the techniques.

Key takeaway

For machine learning engineers developing tools for content moderation or authorship attribution, this token-level detection method offers a significant advancement. You should consider integrating this adaptive smoothing technique to precisely localize LLM-generated segments in mixed-authorship documents, moving beyond coarse document-level classifications. This approach can enhance the accuracy and utility of your detection systems without requiring extensive token-level labeled training data.

Key insights

A token-level detection method smooths adjacent scores using an adaptive Lepski-type rule to identify LLM-generated content in coauthored text.

Principles

Method

The method smooths adjacent token detection scores, applying an adaptive Lepski-type rule to select bandwidth based on local authorship structure. It requires no token-level labeled training data.

In practice

Topics

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

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.