paper-with-me

Papers

OneStop QAMaker: Extract Question-Answer Pairs from Text in a One-Stop Approach

2021-02-24 · Shaobo Cui, Xintong Bao, Xinxing Zu, Yangyang Guo, Zhongzhou Zhao, Ji Zhang, Haiqing Chen

Large-scale question-answer (QA) pairs are critical for advancing research areas like machine reading comprehension and question answering. To construct QA pairs from documents requires determining how to ask a question and what is the corresponding answer. Existing methods for QA pair generation usually follow a pipeline approach. Namely, they first choose the most likely candidate answer span and then generate the answer-specific question. This pipeline approach, however, is undesired in mining the most appropriate QA pairs from documents since it ignores the connection between question generation and answer extraction, which may lead to incompatible QA pair generation, i.e., the selected answer span is inappropriate for question generation. However, for human annotators, we take the whole QA pair into account and consider the compatibility between question and answer. Inspired by such motivation, instead of the conventional pipeline approach, we propose a model named OneStop generate QA pairs from documents in a one-stop approach. Specifically, questions and their corresponding answer span is extracted simultaneously and the process of question generation and answer extraction mutually affect each other. Additionally, OneStop is much more efficient to be trained and deployed in industrial scenarios since it involves only one model to solve the complex QA generation task. We conduct comprehensive experiments on three large-scale machine reading comprehension datasets: SQuAD, NewsQA, and DuReader. The experimental results demonstrate that our OneStop model outperforms the baselines significantly regarding the quality of generated questions, quality of generated question-answer pairs, and model efficiency.

📄 PDF Abstract BibTeX arXiv:2102.12128

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Reading ComprehensionQuestion AnsweringQuestion GenerationQuestion-GenerationReading Comprehension

Similar Papers 제목 키워드 기반

STARC: Structured Annotations for Reading Comprehension

2020-04-30 · ACL 2020 6 · Yevgeni Berzak, Jonathan Malmaud, Roger Levy

We present STARC (Structured Annotations for Reading Comprehension), a new annotation framework for assessing reading comprehension with multiple choice questions. Our framework introduces a principled structure for the …

Multiple-choiceReading Comprehension

Chinese Answer Extraction Based on POS Tree and Genetic Algorithm

2017-12-01 · WS 2017 12 · Shuihua Li, Xiao-Ming Zhang, Zhoujun Li

Answer extraction is the most important part of a chinese web-based question answering system. In order to enhance the robustness and adaptability of answer extraction to new domains and eliminate the influence of the in…

Information RetrievalPOSQuestion Answering

Applying Information Extraction to Storybook Question and Answer Generation

2022-11-01 · ROCLING 2022 11 · Kai-Yen Kao, Chia-Hui Chang

For educators, how to generate high quality question-answer pairs from story text is a time-consuming and labor-intensive task. The purpose is not to make students unable to answer, but to ensure that students understand…

Answer GenerationQuestion GenerationQuestion-GenerationRelation Extraction

Open Information Extraction from Question-Answer Pairs

2019-03-01 · NAACL 2019 6 · Nikita Bhutani, Yoshihiko Suhara, Wang-Chiew Tan, Alon Halevy 외

Open Information Extraction (OpenIE) extracts meaningful structured tuples from free-form text. Most previous work on OpenIE considers extracting data from one sentence at a time. We describe NeurON, a system for extract…

Open Information ExtractionSentence

Asking Questions the Human Way: Scalable Question-Answer Generation from Text Corpus

2020-01-27 · Bang Liu, Haojie Wei, Di Niu, Haolan Chen 외

The ability to ask questions is important in both human and machine intelligence. Learning to ask questions helps knowledge acquisition, improves question-answering and machine reading comprehension tasks, and helps a ch…

Answer GenerationChatbotMachine Reading ComprehensionQuestion-Answer-Generation+4