paper-with-me

Papers

Diagnosing Retrieval Bias Under Multiple In-Context Knowledge Updates in Large Language Models

2026-02-18 · Boyu Qiao, Sean Guo, Xian Yang, Kun Li, Wei Zhou, Songlin Hu, Yunya Song arxiv

LLMs are widely used in knowledge-intensive tasks where the same fact may be revised multiple times within context. Unlike prior work focusing on one-shot updates or single conflicts, multi-update scenarios contain multiple historically valid versions that compete at retrieval, yet remain underexplored. This challenge resembles the AB-AC interference paradigm in cognitive psychology: when the same cue A is successively associated with B and C, the old and new associations compete during retrieval, leading to bias. Inspired by this, we introduce a Dynamic Knowledge Instance (DKI) evaluation framework, modeling multi-updates of the same fact as a cue paired with a sequence of updated values, and assess models via endpoint probing of the earliest (initial) and latest (current) states. Across diverse LLMs, we observe that retrieval bias intensifies as updates increase, earliest-state accuracy stays high while latest-state accuracy drops substantially. Diagnostic analyses of attention, hidden-state similarity, and output logits further reveal that these signals become flatter and weakly discriminative on errors, providing little stable basis for identifying the latest update. Finally, cognitively inspired heuristic intervention strategies yield only modest gains and do not eliminate the bias. Our results reveal a persistent challenge in tracking and following knowledge updates in long contexts.

📄 PDF Abstract BibTeX arXiv:2603.12271

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Secure Federated Learning Approaches to Diagnosing COVID-19

2024-01-23 · Rittika Adhikari, Christopher Settles

The recent pandemic has underscored the importance of accurately diagnosing COVID-19 in hospital settings. A major challenge in this regard is differentiating COVID-19 from other respiratory illnesses based on chest X-ra…

COVID-19 DiagnosisDecision MakingDiagnosticFederated Learning

Visual Data Diagnosis and Debiasing with Concept Graphs

2024-09-26 · Rwiddhi Chakraborty, Yinong Wang, Jialu Gao, Runkai Zheng 외

The widespread success of deep learning models today is owed to the curation of extensive datasets significant in size and complexity. However, such models frequently pick up inherent biases in the data during the traini…

Data AugmentationKnowledge Graphs

Beyond Semantics: How Temporal Biases Shape Retrieval in Transformer and State-Space Models

2025-10-26 · Anooshka Bajaj, Deven Mahesh Mistry, Sahaj Singh Maini, Yash Aggarwal 외 arxiv

In-context learning is governed by both temporal and semantic relationships, shaping how Large Language Models (LLMs) retrieve contextual information. Analogous to human episodic memory, where the retrieval of specific e…

When LLMs Disagree: Diagnosing Relevance Filtering Bias and Retrieval Divergence in SDG Search

2025-07-02 · William A. Ingram, Bipasha Banerjee, Edward A. Fox arxiv

Large language models (LLMs) are increasingly used to assign document relevance labels in information retrieval pipelines, especially in domains lacking human-labeled data. However, different models often disagree on bor…

Information Retrieval

Exposing Blindspots: Cultural Bias Evaluation in Generative Image Models

2025-10-22 · Huichan Seo, Sieun Choi, Minki Hong, Yi Zhou 외 arxiv

Generative image models produce striking visuals yet often misrepresent culture. Prior work has examined cultural bias mainly in text-to-image (T2I) systems, leaving image-to-image (I2I) editors underexplored. We bridge …