paper-with-me

Papers

Skeleton-based Coherence Modeling in Narratives

2026-04-02 · Nishit Asnani, Rohan Badlani arxiv

Modeling coherence in text has been a task that has excited NLP researchers since a long time. It has applications in detecting incoherent structures and helping the author fix them. There has been recent work in using neural networks to extract a skeleton from one sentence, and then use that skeleton to generate the next sentence for coherent narrative story generation. In this project, we aim to study if the consistency of skeletons across subsequent sentences is a good metric to characterize the coherence of a given body of text. We propose a new Sentence/Skeleton Similarity Network (SSN) for modeling coherence across pairs of sentences, and show that this network performs much better than baseline similarity techniques like cosine similarity and Euclidean distance. Although skeletons appear to be promising candidates for modeling coherence, our results show that sentence-level models outperform those on skeletons for evaluating textual coherence, thus indicating that the current state-of-the-art coherence modeling techniques are going in the right direction by dealing with sentences rather than their sub-parts.

📄 PDF Abstract BibTeX arXiv:2604.02451

Code (0)

등록된 구현이 없습니다.

Tasks

Story Generation

Similar Papers 제목 키워드 기반

Unraveling reported dreams with text analytics

2016-12-12 · Iris Hendrickx, Louis Onrust, Florian Kunneman, Ali Hürriyetoğlu 외

We investigate what distinguishes reported dreams from other personal narratives. The continuity hypothesis, stemming from psychological dream analysis work, states that most dreams refer to a person's daily life and per…

text-classificationText Classification

Spatiotemporal Co-attention Recurrent Neural Networks for Human-Skeleton Motion Prediction

2019-09-29 · Xiangbo Shu, Liyan Zhang, Guo-Jun Qi, Wei Liu 외

Human motion prediction aims to generate future motions based on the observed human motions. Witnessing the success of Recurrent Neural Networks (RNN) in modeling the sequential data, recent works utilize RNN to model hu…

Human motion predictionmotion prediction

Fine-Grained Modeling of Narrative Context: A Coherence Perspective via Retrospective Questions

2024-02-21 · Liyan Xu, Jiangnan Li, Mo Yu, Jie zhou

This work introduces an original and practical paradigm for narrative comprehension, stemming from the characteristics that individual passages within narratives tend to be more cohesively related than isolated. Compleme…

Retrieval

Mary, the Cheeseburger-Eating Vegetarian: Do LLMs Recognize Incoherence in Narratives?

2025-12-08 · Karin de Langis, Püren Öncel, Ryan Peters, Andrew Elfenbein 외 arxiv

Leveraging a dataset of paired narratives, we investigate the extent to which large language models (LLMs) can reliably separate incoherent and coherent stories. A probing study finds that LLMs' internal representations …

SCORE: Story Coherence and Retrieval Enhancement for AI Narratives

2025-03-30 · Qiang Yi, Yangfan He, Jianhui Wang, Xinyuan Song 외

Large Language Models (LLMs) can generate creative and engaging narratives from user-specified input, but maintaining coherence and emotional depth throughout these AI-generated stories remains a challenge. In this work,…

graph constructionRAGRetrievalRetrieval-augmented Generation