paper-with-me

홈 › Papers

Neural Models for Key Phrase Detection and Question Generation

2017-06-14 · Sandeep Subramanian, Tong Wang, Xingdi Yuan, Saizheng Zhang, Yoshua Bengio, Adam Trischler

We propose a two-stage neural model to tackle question generation from documents. First, our model estimates the probability that word sequences in a document are ones that a human would pick when selecting candidate answers by training a neural key-phrase extractor on the answers in a question-answering corpus. Predicted key phrases then act as target answers and condition a sequence-to-sequence question-generation model with a copy mechanism. Empirically, our key-phrase extraction model significantly outperforms an entity-tagging baseline and existing rule-based approaches. We further demonstrate that our question generation system formulates fluent, answerable questions from key phrases. This two-stage system could be used to augment or generate reading comprehension datasets, which may be leveraged to improve machine reading systems or in educational settings.

📄 PDF Abstract BibTeX arXiv:1706.04560

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringQuestion GenerationQuestion-GenerationReading Comprehension

Similar Papers 제목 키워드 기반

'John ate 5 apples' != 'John ate some apples': Self-Supervised Paraphrase Quality Detection for Algebraic Word Problems

2022-06-16 · Rishabh Gupta, Venktesh V, Mukesh Mohania, Vikram Goyal

This paper introduces the novel task of scoring paraphrases for Algebraic Word Problems (AWP) and presents a self-supervised method for doing so. In the current online pedagogical setting, paraphrasing these problems is …

Paraphrase Generation

Neural Models for Key Phrase Extraction and Question Generation

2018-07-01 · WS 2018 7 · S Subramanian, eep, Tong Wang, Xingdi Yuan 외

We propose a two-stage neural model to tackle question generation from documents. First, our model estimates the probability that word sequences in a document are ones that a human would pick when selecting candidate ans…

Question AnsweringQuestion GenerationQuestion-GenerationReading Comprehension

Enhancing Paraphrase Type Generation: The Impact of DPO and RLHF Evaluated with Human-Ranked Data

2025-05-28 · Christopher Lee Lübbers

Paraphrasing re-expresses meaning to enhance applications like text simplification, machine translation, and question-answering. Specific paraphrase types facilitate accurate semantic analysis and robust language models.…

Machine TranslationParaphrase GenerationParaphrase IdentificationQuestion Answering+2

Investigating the use of Paraphrase Generation for Question Reformulation in the FRANK QA system

2022-06-06 · Nick Ferguson, Liane Guillou, Kwabena Nuamah, Alan Bundy

We present a study into the ability of paraphrase generation methods to increase the variety of natural language questions that the FRANK Question Answering system can answer. We first evaluate paraphrase generation meth…

Paraphrase GenerationQuestion Answering

Neural Question Generation using Interrogative Phrases

2019-10-01 · WS 2019 10 · Yuichi Sasazawa, Sho Takase, Naoaki Okazaki

Question Generation (QG) is the task of generating questions from a given passage. One of the key requirements of QG is to generate a question such that it results in a target answer. Previous works used a target answer …

Question AnsweringQuestion GenerationQuestion-Generation