uircis at SemEval-2026 Task 8: A Unified Lightweight Pipeline for Multi-Turn RAG Evaluation
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
- Open-weight models can form robust RAG pipelines.
- Ablation studies quantify component impact.
- Error analysis reveals specific RAG failure modes.
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
- Implement Qwen2.5-7B-Instruct for RAG.
- Use BGE-M3 for dense retrieval.
- Integrate BGE-Reranker-v2-M3 for reranking.
Topics
- Multi-turn RAG
- RAG Evaluation
- Open-weight Models
- Qwen2.5-7B-Instruct
- BGE-M3
- Cross-encoder Reranking
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.