LLM Memory & RAG 相关度: 9/10

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

Jiashuo Sun, Yixuan Xie, Jimeng Shi, Shaowen Wang, Jiawei Han
arXiv: 2603.09341v1 发布: 2026-03-10 更新: 2026-03-10

AI 摘要

TaSR-RAG利用分类指导的结构化推理进行检索增强生成,提升多跳问答效果。

主要贡献

  • 提出Taxonomy-guided Structured Reasoning (TaSR-RAG) 框架。
  • 将查询和文档表示为关系三元组,并用分类法约束实体语义。
  • 通过混合三元组匹配进行逐步证据选择,维护实体绑定表。

方法论

将问题分解为三元组子查询序列,进行混合三元组匹配证据选择,维护实体绑定表解决变量。

原文摘要

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 多跳问答 知识图谱 结构化推理 分类法

arXiv 分类

cs.CL cs.AI