paper-with-me

Papers

Exploiting Primacy Effect To Improve Large Language Models

2025-07-18 · Bianca Raimondi, Maurizio Gabbrielli arxiv

Large Language Models (LLMs) have become essential in many Natural Language Processing (NLP) tasks, leveraging extensive pre-training and fine-tuning to achieve high accuracy. However, like humans, LLMs exhibit biases, particularly positional biases such as primacy and recency effects, which can influence the accuracy of the answers. The primacy effect-where items presented first are more likely to be remembered or selected-plays a key role in Multiple Choice Question Answering (MCQA), where the order of answer options can affect prediction outcomes. This study focuses on primacy bias in fine-tuned LLMs: We first show that fine-tuning amplifies this bias, probably due to exposure to human-like patterns. Hence, we strategically leverage this effect by reordering response options based on semantic similarity to the query, without requiring knowledge of the correct answer. Our experimental results show that this approach significantly improves performance in MCQA. More generally, our findings underscore the dual nature of biases as both challenges and opportunities, offering insights for bias-aware model design and NLP applications.

📄 PDF Abstract BibTeX arXiv:2507.13949

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SimilarityQuestion Answering

Similar Papers 제목 키워드 기반

Mind the Model, Not the Agent: The Primacy Bias in Model-based RL

2023-10-23 · Zhongjian Qiao, Jiafei Lyu, Xiu Li

The primacy bias in model-free reinforcement learning (MFRL), which refers to the agent's tendency to overfit early data and lose the ability to learn from new data, can significantly decrease the performance of MFRL alg…

continuous-controlContinuous ControlmodelModel-based Reinforcement Learning+3

Primacy Effect of ChatGPT

2023-10-20 · Yiwei Wang, Yujun Cai, Muhao Chen, Yuxuan Liang 외

Instruction-tuned large language models (LLMs), such as ChatGPT, have led to promising zero-shot performance in discriminative natural language understanding (NLU) tasks. This involves querying the LLM using a prompt con…

Natural Language UnderstandingQuestion Answering

Emergence of the Primacy Effect in Structured State-Space Models

2025-02-19 · Takashi Morita

Human and animal memory for sequentially presented items is well-documented to be more accurate for those at the beginning and end of the sequence, phenomena known as the primacy and recency effects, respectively. By con…

State Space Models

Self-Describing Structured Data with Dual-Layer Guidance: A Lightweight Alternative to RAG for Precision Retrieval in Large-Scale LLM Knowledge Navigation

2026-03-28 · Hung Ming Liu arxiv

Large Language Models (LLMs) exhibit a well-documented positional bias when processing long input contexts: information in the middle of a context window receives substantially less attention than content at the boundari…

Lost at the End: Primacy Bias in Multimodal Retrieval-Augmented Question Answering

2026-06-15 · Jieyuan Liu, Jianyang Gu, Shijie Chen, Jefferson Chen 외 arxiv

Knowledge-based visual question answering (KB-VQA) lets vision-language systems answer questions that exceed their parametric knowledge by conditioning a reader on passages retrieved from a Wikipedia-scale knowledge base…

Visual Question Answering