paper-with-me

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 breaks cross-document interaction. We propose Parallel Context-of-Experts Decoding (Pced), a training-free framework that shifts evidence aggregation from the attention mechanism to the decoding. Pced treats retrieved documents as isolated "experts", synchronizing their predictions via a novel retrieval-aware contrastive decoding rule that weighs expert logits against the model prior. This approach recovers cross-document reasoning capabilities without constructing a shared attention across documents.

📄 PDF Abstract BibTeX arXiv:2601.08670

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Entropy-Based Decoding for Retrieval-Augmented Large Language Models

2024-06-25 · Zexuan Qiu, Zijing Ou, Bin Wu, Jingjing Li 외

Augmenting Large Language Models (LLMs) with retrieved external knowledge has proven effective for improving the factual accuracy of generated responses. Despite their success, retrieval-augmented LLMs still face the dis…

Open-Domain Question AnsweringQuestion AnsweringRetrieval

ASPD: Unlocking Adaptive Serial-Parallel Decoding by Exploring Intrinsic Parallelism in LLMs

2025-08-12 · Keyu Chen, Zhifeng Shen, Daohai Yu, Haoqian Wu 외 arxiv

The increasing scale and complexity of large language models (LLMs) pose significant inference latency challenges, primarily due to their autoregressive decoding paradigm characterized by the sequential nature of next-to…

Computational EfficiencyMathematical Reasoning

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

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

2024-08-02 · Youna Kim, Hyuhng Joon Kim, Cheonbok Park, Choonghyun Park 외

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 rese…

Open-Domain Question AnsweringQuestion AnsweringRetrievalRetrieval-augmented Generation

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