TaSR-RAG: Taxonomy-guided Structured Reasoning for Retrieval-Augmented Generation
Jiashuo Sun, Yixuan Xie, Jimeng Shi, Shaowen Wang, Jiawei Han

TL;DR
TaSR-RAG introduces a taxonomy-guided structured reasoning framework for retrieval-augmented generation, improving evidence selection and multi-hop reasoning in large language models for complex questions.
Contribution
It proposes a novel taxonomy-guided approach that decomposes complex questions into structured sub-queries with explicit reasoning steps, enhancing evidence retrieval and reasoning fidelity.
Findings
Outperforms strong RAG baselines by up to 14% on multiple benchmarks.
Produces clearer evidence attribution and more faithful reasoning traces.
Effectively balances generalization and precision with a lightweight taxonomy.
Abstract
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,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Multimodal Machine Learning Applications
