CLAIMay 22, 2024

Your Large Language Models Are Leaving Fingerprints

arXiv:2405.14057v143 citationsh-index: 8COLING Workshops
Originality Incremental advance
AI Analysis

This addresses the challenge of distinguishing human from AI-generated text, which is crucial for applications like content moderation and academic integrity, though it is incremental as it builds on existing detection methods.

The paper tackles the problem of detecting machine-generated text by identifying unique linguistic fingerprints in LLM outputs, achieving robust performance across domains with simple classifiers.

It has been shown that finetuned transformers and other supervised detectors effectively distinguish between human and machine-generated text in some situations arXiv:2305.13242, but we find that even simple classifiers on top of n-gram and part-of-speech features can achieve very robust performance on both in- and out-of-domain data. To understand how this is possible, we analyze machine-generated output text in five datasets, finding that LLMs possess unique fingerprints that manifest as slight differences in the frequency of certain lexical and morphosyntactic features. We show how to visualize such fingerprints, describe how they can be used to detect machine-generated text and find that they are even robust across textual domains. We find that fingerprints are often persistent across models in the same model family (e.g. llama-13b vs. llama-65b) and that models fine-tuned for chat are easier to detect than standard language models, indicating that LLM fingerprints may be directly induced by the training data.

Foundations

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

Your Notes