paper-with-me

홈 › Papers

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

2026-03-10 · Jiashuo Sun, Yixuan Xie, Jimeng Shi, Shaowen Wang, Jiawei Han arxiv

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.

📄 PDF Abstract BibTeX arXiv:2603.09341

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-hop Question AnsweringSemantic Similarity

Similar Papers 제목 키워드 기반

Perceptual Taxonomy: Evaluating and Guiding Hierarchical Scene Reasoning in Vision-Language Models

2025-11-24 · Jonathan Lee, Xingrui Wang, Jiawei Peng, Luoxin Ye 외 arxiv

We propose Perceptual Taxonomy, a structured process of scene understanding that first recognizes objects and their spatial configurations, then infers task-relevant properties such as material, affordance, function, and…

Scene UnderstandingSpatial ReasoningVisual Reasoning

TASRA: a Taxonomy and Analysis of Societal-Scale Risks from AI

2023-06-12 · Andrew Critch, Stuart Russell

While several recent works have identified societal-scale and extinction-level risks to humanity arising from artificial intelligence, few have attempted an {\em exhaustive taxonomy} of such risks. Many exhaustive taxono…

FinAuditing: A Financial Taxonomy-Structured Multi-Document Benchmark for Evaluating LLMs

2025-10-10 · Yan Wang, Keyi Wang, Shanshan Yang, Jaisal Patel 외 arxiv

Going beyond simple text processing, financial auditing requires detecting semantic, structural, and numerical inconsistencies across large-scale disclosures. As financial reports are filed in XBRL, a structured XML form…

Information ExtractionMathematical Reasoning

MetaSR: Content-Adaptive Metadata Orchestration for Generative Super-Resolution

2026-04-29 · Jiaqi Guo, Mingzhen Li, Haohong Wang, Aggelos K. Katsaggelos arxiv

We study generative super-resolution (SR) in real-world scenarios where content and degradations vary across domains, genres, and segments. For example, images and videos may alternate between text overlays, fast motion,…

A Multi-Stage Framework with Taxonomy-Guided Reasoning for Occupation Classification Using Large Language Models

2025-03-17 · Palakorn Achananuparp, Ee-Peng Lim

Automatically annotating job data with standardized occupations from taxonomies, known as occupation classification, is crucial for labor market analysis. However, this task is often hindered by data scarcity and the cha…

ClassificationIn-Context LearningRerankingWorld Knowledge