IIITH Boys at SemEval-2026 Task 4: StoryNet - Understanding Narrative Story Similarity through Symbolic Representations
Summary
StoryNet, presented by IIITH Boys at SemEval-2026 Task 4, is a framework designed to understand narrative story similarity by moving beyond standard semantic tasks to align temporal, causal, and emotional structures. This approach represents stories as heterogeneous graphs, incorporating character, event, and theme nodes. The framework utilizes large language models to decompose stories into structured narrative facets. StoryNet evaluates similarity through two primary methods: weighted semantic facet comparison and a graph neural network trained with contrastive learning. The research aims to analyze the effectiveness of integrating symbolic structure with learned graph representations compared to purely embedding-based baselines. This work was published in the Proceedings of the 20th International Workshop on Semantic Evaluation (2026), pages 3382–3393.
Key takeaway
For NLP Engineers developing advanced story understanding systems, StoryNet offers a promising direction for evaluating narrative similarity beyond simple semantic matching. You should consider integrating symbolic representations, such as heterogeneous graphs with character, event, and theme nodes, alongside learned embeddings. This approach, leveraging LLMs for facet decomposition and GNNs for similarity, could improve the accuracy of systems requiring deep narrative comprehension, especially for tasks like content recommendation or plot analysis.
Key insights
StoryNet uses heterogeneous graphs and LLMs to model narrative similarity by aligning temporal, causal, and emotional structures.
Principles
- Narrative similarity requires aligning temporal, causal, and emotional structures.
- Symbolic structure integration can enhance learned graph representations for story understanding.
- Heterogeneous graphs can model complex narrative facets like characters, events, and themes.
Method
StoryNet decomposes stories into structured narrative facets using LLMs, represents them as heterogeneous graphs, and evaluates similarity via weighted semantic facet comparison and a contrastive learning-trained GNN.
Topics
- Narrative Similarity
- StoryNet
- Heterogeneous Graphs
- Large Language Models
- Graph Neural Networks
- SemEval-2026
- Contrastive Learning
Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.