A Unified Query-based Generative Model for Question Generation and Question Answering
Linfeng Song, Zhiguo Wang, Wael Hamza

TL;DR
This paper introduces a unified query-based generative model that effectively handles both question generation and answering tasks using an encoder-decoder framework with reinforcement learning, outperforming existing methods.
Contribution
The novel model jointly addresses question generation and answering with improved performance, utilizing query understanding and reinforcement learning to mitigate exposure bias.
Findings
Outperforms state-of-the-art in question generation
Generated questions enhance QA system training
Achieves superior results in generative QA tasks
Abstract
We propose a query-based generative model for solving both tasks of question generation (QG) and question an- swering (QA). The model follows the classic encoder- decoder framework. The encoder takes a passage and a query as input then performs query understanding by matching the query with the passage from multiple per- spectives. The decoder is an attention-based Long Short Term Memory (LSTM) model with copy and coverage mechanisms. In the QG task, a question is generated from the system given the passage and the target answer, whereas in the QA task, the answer is generated given the question and the passage. During the training stage, we leverage a policy-gradient reinforcement learning algorithm to overcome exposure bias, a major prob- lem resulted from sequence learning with cross-entropy loss. For the QG task, our experiments show higher per- formances than the state-of-the-art…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
