paper-with-me

Papers

ChatGPT Based Data Augmentation for Improved Parameter-Efficient Debiasing of LLMs

2024-02-19 · Pengrui Han, Rafal Kocielnik, Adhithya Saravanan, Roy Jiang, Or Sharir, Anima Anandkumar

Large Language models (LLMs), while powerful, exhibit harmful social biases. Debiasing is often challenging due to computational costs, data constraints, and potential degradation of multi-task language capabilities. This work introduces a novel approach utilizing ChatGPT to generate synthetic training data, aiming to enhance the debiasing of LLMs. We propose two strategies: Targeted Prompting, which provides effective debiasing for known biases but necessitates prior specification of bias in question; and General Prompting, which, while slightly less effective, offers debiasing across various categories. We leverage resource-efficient LLM debiasing using adapter tuning and compare the effectiveness of our synthetic data to existing debiasing datasets. Our results reveal that: (1) ChatGPT can efficiently produce high-quality training data for debiasing other LLMs; (2) data produced via our approach surpasses existing datasets in debiasing performance while also preserving internal knowledge of a pre-trained LLM; and (3) synthetic data exhibits generalizability across categories, effectively mitigating various biases, including intersectional ones. These findings underscore the potential of synthetic data in advancing the fairness of LLMs with minimal retraining cost.

📄 PDF Abstract BibTeX arXiv:2402.11764

Code (1)

barryhpr/syntheticdebiasing 공식 구현 pytorch

Tasks

Data AugmentationFairness

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Prompt Tuning Pushes Farther, Contrastive Learning Pulls Closer: A Two-Stage Approach to Mitigate Social Biases

2023-07-04 · Yingji Li, Mengnan Du, Xin Wang, Ying Wang

As the representation capability of Pre-trained Language Models (PLMs) improve, there is growing concern that they will inherit social biases from unprocessed corpora. Most previous debiasing techniques used Counterfactu…

Contrastive LearningcounterfactualData AugmentationLanguage Modeling+1

An Empirical Analysis of Parameter-Efficient Methods for Debiasing Pre-Trained Language Models

2023-06-06 · Zhongbin Xie, Thomas Lukasiewicz

The increasingly large size of modern pretrained language models not only makes them inherit more human-like biases from the training corpora, but also makes it computationally expensive to mitigate such biases. In this …

counterfactualData AugmentationRetrieval

AugGPT: Leveraging ChatGPT for Text Data Augmentation

2023-02-25 · Haixing Dai, Zhengliang Liu, Wenxiong Liao, Xiaoke Huang 외

Text data augmentation is an effective strategy for overcoming the challenge of limited sample sizes in many natural language processing (NLP) tasks. This challenge is especially prominent in the few-shot learning scenar…

Data AugmentationFew-Shot LearningSentencetext-classification+1

An Empirical Survey of the Effectiveness of Debiasing Techniques for Pre-trained Language Models

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Recent work has shown pre-trained language models capture social biases from the text corpora they are trained on. This has attracted attention to developing techniques that mitigate such biases. In this work, we perform…

counterfactualData AugmentationLanguage ModelingLanguage Modelling

An Empirical Survey of the Effectiveness of Debiasing Techniques for Pre-trained Language Models

2021-10-16 · ACL 2022 5 · Nicholas Meade, Elinor Poole-Dayan, Siva Reddy

Recent work has shown pre-trained language models capture social biases from the large amounts of text they are trained on. This has attracted attention to developing techniques that mitigate such biases. In this work, w…

counterfactualData AugmentationLanguage ModelingLanguage Modelling