🤖 AI Summary
This work addresses the limitations of traditional retrieval-augmented generation (RAG) frameworks, which often overlook the varying cognitive demands across tasks, leading to hallucinations from missing facts or inconsistencies in higher-order reasoning. Drawing on Bloom’s taxonomy, the authors propose the first training-free, domain-agnostic, cognitively hierarchical RAG framework that leverages query-level cognitive load as a control signal to dynamically orchestrate cognitively adaptive evidence refinement and structured reasoning modules. By replacing unconstrained chain-of-thought prompting with fact-centric and option-centric retrieval pathways alongside cognition-aligned reasoning templates, the approach significantly enhances the performance of the Qwen3-8B model on a registered dietitian exam benchmark: multiple-choice accuracy improves from 73.4% to 85.8%, and scenario-based question accuracy rises from 63.3% to 80.5%.
📝 Abstract
Professional domain knowledge underpins human civilization, serving as both the basis for industry entry and the core of complex decision-making and problem-solving. However, existing large language models often suffer from opaque inference processes in which retrieval and reasoning are tightly entangled, causing knowledge gaps and reasoning inconsistencies in professional tasks. To address this, we propose CogRAG+, a training-free framework that decouples and aligns the retrieval-augmented generation pipeline with human cognitive hierarchies. First, we introduce Reinforced Retrieval, a judge-driven dual-path strategy with fact-centric and option-centric paths that strengthens retrieval and mitigates cascading failures caused by missing foundational knowledge. We then develop cognition-stratified Constrained Reasoning, which replaces unconstrained chain-of-thought generation with structured templates to reduce logical inconsistency and generative redundancy. Experiments on two representative models, Qwen3-8B and Llama3.1-8B, show that CogRAG+ consistently outperforms general-purpose models and standard RAG methods on the Registered Dietitian qualification exam. In single-question mode, it raises overall accuracy to 85.8\% for Qwen3-8B and 60.3\% for Llama3.1-8B, with clear gains over vanilla baselines. Constrained Reasoning also reduces the unanswered rate from 7.6\% to 1.4\%. CogRAG+ offers a robust, model-agnostic path toward training-free expert-level performance in specialized domains.