paper-with-me

홈 › Papers

Echoes in AI: Quantifying Lack of Plot Diversity in LLM Outputs

2024-12-31 · Weijia Xu, Nebojsa Jojic, Sudha Rao, Chris Brockett, Bill Dolan

With rapid advances in large language models (LLMs), there has been an increasing application of LLMs in creative content ideation and generation. A critical question emerges: can current LLMs provide ideas that are diverse enough to truly bolster the collective creativity? We examine two state-of-the-art LLMs, GPT-4 and LLaMA-3, on story generation and discover that LLM-generated stories often consist of plot elements that are echoed across a number of generations. To quantify this phenomenon, we introduce the Sui Generis score, which estimates how unlikely a plot element is to appear in alternative storylines generated by the same LLM. Evaluating on 100 short stories, we find that LLM-generated stories often contain combinations of idiosyncratic plot elements echoed frequently across generations, while the original human-written stories are rarely recreated or even echoed in pieces. Moreover, our human evaluation shows that the ranking of Sui Generis scores among story segments correlates moderately with human judgment of surprise level, even though score computation is completely automatic without relying on human judgment.

📄 PDF Abstract BibTeX arXiv:2501.00273

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityStory Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Hidden Echoes Survive Training in Audio To Audio Generative Instrument Models

2024-12-14 · Christopher J. Tralie, Matt Amery, Benjamin Douglas, Ian Utz

As generative techniques pervade the audio domain, there has been increasing interest in tracing back through these complicated models to understand how they draw on their training data to synthesize new examples, both t…

How Much Can We See? A Note on Quantifying Explainability of Machine Learning Models

2019-10-29 · Gero Szepannek

One of the most popular approaches to understanding feature effects of modern black box machine learning models are partial dependence plots (PDP). These plots are easy to understand but only able to visualize low order …

BIG-bench Machine Learning

Echoes: A semantically-aligned music deepfake detection dataset

2026-03-24 · Octavian Pascu, Dan Oneata, Horia Cucu, Nicolas M. Muller arxiv

We introduce Echoes, a new dataset for music deepfake detection designed for training and benchmarking detectors under realistic and provider-diverse conditions. Echoes comprises 4,468 tracks (131 hours of audio) spannin…

DeepFake DetectionMusic Generation

Separation of water and fat signal in whole-body gradient echo scans using convolutional neural networks

2018-12-12 · Jonathan Andersson, Håkan Ahlström, Joel Kullberg

Purpose: To perform and evaluate water-fat signal separation of whole-body gradient echo scans using convolutional neural networks. Methods: Whole-body gradient echo scans of 240 subjects, each consisting of 5 bipolar …

CPUGPU

GRADE: Quantifying Sample Diversity in Text-to-Image Models

2024-10-29 · Royi Rassin, Aviv Slobodkin, Shauli Ravfogel, Yanai Elazar 외

Text-to-image (T2I) models are remarkable at generating realistic images based on textual descriptions. However, textual prompts are inherently underspecified: they do not specify all possible attributes of the required …

AttributeDiversityQuestion AnsweringVisual Question Answering+1