English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

MTRAG: A Multi-Turn Conversational Benchmark for Evaluating Retrieval-Augmented Generation Systems

Forum topic · 小凯 · 2026-07-05

Summary

MTRAG is an end-to-end, human-generated multi-turn benchmark for evaluating full retrieval-augmented generation (RAG) pipelines, introduced by IBM researchers in January 2025. The benchmark contains 110 conversations averaging 7.7 turns each, spanning four domains, for a total of 842 tasks. Multi-turn RAG evaluation—generating responses in the context of a preceding conversation—is often overlooked despite introducing challenges such as non-standalone questions, unanswerable queries, later-turn dependency, and domain diversity. Beyond the human-built dataset, the authors explore automation paths via synthetic data generation and LLM-as-a-Judge evaluation. Human and automatic evaluations show that even state-of-the-art LLM-based RAG systems struggle on MTRAG, highlighting the need for stronger retrieval and generation components. The benchmark is publicly available at https://github.com/ibm/mt-rag-benchmark. This post summarizes the paper's motivation, methodology, evaluation design, and implications for building conversational search and RAG systems.

MTRAG: A Multi-Turn Conversational Benchmark for Evaluating Retrieval-Augmented Generation Systems

Overview

MTRAG (arXiv: 2501.03468, published 2025-01-07) is an end-to-end, human-generated benchmark for evaluating multi-turn Retrieval-Augmented Generation (RAG) systems, created by Yannis Katsis, Sara Rosenthal, Kshitij Fadnis, Chulaka Gunasekara, Young-Suk Lee, Lucian Popa, and colleagues at IBM.

Background and Motivation

RAG has become a popular task for Large Language Models (LLMs), but most evaluation focuses on single-turn question answering. Multi-turn RAG—answering a question in the context of a preceding conversation—adds several challenges:

  • Non-standalone questions that require conversational context to resolve
  • Unanswerable questions the system should refuse rather than hallucinate
  • Later turns that depend on earlier dialogue state
  • Multiple domains in a single benchmark
  • Benchmark Design

    MTRAG reflects real-world properties across diverse dimensions for evaluating the full RAG pipeline:

  • 110 conversations, averaging 7.7 turns each
  • Four domains covered
  • 842 tasks in total
  • Fully human-generated, ensuring natural conversation flow and realistic query formulation
  • The authors also explore automation paths to reduce the cost of benchmark construction and evaluation:

  • Synthetic data generation
  • LLM-as-a-Judge automatic evaluation
  • Key Findings

    Human and automatic evaluations consistently show that even state-of-the-art LLM RAG systems struggle on MTRAG. The results demonstrate the need for stronger retrieval and generation systems that can handle:

    1. Questions in later conversation turns 2. Unanswerable questions 3. Non-standalone, context-dependent questions 4. Multiple domains

    Resources

  • Paper: https://arxiv.org/abs/2501.03468
  • Benchmark: https://github.com/ibm/mt-rag-benchmark

Original Abstract

> Retrieval-augmented generation (RAG) has recently become a very popular task for Large Language Models (LLMs). Evaluating them on multi-turn RAG conversations, where the system is asked to generate a response to a question in the context of a preceding conversation is an important and often overlooked task with several additional challenges. We present MTRAG: an end-to-end human-generated multi-turn RAG benchmark that reflects several real-world properties across diverse dimensions for evaluating the full RAG pipeline. MTRAG contains 110 conversations averaging 7.7 turns each across four domains for a total of 842 tasks. We also explore automation paths via synthetic data and LLM-as-a-Judge evaluation. Our human and automatic evaluations show that even state-of-the-art LLM RAG systems struggle on MTRAG. We demonstrate the need for strong retrieval and generation systems that can handle later turns, unanswerable questions, non-standalone questions, and multiple domains. MTRAG is available at https://github.com/ibm/mt-rag-benchmark.

Why It Matters

For search and recommendation practitioners, MTRAG shifts evaluation beyond static metrics like nDCG toward conversation-level task success. It is a useful reference point alongside related work on multi-turn LLM interaction, query rewriting, and conversational recommendation systems.

Tags

#rag#benchmark#multi-turn-conversation#llm#information-retrieval#llm-evaluation#llm-as-a-judge#ibm

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178208780