Measuring LLM Novelty As The Frontier Of Original And High-Quality Output
Vishakh Padmakumar, Chen Yueh-Han, Jane Pan, Valerie Chen, He He
TL;DR
The paper defines novelty as the harmonic mean of output originality, measured by the fraction of unseen $n$-grams relative to training data, and task-specific quality. Using open-data model families (OLMo, OLMo-2, Pythia) across story completion, poetry, and MacGyver-style tasks, it shows that model scaling and post-training consistently improve novelty by boosting quality, while stronger base models increase originality. Inference-time prompts yield limited gains and often reduce quality, underscoring tradeoffs in elicitation strategies. The authors release a dataset of thousands of generations and advocate using the joint novelty metric to track generalization and creativity across evolving models and applications. The work also discusses extensions to black-box models where aggregated novelty scores can be reported without exposing proprietary data, supporting AI safety and transparency in creativity-enabled AI systems.
Abstract
As large language models (LLMs) are increasingly used for ideation and scientific discovery, it is important to evaluate their ability to generate novel output. Prior work evaluates novelty as originality with respect to model training data, but original outputs may be of low quality. In contrast, non-expert judges more reliably score quality but may favor memorized outputs, limiting the reliability of human preference as a metric. We introduce a new novelty metric for LLM generations that balances originality and quality -- the harmonic mean of the fraction of \ngrams unseen during training and a task-specific quality score. Using this framework, we identify trends that affect the novelty of generations from three families of open-data models (OLMo, OLMo-2, and Pythia) on three creative tasks: story completion, poetry writing, and creative tool use. We find that model-generated text from some base LLMs is less novel than human-written text from the internet. However, increasing model scale and post-training reliably improves novelty due to improvements in output quality. We also find that improving the base model at the same scale (\eg OLMo 7B to OLMo-2 7B) leads to higher novelty due to higher originality. Finally, we observe that inference-time methods, such as prompting and providing novel in-context examples, have a much smaller effect on novelty, often increasing originality at the expense of quality. This highlights the need for further research into more effective elicitation strategies as we use models for creative applications.
