CLAIApr 26, 2023

Using Implicit Feedback to Improve Question Generation

arXiv:2304.13664v11 citationsh-index: 17
Originality Incremental advance
AI Analysis

This work addresses the need for more efficient curation of automatically generated questions in NLP applications, though it is incremental as it builds on existing pattern-based methods.

The paper tackles the problem of improving question generation by learning from implicit user feedback, such as corrections, to refine patterns and rank questions, resulting in improvements of up to 10% in top-k question rankings.

Question Generation (QG) is a task of Natural Language Processing (NLP) that aims at automatically generating questions from text. Many applications can benefit from automatically generated questions, but often it is necessary to curate those questions, either by selecting or editing them. This task is informative on its own, but it is typically done post-generation, and, thus, the effort is wasted. In addition, most existing systems cannot incorporate this feedback back into them easily. In this work, we present a system, GEN, that learns from such (implicit) feedback. Following a pattern-based approach, it takes as input a small set of sentence/question pairs and creates patterns which are then applied to new unseen sentences. Each generated question, after being corrected by the user, is used as a new seed in the next iteration, so more patterns are created each time. We also take advantage of the corrections made by the user to score the patterns and therefore rank the generated questions. Results show that GEN is able to improve by learning from both levels of implicit feedback when compared to the version with no learning, considering the top 5, 10, and 20 questions. Improvements go up from 10%, depending on the metric and strategy used.

Foundations

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

Your Notes