An Evaluation on Large Language Model Outputs: Discourse and Memorization
Adrian de Wynter, Xun Wang, Alex Sokolov, Qilong Gu, Si-Qing Chen
TL;DR
The paper empirically evaluates how memorization from training data affects outputs of nine large language models across five domains, using off-the-shelf plagiarism detectors and human annotation. It reveals that memorized content is common and variably correlates with text originality and discourse quality, with significant model-to-model differences. Explicit prompting to avoid memorized content can mitigate memorization, though effects on factuality and coherence are nuanced and domain-dependent. The work highlights important implications for evaluating LLMs, data deduplication, and safe deployment, raising questions about the balance between memorization, learning, and quality text generation.
Abstract
We present an empirical evaluation of various outputs generated by nine of the most widely-available large language models (LLMs). Our analysis is done with off-the-shelf, readily-available tools. We find a correlation between percentage of memorized text, percentage of unique text, and overall output quality, when measured with respect to output pathologies such as counterfactual and logically-flawed statements, and general failures like not staying on topic. Overall, 80.0% of the outputs evaluated contained memorized data, but outputs containing the most memorized content were also more likely to be considered of high quality. We discuss and evaluate mitigation strategies, showing that, in the models evaluated, the rate of memorized text being output is reduced. We conclude with a discussion on potential implications around what it means to learn, to memorize, and to evaluate quality text.
