paper-with-me

Papers

PathQG: Neural Question Generation from Facts

2020-11-01 · EMNLP 2020 11 · Siyuan Wang, Zhongyu Wei, Zhihao Fan, Zengfeng Huang, Weijian Sun, Qi Zhang, Xuanjing Huang

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.

📄 PDF Abstract BibTeX

Code (1)

WangsyGit/PathQG 공식 구현 pytorch

Tasks

Question GenerationQuestion-GenerationRepresentation Learning

Similar Papers 제목 키워드 기반

Reinforced Multi-task Approach for Multi-hop Question Generation

2020-04-05 · COLING 2020 8 · Deepak Gupta, Hardik Chauhan, Akella Ravi Tej, Asif Ekbal 외

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+2

Generating Followup Questions for Interpretable Multi-hop Question Answering

2020-02-27 · Christopher Malon, Bing Bai

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+2

HopPG: Self-Iterative Program Generation for Multi-Hop Question Answering over Heterogeneous Knowledge

2023-08-22 · Yingyao Wang, Yongwei Zhou, Chaoqun Duan, Junwei Bao 외

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 Parsing

On Early Detection of Hallucinations in Factual Question Answering

2023-12-19 · Ben Snyder, Marius Moisescu, Muhammad Bilal Zafar

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 Answering

A Three-step Method for Multi-Hop Inference Explanation Regeneration

2021-06-01 · NAACL (TextGraphs) 2021 6 · Yuejia Xiang, Yunyan Zhang, Xiaoming Shi, Bo Liu 외

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