paper-with-me

홈 › Papers

Contrastive Multi-document Question Generation

2019-11-08 · EACL 2021 2 · Woon Sang Cho, Yizhe Zhang, Sudha Rao, Asli Celikyilmaz, Chenyan Xiong, Jianfeng Gao, Mengdi Wang, Bill Dolan

Multi-document question generation focuses on generating a question that covers the common aspect of multiple documents. Such a model is useful in generating clarifying options. However, a naive model trained only using the targeted ("positive") document set may generate too generic questions that cover a larger scope than delineated by the document set. To address this challenge, we introduce the contrastive learning strategy where given "positive" and "negative" sets of documents, we generate a question that is closely related to the "positive" set but is far away from the "negative" set. This setting allows generated questions to be more specific and related to the target document set. To generate such specific questions, we propose Multi-Source Coordinated Question Generator (MSCQG), a novel framework that includes a supervised learning (SL) stage and a reinforcement learning (RL) stage. In the SL stage, a single-document question generator is trained. In the RL stage, a coordinator model is trained to find optimal attention weights to align multiple single-document generators, by optimizing a reward designed to promote specificity of generated questions. We also develop an effective auxiliary objective, named Set-induced Contrastive Regularization (SCR) that improves the coordinator's contrastive learning during the RL stage. We show that our model significantly outperforms several strong baselines, as measured by automatic metrics and human evaluation. The source repository is publicly available at \url{www.github.com/woonsangcho/contrast_qgen}.

📄 PDF Abstract BibTeX arXiv:1911.03047

Code (1)

woonsangcho/contrast_qgen 공식 구현 pytorch

Tasks

Contrastive LearningQuestion GenerationQuestion-GenerationReinforcement LearningReinforcement Learning (RL)Specificity

Similar Papers 제목 키워드 기반

Dual-Confidence Contrastive Decoding for Retrieval-Augmented Generation

2026-07-01 · Raymond Li, Md Tawkat Islam Khondaker, Amirhossein Abaskohi, Gabriel Murray 외 arxiv

Retrieval-augmented generation (RAG) increasingly requires models to answer questions from multiple retrieved documents, where only some sources are relevant and the retrieved bundle may contain stale, noisy, or conflict…

Question Answering

Exploiting Intrinsic Duality for Multi-Hop Question Generation

2026-08-01 · Maodong Li, Xinyue Kang, Yuanchen Shi, Fang Kong arxiv

Multi hop question generation (MQG) aims to generate questions from multiple given documents and target answers, whereas question answering (QA) focuses on deriving answers from documents given specific questions. Althou…

Contrastive LearningQuestion GenerationQuestion Answering

Stronger Transformers for Neural Multi-Hop Question Generation

2020-10-22 · Devendra Singh Sachan, Lingfei Wu, Mrinmaya Sachan, William Hamilton

Prior work on automated question generation has almost exclusively focused on generating simple questions whose answers can be extracted from a single document. However, there is an increasing interest in developing syst…

Question GenerationQuestion-Generation

Self-supervised Contrastive Cross-Modality Representation Learning for Spoken Question Answering

2021-09-08 · Findings (EMNLP) 2021 11 · Chenyu You, Nuo Chen, Yuexian Zou

Spoken question answering (SQA) requires fine-grained understanding of both spoken documents and questions for the optimal answer prediction. In this paper, we propose novel training schemes for spoken question answering…

Question AnsweringRepresentation Learning

Closed-book Question Generation via Contrastive Learning

2022-10-13 · Xiangjue Dong, Jiaying Lu, Jianling Wang, James Caverlee

Question Generation (QG) is a fundamental NLP task for many downstream applications. Recent studies on open-book QG, where supportive answer-context pairs are provided to models, have achieved promising progress. However…

Contrastive LearningNatural QuestionsOpen-Domain Question AnsweringQuestion Answering+2