Weak Supervision Enhanced Generative Network for Question Generation
Automatic question generation according to an answer within the given passage is useful for many applications, such as question answering system, dialogue system, etc. Current neural-based methods mostly take two steps which extract several important sentences based on the candidate answer through manual rules or supervised neural networks and then use an encoder-decoder framework to generate questions about these sentences. These approaches neglect the semantic relations between the answer and the context of the whole passage which is sometimes necessary for answering the question. To address this problem, we propose the Weak Supervision Enhanced Generative Network (WeGen) which automatically discovers relevant features of the passage given the answer span in a weakly supervised manner to improve the quality of generated questions. More specifically, we devise a discriminator, Relation Guider, to capture the relations between the whole passage and the associated answer and then the Multi-Interaction mechanism is deployed to transfer the knowledge dynamically for our question generation system. Experiments show the effectiveness of our method in both automatic evaluations and human evaluations.
Code (0)
등록된 구현이 없습니다.
Tasks
DecoderQuestion AnsweringQuestion GenerationQuestion-GenerationSimilar Papers 제목 키워드 기반
A Weak Supervision Approach for Predicting Difficulty of Technical Interview Questions
Predicting difficulty of questions is crucial for technical interviews. However, such questions are long-form and more open-ended than factoid and multiple choice questions explored so far for question difficulty predict…
Multiple-choicePredictionQuestion GenerationQuestion-GenerationC3VQG: Category Consistent Cyclic Visual Question Generation
Visual Question Generation (VQG) is the task of generating natural questions based on an image. Popular methods in the past have explored image-to-sequence architectures trained with maximum likelihood which have demonst…
Natural QuestionsQuestion GenerationQuestion-GenerationWESPE: Weakly Supervised Photo Enhancer for Digital Cameras
Low-end and compact mobile cameras demonstrate limited photo quality mainly due to space, hardware and budget constraints. In this work, we propose a deep learning solution that translates photos taken by cameras with li…
Generative Adversarial NetworkUsing Database Rule for Weak Supervised Text-to-SQL Generation
We present a simple way to do the task of text-to-SQL problem with weak supervision. We call it Rule-SQL. Given the question and the answer from the database table without the SQL logic form, Rule-SQL use the rules based…
Text to SQLText-To-SQLNeural Duplicate Question Detection without Labeled Training Data
Supervised training of neural models to duplicate question detection in community Question Answering (cQA) requires large amounts of labeled question pairs, which are costly to obtain. To minimize this cost, recent works…
Answer SelectionCommunity Question AnsweringDomain AdaptationQuestion Answering