paper-with-me

Papers

Answer-focused and Position-aware Neural Question Generation

2018-10-01 · EMNLP 2018 10 · Xingwu Sun, Jing Liu, Yajuan Lyu, wei he, Yanjun Ma, Shi Wang

In this paper, we focus on the problem of question generation (QG). Recent neural network-based approaches employ the sequence-to-sequence model which takes an answer and its context as input and generates a relevant question as output. However, we observe two major issues with these approaches: (1) The generated interrogative words (or question words) do not match the answer type. (2) The model copies the context words that are far from and irrelevant to the answer, instead of the words that are close and relevant to the answer. To address these two issues, we propose an answer-focused and position-aware neural question generation model. (1) By answer-focused, we mean that we explicitly model question word generation by incorporating the answer embedding, which can help generate an interrogative word matching the answer type. (2) By position-aware, we mean that we model the relative distance between the context words and the answer. Hence the model can be aware of the position of the context words when copying them to generate a question. We conduct extensive experiments to examine the effectiveness of our model. The experimental results show that our model significantly improves the baseline and outperforms the state-of-the-art system.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Reading ComprehensionPositionQuestion AnsweringQuestion GenerationQuestion-GenerationReading Comprehension

Similar Papers 제목 키워드 기반

Neural Question Generation from Text: A Preliminary Study

2017-04-06 · Qingyu Zhou, Nan Yang, Furu Wei, Chuanqi Tan 외

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 t…

DecoderPositionQuestion GenerationQuestion-Generation+1

Improving Question Generation with Sentence-level Semantic Matching and Answer Position Inferring

2019-12-02 · Xiyao Ma, Qile Zhu, Yanlin Zhou, Xiaolin Li 외

Taking an answer and its context as input, sequence-to-sequence models have made considerable progress on question generation. However, we observe that these approaches often generate wrong question words or keywords and…

DecoderPositionQuestion GenerationQuestion-Generation+1

Generating Answer Candidates for Quizzes and Answer-Aware Question Generators

2021-08-29 · RANLP 2021 9 · Kristiyan Vachev, Momchil Hardalov, Georgi Karadzhov, Georgi Georgiev 외

In education, open-ended quiz questions have become an important tool for assessing the knowledge of students. Yet, manually preparing such questions is a tedious task, and thus automatic question generation has been pro…

Question AnsweringQuestion GenerationQuestion-Generation

Answer-driven Deep Question Generation based on Reinforcement Learning

2020-12-01 · COLING 2020 8 · Liuyin Wang, Zihan Xu, Zibo Lin, Haitao Zheng 외

Deep question generation (DQG) aims to generate complex questions through reasoning over multiple documents. The task is challenging and underexplored. Existing methods mainly focus on enhancing document representations,…

DecoderQuestion GenerationQuestion-Generationreinforcement-learning+2

Typed-RAG: Type-aware Multi-Aspect Decomposition for Non-Factoid Question Answering

2025-03-20 · Donggeon Lee, Ahjeong Park, Hyeri Lee, Hyeonseo Nam 외

Non-factoid question-answering (NFQA) poses a significant challenge due to its open-ended nature, diverse intents, and the need for multi-aspect reasoning, which renders conventional factoid QA approaches, including retr…

Question AnsweringRAGRetrievalRetrieval-augmented Generation