Question Generation

221 papers with code • 10 benchmarks • 25 datasets

The goal of Question Generation is to generate a valid and fluent question according to a given passage and the target answer. Question Generation can be used in many scenarios, such as automatic tutoring systems, improving the performance of Question Answering models and enabling chatbots to lead a conversation.

Source: Generating Highly Relevant Questions

Libraries

Use these libraries to find Question Generation models and implementations

Most implemented papers

Learning Dense Representations of Phrases at Scale

jhyuklee/DensePhrases ACL 2021

Open-domain question answering can be reformulated as a phrase retrieval problem, without the need for processing documents on-demand during inference (Seo et al., 2019).

UniLMv2: Pseudo-Masked Language Models for Unified Language Model Pre-Training

microsoft/unilm 28 Feb 2020

We propose to pre-train a unified language model for both autoencoding and partially autoregressive language modeling tasks using a novel training procedure, referred to as a pseudo-masked language model (PMLM).

IT5: Large-scale Text-to-text Pretraining for Italian Language Understanding and Generation

gsarti/it5 7 Mar 2022

The T5 model and its unified text-to-text paradigm contributed in advancing the state-of-the-art for many natural language processing tasks.

Generating Natural Questions About an Image

chingyaoc/vqg-tensorflow ACL 2016

There has been an explosion of work in the vision & language community during the past few years from image captioning to video transcription, and answering questions about images.

Multi-hop Reading Comprehension through Question Decomposition and Rescoring

shmsw25/DecompRC ACL 2019

Multi-hop Reading Comprehension (RC) requires reasoning and aggregation across several paragraphs.

Addressing Semantic Drift in Question Generation for Semi-Supervised Question Answering

ZhangShiyue/QGforQA IJCNLP 2019

Second, since the traditional evaluation metrics (e. g., BLEU) often fall short in evaluating the quality of generated questions, we propose a QA-based evaluation method which measures the QG model's ability to mimic human annotators in generating QA training data.

Asking Questions the Human Way: Scalable Question-Answer Generation from Text Corpus

bangliu/ACS-QG 27 Jan 2020

In this paper, we propose Answer-Clue-Style-aware Question Generation (ACS-QG), which aims at automatically generating high-quality and diverse question-answer pairs from unlabeled text corpus at scale by imitating the way a human asks questions.

PALM: Pre-training an Autoencoding&Autoregressive Language Model for Context-conditioned Generation

alibaba/AliceMind 14 Apr 2020

An extensive set of experiments show that PALM achieves new state-of-the-art results on a variety of language generation benchmarks covering generative question answering (Rank 1 on the official MARCO leaderboard), abstractive summarization on CNN/DailyMail as well as Gigaword, question generation on SQuAD, and conversational response generation on Cornell Movie Dialogues.

CliniQG4QA: Generating Diverse Questions for Domain Adaptation of Clinical Question Answering

panushri25/emrQA 30 Oct 2020

Clinical question answering (QA) aims to automatically answer questions from medical professionals based on clinical texts.