paper-with-me

홈 › Papers

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

2023-04-27 · Yonatan Bitton, Shlomi Cohen-Ganor, Ido Hakimi, Yoad Lewenberg, Roee Aharoni, Enav Weinreb

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 how to issue search queries is time and resource consuming. In this work, we propose q2d: an automatic data generation pipeline that generates information-seeking dialogs from questions. We prompt a large language model (PaLM) to create conversational versions of question answering datasets, and use it to improve query generation models that communicate with external search APIs to ground dialog responses. Unlike previous approaches which relied on human written dialogs with search queries, our method allows to automatically generate query-based grounded dialogs with better control and scale. Our experiments demonstrate that: (1) For query generation on the QReCC dataset, models trained on our synthetically-generated data achieve 90%--97% of the performance of models trained on the human-generated data; (2) We can successfully generate data for training dialog models in new domains without any existing dialog data as demonstrated on the multi-hop MuSiQue and Bamboogle QA datasets. (3) We perform a thorough analysis of the generated dialogs showing that humans find them of high quality and struggle to distinguish them from human-written dialogs.

📄 PDF Abstract BibTeX arXiv:2304.14318

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingLarge Language ModelQuestion Answering

Similar Papers 제목 키워드 기반

Paired by the Teacher: Turning Unpaired Data into High-Fidelity Pairs for Low-Resource Text Generation

2025-09-29 · Yen-Ju Lu, Thomas Thebaud, Laureano Moro-Velazquez, Najim Dehak 외 arxiv

We present Paired by the Teacher (PbT), a two-stage teacher-student pipeline that synthesizes accurate input-output pairs without human labels or parallel data. In many low-resource natural language generation (NLG) scen…

Document SummarizationQuestion GenerationText Generation

QuAC : Question Answering in Context

2018-08-21 · Eunsol Choi, He He, Mohit Iyyer, Mark Yatskar 외

We present QuAC, a dataset for Question Answering in Context that contains 14K information-seeking QA dialogs (100K questions in total). The dialogs involve two crowd workers: (1) a student who poses a sequence of freefo…

Question AnsweringReading Comprehension

QuAC: Question Answering in Context

2018-10-01 · EMNLP 2018 10 · Eunsol Choi, He He, Mohit Iyyer, Mark Yatskar 외

We present QuAC, a dataset for Question Answering in Context that contains 14K information-seeking QA dialogs (100K questions in total). The dialogs involve two crowd workers: (1) a student who poses a sequence of freefo…

Question AnsweringReading Comprehension

Dialog Inpainting: Turning Documents into Dialogs

2022-05-18 · Zhuyun Dai, Arun Tejasvi Chaganty, Vincent Zhao, Aida Amini 외

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 trainin…

Conversational Question AnsweringQuestion AnsweringRetrieval

Molweni: A Challenge Multiparty Dialogues-based Machine Reading Comprehension Dataset with Discourse Structure

2020-04-10 · COLING 2020 8 · Jiaqi Li, Ming Liu, Min-Yen Kan, Zihao Zheng 외

Research into the area of multiparty dialog has grown considerably over recent years. We present the Molweni dataset, a machine reading comprehension (MRC) dataset with discourse structure built over multiparty dialog. M…

Dialogue UnderstandingDiscourse ParsingMachine Reading ComprehensionReading Comprehension