DeepEra: A Deep Evidence Reranking Agent for Scientific Retrieval-Augmented Generated Question Answering
Haotian Chen, Qingqing Long, Siyu Pu, Xiao Luo, Wei Ju, Meng Xiao, Yuanchun Zhou, Jianghua Zhao, Xuezhi Wang
TL;DR
DeepEra tackles the reliability gaps in scientific question answering by introducing an agentic reranker that reasons over candidate passages to assess logical relevance and evidential grounding. It integrates intention recognition, relevance assessment, and evidence filtering with summarization to produce a compact, trustworthy evidence set before answer generation. To evaluate robustness to tricky inputs, the authors construct SciRAG-SSLI, a large SSLI dataset combining naturally retrieved passages with logically inconsistent distractors. Empirical results show that DeepEra improves retrieval robustness and answer fidelity compared to a wide range of baselines, especially under SSLI, and does so with notable efficiency, highlighting practical applicability for scientific QA tasks. Overall, this work is among the first to systematically study SSLI failures in two-stage RAG and offers a scalable, interpretable solution that enhances both evidence quality and generation reliability in scientific retrieval-augmented generation.
Abstract
With the rapid growth of scientific literature, scientific question answering (SciQA) has become increasingly critical for exploring and utilizing scientific knowledge. Retrieval-Augmented Generation (RAG) enhances LLMs by incorporating knowledge from external sources, thereby providing credible evidence for scientific question answering. But existing retrieval and reranking methods remain vulnerable to passages that are semantically similar but logically irrelevant, often reducing factual reliability and amplifying hallucinations.To address this challenge, we propose a Deep Evidence Reranking Agent (DeepEra) that integrates step-by-step reasoning, enabling more precise evaluation of candidate passages beyond surface-level semantics. To support systematic evaluation, we construct SciRAG-SSLI (Scientific RAG - Semantically Similar but Logically Irrelevant), a large-scale dataset comprising about 300K SciQA instances across 10 subjects, constructed from 10M scientific corpus. The dataset combines naturally retrieved contexts with systematically generated distractors to test logical robustness and factual grounding. Comprehensive evaluations confirm that our approach achieves superior retrieval performance compared to leading rerankers. To our knowledge, this work is the first to comprehensively study and empirically validate innegligible SSLI issues in two-stage RAG frameworks.
