Challenge: Retrieval-augmented generation (RAG) enhances the quality of LLM generation by providing relevant chunks, but retrieving accurately from external knowledge remains challenging due to missing contextually important words in query expansion.
Approach: They propose a method that generates word, sentence, and passage references for query expansion and assigns distinct importance scores to words based on their origin and characteristics.
Outcome: The proposed method outperforms existing methods across datasets and LLM configurations, effectively enhancing retrieval accuracy and generation quality.

Similar Papers

Ground Every Sentence: Improving Retrieval-Augmented LLMs with Interleaved Reference-Claim Generation (2025.findings-naacl)

Copied to clipboard

Challenge: Existing methods to enhance credibility and verifiability of large language models (LLMs) mainly focus on passage-level or paragraph-level references or citations, which fall short in verifikatability.
Approach: They propose a method that provides sentence-level citations in LLM-generated responses.
Outcome: The proposed method achieves 90% accuracy in long-form question-answering tasks.
Attention Weights as an Indicator: Analyzing and Improving Document Utilization in Retrieval-Augmented Generation (2026.acl-long)

Copied to clipboard

Challenge: In traditional RAG models, documents are grouped into categories based on their quality and order, and the quality of inputs is variable due to ineffective retrievers or misalignment between the retriever and generator.
Approach: They propose to use attention weights to enhance document utilization from three perspectives: document ranking, placement, and filtering.
Outcome: The proposed method outperforms baselines and improves document utilization effectiveness in a training-free manner.
RAG in the Wild: On the (In)effectiveness of LLMs with Mixture-of-Knowledge Retrieval Augmentation (2026.findings-acl)

Copied to clipboard

Challenge: Retrieval-augmented generation (RAG) enhances large language models by integrating external knowledge retrieved at inference time.
Approach: They evaluate RAG systems using MassiveDS, a large-scale datastore with mixture of knowledge.
Outcome: The proposed approach improves performance on knowledge-intensive NLP tasks.
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.
Fact, Fetch, and Reason: A Unified Evaluation of Retrieval-Augmented Generation (2025.naacl-long)

Copied to clipboard

Challenge: Recent advances in Large Language Models (LLMs) have significantly enhanced their capabilities across various cognitive tasks.
Approach: They propose a high-quality evaluation dataset to test LLMs' ability to provide factual responses, assess retrieval capabilities, and evaluate the reasoning required to generate final answers.
Outcome: The proposed framework improves performance in end-to-end RAG scenarios.
Query2doc: Query Expansion with Large Language Models (2023.emnlp-main)

Copied to clipboard

Challenge: Existing methods for sparse and dense retrieval have limited success on popular datasets.
Approach: They propose a query expansion approach that generates pseudo-documents by few-shot prompting large language models and then expands the query with generated pseudo-docs.
Outcome: The proposed method boosts the performance of BM25 on ad-hoc IR datasets by 3% to 15% without any model fine-tuning.
CiteFix: Enhancing RAG Accuracy Through Post-Processing Citation Correction (2025.acl-industry)

Copied to clipboard

Challenge: Retrieval Augmented Generation (RAG) is a powerful application of Large Language Models (LLMs).
Approach: They propose to use BERTScore to fine-tune Large Language Models on domain-specific data to improve citation accuracy.
Outcome: The proposed approach improves citation accuracy by 15.46% with minimal latency and cost.
InfoGain-RAG: Boosting Retrieval-Augmented Generation through Document Information Gain-based Reranking and Filtering (2025.emnlp-main)

Copied to clipboard

Challenge: Retrieval-Augmented Generation (RAG) frameworks struggle with identifying whether retrieved documents meaningfully contribute to answer generation.
Approach: They propose a document-related metric to quantify the contribution of retrieved documents to correct answer generation.
Outcome: The proposed framework outperforms existing approaches on both single and multiple retrieval paradigms.
R2AG: Incorporating Retrieval Information into Retrieval Augmented Generation (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches to augment large language models with external documents are lacking in the semantic gap between LLMs and retrievers due to differences in their training objectives and architectures.
Approach: They propose to integrate R2AG into R2etrieval augmented generation framework by using a R2-Former to capture retrieval information.
Outcome: The proposed framework fills the semantic gap between LLMs and retrievers due to differences in their training objectives and architectures.
MS-RAG: Simple and Effective Multi-Semantic Retrieval-Augmented Generation (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for large language models suffer from poor indexing and inference speed . graph-based RAGs heavily rely on LLM for retrieval thus inference slow .
Approach: They propose retrieval-augmented generation (RAG) which integrates knowledge with dense vectors to build a multi-semantic RAG.
Outcome: The proposed method achieves state-of-the-art performance with faster inference speed compared to existing methods .

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