Sifei at SemEval-2026 Task 8: Hybrid Retrieval and Query Rewriting for Multi-Turn RAG

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Expert, medium

Summary

Sifei Meng and Dmitry Ilvovsky presented a training-free hybrid retrieval pipeline for multi-turn Retrieval-Augmented Generation (RAG) at SemEval-2026 Task 8. This system addresses challenges like evolving user intent and context limits by integrating dense and sparse retrieval, controlled query rewriting, and cross-encoder reranking. On Task A, the pipeline achieved a normalized Discounted Cumulative Gain at 5 (nDCG@5) of 0.5453, securing 3rd place among 38 teams and surpassing the strongest baseline of 0.4795. For Task C, the system utilized documents retrieved from Task A within a lightweight generation pipeline, resulting in a harmonic mean of quality and faithfulness score of 0.5312 and a 15th place ranking out of 29 teams. The retrieval components are open-source, while query rewriting and generation use LLM APIs.

Key takeaway

For Machine Learning Engineers developing multi-turn RAG systems, this research demonstrates a robust, training-free hybrid retrieval approach. You should consider integrating dense and sparse retrieval with LLM-powered query rewriting and cross-encoder reranking to enhance performance in conversational contexts. This strategy can significantly improve document relevance (0.5453 nDCG@5) and generation quality, offering a competitive solution without extensive model training. Explore the open-source retrieval components for rapid deployment.

Key insights

The paper proposes a training-free hybrid RAG pipeline combining diverse retrieval and rewriting for multi-turn conversational contexts.

Principles

Method

The method involves a training-free pipeline: dense and sparse retrieval, controlled query rewriting, and cross-encoder reranking, followed by a lightweight generation using LLM APIs.

In practice

Topics

Code references

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.