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 generate questions, more recently also neural network approaches have been proposed. In this work, we propose a variant of the self-attention Transformer network architectures model to generate meaningful and diverse questions. To this end, we propose an easy to use model consisting of the conjunction of the Transformer decoder GPT-2 model with Transformer encoder BERT for the downstream task for question answering. The model is trained in an end-to-end fashion, where the language model is trained to produce a question-answer-aware input representation that facilitates to generate an answer focused question. Our result of neural question generation from text on the SQuAD 1.1 dataset suggests that our method can produce semantically correct and diverse questions. Additionally, we assessed the performance of our proposed method for the downstream task of question answering. The analysis shows that our proposed generation & answering collaboration framework relatively improves both tasks and is particularly powerful in the semi-supervised setup. The results further suggest a robust and comparably lean pipeline facilitating question generation in the small-data regime.
Code (0)
등록된 구현이 없습니다.
Tasks
DecoderLanguage ModellingQuestion AnsweringQuestion GenerationQuestion-GenerationSmall Data Image ClassificationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
BERTnesia: Investigating the capture and forgetting of knowledge in BERT
Probing complex language models has recently revealed several insights into linguistic and semantic patterns found in the learned representations. In this article, we probe BERT specifically to understand and measure the…
Knowledge Base CompletionLanguage ModelingLanguage ModellingMasked Language Modeling+2Can BERT Refrain from Forgetting on Sequential Tasks? A Probing Study
Large pre-trained language models help to achieve state of the art on a variety of natural language processing (NLP) tasks, nevertheless, they still suffer from forgetting when incrementally learning a sequence of tasks.…
Extractive Question-AnsweringIncremental LearningQuestion Answeringtext-classification+1On Significance of Subword tokenization for Low Resource and Efficient Named Entity Recognition: A case study in Marathi
Named Entity Recognition (NER) systems play a vital role in NLP applications such as machine translation, summarization, and question-answering. These systems identify named entities, which encompass real-world concepts …
Computational EfficiencyMachine Translationnamed-entity-recognitionNamed Entity Recognition+3Retrieval meets Long Context Large Language Models
Extending the context window of large language models (LLMs) is getting popular recently, while the solution of augmenting LLMs with retrieval has existed for years. The natural questions are: i) Retrieval-augmentation v…
16k4kFew-Shot LearningNatural Questions+2BERTnesia: Investigating the capture and forgetting of knowledge in BERT
Probing complex language models has recently revealed several insights into linguistic and semantic patterns found in the learned representations. In this paper, we probe BERT specifically to understand and measure the r…
Knowledge Base CompletionNERQuestion Answering