Debiasing Large Language Models via Adaptive Causal Prompting with Sketch-of-Thought
Bowen Li, Ziqi Xu, Jing Ren, Renqiang Luo, Xikun Zhang, Xiuzhen Zhang, Yongli Ren, Feng Xia
TL;DR
ACPS tackles the challenge of debiasing large language models while maintaining efficiency by integrating structural causal models with adaptive front-door prompting and Sketch-of-Thought. It replaces verbose CoT with concise SoT and uses a classification engine to choose between standard and conditional front-door interventions, guiding evidence-based answer selection without task-specific retraining. The framework estimates causal effects via reasoning-trace distribution, NWGM-based answer probabilities, and external-knowledge integration, demonstrating consistent gains across seven datasets and three backbone LLMs. This approach offers scalable, generalisable debiasing with improved accuracy, robustness, and token efficiency, advancing trustworthy reasoning in LLMs for diverse applications.
Abstract
Despite notable advancements in prompting methods for Large Language Models (LLMs), such as Chain-of-Thought (CoT), existing strategies still suffer from excessive token usage and limited generalisability across diverse reasoning tasks. To address these limitations, we propose an Adaptive Causal Prompting with Sketch-of-Thought (ACPS) framework, which leverages structural causal models to infer the causal effect of a query on its answer and adaptively select an appropriate intervention (i.e., standard front-door and conditional front-door adjustments). This design enables generalisable causal reasoning across heterogeneous tasks without task-specific retraining. By replacing verbose CoT with concise Sketch-of-Thought, ACPS enables efficient reasoning that significantly reduces token usage and inference cost. Extensive experiments on multiple reasoning benchmarks and LLMs demonstrate that ACPS consistently outperforms existing prompting baselines in terms of accuracy, robustness, and computational efficiency.
