Papers › UniBias: Unveiling and Mitigating LLM Bias through Internal Attention and FFN Manipulation

UniBias: Unveiling and Mitigating LLM Bias through Internal Attention and FFN Manipulation

31 May 2024arXiv:2405.20612archive 2025-07-28

Hanzhang Zhou, Zijian Feng, Zixiao Zhu, Junlang Qian, Kezhi Mao

Large language models (LLMs) have demonstrated impressive capabilities in various tasks using the in-context learning (ICL) paradigm. However, their effectiveness is often compromised by inherent bias, leading to prompt brittleness, i.e., sensitivity to design settings such as example selection, order, and prompt formatting. Previous studies have addressed LLM bias through external adjustment of model outputs, but the internal mechanisms that lead to such bias remain unexplored. Our work delves into these mechanisms, particularly investigating how feedforward neural networks (FFNs) and attention heads result in the bias of LLMs. By Interpreting the contribution of individual FFN vectors and attention heads, we identify the biased LLM components that skew LLMs' prediction toward specific labels. To mitigate these biases, we introduce UniBias, an inference-only method that effectively identifies and eliminates biased FFN vectors and attention heads. Extensive experiments across 12 NLP datasets demonstrate that UniBias significantly enhances ICL performance and alleviates prompt brittleness of LLMs.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2405.20612")

Code

Syntology Ran 9 of 23 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 2 ran · honoured contract; 3 ran · violated contract; 3 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 23 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

hzzhou01/unibias officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

23 samples harvested; 9 ran; 2 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
3ran · violated contract
3ran · our draft was wrong
1ran
14unverified

Licence: 23 of the 23 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from hzzhou01/unibias. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

find_answer_location hzzhou01/unibias/FFN_manipulate.py official repository ran · honoured contract no licence file found · pointer only · 4c2cdc6d46710e28 · report
find_biased_FFN_neuron_candidates hzzhou01/unibias/FFN_manipulate.py official repository ran · our draft was wrong no licence file found · pointer only · ac8b2b45bae5272c · report
find_possible_ids_for_multi_str hzzhou01/unibias/FFN_manipulate.py official repository ran · honoured contract no licence file found · pointer only · f3445e3da098c0a5 · report
is_ans_in_anslist hzzhou01/unibias/FFN_manipulate.py official repository ran · violated contract fingerprinted no licence file found · pointer only · e1367404ff17e8ef · report
logit_bias_estimation hzzhou01/unibias/FFN_manipulate.py official repository ran · violated contract fingerprinted no licence file found · pointer only · fb283407ff03f0fd · report
logit_bias_measure hzzhou01/unibias/FFN_manipulate.py official repository ran · violated contract fingerprinted no licence file found · pointer only · 37daafb3c4572430 · report
remove_identical_sublist hzzhou01/unibias/FFN_manipulate.py official repository ran · our draft was wrong no licence file found · pointer only · 18431ee4acf533be · report
set_value_activations hzzhou01/unibias/FFN_manipulate.py official repository ran · our draft was wrong no licence file found · pointer only · 8bc4af0229b22f6d · report
task_labels hzzhou01/UniBias/utils.py official repository ran no licence file found · pointer only · b558ac818ed0c9de · report
ICL_evaluation hzzhou01/UniBias/evaluation.py official repository unverified no licence file found · pointer only · 6595f909f76e9813 · report
attention_manipulate hzzhou01/UniBias/attention_manipulate.py official repository unverified no licence file found · pointer only · 7631387e693a38cf · report
biased_FFN_identify_and_eliminate hzzhou01/unibias/FFN_manipulate.py official repository unverified no licence file found · pointer only · bb52ec836a875bf1 · report
biased_FFN_identify_and_eliminate hzzhou01/UniBias/FFN_manipulate.py official repository unverified no licence file found · pointer only · a67008b9b855e757 · report
biased_attention_head_identification hzzhou01/UniBias/attention_manipulate.py official repository unverified no licence file found · pointer only · d898356a336356c6 · report
find_biased_FFN_neurons hzzhou01/unibias/FFN_manipulate.py official repository unverified no licence file found · pointer only · 3bfab6f86cee8c69 · report
find_value_logits hzzhou01/unibias/FFN_manipulate.py official repository unverified no licence file found · pointer only · 5f015227f97c50b8 · report
get_logp_estimate_data hzzhou01/UniBias/evaluation.py official repository unverified no licence file found · pointer only · 3e2f0f0bb88ba822 · report
get_p_content_free hzzhou01/UniBias/evaluation.py official repository unverified no licence file found · pointer only · 5464ddd4e6a77518 · report
grid_search_biased_FFNs hzzhou01/unibias/FFN_manipulate.py official repository unverified no licence file found · pointer only · 7de4b9c5a4513457 · report
logit_bias_estimate hzzhou01/unibias/FFN_manipulate.py official repository unverified no licence file found · pointer only · f8c50a188608d6bd · report
prepare_dataset_test hzzhou01/UniBias/utils.py official repository unverified no licence file found · pointer only · 30eaa50322113838 · report
prepare_dataset_validate hzzhou01/UniBias/utils.py official repository unverified no licence file found · pointer only · a2937f0a2487dd76 · report
remove_all_hooks hzzhou01/unibias/FFN_manipulate.py official repository unverified no licence file found · pointer only · 568b3828c10a0702 · report

Tasks

In-Context Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections