Challenge: Existing approaches to improve contextual faithfulness treat the LLM as a black box, generating responses that are inconsistent with the provided context.
Approach: They propose a framework for faithful RAG that operates in three stages: (i) fine-grained knowledge pruning to filter irrelevant context, (ii) latent conflict probing to identify hard conflicts in the model’s latent space, and (iv) conflict-aware attention to modulate attention heads toward faithful context integration.
Outcome: Experiments show that ProbeRAG significantly improves both accuracy and contextual faithfulness.

Similar Papers

Conflict-Aware Soft Prompting for Retrieval-Augmented Generation (2025.emnlp-main)

Copied to clipboard

Challenge: Existing studies show that REtrieval-augmented generation (RAG) fails to resolve the conflict between incorrect external context and correct parametric knowledge.
Approach: They propose a conflict-aware REtrieval-augmented generation system that encodes external context into compact memory embeddings and captures a guidance signal that directs reasoning toward the more reliable knowledge source.
Outcome: Extensive experiments show that CARE effectively mitigates context-memory conflicts, leading to an average performance gain of 5.0% on QA and fact-checking benchmarks.
FaithfulRAG: Fact-Level Conflict Modeling for Context-Faithful Retrieval-Augmented Generation (2025.acl-long)

Copied to clipboard

Challenge: Existing faithful RAG approaches enforce strict context adherence, but they forcibly suppress the model’s parametric knowledge, which undermines the model's internal knowledge structure and increases the risk of misinterpreting the context.
Approach: They propose a framework that resolves knowledge conflicts by explicitly modeling discrepancies between the model’s parametric knowledge and retrieved context.
Outcome: The proposed framework outperforms state-of-the-art methods in knowledge conflict cases and identifies conflicting knowledge at the fact level and designs a self-thinking process.
Probing-RAG: Self-Probing to Guide Language Models in Selective Document Retrieval (2025.findings-naacl)

Copied to clipboard

Challenge: Existing methods to optimize retrieve-and-generate processes for real-world scenarios may not be optimal for large language models.
Approach: They propose a Probing-RAG which utilizes hidden state representations from the intermediate layers of language models to adaptively determine the necessity of additional retrievals for a given query.
Outcome: The proposed method outperforms previous methods while reducing the number of redundant retrieval steps.
RIPRAG: Hack a Black-box Retrieval-Augmented Generation Question-Answering System with Reinforcement Learning (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods to generate RAG documents require knowledge of the target RAG system’s internal composition and implementation details, whereas black-box methods are unable to utilize interactive information.
Approach: They propose a RIPRAG attack framework that treats the target RAG system as a black box and leverages a Reinforcement Learning from Black-box Feedback (RLBF) method to optimize the generation model for poisoned documents.
Outcome: The proposed method achieves an attack success rate (ASR) improvement of up to 0.72 compared to baseline methods.
Astute RAG: Overcoming Imperfect Retrieval Augmentation and Knowledge Conflicts for Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Existing studies have not linked the behavior of retrieval augmented generation (RAG) with imperfect retrieval, including irrelevant, misleading, or even malicious information.
Approach: They propose an approach that integrates external knowledge with source-awareness to overcome imperfect retrieval errors in RAG.
Outcome: The proposed approach is superior to previous robustness-enhanced approaches under the worst-case scenario.
ReflectiveRAG: Rethinking Adaptivity in Retrieval-Augmented Generation (2026.eacl-industry)

Copied to clipboard

Challenge: Existing methods for retrieval-augmented generation (RAG) fail to assess evidence sufficiency, detect subtle mismatches or reduce redundancy.
Approach: They propose a lightweight yet reasoning-driven architecture that enhances factual grounding . ReflectiveRAG employs self-reflective retrieval and Contrastive noise removal .
Outcome: a new architecture improves factual grounding by using self-reflective retrieval and Contrastive noise removal.
CtrlA: Adaptive Retrieval-Augmented Generation via Inherent Control (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods focus on detecting LLM’s confidence via statistical uncertainty.
Approach: They propose to use a representation perspective to solve adaptive RAG by enabling dynamic retrieval during generation and enabling retrieval only when the query exceeds LLM's internal knowledge.
Outcome: The proposed framework is superior to existing adaptive RAG methods on a diverse set of tasks.
PrismRAG: Boosting RAG Factuality with Distractor Resilience and Strategized Reasoning (2025.emnlp-industry)

Copied to clipboard

Challenge: Existing methods to improve factuality of large language models (LLMs) rely on human-engineered instructions.
Approach: They propose a retrieval-augmented generation framework that trains the model with distractor-aware QA pairs mixing gold evidence with subtle distractor passages and instills reasoning-centric habits that make the LLM plan, rationalize, and synthesize without extensive human engineered instructions.
Outcome: The proposed framework outperforms state-of-the-art solutions across 12 open-book RAG QA benchmarks and is being deployed in production.
EcoSafeRAG: Efficient Security through Context Analysis in Retrieval-Augmented Generation (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing defense methods rely on internal knowledge of the model, which conflicts with the design concept of Retrieval-Augmented Generation (RAG).
Approach: EcoSafeRAG uses sentence-level processing and bait-guided context diversity detection to identify malicious content .
Outcome: EcoSafeRAG uses sentence-level processing and bait-guided context diversity detection to identify malicious content.
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.

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