Synthetic QA Corpora Generation With Roundtrip Consistency · The Large Language Model Bible Contribute to LLM-Bible

Synthetic QA Corpora Generation With Roundtrip Consistency

Alberti Chris, Andor Daniel, Pitler Emily, Devlin Jacob, Collins Michael. Arxiv 2019

[Paper]    
Applications BERT Model Architecture Pretraining Methods Training Techniques

We introduce a novel method of generating synthetic question answering corpora by combining models of question generation and answer extraction, and by filtering the results to ensure roundtrip consistency. By pretraining on the resulting corpora we obtain significant improvements on SQuAD2 and NQ, establishing a new state-of-the-art on the latter. Our synthetic data generation models, for both question generation and answer extraction, can be fully reproduced by finetuning a publicly available BERT model on the extractive subsets of SQuAD2 and NQ. We also describe a more powerful variant that does full sequence-to-sequence pretraining for question generation, obtaining exact match and F1 at less than 0.1% and 0.4% from human performance on SQuAD2.

Similar Work