IIMAS-RAG at SemEval-2026 Task 8: Hybrid Sparse-Dense Retrieval and Answerability-Conditioned Generation for Multi-Turn RAG

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, short

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

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

Topics

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

Related on AIssential

Open in AIssential →

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