CuriosAI at SemEval-2026 Task 4: A Comprehensive Study of Zero-Shot versus Fine-Tuned Approaches for Narrative Similarity
Summary
CuriosAI's system for SemEval-2026 Task 4 on narrative similarity assessment conducted comprehensive experiments comparing zero-shot pre-trained models, prompt engineering with large language models, and various fine-tuning strategies using synthetic data. A surprising finding revealed that pre-trained sentence transformers in a zero-shot setting consistently outperformed all fine-tuning attempts. Specifically, their best system, utilizing "sentence-transformers/sentence-t5-xl", achieved 67.5% accuracy on the development set (95% CI: [61.0%, 74.0%]). In contrast, all fine-tuning approaches resulted in a significant performance degradation, ranging from 2 to 18 percentage points. The study provides a detailed analysis of the reasons behind the fine-tuning failures and discusses the broader implications for narrative similarity tasks.
Key takeaway
For Machine Learning Engineers developing narrative similarity systems, you should prioritize zero-shot approaches with pre-trained sentence transformers. Your initial experiments should benchmark against models like "sentence-transformers/sentence-t5-xl", which achieved 67.5% accuracy in zero-shot. Be aware that fine-tuning, even with synthetic data, might degrade performance by 2-18 percentage points. This makes fine-tuning a potentially counterproductive effort for this specific task.
Key insights
Zero-shot sentence transformers surprisingly outperform fine-tuned models for narrative similarity, suggesting pre-trained knowledge is key.
Principles
- Pre-trained knowledge can exceed fine-tuning.
- Synthetic data fine-tuning may degrade performance.
- Zero-shot evaluation is a strong baseline.
Method
The study evaluated zero-shot pre-trained models, prompt engineering with LLMs, and multiple fine-tuning strategies using synthetic data for narrative similarity assessment.
In practice
- Prioritize zero-shot sentence transformers.
- Re-evaluate fine-tuning with synthetic data.
- Benchmark against "sentence-transformers/sentence-t5-xl".
Topics
- Narrative Similarity
- Zero-Shot Learning
- Fine-Tuning
- Sentence Transformers
- SemEval-2026 Task 4
- Large Language Models
Best for: AI Engineer, 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.