ttda704 at SemEval-2026 Task 4: Modeling Narrative Structures via Pseudonymization and Multi-View Sentence Alignment
Summary
ttda704 presented its solution for SemEval 2026 Task 4, focusing on Narrative Story Similarity and Narrative Representation Learning. Their approach employs contrastive learning with fine-tuned sentence transformers to identify narrative similarities across abstract themes, courses of action, and outcomes. The team developed two distinct pipelines: Track A, a single-view method that encodes entire narratives and incorporates smart layer freezing to mitigate overfitting; and Track B, a multi-view method designed to model theme, plot, and outcome separately using view-specific projection heads and self-supervised alignment. Both pipelines are built upon sentence-transformers models and are trained using contrastive loss on synthetic data. The project's code is publicly available on GitHub.
Key takeaway
For NLP Engineers developing narrative understanding systems, consider adopting multi-view architectures with self-supervised alignment to better differentiate narrative components like theme and plot. Your team could also explore generating synthetic data for contrastive learning to efficiently train robust narrative similarity models, potentially reducing reliance on extensive hand-annotated datasets.
Key insights
Contrastive learning with multi-view sentence transformers effectively captures narrative similarity across themes, plot, and outcomes.
Principles
- Layer freezing can reduce overfitting in narrative encoding.
- Multi-view modeling improves representation of distinct narrative elements.
- Self-supervised alignment enhances multi-view narrative understanding.
Method
The approach uses two pipelines: a single-view method with smart layer freezing for full narratives, and a multi-view method with view-specific projection heads and self-supervised alignment for theme, plot, and outcome, both trained with contrastive loss on synthetic data.
In practice
- Utilize fine-tuned sentence transformers for narrative tasks.
- Generate synthetic data for contrastive learning.
- Explore multi-view architectures for complex text structures.
Topics
- SemEval 2026
- Narrative Understanding
- Contrastive Learning
- Sentence Transformers
- Multi-view Learning
- Synthetic Data
Code references
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.