paper-with-me

홈 › Papers

EMBL AI Librarian: Life-Sciences Knowledge Layer for AI Agents

2026-07-30 · Luigi Sigillo, Matteo Silvestri, Francesco Tabaro, Rajat Bhatnagar, Syed Irtaza Mubashar, Matt Jeffryes, Daljit Nijjer, Vittorio Perera, Ola Spjuth, Julio Saez-Rodriguez, Melissa Harrison, Fabio Petroni arxiv

The web is increasingly accessed by AI agents rather than humans. Every agent needs knowledge, especially in the life-sciences, where agentic pipelines are growing fast. Access to the literature is a crucial part of that need, and resources such as Europe PMC, with over 40M indexed records, are widely used to meet it. Yet these resources were not built for AI agents: they take keywords and complex syntax and return whole papers, so every agent must learn the syntax, issue several searches, and read full papers to find the evidence it needs. We introduce EMBL AI Librarian, a knowledge layer that upgrades the Europe PMC interface for AI agents: an agent asks in natural language and receives evidence that answers it. A single LLM orchestrates the whole knowledge retrieval process: it plans complementary subqueries executed by the live Europe PMC search engine, then reads the selected papers and locates the relevant evidence. We evaluate Librarian across four benchmarks: literature synthesis, claim verification, open-domain question answering, and downstream biology tasks such as protocol questions and sequence manipulation. On ScholarQABench, Librarian improves Citation F1 by more than 16 points over strong recently published baselines. Used as the retrieval layer of an existing claim-verification pipeline, it increases agreement with expert consensus; and on the open-form LitQA2 benchmark, a GPT-5.4 agent scores about 8 points higher when grounded in Librarian than with web search. Overall, our results show that equipping life-science agents with the Librarian knowledge layer improves performance across a range of tasks. We release our code publicly at https://github.com/petroni-lab/librarian

📄 PDF Abstract BibTeX arXiv:2607.28229

Code (0)

등록된 구현이 없습니다.

Tasks

Open-Domain Question Answering

Similar Papers 제목 키워드 기반

A User-Guided Bayesian Framework for Ensemble Feature Selection in Life Science Applications (UBayFS)

2021-04-30 · Anna Jenul, Stefan Schrunner, Jürgen Pilz, Oliver Tomic

Feature selection represents a measure to reduce the complexity of high-dimensional datasets and gain insights into the systematic variation in the data. This aspect is of specific importance in domains that rely on mode…

feature selection

Quantum Ensembling Methods for Healthcare and Life Science

2025-06-02 · Kahn Rhrissorrakrai, Kathleen E. Hamilton, Prerana Bangalore Parthsarathy, Aldo Guzman-Saenz 외

Learning on small data is a challenge frequently encountered in many real-world applications. In this work we study how effective quantum ensemble models are when trained on small data problems in healthcare and life sci…

Binary Classification

Life-iNet: A Structured Network-Based Knowledge Exploration and Analytics System for Life Sciences

2017-07-01 · ACL 2017 7 · Xiang Ren, Jiaming Shen, Meng Qu, Xuan Wang 외
Efficient Exploration

Knowledge Graphs for the Life Sciences: Recent Developments, Challenges and Opportunities

2023-09-29 · Jiaoyan Chen, Hang Dong, Janna Hastings, Ernesto Jiménez-Ruiz 외

The term life sciences refers to the disciplines that study living organisms and life processes, and include chemistry, biology, medicine, and a range of other related disciplines. Research efforts in life sciences are h…

Knowledge GraphsManagementscientific discovery

Reconcile Once, Write Anytime: A Trust-Tiered Librarian and a Multi-Agent Writer for Drift-Free, Point-in-Time Research

2026-08-13 · Xing Zhang, Yanwei Cui, Guanghui Wang, Peiyang He arxiv

Long-form research reports generated by large language models drift, contradict themselves, and lose provenance: the same metric appears with different values, and rumor is quoted as confidently as an audited filing. We …