LGFeb 2

EvalQReason: A Framework for Step-Level Reasoning Evaluation in Large Language Models

arXiv:2602.02295v11 citationsh-index: 9Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for scalable, process-aware evaluation of reasoning reliability in LLMs for trustworthy AI deployment, though it is incremental as it builds on existing evaluation methods by adding step-level analysis.

The paper tackles the problem of evaluating internal reasoning processes in large language models (LLMs) by introducing EvalQReason, a framework that quantifies reasoning quality through step-level probability distribution analysis, achieving strong predictive performance with F1 scores up to 0.88 and ROC-AUC up to 0.97 in experiments on mathematical and medical datasets.

Large Language Models (LLMs) are increasingly deployed in critical applications requiring reliable reasoning, yet their internal reasoning processes remain difficult to evaluate systematically. Existing methods focus on final-answer correctness, providing limited insight into how reasoning unfolds across intermediate steps. We present EvalQReason, a framework that quantifies LLM reasoning quality through step-level probability distribution analysis without requiring human annotation. The framework introduces two complementary algorithms: Consecutive Step Divergence (CSD), which measures local coherence between adjacent reasoning steps, and Step-to-Final Convergence (SFC), which assesses global alignment with final answers. Each algorithm employs five statistical metrics to capture reasoning dynamics. Experiments across mathematical and medical datasets with open-source 7B-parameter models demonstrate that CSD-based features achieve strong predictive performance for correctness classification, with classical machine learning models reaching F1=0.78 and ROC-AUC=0.82, and sequential neural models substantially improving performance (F1=0.88, ROC-AUC=0.97). CSD consistently outperforms SFC, and sequential architectures outperform classical machine learning approaches. Critically, reasoning dynamics prove domain-specific: mathematical reasoning exhibits clear divergence-based discrimination patterns between correct and incorrect solutions, while medical reasoning shows minimal discriminative signals, revealing fundamental differences in how LLMs process different reasoning types. EvalQReason enables scalable, process-aware evaluation of reasoning reliability, establishing probability-based divergence analysis as a principled approach for trustworthy AI deployment.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes