paper-with-me

Papers

Self-Debias: Self-correcting for Debiasing Large Language Models

2026-04-09 · Xuan Feng, Shuai Zhao, Luwei Xiao, Tianlong Gu, Bo An arxiv

Although Large Language Models (LLMs) demonstrate remarkable reasoning capabilities, inherent social biases often cascade throughout the Chain-of-Thought (CoT) process, leading to continuous "Bias Propagation". Existing debiasing methods primarily focus on static constraints or external interventions, failing to identify and interrupt this propagation once triggered. To address this limitation, we introduce Self-Debias, a progressive framework designed to instill intrinsic self-correction capabilities. Specifically, we reformulate the debiasing process as a strategic resource redistribution problem, treating the model's output probability mass as a limited resource to be reallocated from biased heuristics to unbiased reasoning paths. Unlike standard preference optimization which applies broad penalties, Self-Debias employs a fine-grained trajectory-level objective subject to dynamic debiasing constraints. This enables the model to selectively revise biased reasoning suffixes while preserving valid contextual prefixes. Furthermore, we integrate an online self-improvement mechanism utilizing consistency filtering to autonomously synthesize supervision signals. With merely 20k annotated samples, Self-Debias activates efficient self-correction, achieving superior debiasing performance while preserving general reasoning capabilities without continuous external oversight.

📄 PDF Abstract BibTeX arXiv:2604.08243

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Intent-Aware Self-Correction for Mitigating Social Biases in Large Language Models

2025-03-08 · Panatchakorn Anantaprayoon, Masahiro Kaneko, Naoaki Okazaki

Self-Correction based on feedback improves the output quality of Large Language Models (LLMs). Moreover, as Self-Correction functions like the slow and conscious System-2 thinking from cognitive psychology's perspective,…

Response Generation

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

Self-supervised debiasing using low rank regularization

2022-10-11 · CVPR 2024 1 · Geon Yeong Park, Chanyong Jung, Sangmin Lee, Jong Chul Ye 외

Spurious correlations can cause strong biases in deep neural networks, impairing generalization ability. While most existing debiasing methods require full supervision on either spurious attributes or target labels, trai…

Self-Supervised Learning

Debiasing Without Protected Attributes: Latent Concept Erasure from Textual Profiles

2026-06-10 · Shun Shao, Zheng Zhao, Anna Korhonen, Yftah Ziser 외 arxiv

Most fairness research in NLP assumes direct access to protected attributes such as gender, race, or nationality. In practice, however, such information is often unavailable due to privacy constraints, missing metadata, …

Cognitive Debiasing Large Language Models for Decision-Making

2025-04-05 · Yougang Lyu, Shijie Ren, Yue Feng, Zihan Wang 외

Large language models (LLMs) have shown potential in supporting decision-making applications, particularly as personal conversational assistants in the financial, healthcare, and legal domains. While prompt engineering s…

Decision MakingPrompt Engineering