Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/30 14:54:33

Fairness Pruning: Locating Demographic Bias in GLU-MLP Layers via Differential Activations

AI 中文解读
**核心亮点**:这项研究首次精准定位了大语言模型中“偏见”藏在哪些神经元里,并证明可以只剪掉极少数神经元就能改变AI的性别、种族等刻板印象,而不损伤其智商。 **通俗解读**:AI就像个大脑,里面有很多“开关”(神经元)负责不同功能。科学家发现,AI在处理“男性”“女性”等词时,有一小撮开关反应特别敏感,正是它们导致了刻板印象。他们发明了一种“手术刀”,用成对的对比提问,比如“护士是男性还是女性”,找出这些敏感开关,然后轻轻关掉几十个(不到万分之一),AI的偏见就会松动,但记忆力、推理能力几乎不受影响。更奇妙的是,这些偏见开关和能力开关是分开的,说明AI的“三观”和“智力”可以分别调整。 **实际影响**:这意味着未来聊天机器人、智能客服、写作助手都可能变得更公正,不再默认“医生是男、护士是女”。用户用AI时,少一些被冒犯的体验,企业和开发者也能更高效地修复AI的偏见,不用推倒重来。这项技术还为后续“定向调节”AI态度打下基础,好比从“一刀切”进化到“精准引导”,让AI更符合社会的多元价值观。
This work presents Fairness Pruning, a lightweight structural intervention method designed for the management and future mitigation of demographic bias in large language models (LLMs). As a foundational empirical validation of this method, this work focuses on causal bias localization. Using minimally contrastive prompt pairs and inference-time activation capture, the method identifies neurons that react differentially when processing demographic attributes in GLU architectures, evaluating the signal at the down_proj input. Empirical evaluation was conducted on models of up to 3 billion parameters (Llama-3.2 family and Salamandra-2B), combining standardized benchmark evaluation with qualitative text generation experiments. Results demonstrate that zeroing the identified neurons alters how the model responds to associated demographic variables. However, rather than producing flat mitigation, the intervention causes bidirectional bias destabilization: because BiasScore is unsigned, candidate sets mix neurons that push toward and against the stereotype, and the net effect on aggregate bias depends on which sign dominates. The intervention is extremely surgical: zeroing at most 40 neurons in Llama-3.2-1B (less than 0.031% of total MLP width) achieves a mean retention of 99.49% in reasoning and general knowledge capabilities. These findings empirically confirm that demographic bias processing and model capabilities operate on dissociable circuits, establishing the methodological foundations for transitioning from blind zeroing toward directional behavior modulation.
分享
阅读原文