Downstream Transformer Generation of Question-Answer Pairs with Preprocessing and Postprocessing Pipelines
We present a system called TP3 to perform a downstream task of transformers on generating question-answer pairs (QAPs) from a given article. TP3 first finetunes pretrained transformers on QAP datasets, then uses a preprocessing pipeline to select appropriate answers, feeds the relevant sentences and the answer to the finetuned transformer to generate candidate QAPs, and finally uses a postprocessing pipeline to filter inadequate QAPs. In particular, using pretrained T5 models as transformers and the SQuAD dataset as the finetruning dataset, we show that TP3 generates satisfactory number of QAPs with high qualities on the Gaokao-EN dataset.
Code (1)
Methods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Learning to Answer by Learning to Ask: Getting the Best of GPT-2 and BERT Worlds
Automatic question generation aims at the generation of questions from a context, with the corresponding answers being sub-spans of the given passage. Whereas, most of the methods mostly rely on heuristic rules to genera…
DecoderLanguage ModellingQuestion AnsweringQuestion Generation+2Automatic Generation of Multiple-Choice Questions
Creating multiple-choice questions to assess reading comprehension of a given article involves generating question-answer pairs (QAPs) and adequate distractors. We present two methods to tackle the challenge of QAP gener…
Multiple-choicePart-Of-Speech TaggingQuestion GenerationQuestion-Generation+4Diversity and Consistency: Exploring Visual Question-Answer Pair Generation
Although showing promising values to downstream applications, generating question and answer together is under-explored. In this paper, we introduce a novel task that targets question-answer pair generation from visual i…
DiversityQuestion AnsweringQuestion GenerationQuestion-Generation+3Explicit Diversity Conditions for Effective Question Answer Generation with Large Language Models
Question Answer Generation (QAG) is an effective data augmentation technique to improve the accuracy of question answering systems, especially in low-resource domains. While recent pretrained and large language model-bas…
Answer GenerationData AugmentationDiversityLanguage Modeling+4Generating Natural Language Question-Answer Pairs from a Knowledge Graph Using a RNN Based Question Generation Model
In recent years, knowledge graphs such as Freebase that capture facts about entities and relationships between them have been used actively for answering factoid questions. In this paper, we explore the problem of automa…
Knowledge GraphsQuestion AnsweringQuestion GenerationQuestion-Generation