paper-with-me

Papers

Discerning and Resolving Knowledge Conflicts through Adaptive Decoding with Contextual Information-Entropy Constraint

2024-02-19 · Xiaowei Yuan, Zhao Yang, Yequan Wang, Shengping Liu, Jun Zhao, Kang Liu

Large language models internalize enormous parametric knowledge during pre-training. Concurrently, realistic applications necessitate external contextual knowledge to aid models on the underlying tasks. This raises a crucial dilemma known as knowledge conflicts, where the contextual knowledge clashes with the However, existing decoding works are specialized in resolving knowledge conflicts and could inadvertently deteriorate performance in absence of conflicts. In this paper, we propose an adaptive decoding method, termed as contextual information-entropy constraint decoding (COIECD), to discern whether the knowledge conflicts occur and resolve them. It can improve the model's faithfulness to conflicting context, and simultaneously maintain high performance among non- Our experiments show that COIECD exhibits strong performance and robustness over knowledge conflicts in realistic datasets. Code is available.

📄 PDF Abstract BibTeX arXiv:2402.11893

Code (1)

stacy027/coiecd 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Tug-of-War Between Knowledge: Exploring and Resolving Knowledge Conflicts in Retrieval-Augmented Language Models

2024-02-22 · Zhuoran Jin, Pengfei Cao, Yubo Chen, Kang Liu 외

Retrieval-augmented language models (RALMs) have demonstrated significant potential in refining and expanding their internal memory by retrieving evidence from external sources. However, RALMs will inevitably encounter k…

Retrieval

SegSub: Evaluating Robustness to Knowledge Conflicts and Hallucinations in Vision-Language Models

2025-02-19 · Peter Carragher, Nikitha Rao, Abhinand Jha, R Raghav 외

Vision language models (VLM) demonstrate sophisticated multimodal reasoning yet are prone to hallucination when confronted with knowledge conflicts, impeding their deployment in information-sensitive contexts. While exis…

counterfactualHallucinationMultimodal Reasoning

Where Knowledge Collides: A Mechanistic Study of Intra-Memory Knowledge Conflict in Language Models

2026-01-14 · Minh Vu Pham, Hsuvas Borkakoty, Yufang Hou arxiv

In language models (LMs), intra-memory knowledge conflict arises when inconsistent information about the same subject is encoded within the model's parametric knowledge. Prior work has primarily focused on resolving conf…

knowledge editing

Minion: A Technology Probe for Resolving Value Conflicts through Expert-Driven and User-Driven Strategies in AI Companion Applications

2024-11-11 · Xianzhe Fan, Qing Xiao, Xuhui Zhou, Yuran Su 외

AI companions based on large language models can role-play and converse very naturally. When value conflicts arise between the AI companion and the user, it may offend or upset the user. Yet, little research has examined…

TruthfulRAG: Resolving Factual-level Conflicts in Retrieval-Augmented Generation with Knowledge Graphs

2025-11-13 · Shuyi Liu, Yuming Shang, Xi Zhang arxiv

Retrieval-Augmented Generation (RAG) has emerged as a powerful framework for enhancing the capabilities of Large Language Models (LLMs) by integrating retrieval-based methods with generative models. As external knowledge…

Knowledge Graphs