paper-with-me

홈 › Papers

A Simple and Effective Model for Multi-Hop Question Generation

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Previous research on automated question generation has almost exclusively focused on generating factoid questions whose answers can be extracted from a single document. However, there is an increasing interest in developing systems that are capable of more complex multi-hop question generation (QG), where answering the question requires reasoning over multiple documents. In this work, we propose a simple and effective approach based on the transformer model for multi-hop QG. Our approach consists of specialized input representations, a supporting sentence classification objective, and training data weighting. Prior work on multi-hop QG considers the simplified setting of shorter documents and also advocates the use of entity-based graph structures as essential ingredients in model design. On the contrary, we showcase that our model can scale to the challenging setting of longer documents as input, does not rely on graph structures, and substantially outperforms the state-of-the-art approaches as measured by automated metrics and human evaluation.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Question GenerationQuestion-GenerationSentenceSentence Classification

Similar Papers 제목 키워드 기반

CQG: A Simple and Effective Controlled Generation Framework for Multi-hop Question Generation

2022-05-01 · ACL 2022 5 · Zichu Fei, Qi Zhang, Tao Gui, Di Liang 외

Multi-hop question generation focuses on generating complex questions that require reasoning over multiple pieces of information of the input passage. Current models with state-of-the-art performance have been able to ge…

DecoderQuestion GenerationQuestion-Generation

Vocabulary Matters: A Simple yet Effective Approach to Paragraph-level Question Generation

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Vishwajeet Kumar, Manish Joshi, Ganesh Ramakrishnan, Yuan-Fang Li

Question generation (QG) has recently attracted considerable attention. Most of the current neural models take as input only one or two sentences, and perform poorly when multiple sentences or complete paragraphs are giv…

Question GenerationQuestion-Generation

Selecting Better Samples from Pre-trained LLMs: A Case Study on Question Generation

2022-09-22 · Xingdi Yuan, Tong Wang, Yen-Hsiang Wang, Emery Fine 외

Large Language Models (LLMs) have in recent years demonstrated impressive prowess in natural language generation. A common practice to improve generation diversity is to sample multiple outputs from the model. However, t…

DiversityQuestion GenerationQuestion-GenerationText Generation

DisGeM: Distractor Generation for Multiple Choice Questions with Span Masking

2024-09-26 · Devrim Cavusoglu, Secil Sen, Ulas Sert

Recent advancements in Natural Language Processing (NLP) have impacted numerous sub-fields such as natural language generation, natural language inference, question answering, and more. However, in the field of question …

Distractor GenerationMultiple-choiceNatural Language InferenceQuestion Answering+3

Improving Question Generation with Multi-level Content Planning

2023-10-20 · Zehua Xia, Qi Gou, Bowen Yu, Haiyang Yu 외

This paper addresses the problem of generating questions from a given context and an answer, specifically focusing on questions that require multi-hop reasoning across an extended context. Previous studies have suggested…

Answer GenerationQuestion GenerationQuestion-GenerationText Generation