GUIR at SemEval-2026 Task 8: Training-Free Multi-Query Fusion for Robust Conversational Retrieval
Summary
The GUIR system, developed for SemEval-2026 Task 8 Subtask A, focuses on enhancing the retrieval component of multi-turn Retrieval-Augmented Generation (RAG) conversations. This training-free approach implements a novel fusion strategy that combines three distinct query representations to retrieve documents independently. The results obtained from these three separate views are subsequently pooled and then reranked using a MonoT5 cross-encoder. Experimental findings demonstrate that this multi-query fusion method consistently outperforms single-strategy baselines. The research also reveals that optimal retrieval strategies vary significantly at the query level, establishing multi-query fusion as a robust baseline for future multi-turn RAG systems.
Key takeaway
For NLP Engineers building multi-turn RAG systems, you should consider implementing a multi-query fusion approach. This method, which combines diverse query representations and reranking with a MonoT5 cross-encoder, offers superior retrieval performance compared to single-strategy baselines. Integrating this training-free technique can significantly enhance your system's robustness and accuracy, establishing a stronger foundation for conversational AI applications.
Key insights
Multi-query fusion, combining diverse representations, significantly improves conversational RAG retrieval over single strategies.
Principles
- Optimal retrieval varies per query.
- Fusion of query representations enhances robustness.
- Training-free methods can establish strong baselines.
Method
Three distinct query representations retrieve documents independently. Results are pooled, then reranked using a MonoT5 cross-encoder.
In practice
- Implement multi-query fusion for RAG systems.
- Use MonoT5 for reranking pooled results.
- Evaluate diverse query strategies per query.
Topics
- Conversational Retrieval
- Multi-turn RAG
- Query Fusion
- MonoT5
- SemEval-2026 Task 8
- Cross-encoder Reranking
Best for: Research Scientist, AI Engineer, AI Scientist, NLP Engineer, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.