arXiv:2508.20567cs.CL2025-08EMNLP被引 4

通过知识组合采样提升多跳问答生成多样性

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

  • 设计知识组合采样框架,基于句子级条件预测选择不同知识组合
  • 在HotpotQA和2WikiMultihopQA上提升知识组合选择准确率3.9%
  • 适用于需要多样化多跳问题生成的研究与数据增强场景

多跳问答因数据稀疏面临挑战,易导致语言模型学习虚假模式。现有研究虽尝试通过内容规划和表达多样化提升问题多样性,但常局限于简单问题生成,忽视文档内关键语句的整合。本文提出知识组合采样(KCS)框架,通过在给定上下文中采样多样化的知识组合来扩展多跳问题的多样性。KCS将知识组合选择建模为句子级条件预测任务,并使用概率对比损失预测下一相关知识片段。推理时采用随机解码策略,有效平衡准确率与多样性。相比基线方法,KCS在知识组合选择准确率上提升3.9%;应用于数据增强后,在HotpotQA和2WikiMultihopQA数据集上均取得性能提升。

原文摘要 · Abstract (English)

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.

多跳问答知识采样问题生成

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。