paper-with-me

홈 › Papers

KCS: Diversify Multi-hop Question Generation with Knowledge Composition Sampling

2025-08-28 · Yangfan Wang, Jie Liu, Chen Tang, Lian Yan, Jingchi Jiang arxiv

Multi-hop question answering faces substantial challenges due to data sparsity, which increases the likelihood of language models learning spurious patterns. To address this issue, prior research has focused on diversifying question generation through content planning and varied expression. However, these approaches often emphasize generating simple questions and neglect the integration of essential knowledge, such as relevant sentences within documents. This paper introduces the Knowledge Composition Sampling (KCS), an innovative framework designed to expand the diversity of generated multi-hop questions by sampling varied knowledge compositions within a given context. KCS models the knowledge composition selection as a sentence-level conditional prediction task and utilizes a probabilistic contrastive loss to predict the next most relevant piece of knowledge. During inference, we employ a stochastic decoding strategy to effectively balance accuracy and diversity. Compared to competitive baselines, our KCS improves the overall accuracy of knowledge composition selection by 3.9%, and its application for data augmentation yields improvements on HotpotQA and 2WikiMultihopQA datasets. Our code is available at: https://github.com/yangfanww/kcs.

📄 PDF Abstract BibTeX arXiv:2508.20567

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-hop Question AnsweringQuestion GenerationData Augmentation

Similar Papers 제목 키워드 기반

Diversifying Question Generation over Knowledge Base via External Natural Questions

2023-09-23 · Shasha Guo, Jing Zhang, Xirui Ke, Cuiping Li 외

Previous methods on knowledge base question generation (KBQG) primarily focus on enhancing the quality of a single generated question. Recognizing the remarkable paraphrasing ability of humans, we contend that diverse te…

DiversityNatural QuestionsQuestion AnsweringQuestion Generation+1

Learning to Diversify for Product Question Generation

2022-07-06 · Haggai Roitman, Uriel Singer, Yotam Eshel, Alexander Nus 외

We address the product question generation task. For a given product description, our goal is to generate questions that reflect potential user information needs that are either missing or not well covered in the descrip…

DecoderDiversityQuestion GenerationQuestion-Generation

Knowledge-aware Visual Question Generation for Remote Sensing Images

2026-02-22 · Siran Li, Li Mi, Javiera Castillo-Navarro, Devis Tuia arxiv

With the rapid development of remote sensing image archives, asking questions about images has become an effective way of gathering specific information or performing image retrieval. However, automatically generated ima…

Question GenerationQuestion AnsweringImage CaptioningImage Retrieval

Questions beyond Pixels: Integrating Commonsense Knowledge in Visual Question Generation for Remote Sensing

2026-02-22 · Siran Li, Li Mi, Javiera Castillo-Navarro, Devis Tuia arxiv

With the rapid development of remote sensing image archives, asking questions about images has become an effective way of gathering specific information or performing semantic image retrieval. However, current automatica…

Question GenerationQuestion AnsweringImage CaptioningImage Retrieval

Diversify Question Generation with Retrieval-Augmented Style Transfer

2023-10-23 · Qi Gou, Zehua Xia, Bowen Yu, Haiyang Yu 외

Given a textual passage and an answer, humans are able to ask questions with various expressions, but this ability is still challenging for most question generation (QG) systems. Existing solutions mainly focus on the in…

DiversityQuestion AnsweringQuestion GenerationQuestion-Generation+3