🤖 AI Summary
To address the prevalence of spurious reasoning paths in chain-of-thought (CoT) inference within large language models (LLMs)—leading to unreliable conclusions and poor interpretability—this paper proposes ECCoT, an end-to-end cognitive verification framework. Methodologically: (1) it introduces a topic-aware Markov Random Field-enhanced Embedded Topic Model (MRF-ETM) to improve CoT relevance and semantic coherence; (2) it integrates Causal Sentence BERT (CSBERT) to enforce causal reasoning alignment; and (3) it designs a structured sequential statistical filter to automatically detect and prune invalid reasoning chains. Experiments demonstrate that ECCoT significantly enhances the validity and interpretability of CoT paths, reduces logical bias, and improves output trustworthiness across diverse reasoning benchmarks. The framework achieves consistent gains over strong baselines without requiring task-specific fine-tuning. All code is publicly released.
📝 Abstract
In the era of large-scale artificial intelligence, Large Language Models (LLMs) have made significant strides in natural language processing. However, they often lack transparency and generate unreliable outputs, raising concerns about their interpretability. To address this, the Chain of Thought (CoT) prompting method structures reasoning into step-by-step deductions. Yet, not all reasoning chains are valid, and errors can lead to unreliable conclusions. We propose ECCoT, an End-to-End Cognitive Chain of Thought Validation Framework, to evaluate and refine reasoning chains in LLMs. ECCoT integrates the Markov Random Field-Embedded Topic Model (MRF-ETM) for topic-aware CoT generation and Causal Sentence-BERT (CSBert) for causal reasoning alignment. By filtering ineffective chains using structured ordering statistics, ECCoT improves interpretability, reduces biases, and enhances the trustworthiness of LLM-based decision-making. Key contributions include the introduction of ECCoT, MRF-ETM for topic-driven CoT generation, and CSBert for causal reasoning enhancement. Code is released at: https://github.com/erwinmsmith/ECCoT.git.