Enhancing Self-Correction in Large Language Models through Multi-Perspective Reflection
Mariana Costa, Alberlucia Rafael Soarez, Daniel Kim, Camila Ferreira
TL;DR
This work introduces PR-CoT, a poly-reflective, prompt-engineered extension to Chain-of-Thought reasoning designed to enhance self-correction in large language models. By organizing a preliminary CoT step around multiple explicit perspectives—logical consistency, information completeness, ethical considerations, and alternative solutions—the approach synthesizes a refined final answer without any model retraining. Across arithmetic, commonsense, ethical decision-making, and logical puzzles, PR-CoT yields higher logical consistency and greater error-correction rates than traditional CoT and single-reflection baselines, with pronounced gains in nuanced domains. While the method incurs higher computational overhead, the results demonstrate meaningful improvements in reliability and trustworthiness of LLM reasoning, suggesting strong practical value for complex, real-world tasks.
Abstract
While Chain-of-Thought (CoT) prompting advances LLM reasoning, challenges persist in consistency, accuracy, and self-correction, especially for complex or ethically sensitive tasks. Existing single-dimensional reflection methods offer insufficient improvements. We propose MyGO Poly-Reflective Chain-of-Thought (PR-CoT), a novel methodology employing structured multi-perspective reflection. After initial CoT, PR-CoT guides the LLM to self-assess its reasoning across multiple predefined angles: logical consistency, information completeness, biases/ethics, and alternative solutions. Implemented purely via prompt engineering, this process refines the initial CoT into a more robust and accurate final answer without model retraining. Experiments across arithmetic, commonsense, ethical decision-making, and logical puzzles, using GPT-three point five and GPT-four models, demonstrate PR-CoT's superior performance. It significantly outperforms traditional CoT and existing reflection methods in logical consistency and error correction, with notable gains in nuanced domains like ethical decision-making. Ablation studies, human evaluations, and qualitative analyses further validate the contribution of each reflection perspective and the overall efficacy of our poly-reflective paradigm in fostering more reliable LLM reasoning.
