paper-with-me

Papers

Evaluating Rewards for Question Generation Models

2019-02-28 · NAACL 2019 6 · Tom Hosking, Sebastian Riedel

Recent approaches to question generation have used modifications to a Seq2Seq architecture inspired by advances in machine translation. Models are trained using teacher forcing to optimise only the one-step-ahead prediction. However, at test time, the model is asked to generate a whole sequence, causing errors to propagate through the generation process (exposure bias). A number of authors have proposed countering this bias by optimising for a reward that is less tightly coupled to the training data, using reinforcement learning. We optimise directly for quality metrics, including a novel approach using a discriminator learned directly from the training data. We confirm that policy gradient methods can be used to decouple training from the ground truth, leading to increases in the metrics used as rewards. We perform a human evaluation, and show that although these metrics have previously been assumed to be good proxies for question quality, they are poorly aligned with human judgement and the model simply learns to exploit the weaknesses of the reward source.

📄 PDF Abstract BibTeX arXiv:1902.11049

Code (1)

bloomsburyai/question-generation tf

Tasks

Machine TranslationPolicy Gradient MethodsQuestion GenerationQuestion-GenerationReinforcement LearningTranslation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Exploring Question-Specific Rewards for Generating Deep Questions

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

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

Question GenerationQuestion-Generation

Machine Comprehension by Text-to-Text Neural Question Generation

2017-05-04 · WS 2017 8 · Xingdi Yuan, Tong Wang, Caglar Gulcehre, Alessandro Sordoni 외

We propose a recurrent neural model that generates natural-language questions from documents, conditioned on answers. We show how to train the model using a combination of supervised and reinforcement learning. After tea…

Question AnsweringQuestion GenerationQuestion-GenerationReading Comprehension+3

Reinforcement Learning for Abstractive Question Summarization with Question-aware Semantic Rewards

2021-07-01 · ACL 2021 5 · Shweta Yadav, Deepak Gupta, Asma Ben Abacha, Dina Demner-Fushman

The growth of online consumer health questions has led to the necessity for reliable and accurate question answering systems. A recent study showed that manual summarization of consumer health questions brings significan…

Question AnsweringQuestion GenerationQuestion-Generationreinforcement-learning+2

Training and Benchmarking Code Generation for Physics-Inspired Animations

2026-02-11 · Yanan Wang, Renxi Wang, Yongxin Wang, Xuezhi Liang 외 arxiv

Large language models (LLMs) have been widely studied in areas such as mathematical reasoning, complex coding, and scientific problem solving. However, their ability to generate executable code that visually depicts phys…

Reinforcement LearningCode Generation

Addressing Semantic Drift in Question Generation for Semi-Supervised Question Answering

2019-09-13 · IJCNLP 2019 11 · Shiyue Zhang, Mohit Bansal

Text-based Question Generation (QG) aims at generating natural and relevant questions that can be answered by a given answer in some context. Existing QG models suffer from a "semantic drift" problem, i.e., the semantics…

ArticlesQuestion AnsweringQuestion GenerationQuestion-Generation+1