paper-with-me

홈 › Papers

Predictive Chemistry Augmented with Text Retrieval

2023-12-08 · Yujie Qian, Zhening Li, Zhengkai Tu, Connor W. Coley, Regina Barzilay

This paper focuses on using natural language descriptions to enhance predictive models in the chemistry field. Conventionally, chemoinformatics models are trained with extensive structured data manually extracted from the literature. In this paper, we introduce TextReact, a novel method that directly augments predictive chemistry with texts retrieved from the literature. TextReact retrieves text descriptions relevant for a given chemical reaction, and then aligns them with the molecular representation of the reaction. This alignment is enhanced via an auxiliary masked LM objective incorporated in the predictor training. We empirically validate the framework on two chemistry tasks: reaction condition recommendation and one-step retrosynthesis. By leveraging text retrieval, TextReact significantly outperforms state-of-the-art chemoinformatics models trained solely on molecular data.

📄 PDF Abstract BibTeX arXiv:2312.04881

Code (1)

thomas0809/textreact 공식 구현 pytorch

Tasks

molecular representationRetrievalRetrosynthesisText Retrieval

Similar Papers 제목 키워드 기반

Leveraging Chemistry Foundation Models to Facilitate Structure Focused Retrieval Augmented Generation in Multi-Agent Workflows for Catalyst and Materials Design

2024-08-21 · Nathaniel H. Park, Tiffany J. Callahan, James L. Hedrick, Tim Erdmann 외

Molecular property prediction and generative design via deep learning models has been the subject of intense research given its potential to accelerate development of new, high-performance materials. More recently, these…

Cross-Modal RetrievalInformation RetrievalMolecular Property PredictionNatural Language Queries+3

Chunk Twice, Embed Once: A Systematic Study of Segmentation and Representation Trade-offs in Chemistry-Aware Retrieval-Augmented Generation

2025-06-13 · Mahmoud Amiri, Thomas Bocklitz

Retrieval-Augmented Generation (RAG) systems are increasingly vital for navigating the ever-expanding body of scientific literature, particularly in high-stakes domains such as chemistry. Despite the promise of RAG, foun…

ChunkingRAGRetrievalRetrieval-augmented Generation

Benchmarking Retrieval-Augmented Generation for Chemistry

2025-05-12 · Xianrui Zhong, Bowen Jin, Siru Ouyang, Yanzhen Shen 외

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 informat…

BenchmarkingRAGRetrievalRetrieval-augmented Generation

MolE-RAG: Molecular Structure-Enhanced Retrieval-Augmented Generation for Chemistry

2026-06-04 · Joey Chan, Wonbin Kweon, Ashley Shin, Niharika Bhattacharjee 외 arxiv

Large language models (LLMs) have shown promise for molecular property prediction, but their ability to reason over chemical structures remains limited, as molecular representations such as SMILES differ substantially fr…

Molecular Property Prediction

ChEmbed: Enhancing Chemical Literature Search Through Domain-Specific Text Embeddings

2025-08-03 · Ali Shiraee Kasmaee, Mohammad Khodadad, Mehdi Astaraki, Mohammad Arshi Saloot 외 arxiv

Retrieval-Augmented Generation (RAG) systems in chemistry heavily depend on accurate and relevant retrieval of chemical literature. However, general-purpose text embedding models frequently fail to adequately represent c…