CLAIFeb 14, 2022

QA4QG: Using Question Answering to Constrain Multi-Hop Question Generation

arXiv:2202.06538v19 citations
Originality Highly original
AI Analysis

This work addresses the challenge of generating multi-hop questions for natural language processing applications, representing an incremental improvement by integrating QA constraints into a pre-trained model.

The paper tackled the problem of generating complex multi-hop questions from passages by proposing QA4QG, a framework that augments BART with a QA module to constrain question generation, resulting in an 8-point increase in BLEU-4 and ROUGE scores over previous state-of-the-art models on the HotpotQA dataset.

Multi-hop question generation (MQG) aims to generate complex questions which require reasoning over multiple pieces of information of the input passage. Most existing work on MQG has focused on exploring graph-based networks to equip the traditional Sequence-to-sequence framework with reasoning ability. However, these models do not take full advantage of the constraint between questions and answers. Furthermore, studies on multi-hop question answering (QA) suggest that Transformers can replace the graph structure for multi-hop reasoning. Therefore, in this work, we propose a novel framework, QA4QG, a QA-augmented BART-based framework for MQG. It augments the standard BART model with an additional multi-hop QA module to further constrain the generated question. Our results on the HotpotQA dataset show that QA4QG outperforms all state-of-the-art models, with an increase of 8 BLEU-4 and 8 ROUGE points compared to the best results previously reported. Our work suggests the advantage of introducing pre-trained language models and QA module for the MQG task.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes