paper-with-me

Papers

Mitigating Copy Bias in In-Context Learning through Neuron Pruning

2024-10-02 · Ameen Ali, Lior Wolf, Ivan Titov

Large language models (LLMs) have demonstrated impressive few-shot in-context learning (ICL) abilities. Still, we show that they are sometimes prone to a `copying bias', where they copy answers from provided examples instead of learning the underlying patterns. In this work, we propose a novel and simple method to mitigate such copying bias. First, we create a synthetic task and use the Integrated Gradients method to identify neurons that prioritize copying over generalization. We demonstrate that pruning these neurons consistently improves performance across a diverse set of ICL tasks. We also show that our method is applicable across various LLM architectures, including Transformers and State-Space Models, without requiring modifications. In our analysis, we adopt a task-recognition perspective on ICL and examine task vectors (Hendel et al., 2023) induced by the model. We find that pruning enhances the quality of these vectors, suggesting that the pruned neurons previously hindered effective task recognition.

📄 PDF Abstract BibTeX arXiv:2410.01288

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningState Space Models

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Mitigating Biases for Instruction-following Language Models via Bias Neurons Elimination

2023-11-16 · Nakyeong Yang, Taegwan Kang, JungKyu Choi, Honglak Lee 외

Instruction-following language models often show undesirable biases. These undesirable biases may be accelerated in the real-world usage of language models, where a wide range of instructions is used through zero-shot ex…

Instruction FollowingLanguage Modelling

Understanding and Mitigating Gender Bias in LLMs via Interpretable Neuron Editing

2025-01-24 · Zeping Yu, Sophia Ananiadou

Large language models (LLMs) often exhibit gender bias, posing challenges for their safe deployment. Existing methods to mitigate bias lack a comprehensive understanding of its mechanisms or compromise the model's core c…

Context Copying Modulation: The Role of Entropy Neurons in Managing Parametric and Contextual Knowledge Conflicts

2025-09-12 · Zineddine Tighidet, Andrea Mogini, Hedi Ben-younes, Jiali Mei 외 arxiv

The behavior of Large Language Models (LLMs) when facing contextual information that conflicts with their internal parametric knowledge is inconsistent, with no generally accepted explanation for the expected outcome dis…

Interpretable Debiasing of Vision-Language Models for Social Fairness

2026-02-27 · Na Min An, Yoonna Jang, Yusuke Hirota, Ryo Hachiuma 외 arxiv

The rapid advancement of Vision-Language models (VLMs) has raised growing concerns that their black-box reasoning processes could lead to unintended forms of social bias. Current debiasing approaches focus on mitigating …

Debiasing Reward Models via Causally Motivated Inference-Time Intervention

2026-04-30 · Kazutoshi Shinoda, Kosuke Nishida, Kyosuke Nishida arxiv

Reward models (RMs) play a central role in aligning large language models (LLMs) with human preferences. However, RMs are often sensitive to spurious features such as response length. Existing inference-time approaches f…