paper-with-me

홈 › Papers

Dialog Inpainting: Turning Documents into Dialogs

2022-05-18 · Zhuyun Dai, Arun Tejasvi Chaganty, Vincent Zhao, Aida Amini, Qazi Mamunur Rashid, Mike Green, Kelvin Guu

Many important questions (e.g. "How to eat healthier?") require conversation to establish context and explore in depth. However, conversational question answering (ConvQA) systems have long been stymied by scarce training data that is expensive to collect. To address this problem, we propose a new technique for synthetically generating diverse and high-quality dialog data: dialog inpainting. Our approach takes the text of any document and transforms it into a two-person dialog between the writer and an imagined reader: we treat sentences from the article as utterances spoken by the writer, and then use a dialog inpainter to predict what the imagined reader asked or said in between each of the writer's utterances. By applying this approach to passages from Wikipedia and the web, we produce WikiDialog and WebDialog, two datasets totalling 19 million diverse information-seeking dialogs -- 1,000x larger than the largest existing ConvQA dataset. Furthermore, human raters judge the answer adequacy and conversationality of WikiDialog to be as good or better than existing manually-collected datasets. Using our inpainted data to pre-train ConvQA retrieval systems, we significantly advance state-of-the-art across three benchmarks (QReCC, OR-QuAC, TREC CAsT) yielding up to 40% relative gains on standard evaluation metrics.

📄 PDF Abstract BibTeX arXiv:2205.09073

Code (1)

google-research/dialog-inpainting 공식 구현 tf

Tasks

Conversational Question AnsweringQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

q2d: Turning Questions into Dialogs to Teach Models How to Search

2023-04-27 · Yonatan Bitton, Shlomi Cohen-Ganor, Ido Hakimi, Yoad Lewenberg 외

One of the exciting capabilities of recent language models for dialog is their ability to independently search for relevant information to ground a given dialog response. However, obtaining training data to teach models …

Language ModellingLarge Language ModelQuestion Answering

CookDial: A dataset for task-oriented dialogs grounded in procedural documents

2022-06-17 · Yiwei Jiang, Klim Zaporojets, Johannes Deleu, Thomas Demeester 외

This work presents a new dialog dataset, CookDial, that facilitates research on task-oriented dialog systems with procedural knowledge understanding. The corpus contains 260 human-to-human task-oriented dialogs in which …

Decision MakingResponse Generation

Efficient Data Generation for Source-grounded Information-seeking Dialogs: A Use Case for Meeting Transcripts

2024-05-02 · Lotem Golany, Filippo Galgani, Maya Mamo, Nimrod Parasol 외

Automating data generation with Large Language Models (LLMs) has become increasingly popular. In this work, we investigate the feasibility and effectiveness of LLM-based data generation in the challenging setting of sour…

Response Generation

Building Open-Retrieval Conversational Question Answering Systems by Generating Synthetic Data and Decontextualizing User Questions

2025-07-07 · Christos Vlachos, Nikolaos Stylianou, Alexandra Fiotaki, Spiros Methenitis 외 arxiv

We consider open-retrieval conversational question answering (OR-CONVQA), an extension of question answering where system responses need to be (i) aware of dialog history and (ii) grounded in documents (or document fragm…

Conversational Question Answering

Multi-Document Grounded Multi-Turn Synthetic Dialog Generation

2024-09-17 · Young-suk Lee, Chulaka Gunasekara, Danish Contractor, Ramón Fernandez Astudillo 외

We introduce a technique for multi-document grounded multi-turn synthetic dialog generation that incorporates three main ideas. First, we control the overall dialog flow using taxonomy-driven user queries that are genera…