uircis at SemEval-2026 Task 8: A Unified Lightweight Pipeline for Multi-Turn RAG Evaluation

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

Summary

The "uircis" system, submitted for SemEval-2026 Task 8 (MTRAGEval), presents a unified lightweight pipeline designed for multi-turn RAG evaluation, addressing both retrieval (Subtask A) and generation (Subtask B). This fully reproducible approach utilizes open-weight models, specifically Qwen2.5-7B-Instruct for query rewriting and grounded answer generation, BGE-M3 for dense retrieval, and BGE-Reranker-v2-M3 for cross-encoder reranking. The authors report official test performance and detail ablation experiments that quantify the impact of both rewriting and reranking across various domains. Furthermore, the paper includes an error analysis, leveraging the organizers' analytics and answerability classes, to pinpoint key failure modes related to multi-turn retrieval specificity and grounded generation.

Key takeaway

For Machine Learning Engineers building multi-turn RAG systems, this work provides a validated open-weight pipeline architecture. You should consider integrating Qwen2.5-7B-Instruct for query rewriting and generation, paired with BGE-M3 for retrieval and BGE-Reranker-v2-M3 for reranking, to establish a reproducible baseline. Analyze your system's error modes, particularly multi-turn retrieval specificity and grounded generation, to guide targeted improvements.

Key insights

The paper details a lightweight, reproducible multi-turn RAG pipeline using specific open-weight models for evaluation.

Principles

Method

The pipeline uses Qwen2.5-7B-Instruct for query rewriting and generation, BGE-M3 for dense retrieval, and BGE-Reranker-v2-M3 for reranking in a multi-turn RAG setup.

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.