2023/05/19 by Yujie Qian, Qian, Yujie, Jiang Guo +7 · 7 citations
Chemistry · Computer Science · Materials Science · #Artificial Intelligence (cs.AI) #Artificial intelligence #Chemistry #Class diagram #Code (set theory) #Computation and Language (cs.CL) #Computational Drug Discovery Methods #Computer Vision and Pattern Recognition (cs.CV) #Computer science #Database #Diagram #FOS: Computer and information sciences #Machine Learning in Materials Science #Natural language processing #Parsing #Pipeline (software) #Programming language #Sequence (biology) #Sequence diagram #Set (abstract data type) #Software #Software Engineering Research #Task (project management) #Use Case Diagram
paper · pdf · doi:10.48550/arxiv.2305.11845
published in arXiv (Cornell University) (Cornell University)
openalex publication_date 2023/05/19 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28
Reaction diagram parsing is the task of extracting reaction schemes from a diagram in the chemistry literature. The reaction diagrams can be arbitrarily complex, thus robustly parsing them into structured data is an open challenge. In this paper, we present RxnScribe, a machine learning model for parsing reaction diagrams of varying styles. We formulate this structured prediction task with a sequence generation approach, which condenses the traditional pipeline into an end-to-end model. We train RxnScribe on a dataset of 1,378 diagrams and evaluate it with cross validation, achieving an 80.0% soft match F1 score, with significant improvements over previous models. Our code and data are publicly available at https://github.com/thomas0809/RxnScribe.