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

MultiDoc2Dial: Modeling Dialogues Grounded in Multiple Documents (EMNLP 2021)

Forum topic · 小凯 · 2026-07-05

Summary

MultiDoc2Dial is an EMNLP 2021 paper from ACL that introduces a new research task and dataset for modeling goal-oriented dialogues grounded in multiple documents. Instead of grounding each dialogue turn in a single passage, the task requires an agent to reason across a set of related documents within a given corpus to answer user questions. The authors release MultiDoc2Dial, a large-scale dataset of goal-oriented dialogues built on four thematic document collections derived from US federal student aid information, where each utterance is annotated with grounding evidence from multiple documents. They also propose baseline models, including retrieval-based and end-to-end approaches, and benchmark them on response generation and grounding prediction, showing that grounding dialogues in multiple documents is substantially harder than single-document settings. The dataset and code are publicly released, making this work a reference resource for document-grounded dialogue, conversational search, and knowledge-grounded response generation research. Source: https://aclanthology.org/2021.emnlp-main.498/

MultiDoc2Dial: Modeling Dialogues Grounded in Multiple Documents (EMNLP 2021)

Overview

MultiDoc2Dial: Modeling Dialogues Grounded in Multiple Documents was published at EMNLP 2021 (ACL Anthology). The paper addresses a key limitation of prior document-grounded dialogue work: most existing datasets ground each dialogue in a single document, while real-world information-seeking conversations often require consulting multiple related documents.

  • Source: https://aclanthology.org/2021.emnlp-main.498/
  • Venue: EMNLP 2021, ACL
  • Category: Evaluation of Search Engines / Document-Grounded Dialogue
  • Key Contributions

  • New task definition: goal-oriented dialogue modeling where responses must be grounded in multiple documents from a document collection, rather than a single fixed document.
  • MultiDoc2Dial dataset: a large-scale dataset of goal-oriented dialogues grounded in multiple documents. The dialogues are built on four thematic document collections, each containing a set of related documents (drawn from US federal student aid information), with each dialogue turn annotated with grounding evidence.
  • Baseline models: the authors propose and evaluate several baseline approaches, including retrieval-based methods and end-to-end models, on tasks such as response generation and grounding (evidence) prediction.
  • Benchmark findings: experimental results show that grounding responses across multiple documents is significantly more challenging than single-document grounding, establishing a strong baseline landscape for future work.
  • Relevance to Search / IR / RAG

    This work sits at the intersection of:

  • Conversational search: users formulate information needs across dialogue turns, and the system must locate relevant evidence in a corpus.
  • Retrieval-augmented generation (RAG): the task anticipates multi-hop, multi-document grounding, a core challenge for modern RAG and agentic search systems.
  • Evaluation: MultiDoc2Dial provides a reproducible benchmark for measuring how well systems can retrieve and use evidence from multiple documents during dialogue.
  • Related Entries

  • A Dataset of Information-Seeking Questions and Answers Anchored in Research Abstracts
  • Evaluation of Retrieval-Augmented Generation: A Survey (May 2024)
  • ARES: An Automated Evaluation Framework for Retrieval-Augmented Generation
  • AI Search Has A Citation Problem (Mar 2025, CJR)
  • References

  • Original paper: MultiDoc2Dial: Modeling Dialogues Grounded in Multiple Documents, EMNLP 2021. https://aclanthology.org/2021.emnlp-main.498/
> Note: Quantitative results should be verified against the original PDF; this page is based on the paper's public metadata and abstract.

Tags

#document-grounded-dialogue#goal-oriented-dialogue#information-retrieval#rag#datasets#emnlp-2021#conversational-search

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/178208727