paper-with-me

Papers

DeepEra: A Deep Evidence Reranking Agent for Scientific Retrieval-Augmented Generated Question Answering

2026-01-23 · Haotian Chen, Qingqing Long, Siyu Pu, Xiao Luo, Wei Ju, Meng Xiao, Yuanchun Zhou, Jianghua Zhao, Xuezhi Wang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.16478

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Lit3R: Retrieve-Relate-Read for Evidence-Grounded Question Answering over Scientific Literature

2026-09-15 · Akira Ise, Kotaro Kumagai, Yuta Yamaguchi, Hisanori Ozaki 외 arxiv

We describe tus-nlp's Lit3R (Retrieve-Relate-Read) system for LitTraceQA, a shared task for literature-grounded question answering that requires systems to retrieve relevant papers, identify supporting evidence, and gene…

Question Answering

LLM-Based Compact Reranking with Document Features for Scientific Retrieval

2025-05-19 · Runchu Tian, Xueqiang Xu, Bowen Jin, SeongKu Kang 외

Scientific retrieval is essential for advancing academic discovery. Within this process, document reranking plays a critical role by refining first-stage retrieval results. However, large language model (LLM) listwise re…

Large Language ModelRerankingRetrieval

Context Selection for Hypothesis and Statistical Evidence Extraction from Full-Text Scientific Articles

2026-03-22 · Sai Koneru, Jian Wu, Sarah Rajtmajer arxiv

Extracting hypotheses and their supporting statistical evidence from full-text scientific articles is central to the synthesis of empirical findings, but remains difficult due to document length and the distribution of s…

The Retriever Should Remember: Experience-Amortized Reranking for Long-Term Agent Memory

2026-08-24 · Qi Feng, Chris Ding, Jicong Fan arxiv

Long-term language-model agents accumulate memories across interactions, but their retrievers typically do not accumulate retrieval experience. Semantic retrieval is efficient, but embedding similarity does not always re…

Semantic Retrieval

Agentic Hybrid RAG for Evidence-Grounded Muon Collider Analysis

2026-06-09 · Ruobing Jiang, Dawei Fu, Cheng Jiang, Tianyi Yang 외 arxiv

Muon collider research spans accelerator physics, detector instrumentation, and high-energy phenomenology, with relevant evidence scattered across a rapidly expanding and heterogeneous body of scientific literature. As h…

Semantic RetrievalQuestion AnsweringAnswer Generation