arXiv:2603.09341cs.CLcs.AI2026-03被引 1

用分类体系引导推理,让大模型更准地找证据、解多跳问题。

TaSR-RAG: Taxonomy-guided Structured Reasoning for Retrieval-Augmented Generation

  • 用三元组和双层分类体系结构化查询与文档
  • 多步检索提升准确率,最高比基线高14%
  • 无需构建图谱,适合需要清晰推理链的任务

检索增强生成(RAG)通过外部证据支持大模型回答知识密集型和时效性问题。然而,现有RAG系统多依赖非结构化片段和单次生成,常导致上下文冗余、信息密度低及多跳推理脆弱。尽管结构化RAG可提升事实对齐性,但通常需昂贵且易错的图构建,或强加僵化的实体中心结构,难以匹配查询的推理路径。本文提出TaSR-RAG,一种基于分类体系的结构化推理框架。将查询与文档均表示为关系三元组,并利用轻量级两级分类体系约束实体语义,兼顾泛化与精度。面对复杂问题时,该框架将其分解为有序三元组子查询序列,引入隐变量进行逐步证据选择,通过混合三元组匹配——结合原始三元组的语义相似性与类型三元组的结构一致性——实现高效检索。通过跨步骤维护显式实体绑定表,有效化解中间变量歧义,避免实体混淆,无需显式图构建或穷举搜索。在多个多跳问答基准上实验表明,TaSR-RAG持续优于强基线RAG与结构化RAG,性能最高提升14%,同时生成更清晰的证据归属与更忠实的推理轨迹。

原文摘要 · Abstract (English)

Retrieval-Augmented Generation (RAG) helps large language models (LLMs) answer knowledge-intensive and time-sensitive questions by conditioning generation on external evidence. However, most RAG systems still retrieve unstructured chunks and rely on one-shot generation, which often yields redundant context, low information density, and brittle multi-hop reasoning. While structured RAG pipelines can improve grounding, they typically require costly and error-prone graph construction or impose rigid entity-centric structures that do not align with the query's reasoning chain. We propose \textsc{TaSR-RAG}, a taxonomy-guided structured reasoning framework for evidence selection. We represent both queries and documents as relational triples, and constrain entity semantics with a lightweight two-level taxonomy to balance generalization and precision. Given a complex question, \textsc{TaSR-RAG} decomposes it into an ordered sequence of triple sub-queries with explicit latent variables, then performs step-wise evidence selection via hybrid triple matching that combines semantic similarity over raw triples with structural consistency over typed triples. By maintaining an explicit entity binding table across steps, \textsc{TaSR-RAG} resolves intermediate variables and reduces entity conflation without explicit graph construction or exhaustive search. Experiments on multiple multi-hop question answering benchmarks show that \textsc{TaSR-RAG} consistently outperforms strong RAG and structured-RAG baselines by up to 14\%, while producing clearer evidence attribution and more faithful reasoning traces.

RAG多跳推理结构化生成知识检索

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