AI as Humanity's Salieri: Quantifying Linguistic Creativity of Language Models via Systematic Attribution of Machine Text against Web Text
Ximing Lu, Melanie Sclar, Skyler Hallinan, Niloofar Mireshghallah, Jiacheng Liu, Seungju Han, Allyson Ettinger, Liwei Jiang, Khyathi Chandu, Nouha Dziri, Yejin Choi
TL;DR
This paper introduces the Creativity Index, a scalable metric that quantifies linguistic creativity by estimating how much of a text can be reconstructed from vast web snippets, and DJ Search, a dynamic-programming algorithm that efficiently locates verbatim and near-verbatim $n$-grams in a reference corpus. By comparing machine-generated texts from multiple LLMs with human-authored texts across novel writing, poetry, and speeches, the study shows that professional human authors exhibit substantially higher creativity than LLMs, and that RLHF alignment reduces surface-form diversity in model outputs. The work further demonstrates that semantic matching enhances the detected creativity gap and that the Creativity Index can serve as a robust zero-shot detector for machine-generated text, outperforming leading baselines in many domains. Collectively, these findings offer a principled, quantitative lens on AI creativity, reveal the impact of training and alignment on linguistic novelty, and propose a practical tool for distinguishing human from machine text in real-world settings.
Abstract
Creativity has long been considered one of the most difficult aspect of human intelligence for AI to mimic. However, the rise of Large Language Models (LLMs), like ChatGPT, has raised questions about whether AI can match or even surpass human creativity. We present CREATIVITY INDEX as the first step to quantify the linguistic creativity of a text by reconstructing it from existing text snippets on the web. CREATIVITY INDEX is motivated by the hypothesis that the seemingly remarkable creativity of LLMs may be attributable in large part to the creativity of human-written texts on the web. To compute CREATIVITY INDEX efficiently, we introduce DJ SEARCH, a novel dynamic programming algorithm that can search verbatim and near-verbatim matches of text snippets from a given document against the web. Experiments reveal that the CREATIVITY INDEX of professional human authors is on average 66.2% higher than that of LLMs, and that alignment reduces the CREATIVITY INDEX of LLMs by an average of 30.1%. In addition, we find that distinguished authors like Hemingway exhibit measurably higher CREATIVITY INDEX compared to other human writers. Finally, we demonstrate that CREATIVITY INDEX can be used as a surprisingly effective criterion for zero-shot machine text detection, surpassing the strongest existing zero-shot system, DetectGPT, by a significant margin of 30.2%, and even outperforming the strongest supervised system, GhostBuster, in five out of six domains.
