Walking in Others' Shoes: How Perspective-Taking Guides Large Language Models in Reducing Toxicity and Bias
Rongwu Xu, Zi'an Zhou, Tianwei Zhang, Zehan Qi, Su Yao, Ke Xu, Wei Xu, Han Qiu
TL;DR
The paper addresses the challenge of toxic and biased outputs from large language models under black-box constraints. It introduces perspective-taking prompting (PeT), with two variants PeT-io and PeT-is, to elicit self-correction by simulating diverse audiences and empathic perspective-taking without further training. Empirical evaluations across two commercial LLMs (ChatGPT and GLM) and multiple open-source models show substantial reductions in toxicity (up to 89%) and bias (up to 73%), outperforming five strong baselines on both detoxification and debiasing tasks. It also analyzes the effects of audience size, combining PeT variants, iterative prompting, and prompt sensitivity, and discusses limitations related to cost, data scope, and variability across open-source models, pointing to practical implications for safer LLM deployments.
Abstract
The common toxicity and societal bias in contents generated by large language models (LLMs) necessitate strategies to reduce harm. Present solutions often demand white-box access to the model or substantial training, which is impractical for cutting-edge commercial LLMs. Moreover, prevailing prompting methods depend on external tool feedback and fail to simultaneously lessen toxicity and bias. Motivated by social psychology principles, we propose a novel strategy named \textbf{perspective-taking prompting (\textsc{PeT})} that inspires LLMs to integrate diverse human perspectives and self-regulate their responses. This self-correction mechanism can significantly diminish toxicity (up to $89\%$) and bias (up to $73\%$) in LLMs' responses. Rigorous evaluations and ablation studies are conducted on two commercial LLMs (ChatGPT and GLM) and three open-source LLMs, revealing \textsc{PeT}'s superiority in producing less harmful responses, outperforming five strong baselines.
