DUTIR at SemEval-2026 Task 4: Narrative Story Similarity and Narrative Representation Learning

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Software Development & Engineering · Depth: Advanced, quick

Summary

DUTIR's approach for SemEval 2026 Task 4 focuses on narrative story similarity and representation learning. Their primary method for Track A involved fine-tuning a large language model using Low-Rank Adaptation (LoRA), incorporating data cleaning, and employing a multi-prompt strategy. This system was trained on the official synthetic dataset and achieved an official score of 0.70 on Track A. Additionally, the authors explored an alternative contrastive learning framework, initially designed for Track B, to learn narrative-structure embeddings. This framework was then applied to Track A through similarity comparisons. The analysis from this work suggests that a direct supervised adaptation approach is likely more effective for narrative reasoning tasks compared to the contrastive learning method explored.

Key takeaway

For NLP Engineers developing narrative understanding systems, you should prioritize direct supervised adaptation over contrastive learning for tasks like story similarity. Fine-tuning large language models with Low-Rank Adaptation (LoRA) and employing multi-prompt strategies, alongside robust data cleaning, can yield reasonable performance. Consider these techniques to efficiently adapt LLMs for specific narrative reasoning challenges, aiming for higher accuracy on complex semantic tasks.

Key insights

Direct supervised adaptation of LLMs is more effective for narrative reasoning than contrastive learning.

Principles

Method

Fine-tune a large language model with Low-Rank Adaptation (LoRA), clean data, and use a multi-prompt strategy on synthetic datasets for narrative similarity.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer, AI Student

Related on AIssential

Open in AIssential →

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