paper-with-me

Papers

Contrastive Learning with Narrative Twins for Modeling Story Salience

2026-01-12 · Igor Sterner, Alex Lascarides, Frank Keller arxiv

Understanding narratives requires identifying which events are most salient for a story's progression. We present a contrastive learning framework for modeling narrative salience that learns story embeddings from narrative twins: stories that share the same plot but differ in surface form. Our model is trained to distinguish a story from both its narrative twin and a distractor with similar surface features but different plot. Using the resulting embeddings, we evaluate four narratologically motivated operations for inferring salience (deletion, shifting, disruption, and summarization). Experiments on short narratives from the ROCStories corpus and longer Wikipedia plot summaries show that contrastively learned story embeddings outperform a masked-language-model baseline, and that summarization is the most reliable operation for identifying salient sentences. If narrative twins are not available, random dropout can be used to generate the twins from a single story. Effective distractors can be obtained either by prompting LLMs or, in long-form narratives, by using different parts of the same story.

📄 PDF Abstract BibTeX arXiv:2601.07765

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learning

Similar Papers 제목 키워드 기반

Modeling Event Salience in Narratives via Barthes' Cardinal Functions

2020-11-03 · COLING 2020 8 · Takaki Otake, Sho Yokoi, Naoya Inoue, Ryo Takahashi 외

Events in a narrative differ in salience: some are more important to the story than others. Estimating event salience is useful for tasks such as story generation, and as a tool for text analysis in narratology and folkl…

Language ModelingLanguage ModellingStory Generation

Great Expectations: Unsupervised Inference of Suspense, Surprise and Salience in Storytelling

2022-06-20 · David Wilmot

Stories interest us not because they are a sequence of mundane and predictable events but because they have drama and tension. Crucial to creating dramatic and exciting stories are surprise and suspense. The thesis train…

Deep Learning

ttda704 at SemEval-2026 Task 4: Modeling Narrative Structures via Pseudonymization and Multi-View Sentence Alignment

2026-06-14 · Tai Tran Tan, An Dinh Thien arxiv

We present our approach to SemEval 2026 Task 4: Narrative Story Similarity and Narrative Representation Learning. Our solution uses contrastive learning with fine-tuned sentence transformers to capture narrative similari…

Representation LearningContrastive Learning

Who Is the Story About? Protagonist Entity Recognition in News

2025-11-10 · Jorge Gabín, M. Eduardo Ares, Javier Parapar arxiv

News articles often reference numerous organizations, but traditional Named Entity Recognition (NER) treats all mentions equally, obscuring which entities genuinely drive the narrative. This limits downstream tasks that …

Information Extraction

Salience-Aware Event Chain Modeling for Narrative Understanding

2021-09-22 · EMNLP 2021 11 · Xiyang Zhang, Muhao Chen, Jonathan May

Storytelling, whether via fables, news reports, documentaries, or memoirs, can be thought of as the communication of interesting and related events that, taken together, form a concrete process. It is desirable to extrac…

Question Answering