paper-with-me

Papers

Tell, Don't Show: Leveraging Language Models' Abstractive Retellings to Model Literary Themes

2025-05-29 · Li Lucy, Camilla Griffiths, Sarah Levine, Jennifer L. Eberhardt, Dorottya Demszky, David Bamman

Conventional bag-of-words approaches for topic modeling, like latent Dirichlet allocation (LDA), struggle with literary text. Literature challenges lexical methods because narrative language focuses on immersive sensory details instead of abstractive description or exposition: writers are advised to "show, don't tell." We propose Retell, a simple, accessible topic modeling approach for literature. Here, we prompt resource-efficient, generative language models (LMs) to tell what passages show, thereby translating narratives' surface forms into higher-level concepts and themes. By running LDA on LMs' retellings of passages, we can obtain more precise and informative topics than by running LDA alone or by directly asking LMs to list topics. To investigate the potential of our method for cultural analytics, we compare our method's outputs to expert-guided annotations in a case study on racial/cultural identity in high school English language arts books.

📄 PDF Abstract BibTeX arXiv:2505.23166

Code (1)

lucy3/tell_dont_show 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

LDA Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in…

Similar Papers 제목 키워드 기반

A Verbal and Gestural Corpus of Story Retellings to an Expressive Embodied Virtual Character

2016-05-01 · LREC 2016 5 · Jackson Tolins, Kris Liu, Michael Neff, Marilyn Walker 외

We present a corpus of 44 human-agent verbal and gestural story retellings designed to explore whether humans would gesturally entrain to an embodied intelligent virtual agent. We used a novel data collection method wher…

Evaluating Word Embeddings for Sentence Boundary Detection in Speech Transcripts

2017-08-15 · Marcos V. Treviso, Christopher D. Shulby, Sandra M. Aluisio

This paper is motivated by the automation of neuropsychological tests involving discourse analysis in the retellings of narratives by patients with potential cognitive impairment. In this scenario the task of sentence bo…

Boundary DetectionSentenceWord Embeddings

Generating Sentence Planning Variations for Story Telling

2017-08-29 · Stephanie M. Lukin, Lena I. Reed, Marilyn A. Walker

There has been a recent explosion in applications for dialogue interaction ranging from direction-giving and tourist information to interactive story systems. Yet the natural language generation (NLG) component for many …

SentenceStory GenerationText Generation

Repurposing Decoder-Transformer Language Models for Abstractive Summarization

2019-09-01 · NeurIPS Workshop Document_Intelligen 2019 12 · Luke de Oliveira, Alfredo Láinez Rodrigo

Neural network models have shown excellent fluency and performance when applied to abstractive summarization. Many approaches to neural abstractive summarization involve the introduction of significant inductive bias, ex…

Abstractive Text SummarizationDecoderInductive BiasLanguage Modeling+2

GNAT: A General Narrative Alignment Tool

2023-11-07 · Tanzir Pial, Steven Skiena

Algorithmic sequence alignment identifies similar segments shared between pairs of documents, and is fundamental to many NLP tasks. But it is difficult to recognize similarities between distant versions of narratives suc…

text similarity