CUNI at SemEval-2026 Task 4: Multi-Head Narrative Aspect Disentanglement via Entangled Synthetic Dataset
Summary
Jan Mitka and Jindrich Helcl's work for SemEval 2026 Task 4, Track B, addresses narrative similarity through representation learning. They introduce a novel synthetic dataset specifically designed to disentangle core narrative aspects: abstract theme, course of action, and outcome. To achieve this, they propose a multi-head multi-positive extension of the InfoNCE objective, which is used to train aspect-specific embeddings. Their best model achieved 64.25% accuracy on the test set. Analysis revealed a partial aspect-specific structure in the model's checkpoint via nearest-centroid analysis. However, training dynamics also indicated a partial misalignment between the contrastive objective used for training and the triplet-based evaluation protocol employed for assessment. This research contributes to understanding and improving narrative representation learning by focusing on granular aspect separation.
Key takeaway
For NLP Engineers developing narrative understanding systems, you should consider creating specialized synthetic datasets to explicitly disentangle narrative aspects like theme and action. This approach, demonstrated by achieving 64.25% accuracy, can improve the granularity of your narrative representations. Be mindful that your chosen contrastive training objectives might partially misalign with triplet-based evaluation metrics, requiring careful validation of your model's true performance across different assessment methods.
Key insights
Narrative aspects (theme, action, outcome) can be disentangled using a synthetic dataset and multi-head InfoNCE objective.
Principles
- Narrative similarity benefits from disentangled aspect embeddings.
- Synthetic datasets aid in isolating specific narrative components.
- Contrastive objectives may misalign with triplet-based evaluations.
Method
Train aspect-specific embeddings using a multi-head multi-positive InfoNCE objective on a synthetic dataset designed for disentangling abstract theme, course of action, and outcome.
In practice
- Develop synthetic datasets for targeted representation learning.
- Employ multi-head InfoNCE for aspect-specific embeddings.
- Validate contrastive models with diverse evaluation protocols.
Topics
- Narrative Representation Learning
- SemEval 2026 Task 4
- InfoNCE Objective
- Aspect Disentanglement
- Synthetic Datasets
- Contrastive 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.