CLAIIRMay 12, 2025

Benchmarking Retrieval-Augmented Generation for Chemistry

arXiv:2505.07671v124 citationsh-index: 16
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of assessing RAG systems for researchers and practitioners in chemistry, though it is incremental as it adapts existing RAG methods to a new domain.

The authors tackled the lack of evaluation benchmarks for retrieval-augmented generation (RAG) in chemistry by introducing ChemRAG-Bench and ChemRAG-Toolkit, resulting in a 17.4% average performance gain over direct inference methods.

Retrieval-augmented generation (RAG) has emerged as a powerful framework for enhancing large language models (LLMs) with external knowledge, particularly in scientific domains that demand specialized and dynamic information. Despite its promise, the application of RAG in the chemistry domain remains underexplored, primarily due to the lack of high-quality, domain-specific corpora and well-curated evaluation benchmarks. In this work, we introduce ChemRAG-Bench, a comprehensive benchmark designed to systematically assess the effectiveness of RAG across a diverse set of chemistry-related tasks. The accompanying chemistry corpus integrates heterogeneous knowledge sources, including scientific literature, the PubChem database, PubMed abstracts, textbooks, and Wikipedia entries. In addition, we present ChemRAG-Toolkit, a modular and extensible RAG toolkit that supports five retrieval algorithms and eight LLMs. Using ChemRAG-Toolkit, we demonstrate that RAG yields a substantial performance gain -- achieving an average relative improvement of 17.4% over direct inference methods. We further conduct in-depth analyses on retriever architectures, corpus selection, and the number of retrieved passages, culminating in practical recommendations to guide future research and deployment of RAG systems in the chemistry domain. The code and data is available at https://chemrag.github.io.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes