LIAAD INESCTEC at SemEval-2026 Task 4: Unsupervised Narrative Similarity via Discourse Representation Structures and Sentence Embeddings
Summary
LIAAD INESCTEC presented an unsupervised method for SemEval-2026 Task 4, which addressed the challenge of Narrative Similarity. This task was structured into two tracks, with the team focusing solely on Track A. In Track A, the system received a triplet consisting of an anchor story, story A, and story B, and its objective was to identify which of stories A or B was more similar to the anchor. Their approach involved parsing each narrative into a Discourse Representation Structure (DRS) format, subsequently extracting specific features from the DRS. After conducting ablation experiments on a development dataset, their strategy achieved an accuracy of 0.5975 on the official blind test set. This demonstrates a practical application of DRS for semantic comparison of narratives.
Key takeaway
For NLP Engineers developing narrative understanding systems, consider integrating Discourse Representation Structures (DRS) into your semantic parsing pipeline. This unsupervised approach, which achieved 0.5975 accuracy on SemEval-2026 Task 4, demonstrates that robust narrative similarity can be derived from structural features. You should explore DRS-based feature extraction to enhance your models' ability to compare complex story semantics without extensive labeled data. This could significantly reduce annotation costs for new narrative datasets.
Key insights
Unsupervised narrative similarity can be effectively determined by parsing stories into Discourse Representation Structures and extracting features.
Principles
- Discourse Representation Structures encode narrative meaning.
- Feature extraction from DRS enables semantic comparison.
- Unsupervised approaches can achieve competitive narrative similarity.
Method
Stories are parsed into Discourse Representation Structures (DRS). Features are then extracted from the DRS format. These features are used to determine narrative similarity between story triplets.
In practice
- Implement DRS parsing for complex text analysis.
- Extract structural features from DRS for semantic tasks.
- Design unsupervised systems for narrative comparison.
Topics
- Narrative Similarity
- Discourse Representation Structures
- SemEval-2026
- Unsupervised Learning
- Semantic Parsing
- Feature Extraction
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.