paper-with-me

홈 › Papers

Weak Supervision Enhanced Generative Network for Question Generation

2019-07-01 · Yutong Wang, Jiyuan Zheng, Qijiong Liu, Zhou Zhao, Jun Xiao, Yueting Zhuang

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.

📄 PDF Abstract BibTeX arXiv:1907.00607

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderQuestion AnsweringQuestion GenerationQuestion-Generation

Similar Papers 제목 키워드 기반

A Weak Supervision Approach for Predicting Difficulty of Technical Interview Questions

2022-10-01 · COLING 2022 10 · Arpita Kundu, Subhasish Ghosh, Pratik Saini, Tapas Nayak 외

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-Generation

C3VQG: Category Consistent Cyclic Visual Question Generation

2020-05-15 · Shagun Uppal, Anish Madan, Sarthak Bhagat, Yi Yu 외

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-Generation

WESPE: Weakly Supervised Photo Enhancer for Digital Cameras

2017-09-04 · Andrey Ignatov, Nikolay Kobyshev, Radu Timofte, Kenneth Vanhoey 외

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 Network

Using Database Rule for Weak Supervised Text-to-SQL Generation

2019-07-01 · Tong Guo, Huilin Gao

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-SQL

Neural Duplicate Question Detection without Labeled Training Data

2019-11-13 · IJCNLP 2019 11 · Andreas Rücklé, Nafise Sadat Moosavi, Iryna Gurevych

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