CLMay 24, 2023

LLMDet: A Third Party Large Language Models Generated Text Detection Tool

arXiv:2305.15004v3149 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the need for fine-grained tracing of LLM-generated text to combat misinformation and academic misconduct, though it is incremental as it builds on existing detection methods.

The paper tackles the problem of detecting which specific large language model generated a given text, as existing tools only distinguish machine-generated from human-authored text, and presents LLMDet, which achieves 98.54% precision and is 5.0 times faster for recognizing human-authored text.

Generated texts from large language models (LLMs) are remarkably close to high-quality human-authored text, raising concerns about their potential misuse in spreading false information and academic misconduct. Consequently, there is an urgent need for a highly practical detection tool capable of accurately identifying the source of a given text. However, existing detection tools typically rely on access to LLMs and can only differentiate between machine-generated and human-authored text, failing to meet the requirements of fine-grained tracing, intermediary judgment, and rapid detection. Therefore, we propose LLMDet, a model-specific, secure, efficient, and extendable detection tool, that can source text from specific LLMs, such as GPT-2, OPT, LLaMA, and others. In LLMDet, we record the next-token probabilities of salient n-grams as features to calculate proxy perplexity for each LLM. By jointly analyzing the proxy perplexities of LLMs, we can determine the source of the generated text. Experimental results show that LLMDet yields impressive detection performance while ensuring speed and security, achieving 98.54% precision and x5.0 faster for recognizing human-authored text. Additionally, LLMDet can effortlessly extend its detection capabilities to a new open-source model. We will provide an open-source tool at https://github.com/TrustedLLM/LLMDet.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes