🤖 AI Summary
Existing evaluation methods for chain-of-thought (CoT) reasoning in large language models (LLMs) lack fine-grained, step-level diagnostics of prior knowledge misuse or omission.
Method: We propose the “Principal Knowledge Anchoring” (PKA) framework: (1) constructing a high-precision atomic knowledge base; (2) designing interpretable, knowledge-anchored metrics to quantify alignment between each reasoning step and core factual premises; and (3) training a lightweight evaluator model for efficient, automated assessment.
Contribution/Results: PKA enables the first computationally tractable, step-wise evaluation of knowledge correctness within CoT paths. It precisely identifies knowledge gaps and erroneous knowledge application, and supports preference-based optimization to enhance reasoning fidelity. Experiments across diverse reasoning tasks demonstrate PKA’s effectiveness in exposing latent model deficiencies and its practical utility in providing targeted feedback for training refinement.
📝 Abstract
Step-by-step reasoning has become a standard approach for large language models (LLMs) to tackle complex tasks. While this paradigm has proven effective, it raises a fundamental question: How can we verify that an LLM's reasoning is accurately grounded in knowledge? To address this question, we introduce a novel evaluation suite that systematically assesses the knowledge grounding of intermediate reasoning. Our framework comprises three key components. (1) Principal Knowledge Collection, a large-scale repository of atomic knowledge essential for reasoning. Based on the collection, we propose (2) knowledge-grounded evaluation metrics designed to measure how well models recall and apply prerequisite knowledge in reasoning. These metrics are computed by our (3) evaluator LLM, a lightweight model optimized for cost-effective and reliable metric computation. Our evaluation suite demonstrates remarkable effectiveness in identifying missing or misapplied knowledge elements, providing crucial insights for uncovering fundamental reasoning deficiencies in LLMs. Beyond evaluation, we demonstrate how these metrics can be integrated into preference optimization, showcasing further applications of knowledge-grounded evaluation.