OpenBioRQ: Unsolved Biomedical Research Questions for Agents
Summary
OpenBioRQ is a new benchmark of 12,553 unsolved biomedical research questions that tests agentic models' ability to verify sources and avoid false citations. It reveals that current models often link to wrong papers and suffer from agentic collapse on hard questions.
View Cached Full Text
Cached at: 06/26/26, 06:05 AM
Paper page - OpenBioRQ: Unsolved Biomedical Research Questions for Agents
Source: https://huggingface.co/papers/2606.21959
Abstract
A new biomedical benchmark evaluates agentic models’ ability to verify sources and avoid false citations by testing unsolved research questions with no answer keys, revealing significant failures in retrieval-grounded reasoning and tool usage.
A working citation looks like proof -- but the fact that a link resolves does not mean the cited paper supports the claim. I find that currentagentic modelsrarely fabricate citations (over 99% resolve), yet roughly 15.9% link to the wrong paper. Existing benchmarks miss this failure mode: when a question has a fixedanswer key, a model can reproduce the expected source from that key rather than independently verifying that the source supports the claim. I introduce \openbiorq{}, a retrieval-grounded agentic benchmark of 12{,}553 unsolvedbiomedical research questionsacross 12 domains that treats open questions as a faithfulness-and-abstention probe. To my knowledge, this is the first biomedical benchmark to combine an agentic setting -- where the model must issue multiple tool calls -- with unsolved questions that have noanswer key. Openness is verified against real follow-up evidence rather than a model’s parametric knowledge. Difficulty is empirical: I anchor it on questions that three open-weight reference models fail to answer, rather than on subjective hardness labels. On this hardest subset, held-out models from the same lineage as the difficulty anchors solve only ~17%, while three independentfrontier agents(Gemini-3-Pro, Opus-4.7, GPT-5.5) span a wide 29-60% range. The benchmark is thus hard, non-saturating (the best agent still leaves ~33-40\% unsolved), and discriminating across capability tiers. Beyond difficulty, I observeagentic collapseon the hardest questions, where agents stop using their tools. For the most collapse-prone model, blocking tool access entirely barely changes its score -- so tools stop paying off exactly where they are needed most. A frozen per-question checklist raises inter-judge agreement from Spearman 0.35 to 0.82.
View arXiv pageView PDFProject pageGitHub1Add to collection
Get this paper in your agent:
hf papers read 2606\.21959
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2606.21959 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2606.21959 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2606.21959 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
OpenBioRQ: AI Agents Cite Wrong Papers 15.9% of the Time
A new benchmark paper, OpenBioRQ, reveals that AI agents rarely fabricate citations but often cite papers that do not support the claim, with 15.9% of citations being mismatched in biomedical contexts.
ResearchQA: Benchmarking Citation-Grounded Question-Answering on Scientific Papers
ResearchQA is a new benchmark of 6,211 single-paper question-answer pairs from 494 open-access papers across eight domains, designed to evaluate citation-grounded question-answering by requiring verifiable citations and supporting grounded refusal when evidence is insufficient.
When Retrieval Doesn't Help: A Large-Scale Study of Biomedical RAG
A large-scale study across 5 models (7B–72B), 10 biomedical QA datasets, 4 retrieval methods, and 4 corpora finds that RAG yields only small and inconsistent gains (1–2 points) over no-retrieval baselines in biomedical question answering. The study concludes that the main bottleneck is not retrieval quality but models' limited ability to effectively use retrieved evidence.
BioInsight: Multi-Agent Orchestration for Interactive Biomedical Knowledge Discovery
BioInsight is a multi-agent system that transforms static biomedical reports into interactive, evidence-centered interfaces by organizing disease-specific evidence through structured artifacts and deterministic citation normalization.
Generating Biomedical Fact-Checking Reports with RL-Enhanced Agentic Search
This paper introduces BioCheck Agent, an LLM-based agent that generates structured biomedical fact-checking reports using RL-enhanced agentic search, showing improved accuracy and reduced hallucinations compared to base models.