SemEval-2026 Task 4: Narrative Story Similarity and Narrative Representation Learning
For researchers in narrative understanding and representation learning, this task provides a benchmark and dataset for evaluating narrative similarity, though it is an incremental contribution as it applies existing methods to a new domain.
This paper introduces a shared task on narrative similarity and narrative representation learning, defining narrative similarity as a binary classification problem. They collected over 1,000 annotated story triples and evaluated 71 submissions from 46 teams, finding that LLM ensembles perform best in classification while pre/post-processing on pretrained embeddings matches fine-tuned solutions in embedding tasks.
We present the shared task on narrative similarity and narrative representation learning - NSNRL (pronounced "nass-na-rel"). The task operationalizes narrative similarity as a binary classification problem: determining which of two stories is more similar to an anchor story. We introduce a novel definition of narrative similarity, compatible with both narrative theory and intuitive judgment. Based on the similarity judgments collected under this concept, we also evaluate narrative embedding representations. We collected at least two annotations each for more than 1,000 story summary triples, with each annotation being backed by at least two annotators in agreement. This paper describes the sampling and annotation process for the dataset; further, we give an overview of the submitted systems and the techniques they employ. We received a total of 71 final submissions from 46 teams across our two tracks. In our triple-based classification setup, LLM ensembles make up many of the top-scoring systems, while in the embedding setup, systems with pre- and post-processing on pretrained embedding models perform about on par with custom fine-tuned solutions. Our analysis identifies potential headroom for improvement of automated systems in both tracks. The task website includes visualizations of embeddings alongside instance-level classification results for all teams.