Mendel292 at SemEval-2026 Task 4: Disentangled Narrative Embeddings for Story Similarity

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, short

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

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

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.