paper-with-me

Papers

Exploring Question-Specific Rewards for Generating Deep Questions

2020-11-02 · COLING 2020 8 · Yuxi Xie, Liangming Pan, Dongzhe Wang, Min-Yen Kan, Yansong Feng

Recent question generation (QG) approaches often utilize the sequence-to-sequence framework (Seq2Seq) to optimize the log-likelihood of ground-truth questions using teacher forcing. However, this training objective is inconsistent with actual question quality, which is often reflected by certain global properties such as whether the question can be answered by the document. As such, we directly optimize for QG-specific objectives via reinforcement learning to improve question quality. We design three different rewards that target to improve the fluency, relevance, and answerability of generated questions. We conduct both automatic and human evaluations in addition to a thorough analysis to explore the effect of each QG-specific reward. We find that optimizing question-specific rewards generally leads to better performance in automatic evaluation metrics. However, only the rewards that correlate well with human judgement (e.g., relevance) lead to real improvement in question quality. Optimizing for the others, especially answerability, introduces incorrect bias to the model, resulting in poor question quality. Our code is publicly available at https://github.com/YuxiXie/RL-for-Question-Generation.

📄 PDF Abstract BibTeX arXiv:2011.01102

Code (1)

YuxiXie/RL-for-Question-Generation 공식 구현 pytorch

Tasks

Question GenerationQuestion-Generation

Similar Papers 제목 키워드 기반

Stay Hungry, Stay Focused: Generating Informative and Specific Questions in Information-Seeking Conversations

2020-04-30 · Findings of the Association for Computational Linguistics 2020 · Peng Qi, Yuhao Zhang, Christopher D. Manning

We investigate the problem of generating informative questions in information-asymmetric conversations. Unlike previous work on question generation which largely assumes knowledge of what the answer might be, we are inte…

InformativenessQuestion GenerationQuestion-GenerationReinforcement Learning+1

Exploring the Potential of Large Language Models in Generating Code-Tracing Questions for Introductory Programming Courses

2023-10-23 · Aysa Xuemo Fan, Ranran Haoran Zhang, Luc Paquette, Rui Zhang

In this paper, we explore the application of large language models (LLMs) for generating code-tracing questions in introductory programming courses. We designed targeted prompts for GPT4, guiding it to generate code-trac…

FOLLOWUPQG: Towards Information-Seeking Follow-up Question Generation

2023-09-10 · Yan Meng, Liangming Pan, Yixin Cao, Min-Yen Kan

Humans ask follow-up questions driven by curiosity, which reflects a creative human cognitive process. We introduce the task of real-world information-seeking follow-up question generation (FQG), which aims to generate f…

InformativenessQuestion GenerationQuestion-Generation

A ChatGPT-based approach for questions generation in higher education

2025-07-26 · Sinh Trong Vu, Huong Thu Truong, Oanh Tien Do, Tu Anh Le 외 arxiv

Large language models have been widely applied in many aspects of real life, bringing significant efficiency to businesses and offering distinctive user experiences. In this paper, we focus on exploring the application o…

What Can a Generative Language Model Answer About a Passage?

2021-11-01 · EMNLP (MRQA) 2021 11 · Douglas Summers-Stay, Claire Bonial, Clare Voss

Generative language models trained on large, diverse corpora can answer questions about a passage by generating the most likely continuation of the passage followed by a question/answer pair. However, accuracy rates vary…

Language ModelingLanguage Modelling