paper-with-me

Papers

Query-driven Document-level Scientific Evidence Extraction from Biomedical Studies

2025-05-09 · Massimiliano Pronesti, Joao Bettencourt-Silva, Paul Flanagan, Alessandra Pascale, Oisin Redmond, Anya Belz, Yufang Hou

Extracting scientific evidence from biomedical studies for clinical research questions (e.g., Does stem cell transplantation improve quality of life in patients with medically refractory Crohn's disease compared to placebo?) is a crucial step in synthesising biomedical evidence. In this paper, we focus on the task of document-level scientific evidence extraction for clinical questions with conflicting evidence. To support this task, we create a dataset called CochraneForest, leveraging forest plots from Cochrane systematic reviews. It comprises 202 annotated forest plots, associated clinical research questions, full texts of studies, and study-specific conclusions. Building on CochraneForest, we propose URCA (Uniform Retrieval Clustered Augmentation), a retrieval-augmented generation framework designed to tackle the unique challenges of evidence extraction. Our experiments show that URCA outperforms the best existing methods by up to 10.3% in F1 score on this task. However, the results also underscore the complexity of CochraneForest, establishing it as a challenging testbed for advancing automated evidence synthesis systems.

📄 PDF Abstract BibTeX arXiv:2505.06186

Code (0)

등록된 구현이 없습니다.

Tasks

RetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

DocHop-QA: Towards Multi-Hop Reasoning over Multimodal Document Collections

2025-08-20 · Jiwon Park, Seohyun Pyeon, Jinwoo Kim, Rina Carines Cabal 외 arxiv

Despite rapid progress in large language models (LLMs), current QA benchmarks still overlook the core challenge of real-world scientific information seeking: synthesizing multimodal evidence scattered across multiple doc…

SciEGQA: A Dataset for Scientific Evidence-Grounded Question Answering and Reasoning

2025-11-19 · Wenhan Yu, Zhaoxi Zhang, Wang Chen, Guanqiang Qi 외 arxiv

Scientific documents contain complex multimodal structures, which makes evidence localization and scientific reasoning in Document Visual Question Answering particularly challenging. However, most existing benchmarks eva…

Visual Question Answering

$\texttt{MixGR}$: Enhancing Retriever Generalization for Scientific Domain through Complementary Granularity

2024-07-15 · Fengyu Cai, Xinran Zhao, Tong Chen, Sihao Chen 외

Recent studies show the growing significance of document retrieval in the generation of LLMs, i.e., RAG, within the scientific domain by bridging their knowledge gap. However, dense retrievers often struggle with domain-…

Question AnsweringRAGRetrieval

Document-as-Image Representations Fall Short for Scientific Retrieval

2026-04-20 · Ghazal Khalighinejad, Raghuveer Thirukovalluru, Alexander H. Oh, Bhuwan Dhingra arxiv

Many recent document embedding models are trained on document-as-image representations, embedding rendered pages as images rather than the underlying source. Meanwhile, existing benchmarks for scientific document retriev…

RetrievalRouter: Joint Modality and Architecture Selection for Document Retrieval

2026-08-26 · Emre Kuru, Mehmet Onur Keskin, Reza Farahbakhsh, Noel Crespi hf

Document retrieval increasingly supports high-stakes information access in finance, healthcare, and law. Modern retrieval pipelines vary both in modality (text or multimodal) and in retrieval architecture (dense or late-…