CLAILGJan 2, 2024

Self-Supervised Position Debiasing for Large Language Models

arXiv:2401.01218v329 citationsh-index: 41Has CodeACL
Originality Incremental advance
AI Analysis

This addresses a specific bias issue in LLMs for NLP applications, offering a practical solution without needing external knowledge, though it is incremental in improving debiasing techniques.

The paper tackles the problem of position bias in large language models, where models rely on input position cues rather than content, and proposes a self-supervised debiasing framework that outperforms existing methods across eight datasets and five tasks while sacrificing minimal performance on biased samples.

Fine-tuning has been demonstrated to be an effective method to improve the domain performance of large language models (LLMs). However, LLMs might fit the dataset bias and shortcuts for prediction, leading to poor generation performance. Previous works have proven that LLMs are prone to exhibit position bias, i.e., leveraging information positioned at the beginning or end, or specific positional cues within the input. Existing debiasing methods for LLMs require external bias knowledge or annotated non-biased samples, which is lacking for position debiasing and impractical in reality. In this work, we propose a self-supervised position debiasing (SOD) framework to mitigate position bias for LLMs. SOD leverages unsupervised responses from pre-trained LLMs for debiasing without relying on any external knowledge. To improve the quality of unsupervised responses, we propose an objective alignment (OAM) module to prune these responses. Experiments on eight datasets and five tasks show that SOD consistently outperforms existing methods in mitigating three types of position biases. Besides, SOD achieves this by sacrificing only a small performance on biased samples, which is general and effective. To facilitate the reproducibility of the results, we share the code of all methods and datasets on https://github.com/LZKSKY/SOD.

Foundations

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

Your Notes