paper-with-me

Papers

Mitigating Context-Memory Conflicts in LLMs through Dynamic Cognitive Reconciliation Decoding

2026-05-12 · Yigeng Zhou, Wu Li, Yifan Lu, Yequan Wang, Xuebo Liu, Wenya Wang, Jun Yu, Min Zhang, Jing Li arxiv

Large language models accumulate extensive parametric knowledge through pre-training. However, knowledge conflicts occur when outdated or incorrect parametric knowledge conflicts with external knowledge in the context. Existing methods address knowledge conflicts through contrastive decoding, but in conflict-free scenarios, static approaches disrupt output distribution. Other dynamic decoding methods attempt to measure the degree of conflict but still struggle with complex real-world situations. In this paper, we propose a two-stage decoding method called Dynamic Cognitive Reconciliation Decoding (DCRD), to predict and mitigate context-memory conflicts. DCRD first analyzes the attention map to assess context fidelity and predict potential conflicts. Based on this prediction, the input is directed to one of two decoding paths: (1) greedy decoding, or (2) context fidelity-based dynamic decoding. This design enables DCRD to handle conflicts efficiently while maintaining high accuracy and decoding efficiency in conflict-free cases. Additionally, to simulate scenarios with frequent knowledge updates, we constructed ConflictKG, a knowledge conflict QA benchmark. Experiments on four LLMs across six QA datasets show that DCRD outperforms all baselines, achieving state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2605.12185

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PIP-KAG: Mitigating Knowledge Conflicts in Knowledge-Augmented Generation via Parametric Pruning

2025-02-21 · Pengcheng Huang, Zhenghao Liu, Yukun Yan, Xiaoyuan Yi 외

Knowledge-Augmented Generation (KAG) has shown great promise in updating the internal memory of Large Language Models (LLMs) by integrating external knowledge. However, KAG inevitably faces knowledge conflicts when the i…

Hallucination

Cutting Off the Head Ends the Conflict: A Mechanism for Interpreting and Mitigating Knowledge Conflicts in Language Models

2024-02-28 · Zhuoran Jin, Pengfei Cao, Hongbang Yuan, Yubo Chen 외

Recently, retrieval augmentation and tool augmentation have demonstrated a remarkable capability to expand the internal memory boundaries of language models (LMs) by providing external context. However, internal memory a…

Knowledge Conflicts for LLMs: A Survey

2024-03-13 · Rongwu Xu, Zehan Qi, Zhijiang Guo, Cunxiang Wang 외

This survey provides an in-depth analysis of knowledge conflicts for large language models (LLMs), highlighting the complex challenges they encounter when blending contextual and parametric knowledge. Our focus is on thr…

MisinformationSurvey

DYNAMICQA: Tracing Internal Knowledge Conflicts in Language Models

2024-07-24 · Sara Vera Marjanović, Haeun Yu, Pepa Atanasova, Maria Maistro 외

Knowledge-intensive language understanding tasks require Language Models (LMs) to integrate relevant context, mitigating their inherent weaknesses, such as incomplete or outdated knowledge. However, conflicting knowledge…

Retrieval-augmented GenerationWorld Knowledge

IRCAN: Mitigating Knowledge Conflicts in LLM Generation via Identifying and Reweighting Context-Aware Neurons

2024-06-26 · Dan Shi, Renren Jin, Tianhao Shen, Weilong Dong 외

It is widely acknowledged that large language models (LLMs) encode a vast reservoir of knowledge after being trained on mass data. Recent studies disclose knowledge conflicts in LLM generation, wherein outdated or incorr…