Challenge: Retrieval Augmented Generation relies on concatenating documents into a long context prompt, causing prefill bottlenecks.
Approach: They propose a training-free framework that shifts evidence aggregation from attention to decoding . they treat retrieved documents as isolated "experts", synchronizing their predictions via a retrieval-aware extension of context-awful decoding.
Outcome: The proposed framework shifts evidence aggregation from attention to decoding . it treats retrieved documents as isolated experts, synchronizing their predictions .

Similar Papers

Entropy-Based Decoding for Retrieval-Augmented Large Language Models (2025.naacl-long)

Copied to clipboard

Challenge: Despite their success, retrieval-augmented LLMs still face the distractibility issue, where the generated responses are negatively influenced by noise from both external and intrinsic knowledge sources.
Approach: They propose a entropy-based document-parallel ensemble decoding method that prioritizes low-entropies from retrieved documents and incorporates a contrastive decoding mechanism that contrasts the obtained low- and high-entropic ensemble distributions with the high-end internal knowledge across layers.
Outcome: The proposed method improves on open-domain question answering datasets and shows that it is highly efficient.
Document-level Event Extraction via Parallel Prediction Networks (2021.acl-long)

Copied to clipboard

Challenge: Document-level event extraction (DEE) is indispensable when events are described throughout a document.
Approach: They propose a document-level event extraction model that can extract structured events from a text in parallel.
Outcome: The proposed model outperforms current state-of-the-art methods on a document-level event extraction task.
M3: A Multi-View Fusion and Multi-Decoding Network for Multi-Document Reading Comprehension (2022.emnlp-main)

Copied to clipboard

Challenge: Existing methods for multi-document reading comprehension cannot make full of the advantages of both approaches.
Approach: They propose a multi-view fusion and multi-decoding method that integrates multiple documents for answering questions.
Outcome: The proposed method improves on two mainstream multi-document reading comprehension datasets.
Adaptive Contrastive Decoding in Retrieval-Augmented Generation for Handling Noisy Contexts (2024.findings-emnlp)

Copied to clipboard

Challenge: Recent research has been developed to amplify contextual knowledge over parametric knowledge of large language models (LLMs) in knowledge-intensive tasks such as open-domain question-answering .
Approach: They propose to amplify contextual knowledge over parametric knowledge of large language models (LLMs) by contrastive decoding to leverage contextual influence effectively.
Outcome: The proposed approach improves open-domain question answering tasks especially in robustness by remaining undistracted by noisy contexts in retrieval-augmented generation.
AttnComp: Attention-Guided Adaptive Context Compression for Retrieval-Augmented Generation (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for augmented large language models suffer from irrelevant retrieved content . existing methods struggle to adapt compression rates for different context, maintain low latency .
Approach: We propose an adaptive, efficient and context-aware compression framework to reduce retrieved content . AttnComp uses a top-p compression algorithm to retain the minimal set of documents whose attention weights exceed a threshold.
Outcome: Experiments show that AttnComp outperforms existing compression methods and uncompressed baselines in achieving higher accuracy with substantial compression rates and lower latency.
Breaking the Autoregressive Chain: Hyper-Parallel Decoding for Efficient LLM-Based Attribute Value Extraction (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for text generation require multiple independent sequences to be decoded in parallel.
Approach: They propose an algorithm that accelerates offline decoding by leveraging shared memory and computation across batches.
Outcome: Experiments show that attribute-value pairs are conditionally independent, enabling decoding in parallel up to 96 tokens per prompt.
Accelerate Parallelizable Reasoning via Parallel Decoding within One Sequence (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for parallelizable reasoning tasks are inefficient, says a new study . generating lengthy reasoning sequences is computationally expensive and time-consuming, says the study authors .
Approach: They propose a method that decodes multiple tokens per forward pass using a tree-like attention mask . their method achieves nearly 100% speedup in decoding while basically maintaining the answer quality .
Outcome: Experimental results show that the method achieves nearly 100% speedup in decoding while maintaining the answer quality.
Guaranteeing Knowledge Integration with Joint Decoding for Retrieval-Augmented Generation (2026.acl-long)

Copied to clipboard

Challenge: Retrieval-Augmented Generation (RAG) provides access to external knowledge, but current research focuses on retrieval quality and 'integration bottleneck' .
Approach: They propose a framework that explicitly decouples reasoning from evidence integration by generating an 'Inner-Answer' and a 'Refer-Aswer" they propose 'a joint decoding mechanism that dynamically fuses the logical coherence of the Inner-Andswer with the factual precision of the Refer-Adswer at the token level'
Outcome: The proposed framework improves accuracy by 12.1% and reduces hallucinations by 16.3% on five QA benchmarks.
DiffusionRet: Diffusion-Enhanced Generative Retriever using Constrained Decoding (2023.findings-emnlp)

Copied to clipboard

Challenge: Generative retrieval methods have suffered from the lack of the intermediate reasoning step . generative retrieval uses sequence-to-sequence diffusion models to map a query to relevant docids .
Approach: They propose a novel method that uses query as an intermediate step before retrieval . they propose to use sequence-to-sequence diffusion models to map a query to relevant docids .
Outcome: Experiments show that proposed method outperforms existing methods on MARCO and Natural Questions datasets.
SpanPredict: Extraction of Predictive Document Spans with Neural Attention (2021.naacl-main)

Copied to clipboard

Challenge: identifying predictive text in clinical notes can be as important as the predictions themselves . identifying specific content in clinical note descriptions may illuminate previously unknown risk factors .
Approach: They propose a method for identifying predictive text in clinical notes . they use linear attention to formalize the problem as predictive extraction .
Outcome: The proposed model preserves differentiability and allows scalable inference via stochastic gradient descent.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations