CLAIAug 23, 2024

Causal-Guided Active Learning for Debiasing Large Language Models

arXiv:2408.12942v234 citationsh-index: 16
Originality Incremental advance
AI Analysis

This addresses the issue of dataset biases in LLMs for improving model safety and generalization, though it appears incremental as it builds on active learning and causal mechanisms.

The paper tackles the problem of dataset biases in large language models (LLMs) that lead to poor generalizability and harmfulness, proposing a causal-guided active learning (CAL) framework that effectively identifies biased samples and induces bias patterns for debiasing, with experimental results showing it can recognize biased instances and induce various bias patterns.

Although achieving promising performance, recent analyses show that current generative large language models (LLMs) may still capture dataset biases and utilize them for generation, leading to poor generalizability and harmfulness of LLMs. However, due to the diversity of dataset biases and the over-optimization problem, previous prior-knowledge-based debiasing methods and fine-tuning-based debiasing methods may not be suitable for current LLMs. To address this issue, we explore combining active learning with the causal mechanisms and propose a casual-guided active learning (CAL) framework, which utilizes LLMs itself to automatically and autonomously identify informative biased samples and induce the bias patterns. Then a cost-effective and efficient in-context learning based method is employed to prevent LLMs from utilizing dataset biases during generation. Experimental results show that CAL can effectively recognize typical biased instances and induce various bias patterns for debiasing LLMs.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes