CLMar 5, 2024

Causal Prompting: Debiasing Large Language Model Prompting based on Front-Door Adjustment

arXiv:2403.02738v344 citationsh-index: 12Has CodeAAAI
Originality Incremental advance
AI Analysis

This addresses bias issues in LLMs for natural language processing applications, representing an incremental improvement over existing debiasing methods.

The paper tackles biases in Large Language Models (LLMs) during prompting by proposing a causal prompting method based on front-door adjustment, which uses chain-of-thought as a mediator and achieves excellent performance across seven NLP datasets on both open-source and closed-source LLMs.

Despite the notable advancements of existing prompting methods, such as In-Context Learning and Chain-of-Thought for Large Language Models (LLMs), they still face challenges related to various biases. Traditional debiasing methods primarily focus on the model training stage, including approaches based on data augmentation and reweighting, yet they struggle with the complex biases inherent in LLMs. To address such limitations, the causal relationship behind the prompting methods is uncovered using a structural causal model, and a novel causal prompting method based on front-door adjustment is proposed to effectively mitigate LLMs biases. In specific, causal intervention is achieved by designing the prompts without accessing the parameters and logits of LLMs. The chain-of-thought generated by LLM is employed as the mediator variable and the causal effect between input prompts and output answers is calculated through front-door adjustment to mitigate model biases. Moreover, to accurately represent the chain-of-thoughts and estimate the causal effects, contrastive learning is used to fine-tune the encoder of chain-of-thought by aligning its space with that of the LLM. Experimental results show that the proposed causal prompting approach achieves excellent performance across seven natural language processing datasets on both open-source and closed-source LLMs.

Foundations

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

Your Notes