CLAISep 23, 2023

Diversifying Question Generation over Knowledge Base via External Natural Questions

arXiv:2309.14362v285 citationsh-index: 27
Originality Incremental advance
AI Analysis

This work addresses the need for more varied question generation in knowledge-based systems, offering incremental improvements over existing methods.

The paper tackles the problem of generating diverse questions from a knowledge base by introducing a new diversity evaluation metric and a dual model framework that leverages external natural questions, resulting in improved diversity and enhanced performance on question answering tasks.

Previous methods on knowledge base question generation (KBQG) primarily focus on enhancing the quality of a single generated question. Recognizing the remarkable paraphrasing ability of humans, we contend that diverse texts should convey the same semantics through varied expressions. The above insights make diversifying question generation an intriguing task, where the first challenge is evaluation metrics for diversity. Current metrics inadequately assess the above diversity since they calculate the ratio of unique n-grams in the generated question itself, which leans more towards measuring duplication rather than true diversity. Accordingly, we devise a new diversity evaluation metric, which measures the diversity among top-k generated questions for each instance while ensuring their relevance to the ground truth. Clearly, the second challenge is how to enhance diversifying question generation. To address this challenge, we introduce a dual model framework interwoven by two selection strategies to generate diverse questions leveraging external natural questions. The main idea of our dual framework is to extract more diverse expressions and integrate them into the generation model to enhance diversifying question generation. Extensive experiments on widely used benchmarks for KBQG demonstrate that our proposed approach generates highly diverse questions and improves the performance of question answering tasks.

Foundations

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

Your Notes