This paper introduces QAConv, a new question answering (QA) dataset that uses conversations as a knowledge source. We focus on informative conversations, including business emails, panel discussions, and work channels. Unlike open-domain and task-oriented dialogues, these conversations are usually long, complex, asynchronous, and involve strong domain knowledge. In total, we collect 34,608 QA pairs from 10,259 selected conversations with both human-written and machine-generated questions. We use a question generator and a dialogue summarizer as auxiliary tools to collect and recommend questions. The dataset has two testing scenarios: chunk mode and full mode, depending on whether the grounded partial conversation is provided or retrieved. Experimental results show that state-of-the-art pretrained QA systems have limited zero-shot performance and tend to predict our questions as unanswerable. Our dataset provides a new training and evaluation testbed to facilitate QA on conversations research.
@article{arxiv.2105.06912,
title = {QAConv: Question Answering on Informative Conversations},
author = {Chien-Sheng Wu and Andrea Madotto and Wenhao Liu and Pascale Fung and Caiming Xiong},
journal= {arXiv preprint arXiv:2105.06912},
year = {2022}
}
Comments
ACL 2022. Data and code are available at https://github.com/salesforce/QAConv