clulab-retrieval at SemEval-2026 Task 8: A Comparative Analysis of Dense Retrievers and HyDE for Multi-Turn Conversational Retrieval

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing · Depth: Expert, medium

Summary

clulab-retrieval presented a comparative analysis of dense retrievers and retrieval strategies for multi-turn conversational retrieval at SemEval-2026 Task 8 (MTRAGEval). Their official submission utilized a fine-tuned E5-based dense retriever (E5-FT, ~110M parameters) combined with Hypothetical Document Embeddings (HyDE), achieving an nDCG@5 of .3309 and ranking 31st among 38 systems. On the development set, the team compared E5-FT against BGE embeddings, dense-only versus hybrid retrieval, and HyDE versus keyword extraction. Findings indicated that the general-purpose BGE model (~110M) outperformed the domain-fine-tuned E5-FT (~110M) by 30.5% on baseline retrieval, suggesting model selection's importance over domain-specific fine-tuning. Hybrid retrieval, integrating BM25 and dense methods, offered complementary signals, with HyDE boosting BM25 by 26.7% and dense retrieval by 4.0%. Conversely, keyword-based query simplification degraded performance by 11-28%, validating HyDE's effectiveness in maintaining semantic richness.

Key takeaway

For NLP Engineers building multi-turn conversational retrieval systems, evaluate general-purpose dense retrievers like BGE early. These models can offer superior baseline performance, potentially outperforming domain-specific fine-tuning. Implement a hybrid retrieval strategy, combining BM25 with dense methods, and integrate Hypothetical Document Embeddings (HyDE). This approach significantly improves retrieval effectiveness, boosting BM25 by 26.7% and dense retrieval by 4.0%. It also avoids performance degradation from keyword simplification.

Key insights

General-purpose dense retrievers can outperform domain-fine-tuned models, and hybrid retrieval with HyDE significantly enhances multi-turn conversational search.

Principles

In practice

Topics

Best for: AI Engineer, Machine Learning Engineer, Research Scientist, AI Scientist, NLP Engineer

Related on AIssential

Open in AIssential →

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