CLMay 21, 2025

Multi-Hop Question Generation via Dual-Perspective Keyword Guidance

arXiv:2505.15299v22 citationsh-index: 6ACL
Originality Incremental advance
AI Analysis

This work addresses the problem of generating complex questions requiring multiple information sources for natural language processing applications, representing an incremental advancement over existing keyword-based methods.

The paper tackled the challenge of multi-hop question generation by proposing a Dual-Perspective Keyword-Guided framework that differentiates question-specific and document-specific keywords to better pinpoint essential information, resulting in promising performance improvements as demonstrated in experiments.

Multi-hop question generation (MQG) aims to generate questions that require synthesizing multiple information snippets from documents to derive target answers. The primary challenge lies in effectively pinpointing crucial information snippets related to question-answer (QA) pairs, typically relying on keywords. However, existing works fail to fully utilize the guiding potential of keywords and neglect to differentiate the distinct roles of question-specific and document-specific keywords. To address this, we define dual-perspective keywords (i.e., question and document keywords) and propose a Dual-Perspective Keyword-Guided (DPKG) framework, which seamlessly integrates keywords into the multi-hop question generation process. We argue that question keywords capture the questioner's intent, whereas document keywords reflect the content related to the QA pair. Functionally, question and document keywords work together to pinpoint essential information snippets in the document, with question keywords required to appear in the generated question. The DPKG framework consists of an expanded transformer encoder and two answer-aware transformer decoders for keyword and question generation, respectively. Extensive experiments demonstrate the effectiveness of our work, showcasing its promising performance and underscoring its significant value in the MQG task.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes