IIMAS-RAG at SemEval-2026 Task 8: Hybrid Sparse-Dense Retrieval and Answerability-Conditioned Generation for Multi-Turn RAG
Summary
The IIMAS-RAG system, developed for SemEval-2026 Task 8, addresses multi-turn retrieval-augmented generation challenges. Its architecture integrates LLM-based query rewriting, a hybrid sparse-dense retrieval mechanism combining SPLADE and Voyage-3-large via Reciprocal Rank Fusion, and answerability-conditioned generation utilizing GPT-4.1. The system achieved notable results, ranking 4th among 38 teams in Subtask A (Retrieval) and 13th among 29 teams in Subtask C (Full RAG). Key findings indicate that query rewriting significantly enhances retrieval performance, while the generation component faces difficulties in scenarios with limited or partially answerable context.
Key takeaway
For NLP Engineers building multi-turn RAG systems, prioritizing query rewriting is crucial for retrieval effectiveness. Your system's ability to accurately retrieve relevant documents will significantly improve by incorporating LLM-based query rewriting, as demonstrated by IIMAS-RAG's strong performance. However, be prepared for generation challenges in low-context or partially answerable queries, and consider answerability conditioning.
Key insights
LLM-based query rewriting significantly improves retrieval in multi-turn RAG systems.
Principles
- Query rewriting is the most impactful retrieval component.
- Generation remains challenging in low-context scenarios.
- Hybrid sparse-dense retrieval enhances RAG performance.
Method
IIMAS-RAG uses LLM-based query rewriting, hybrid SPLADE/Voyage-3-large retrieval fused by Reciprocal Rank Fusion, and GPT-4.1 for answerability-conditioned generation.
In practice
- Implement LLM-based query rewriting for multi-turn RAG.
- Combine sparse (SPLADE) and dense (Voyage-3-large) retrievers.
- Condition generation on answerability for better responses.
Topics
- Retrieval-Augmented Generation
- Multi-Turn RAG
- Query Rewriting
- Hybrid Retrieval
- Sparse-Dense Retrieval
- SemEval-2026 Task 8
- GPT-4.1
Best for: Research Scientist, AI Engineer, 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.