ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
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
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.
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.
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.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba