Preprint
Reinforcement Learning

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

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
July 30, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

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

Analysis

Why This Paper Matters

The rapid adoption of AI agents in life sciences has created a pressing need for efficient, agent-friendly access to scientific literature. Traditional resources like Europe PMC, while comprehensive with over 40 million records, are designed for human users—they require keyword-based queries and complex syntax, and return full papers that agents must parse to extract relevant evidence. This mismatch hampers the scalability of agentic pipelines in biology, where literature retrieval is a critical bottleneck.

EMBL AI Librarian directly addresses this gap by introducing a knowledge layer that transforms Europe PMC into an agent-native interface. By allowing agents to ask questions in natural language and receive evidence-based answers, it eliminates the need for agents to learn search syntax and manually sift through papers. This is a significant step toward making scientific knowledge more accessible to AI systems, which is essential as the volume of literature continues to grow.

The paper's timing is particularly relevant given the surge in agentic AI applications in biology, from drug discovery to protocol automation. By providing a robust retrieval layer, Librarian could become a foundational tool for many downstream tasks, potentially accelerating scientific discovery and reducing the time researchers spend on literature review.

Technical Contributions

  • Natural-Language Interface: The system accepts natural-language queries, removing the need for agents to construct complex search queries.
  • LLM Orchestration: A single LLM plans complementary subqueries, executes them on the live Europe PMC search engine, and then reads selected papers to locate relevant evidence. This end-to-end orchestration is a key innovation.
  • Evidence Extraction: Instead of returning full papers, Librarian extracts and returns the specific evidence that answers the query, reducing the cognitive load on agents.
  • Benchmarking: The authors evaluate on four diverse benchmarks, including literature synthesis, claim verification, open-domain QA, and downstream biology tasks, demonstrating versatility.
  • Open Source: Code is released publicly, enabling reproducibility and further development.

Results

The results are compelling. On ScholarQABench, Librarian improves Citation F1 by more than 16 points over strong recently published baselines, a substantial gain. When used as the retrieval layer in an existing claim-verification pipeline, it increases agreement with expert consensus, indicating better evidence grounding. On the open-form LitQA2 benchmark, a GPT-5.4 agent scores about 8 points higher when grounded in Librarian than with web search, showing that the knowledge layer provides more relevant and reliable information than general web search.

These metrics highlight the practical benefits of a domain-specific knowledge layer. The improvements are not marginal but significant, suggesting that Librarian effectively addresses the limitations of existing retrieval methods for life-sciences literature.

Significance

The broader impact of this work extends beyond life sciences. It demonstrates a general pattern: building knowledge layers over existing databases to make them AI-agent-friendly. As AI agents become more prevalent across domains, this approach could be replicated for other scientific databases, legal documents, or corporate knowledge bases.

Moreover, by improving the efficiency and accuracy of literature retrieval, Librarian could accelerate research workflows, enable more sophisticated agentic pipelines, and reduce the time-to-insight for scientists. The open-source release further amplifies its impact, allowing the community to build upon and adapt the system.

In summary, EMBL AI Librarian is a timely and significant contribution that addresses a critical bottleneck in AI-driven life-sciences research, with potential to influence how knowledge layers are designed for AI agents in other fields.