Mendel292 at SemEval-2026 Task 4: Disentangled Narrative Embeddings for Story Similarity
Summary
Mendel292 is a system developed for SemEval-2026 Task 4, focusing on Narrative Story Similarity. It features a narrative encoder that disentangles story representations into explicit subspaces for abstract theme, course of action, and outcome. This architecture builds upon a pre-trained sentence embedding model and incorporates a trainable BiLSTM projection layer, optimized with a triplet margin loss. The training set is augmented using backtranslation and includes weakly supervised multi-task objectives derived from unsupervised narrative clustering. Designed for few-shot settings with limited data, Mendel292 was, however, outperformed by an unsupervised pooling approach on the classification task and did not achieve top leaderboard scores. Despite this, the system facilitates systematic study into subspace factorization, weak labels, and data augmentation for narrative similarity modeling.
Key takeaway
For NLP Engineers developing narrative similarity models with limited data, consider exploring disentangled narrative embeddings. While Mendel292's specific implementation was outperformed by simpler pooling, its approach of separating theme, action, and outcome subspaces, combined with backtranslation and weak supervision, offers valuable insights. You should systematically evaluate subspace factorization and data augmentation strategies, even if initial leaderboard performance isn't top-tier, to understand their impact on narrative representation.
Key insights
A narrative encoder can disentangle story representations into explicit subspaces for theme, action, and outcome.
Principles
- Subspace factorization enhances narrative modeling.
- Weak labels and backtranslation augment training data.
- Few-shot design addresses limited training data.
Method
Mendel292 uses a pre-trained sentence embedding model with a BiLSTM projection layer and triplet margin loss, augmented by backtranslation and multi-task objectives from unsupervised clustering.
In practice
- Decompose story embeddings into theme, action, outcome.
- Augment narrative datasets via backtranslation.
- Use unsupervised clustering for weak supervision.
Topics
- Narrative Story Similarity
- Disentangled Embeddings
- SemEval-2026 Task 4
- BiLSTM
- Triplet Margin Loss
- Data Augmentation
- Few-shot Learning
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.