Challenge: Retrieval-augmented generation grounds language models in external evidence, but multi-hop question answering remains difficult . iterative pipelines must control what to retrieve next and when evidence is adequate.
Approach: They propose an iterative framework with an explicit controller, S2G-Judge . they map structured gap items into the next retrieval query to produce stable retrieval trajectories .
Outcome: Experiments on TriviaQA, HotpotQA, and 2WikiMultiHopQA show that S2G-RAG improves multi-hop QA performance and robustness under multi-turn retrieval.

Similar Papers

PAR2-RAG: Planned Active Retrieval and Reasoning for Multi-Hop Question Answering (2026.acl-industry)

Copied to clipboard

Challenge: Multi-hop question answering is a practical bottleneck in industry applications . large language models (LLMs) fail frequently when evidence coverage is incomplete or reasoning trajectories drift .
Approach: They propose a training-free two-stage framework that separates coverage from commitment . it performs breadth-first anchoring to build a high-recall evidence frontier . compared with IRCoT, it achieves 23.5% higher answer accuracy .
Outcome: The proposed framework outperforms strong baselines in MHQA benchmarks and achieves 23.5% higher answer accuracy and 10.5% NDCG gains in retrieval quality.
Question Decomposition for Retrieval-Augmented Generation (2025.acl-srw)

Copied to clipboard

Challenge: Retrieval-augmented generation (RAG) is effective for question answering tasks . multi-hop questions, such as "Which company among NVIDIA, Apple, and Google made the biggest profit in 2023?" challenge RAG because relevant facts are often distributed across multiple documents .
Approach: They propose a pipeline that incorporates question decomposition to ground large language models in verifiable external sources.
Outcome: The proposed approach improves retrieval and answer accuracy over standard RAG . multi-hop questions often require multiple documents to support the model .
Open-RAG: Enhanced Retrieval Augmented Reasoning with Open-Source Large Language Models (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to integrate Large Language Models with external knowledge suffer from limited reasoning capabilities, especially when using open-source LLMs.
Approach: They propose a framework that transforms an arbitrary dense LLM into a parameter-efficient sparse mixture of experts (MoE) model capable of handling complex reasoning tasks.
Outcome: The proposed framework transforms an arbitrary dense LLM into a parameter-efficient sparse mixture of experts (MoE) model capable of handling complex reasoning tasks, including both single- and multi-hop queries.
T2-RAGBench: Text-and-Table Benchmark for Evaluating Retrieval-Augmented Generation (2026.eacl-long)

Copied to clipboard

Challenge: Existing QA datasets containing text-and-table data typically contain context-dependent questions, which may yield multiple correct answers depending on the provided context.
Approach: They propose a benchmark to evaluate RAG methods on text-and-table data.
Outcome: The proposed method evaluates RAG methods on real-world text-and-table data.
RAG-on-a-Diet: A Reinforcement Learning-Based Dynamic Resource Optimization Framework for RAG (2026.acl-long)

Copied to clipboard

Challenge: Existing frameworks for knowledge-intensive multi-hop question answering do not adapt to how a trajectory unfolds.
Approach: They propose a lightweight reinforcement-learning agent that treats each reasoning hop as an independent decision and selects the smallest model sufficient for it.
Outcome: The proposed agent cuts Monetary Inference Cost by 60.07% against IRCoT with only a 3.7% F1 drop and matches Adaptive-RAG’s F1 at 37.30% lower cost.
UniRAG: A Unified RAG Framework for Knowledge-Intensive Queries with Decomposition, Break-Down Reasoning, and Iterative Rewriting (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing retrieval-augmented generation approaches struggle with query complexity, propagated reasoning errors, or rely on incomplete or noisy retrieval.
Approach: a unified retrieval-augmented generation framework is developed to address query complexity . the framework decomposes queries into semantically coherent sub-queries . it explicitly verifies retrieved sub-facts and adaptively refines queries based on identified knowledge gaps.
Outcome: a new framework improves answer completeness and reliability by decomposing queries into coherent sub-queries . the framework explicitly verifies retrieved sub-facts and adaptively refines queries based on identified knowledge gaps.
TRACE the Evidence: Constructing Knowledge-Grounded Reasoning Chains for Retrieval-Augmented Generation (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing retrievers are not perfect and often include irrelevant documents in the retrieved set.
Approach: They propose to construct knowledge-grounded reasoning chains from retrieved documents to integrate supporting evidence into RAG models.
Outcome: The proposed model achieves an average performance improvement of 14.03% on three multi-hop QA datasets.
DF-RAG: Query-Aware Diversity for Retrieval-Augmented Generation (2026.findings-eacl)

Copied to clipboard

Challenge: Retrieval-augmented generation (RAG) is a common technique for grounding language models in domain-specific information.
Approach: They propose a new retrieval technique that incorporates diversity into the retrieval step to improve performance on reasoning-intensive QA benchmarks.
Outcome: The proposed method outperforms baselines on reasoning-intensive QA benchmarks by 4–10%.
GRADE: Generating multi-hop QA and fine-gRAined Difficulty matrix for RAG Evaluation (2025.findings-emnlp)

Copied to clipboard

Challenge: Current evaluations of RAG systems overlook structural complexity and multi-step reasoning . GRADE model enables fine-grained analysis of Ragging performance .
Approach: They propose a framework that models retrieval difficulty along two orthogonal dimensions . they extract knowledge graphs and augment them through semantic clustering to recover missing links .
Outcome: The proposed framework models retrieval difficulty along two orthogonal dimensions . error rates correlate with the framework, and it validates its diagnostic utility.
TableRAG: A Retrieval Augmented Generation Framework for Heterogeneous Document Reasoning (2025.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to retrievalaugmented generation (RAG) are limited when applied to heterogeneous documents . flattening tables and chunking strategies disrupt tabular structure, leads to information loss, and undermines reasoning capabilities of LLMs in multi-hop, global queries.
Approach: They propose a SQL-based framework that unifies textual understanding and complex manipulations over tabular data.
Outcome: The proposed framework outperforms baselines on public datasets and HeteQA on heterogeneous document question answering.

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