PathQG: Neural Question Generation from Facts
Existing research for question generation encodes the input text as a sequence of tokens without explicitly modeling fact information. These models tend to generate irrelevant and uninformative questions. In this paper, we explore to incorporate facts in the text for question generation in a comprehensive way. We present a novel task of question generation given a query path in the knowledge graph constructed from the input text. We divide the task into two steps, namely, query representation learning and query-based question generation. We formulate query representation learning as a sequence labeling problem for identifying the involved facts to form a query and employ an RNN-based generator for question generation. We first train the two modules jointly in an end-to-end fashion, and further enforce the interaction between these two modules in a variational framework. We construct the experimental datasets on top of SQuAD and results show that our model outperforms other state-of-the-art approaches, and the performance margin is larger when target questions are complex. Human evaluation also proves that our model is able to generate relevant and informative questions.
Code (1)
Tasks
Question GenerationQuestion-GenerationRepresentation LearningSimilar Papers 제목 키워드 기반
Reinforced Multi-task Approach for Multi-hop Question Generation
Question generation (QG) attempts to solve the inverse of question answering (QA) problem by generating a natural language question given a document and an answer. While sequence to sequence neural models surpass rule-ba…
Multi-hop Question AnsweringQuestion AnsweringQuestion GenerationQuestion-Generation+2Generating Followup Questions for Interpretable Multi-hop Question Answering
We propose a framework for answering open domain multi-hop questions in which partial information is read and used to generate followup questions, to finally be answered by a pretrained single-hop answer extractor. This …
Multi-hop Question AnsweringQuestion AnsweringQuestion GenerationQuestion-Generation+2HopPG: Self-Iterative Program Generation for Multi-Hop Question Answering over Heterogeneous Knowledge
The semantic parsing-based method is an important research branch for knowledge-based question answering. It usually generates executable programs lean upon the question and then conduct them to reason answers over a kno…
Multi-hop Question AnsweringQuestion AnsweringSemantic ParsingOn Early Detection of Hallucinations in Factual Question Answering
While large language models (LLMs) have taken great strides towards helping humans with a plethora of tasks, hallucinations remain a major impediment towards gaining user trust. The fluency and coherence of model generat…
HallucinationOpen-Ended Question AnsweringQuestion AnsweringA Three-step Method for Multi-Hop Inference Explanation Regeneration
Multi-hop inference for explanation generation is to combine two or more facts to make an inference. The task focuses on generating explanations for elementary science questions. In the task, the relevance between the ex…
Explanation GenerationRe-Ranking