paper-with-me

Papers

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

2024-03-05 · Congzhi Zhang, Linhai Zhang, Jialong Wu, Yulan He, Deyu Zhou

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.

📄 PDF Abstract BibTeX arXiv:2403.02738

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningData AugmentationIn-Context LearningLanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Debiasing Large Language Models via Adaptive Causal Prompting with Sketch-of-Thought

2026-01-13 · Bowen Li, Ziqi Xu, Jing Ren, Renqiang Luo 외 arxiv

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 …

Computational Efficiency

Test-Time Fairness and Robustness in Large Language Models

2024-06-11 · Leonardo Cotta, Chris J. Maddison

Frontier Large Language Models (LLMs) can be socially discriminatory or sensitive to spurious features of their inputs. Because only well-resourced corporations can train frontier LLMs, we need robust test-time strategie…

Causal InferencecounterfactualData AugmentationDecision Making+3

Steering LLMs Towards Unbiased Responses: A Causality-Guided Debiasing Framework

2024-03-13 · Jingling Li, Zeyu Tang, Xiaoyu Liu, Peter Spirtes 외

Large language models (LLMs) can easily generate biased and discriminative responses. As LLMs tap into consequential decision-making (e.g., hiring and healthcare), it is of crucial importance to develop strategies to mit…

Decision Making

Debiasing LLMs by Masking Unfairness-Driving Attention Heads

2025-10-11 · Tingxu Han, Wei Song, Ziqi Ding, Ziming Li 외 arxiv

Large language models (LLMs) increasingly mediate decisions in domains where unfair treatment of demographic groups is unacceptable. Existing work probes when biased outputs appear, but gives little insight into the mech…

Self-Debiasing Large Language Models: Zero-Shot Recognition and Reduction of Stereotypes

2024-02-03 · Isabel O. Gallegos, Ryan A. Rossi, Joe Barrow, Md Mehrab Tanjim 외

Large language models (LLMs) have shown remarkable advances in language generation and understanding but are also prone to exhibiting harmful social biases. While recognition of these behaviors has generated an abundance…

Text GenerationZero-Shot Learning