ACL 2025long0 citations

Disentangling Biased Knowledge from Reasoning in Large Language Models via Machine Unlearning

Zheyuan Liu, Suraj Maharjan, Fanyou Wu, Rahil Parikh, Belhassen Bayar, Srinivasan H. Sengamedu, Meng Jiang

Abstract

The rapid development of Large Language Models (LLMs) has led to their widespread adoption across various domains, leveraging vast pre-training knowledge and impressive generalization capabilities. However, these models often inherit biased knowledge, resulting in unfair decisions in sensitive applications. It is challenging to remove this biased knowledge without compromising reasoning abilities due to the entangled nature of the learned knowledge within LLMs. To solve this problem, existing approaches have attempted to mitigate the bias using techniques such as fine-tuning with unbiased datasets, model merging, and gradient ascent. While these methods have experimentally proven effective, they can still be sub-optimum in fully disentangling biases from reasoning. To address this gap, we propose Selective Disentanglement Unlearning (SDU), a novel unlearning framework that selectively removes biased knowledge while preserving reasoning capabilities. SDU operates in three stages: identifying biased parameters using a shadow LLM, fine-tuning with unbiased data, and performing selective parameter updates based on weight saliency. Experimental results across multiple LLMs show that SDU improves fairness accuracy by 14.7% and enhances reasoning performance by 62.6% compared to existing baselines.

BibTeX
@inproceedings{liu-etal-2025-disentangling,
    title = "Disentangling Biased Knowledge from Reasoning in Large Language Models via Machine Unlearning",
    author = "Liu, Zheyuan  and
      Maharjan, Suraj  and
      Wu, Fanyou  and
      Parikh, Rahil  and
      Bayar, Belhassen  and
      Sengamedu, Srinivasan H.  and
      Jiang, Meng",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.acl-long.305/",
    doi = "10.18653/v1/2025.acl-long.305",
    pages = "6105--6123",
    ISBN = "979-8-89176-251-0"
}
Disentangling Biased Knowledge from Reasoning in Large Language Models via Machine Unlearning · ACL 2025