paper-with-me

Papers

ADEPT: A DEbiasing PrompT Framework

2022-11-10 · Ke Yang, Charles Yu, Yi Fung, Manling Li, Heng Ji

Several works have proven that finetuning is an applicable approach for debiasing contextualized word embeddings. Similarly, discrete prompts with semantic meanings have shown to be effective in debiasing tasks. With unfixed mathematical representation at the token level, continuous prompts usually surpass discrete ones at providing a pre-trained language model (PLM) with additional task-specific information. Despite this, relatively few efforts have been made to debias PLMs by prompt tuning with continuous prompts compared to its discrete counterpart. Furthermore, for most debiasing methods that alter a PLM's original parameters, a major problem is the need to not only decrease the bias in the PLM but also to ensure that the PLM does not lose its representation ability. Finetuning methods typically have a hard time maintaining this balance, as they tend to violently remove meanings of attribute words. In this paper, we propose ADEPT, a method to debias PLMs using prompt tuning while maintaining the delicate balance between removing biases and ensuring representation ability. To achieve this, we propose a new training criterion inspired by manifold learning and equip it with an explicit debiasing term to optimize prompt tuning. In addition, we conduct several experiments with regard to the reliability, quality, and quantity of a previously proposed attribute training corpus in order to obtain a clearer prototype of a certain attribute, which indicates the attribute's position and relative distances to other words on the manifold. We evaluate ADEPT on several widely acknowledged debiasing benchmarks and downstream tasks, and find that it achieves competitive results while maintaining (and in some cases even improving) the PLM's representation ability. We further visualize words' correlation before and after debiasing a PLM, and give some possible explanations for the visible effects.

📄 PDF Abstract BibTeX arXiv:2211.05414

Code (1)

EmpathYang/ADEPT 공식 구현 pytorch

Tasks

AttributeLanguage ModellingWord Embeddings

Similar Papers 제목 키워드 기반

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

Thinking Fair and Slow: On the Efficacy of Structured Prompts for Debiasing Language Models

2024-05-16 · Shaz Furniturewala, Surgan Jandial, Abhinav Java, Pragyan Banerjee 외

Existing debiasing techniques are typically training-based or require access to the model's internals and output distributions, so they are inaccessible to end-users looking to adapt LLM outputs for their particular need…

Text Generation

FairSteer: Inference Time Debiasing for LLMs with Dynamic Activation Steering

2025-04-20 · Yichen Li, Zhiting Fan, Ruizhe Chen, Xiaotang Gai 외

Large language models (LLMs) are prone to capturing biases from training corpus, leading to potential negative social impacts. Existing prompt-based debiasing methods exhibit instability due to their sensitivity to promp…

counterfactualFairnessQuestion AnsweringText Generation

ADePT: Adaptive Decomposed Prompt Tuning for Parameter-Efficient Fine-tuning

2025-01-06 · Pengwei Tang, Xiaolin Hu, Yong liu

Prompt Tuning (PT) enables the adaptation of Pre-trained Large Language Models (PLMs) to downstream tasks by optimizing a small amount of soft virtual tokens, which are prepended to the input token embeddings. Recently, …

parameter-efficient fine-tuning

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