paper-with-me

Papers

Adaptive Contrastive Decoding in Retrieval-Augmented Generation for Handling Noisy Contexts

2024-08-02 · Youna Kim, Hyuhng Joon Kim, Cheonbok Park, Choonghyun Park, Hyunsoo Cho, Junyeob Kim, Kang Min Yoo, Sang-goo Lee, Taeuk Kim

When using large language models (LLMs) in knowledge-intensive tasks, such as open-domain question answering, external context can bridge the gap between external knowledge and the LLMs' parametric knowledge. Recent research has been developed to amplify contextual knowledge over the parametric knowledge of LLMs with contrastive decoding approaches. While these approaches could yield truthful responses when relevant context is provided, they are prone to vulnerabilities when faced with noisy contexts. We extend the scope of previous studies to encompass noisy contexts and propose adaptive contrastive decoding (ACD) to leverage contextual influence effectively. ACD demonstrates improvements in open-domain question answering tasks compared to baselines, especially in robustness by remaining undistracted by noisy contexts in retrieval-augmented generation.

📄 PDF Abstract BibTeX arXiv:2408.01084

Code (0)

등록된 구현이 없습니다.

Tasks

Open-Domain Question AnsweringQuestion AnsweringRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Parallel Context-of-Experts Decoding for Retrieval Augmented Generation

2026-01-13 · Giulio Corallo, Paolo Papotti arxiv

Retrieval Augmented Generation faces a trade-off: concatenating documents in a long prompt enables multi-document reasoning but creates prefill bottlenecks, while encoding document KV caches separately offers speed but b…

Synchronous Faithfulness Monitoring for Trustworthy Retrieval-Augmented Generation

2024-06-19 · Di wu, Jia-Chen Gu, Fan Yin, Nanyun Peng 외

Retrieval-augmented language models (RALMs) have shown strong performance and wide applicability in knowledge-intensive tasks. However, there are significant trustworthiness concerns as RALMs are prone to generating unfa…

RerankingRetrievalRetrieval-augmented GenerationUncertainty Quantification

Dual-Confidence Contrastive Decoding for Retrieval-Augmented Generation

2026-07-01 · Raymond Li, Md Tawkat Islam Khondaker, Amirhossein Abaskohi, Gabriel Murray 외 arxiv

Retrieval-augmented generation (RAG) increasingly requires models to answer questions from multiple retrieved documents, where only some sources are relevant and the retrieved bundle may contain stale, noisy, or conflict…

Question Answering

Relevance-aware Multi-context Contrastive Decoding for Retrieval-augmented Visual Question Answering

2026-01-14 · Jongha Kim, Byungoh Ko, Jeehye Na, Jinsung Yoon 외 arxiv

Despite the remarkable capabilities of Large Vision Language Models (LVLMs), they still lack detailed knowledge about specific entities. Retrieval-augmented Generation (RAG) is a widely adopted solution that enhances LVL…

Visual Question Answering

Retrieval-augmented Decoding for Improving Truthfulness in Open-ended Generation

2025-08-04 · Manh Nguyen, Sunil Gupta, Hung Le arxiv

Ensuring truthfulness in large language models (LLMs) remains a critical challenge for reliable text generation. While supervised fine-tuning and reinforcement learning with human feedback have shown promise, they requir…

Reinforcement LearningText Generation