paper-with-me

Papers

How Large Language Models Balance Internal Knowledge with User and Document Assertions

2026-04-24 · Shuowei Li, Haoxin Li, Wenda Chu, Yi Fang arxiv

Large language models (LLMs) often need to balance their internal parametric knowledge with external information, such as user beliefs and content from retrieved documents, in real-world scenarios like RAG or chat-based systems. A model's ability to reliably process these sources is key to system safety. Previous studies on knowledge conflict and sycophancy are limited to a binary conflict paradigm, primarily exploring conflicts between parametric knowledge and either a document or a user, but ignoring the interactive environment where all three sources exist simultaneously. To fill this gap, we propose a three-source interaction framework and systematically evaluate 27 LLMs from 3 families on 2 datasets. Our findings reveal general patterns: most models rely more on document assertions than user assertions, and this preference is reinforced by post-training. Furthermore, our behavioral analysis shows that most models are impressionable, unable to effectively discriminate between helpful and harmful external information. To address this, we demonstrate that fine-tuning on diverse source interaction data can significantly increase a model's discrimination abilities. In short, our work paves the way for developing trustworthy LLMs that can effectively and reliably integrate multiple sources of information. Code is available at https://github.com/shuowl/llm-source-balancing.

📄 PDF Abstract BibTeX arXiv:2604.22193

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bias Mitigation Agent: Optimizing Source Selection for Fair and Balanced Knowledge Retrieval

2025-08-26 · Karanbir Singh, Deepak Muppiri, William Ngu arxiv

Large Language Models (LLMs) have transformed the field of artificial intelligence by unlocking the era of generative applications. Built on top of generative AI capabilities, Agentic AI represents a major shift toward a…

In-context Interference in Chat-based Large Language Models

2023-09-22 · Eric Nuertey Coleman, Julio Hurtado, Vincenzo Lomonaco

Large language models (LLMs) have had a huge impact on society due to their impressive capabilities and vast knowledge of the world. Various applications and tools have been created that allow users to interact with thes…

In-Context Learning

Too Big to Fool: Resisting Deception in Language Models

2024-12-13 · Mohammad Reza Samsami, Mats Leon Richter, Juan Rodriguez, Megh Thakkar 외

Large language models must balance their weight-encoded knowledge with in-context information from prompts to generate accurate responses. This paper investigates this interplay by analyzing how models of varying capacit…

Memorization

Retrieve Only When It Needs: Adaptive Retrieval Augmentation for Hallucination Mitigation in Large Language Models

2024-02-16 · Hanxing Ding, Liang Pang, Zihao Wei, HuaWei Shen 외

Hallucinations pose a significant challenge for the practical implementation of large language models (LLMs). The utilization of parametric knowledge in generating factual content is constrained by the limited knowledge …

HallucinationRetrieval

When Truth Is Overridden: Uncovering the Internal Origins of Sycophancy in Large Language Models

2025-08-04 · Keyu Wang, Jin Li, Shu Yang, Zhuoran Zhang 외 arxiv

Large Language Models (LLMs) often exhibit sycophantic behavior, agreeing with user-stated opinions even when those contradict factual knowledge. While prior work has documented this tendency, the internal mechanisms tha…