DeepAI AI Chat
Log In Sign Up

Neural Question Generation from Text: A Preliminary Study

04/06/2017
by   Qingyu Zhou, et al.
Beihang University
Microsoft
Harbin Institute of Technology
0

Automatic question generation aims to generate questions from a text passage where the generated questions can be answered by certain sub-spans of the given passage. Traditional methods mainly use rigid heuristic rules to transform a sentence into related questions. In this work, we propose to apply the neural encoder-decoder model to generate meaningful and diverse questions from natural language sentences. The encoder reads the input text and the answer position, to produce an answer-aware input representation, which is fed to the decoder to generate an answer focused question. We conduct a preliminary study on neural question generation from text with the SQuAD dataset, and the experiment results show that our method can produce fluent and diverse questions.

READ FULL TEXT

page 1

page 2

page 3

page 4

11/06/2019

Learning to Answer by Learning to Ask: Getting the Best of GPT-2 and BERT Worlds

Automatic question generation aims at the generation of questions from a...
09/07/2018

Neural Generation of Diverse Questions using Answer Focus, Contextual and Linguistic Features

Question Generation is the task of automatically creating questions from...
07/01/2019

Weak Supervision Enhanced Generative Network for Question Generation

Automatic question generation according to an answer within the given pa...
11/19/2019

Extended Answer and Uncertainty Aware Neural Question Generation

In this paper, we study automatic question generation, the task of creat...
03/16/2022

A Feasibility Study of Answer-Agnostic Question Generation for Education

We conduct a feasibility study into the applicability of answer-agnostic...
06/24/2020

DeepMnemonic: Password Mnemonic Generation via Deep Attentive Encoder-Decoder Model

Strong passwords are fundamental to the security of password-based user ...
09/17/2019

Learning to Generate Questions with Adaptive Copying Neural Networks

Automatic question generation is an important problem in natural languag...

Code Repositories

ConvAI-baseline

ConvAI baseline solution


view repo

NQG

Neural Question Generation from Text: A Preliminary Study


view repo