arXiv:2602.15898cs.CL2026-02被引 2

用多维立方体结构实现高效精准的多跳问答。

MultiCube-RAG for Multi-hop Question Answering

  • 构建多维立方体模型,分层表示主体、属性与关系
  • 在四个数据集上准确率提升8.9%,且无需训练
  • 适合需要可解释性与低延迟的问答系统

多跳问答需跨多个关联主题、属性和关系进行多步推理与检索。现有基于检索增强生成(RAG)的方法难以准确捕捉此类结构语义,导致性能不佳。图结构RAG虽能建模信息,但常含噪声且计算开销大。多数方法依赖单步检索,忽略多跳推理需求。近期训练型方法尝试激励大语言模型进行迭代推理与检索,但训练过程易出现收敛不稳定与高计算成本。为此,我们提出基于本体的多维立方体结构,以多组正交维度建模主体、属性与关系。在此基础上,设计了无需训练的MultiCube-RAG,通过多个专业化立方体实现多步推理与检索。每个立方体专注一类主体,使系统可灵活选择最适配的立方体精准获取知识。为提升基于查询的推理能力,方法将复杂多跳查询分解为沿立方体维度的简单子查询,并顺序求解。在四个多跳问答数据集上的实验表明,MultiCube-RAG相比多种基线平均准确率提升8.9%。此外,该方法兼具更高效率与内在可解释性。

原文摘要 · Abstract (English)

Multi-hop question answering (QA) necessitates multi-step reasoning and retrieval across interconnected subjects, attributes, and relations. Existing retrieval-augmented generation (RAG) methods struggle to capture these structural semantics accurately, resulting in suboptimal performance. Graph-based RAGs structure such information in graphs, but the resulting graphs are often noisy and computationally expensive. Moreover, most methods rely on single-step retrieval, neglecting the need for multi-hop reasoning processes. Recent training-based approaches attempt to incentivize the large language models (LLMs) for iterative reasoning and retrieval, but their training processes are prone to unstable convergence and high computational overhead. To address these limitations, we devise an ontology-based cube structure with multiple and orthogonal dimensions to model structural subjects, attributes, and relations. Built on the cube structure, we propose MultiCube-RAG, a training-free method consisting of multiple cubes for multi-step reasoning and retrieval. Each cube specializes in modeling a class of subjects, so that MultiCube-RAG flexibly selects the most suitable cubes to acquire the relevant knowledge precisely. To enhance the query-based reasoning and retrieval, our method decomposes a complex multi-hop query into a set of simple subqueries along cube dimensions and conquers each of them sequentially. Experiments on four multi-hop QA datasets show that MultiCube-RAG improves response accuracy by 8.9% over the average performance of various baselines. Notably, we also demonstrate that our method performs with greater efficiency and inherent explainability.

多跳问答知识检索结构化推理

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