uva-irlab-conv at SemEval-2026 Task 8: Multi-Turn RAG with Learned Sparse Retrieval and Listwise Reranking

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

Summary

The uva-irlab-conv system participated in SemEval-2026 Task 8, focusing on multi-turn retrieval and question answering across finance, cloud documentation, government, and Wikipedia domains. Their proposed multi-turn retrieval-augmented generation (RAG) pipeline integrates learned sparse retrieval with LLM-based reranking and generation. This approach leverages sparse retrieval's strong generalization capabilities and utilizes LLMs' long-context features for conversational query rewriting, pointwise and listwise reranking, and final response generation. Each step is conditioned on the full conversational history, enabling effective context integration and improving robustness, even for unanswerable queries where evidence is insufficient.

Key takeaway

For NLP Engineers developing multi-turn conversational AI, this multi-step RAG pipeline offers a robust solution for handling diverse domains and unanswerable queries. By combining learned sparse retrieval with LLM-based reranking and generation, conditioned on full conversational history, you can significantly improve system accuracy and generalization. Consider integrating these techniques to enhance your conversational systems' ability to manage complex, context-dependent interactions effectively.

Key insights

A multi-step RAG pipeline effectively integrates conversational context for robust multi-turn question answering across diverse domains.

Principles

Method

A multi-turn RAG pipeline employs learned sparse retrieval, followed by LLM-based conversational query rewriting, pointwise and listwise reranking, and final response generation, all conditioned on the full conversational history.

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.