Challenge: Recent studies into effective context lengths of flagship large language models (LLMs) have revealed major limitations in effective question answering (QA) and reasoning over long and complex contexts for even the largest and most impressive cadre of models.
Approach: They propose a lightweight data augmentation strategy that boosts LLM performance in long-context scenarios without degrading and altering the integrity and composition of retrieved documents.
Outcome: The proposed strategy boosts performance in long-context scenarios without degrading and altering the integrity and composition of retrieved documents.

Similar Papers

Retrieval Augmented Generation or Long-Context LLMs? A Comprehensive Study and Hybrid Approach (2024.emnlp-industry)

Copied to clipboard

Challenge: Recent LLMs like Gemini-1.5 and GPT-4 show exceptional capabilities to understand long contexts directly.
Approach: They propose a method that routes queries to RAG or LC based on model self-reflection.
Outcome: The proposed method significantly reduces the computation cost while maintaining a comparable performance to RAG.
SARA: Selective and Adaptive Retrieval-augmented Generation with Context Compression (2026.acl-long)

Copied to clipboard

Challenge: Retrieval-augmented generation (RAG) extends large language models with external knowledge, but it must balance limited effective context, redundant retrieved evidence, and the loss of fine-grained facts.
Approach: They propose a hybrid RAG framework that uses natural-language snippets and semantic compression vectors to preserve passages in text form and compress remaining evidence into interpretable vectors for iterative evidence reranking.
Outcome: The proposed framework improves answer relevance, answer correctness and semantic similarity across 9 datasets and 5 open-source LLMs.
Systematic Knowledge Injection into Large Language Models via Diverse Augmentation for Domain-Specific RAG (2025.findings-naacl)

Copied to clipboard

Challenge: Retrieval-Augmented Generation (RAG) enhances response relevance by incorporating retrieved domain knowledge in the context, retrieval errors can still lead to hallucinations and incorrect answers.
Approach: They propose a framework that augments the learning process by context augmentation and knowledge paraphrasing by incorporating retrieved domain knowledge into the context.
Outcome: The proposed framework achieves 10% relative gain in token-level recall while preserving the LLM’s generalization capabilities.
LongRAG: A Dual-Perspective Retrieval-Augmented Generation Paradigm for Long-Context Question Answering (2024.emnlp-main)

Copied to clipboard

Challenge: Existing long-context Large Language Models (LLMs) struggle with the “lost in the middle” issue.
Approach: They propose a general, dual-perspective, and robust LLM-based RAG system paradigm for LCQA to enhance RAG’s understanding of complex long-context knowledge.
Outcome: The proposed system outperforms long-context LLMs, advanced RAG, and vanilla RAG on three multi-hop datasets.
Stronger Baselines for Retrieval-Augmented Generation with Long-Context Language Models (2025.emnlp-main)

Copied to clipboard

Challenge: Existing long-context language models (LMs) can handle tens of thousands of tokens in a single context window.
Approach: They compare two recent multi-stage pipelines, ReadAgent and RAPTOR, against three baselines.
Outcome: The proposed pipelines outperform more complex methods on multiple long-context QA benchmarks.
On the Influence of Context Size and Model Choice in Retrieval-Augmented Generation Systems (2025.findings-naacl)

Copied to clipboard

Challenge: Retrieval-augmented generation (RAG) is an approach to augment large language models (LLMs) despite their impressive performance, LLMs can generate plausible sounding but factually incorrect responses (hallucinations)
Approach: They propose to use BM25 and semantic search as retrievers to augment large language models by reducing their reliance on static knowledge and improving answer factuality.
Outcome: The proposed approach improves QA performance on a biomedical task with up to 15 snippets but stagnates or declines beyond that.
Towards Knowledge Checking in Retrieval-augmented Generation: A Representation Perspective (2025.naacl-long)

Copied to clipboard

Challenge: Existing studies have shown that LLMs struggle to identify the boundaries of their own knowledge and tend to prioritize external information over internal knowledge learned during pre-training.
Approach: They conduct a comprehensive analysis of LLM representation behaviors and demonstrate the significance of using representations in knowledge checking.
Outcome: The proposed classifiers improve performance even when dealing with noisy knowledge databases.
HASH-RAG: Bridging Deep Hashing with Retriever for Efficient, Fine Retrieval and Augmented Generation (2025.findings-acl)

Copied to clipboard

Challenge: Experimental evaluations on NQ, TriviaQA, and HotpotQA datasets demonstrate that our approach achieves a 90% reduction in retrieval time compared to conventional methods while maintaining considerate recall performance.
Approach: They propose a framework that integrates deep hashing techniques with systematic optimizations to address these limitations.
Outcome: The proposed framework outperforms retrieval/non-retrieval baselines by 1.4-4.3% in EM scores on NQ, TriviaQA, and HotpotQA datasets.
Enhancing Retrieval-Augmented Generation: A Study of Best Practices (2025.coling-main)

Copied to clipboard

Challenge: Retrieval-augmented generation systems have shown remarkable advancements by integrating retrieval mechanisms into language models, enhancing their ability to produce more accurate and contextually relevant responses.
Approach: They propose to integrate query expansion, various novel retrieval strategies, and a Contrastive In-Context Learning RAG to improve response quality.
Outcome: The proposed RAGs incorporate query expansion, various novel retrieval strategies, and a novel Contrastive In-Context Learning RAG.
Document Segmentation Matters for Retrieval-Augmented Generation (2025.findings-acl)

Copied to clipboard

Challenge: Existing rule-based chunking methods lead to suboptimal splits, where overly large chunks introduce irrelevant information and small chunks lack semantic coherence.
Approach: They propose a method that leverages document summaries as pseudo-instructions to guide chunking by computing semantic similarity between sentences and the summary.
Outcome: Experiments on multiple open-domain question-answering benchmarks show that PIC significantly improves retrieval accuracy (Hits@k) and end-to-end QA performance (Exact Match) without any additional training.

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