LGCLIRApr 1, 2024

OpenChemIE: An Information Extraction Toolkit For Chemistry Literature

arXiv:2404.01462v127 citationsh-index: 53Has CodeJ Chem Inf Model
Originality Incremental advance
AI Analysis

This addresses the need for constructing up-to-date reaction databases for data-driven chemistry, though it is incremental as it builds on prior single-modality extraction methods.

The paper tackles the problem of extracting reaction data from chemistry literature by combining information across text, tables, and figures, achieving an F1 score of 69.5% on a challenging dataset and 64.3% accuracy compared to the Reaxys database.

Information extraction from chemistry literature is vital for constructing up-to-date reaction databases for data-driven chemistry. Complete extraction requires combining information across text, tables, and figures, whereas prior work has mainly investigated extracting reactions from single modalities. In this paper, we present OpenChemIE to address this complex challenge and enable the extraction of reaction data at the document level. OpenChemIE approaches the problem in two steps: extracting relevant information from individual modalities and then integrating the results to obtain a final list of reactions. For the first step, we employ specialized neural models that each address a specific task for chemistry information extraction, such as parsing molecules or reactions from text or figures. We then integrate the information from these modules using chemistry-informed algorithms, allowing for the extraction of fine-grained reaction data from reaction condition and substrate scope investigations. Our machine learning models attain state-of-the-art performance when evaluated individually, and we meticulously annotate a challenging dataset of reaction schemes with R-groups to evaluate our pipeline as a whole, achieving an F1 score of 69.5%. Additionally, the reaction extraction results of \ours attain an accuracy score of 64.3% when directly compared against the Reaxys chemical database. We provide OpenChemIE freely to the public as an open-source package, as well as through a web interface.

Code Implementations1 repo
Foundations

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

Your Notes