Abstract
Chain-of-thought (CoT) reasoning has emerged as a powerful technique for improving the problem-solving capabilities of large language models (LLMs), particularly for tasks requiring multi-step reasoning. However, recent studies show that CoT explanations often fail to reflect the model’s actual reasoning process, as models may produce coherent yet misleading justifications or modify answers without acknowledging external cues.
Such discrepancies undermine the reliability of CoT-based methods for safety supervision and alignment monitoring, as models can generate plausible but deceptive rationales for incorrect answers. To better understand this limitation, we evaluate two optimization methods, Group Relative Policy Optimization (GRPO) and Direct Preference Optimization (DPO), in their ability to improve CoT faithfulness.
Our experiments show that GRPO achieves higher performance than DPO in larger models, with the Qwen2.5-14B-Instruct model attaining the best results across all evaluation metrics. Both approaches exhibit positive correlations between model size and performance, but GRPO shows greater potential for improving faithfulness metrics, albeit with less stable behavior at smaller scales. These results suggest that GRPO offers a promising direction for developing more transparent and trustworthy reasoning in LLMs.
Key Contributions
GRPO vs. DPO for CoT Faithfulness
An evaluation of two optimization methods, Group Relative Policy Optimization (GRPO) and Direct Preference Optimization (DPO), in their ability to improve the faithfulness of chain-of-thought explanations.
GRPO Leads in Larger Models
Experiments showing that GRPO achieves higher performance than DPO in larger models, with the Qwen2.5-14B-Instruct model attaining the best results across all evaluation metrics.
Model Size and Stability Analysis
Evidence that both approaches exhibit positive correlations between model size and performance, with GRPO showing greater potential for improving faithfulness metrics, albeit with less stable behavior at smaller scales.
Implications for Trustworthy Reasoning
Findings suggesting that GRPO offers a promising direction for developing more transparent and trustworthy reasoning in LLMs, relevant to safety supervision and alignment monitoring.
Citation
@article{mohammadi2025grpo,
title={Evaluating GRPO and DPO for Faithful Chain-of-Thought Reasoning in LLMs},
author={Mohammadi, Hadi and Koz\'ak, Tam\'as and Giachanou, Anastasia},
journal={arXiv preprint arXiv:2512.22631},
year={2025}
}