Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/8/4 15:57:38
Bi-semantic Chemical Embedder for Joint Representation Learning of SMILES and Natural Language
AI 中文解读
核心亮点:科学家给AI分子模型装上“语言记忆”,让它在看懂化学结构的同时不忘理解自然语言,实现“一脑两用”。
通俗解读:过去训练AI识别药物分子,就像让一个文科生死记硬背化学符号,结果他忘了怎么说话。这次新模型CheMatE用了“先学课文再学化学”的聪明办法:先让它读大量带分子注释的科学文献,再通过对比学习把分子结构和文字描述绑定在一起。相当于给AI配了本“化学-语言对照词典”,既懂化学式又懂人话。
实际影响:这项技术能让药物研发更高效。比如你输入“能治疗高血压的分子”,AI能直接给出候选结构,还能看懂论文里的描述。未来普通人查询药品信息时,AI能更准确地解释“这个药为什么有效”,甚至辅助医生快速筛选药物。虽然普通人不会直接用到,但新药上市速度可能因此加快,医疗成本有望降低。
Transformer models have revolutionized natural language processing (NLP), and text-based molecular representations like SMILES have successfully extended these architectures to chemistry. However, domain-adaptive pre-training often causes models to overfit to chemical syntax, catastrophically forgetting their foundational semantic capabilities. To address this challenge, we introduce CheMatE, a chemistry-oriented embedding model that jointly captures molecular structure and domain-specific natural language within the same representation space. Built on a ModernBERT backbone, CheMatE learns bi-semantic representations through a two-stage training procedure: continued masked language modeling (MLM) followed by a Matryoshka contrastive learning stage via Multiple Negative Ranking Loss (MNRL). First, we train the model using MLM on a novel, large-scale corpus of SMILES-annotated, long-context scientific documents that were constructed and curated from FineWeb and ChemPile (comprising 10.4B and 11.5B tokens, respectively). Subsequently, the model undergoes contrastive learning using a synthetic dataset of SMILES-text pairs algorithmically derived from our original training corpus. This design exposes the model to SMILES-enriched scientific literature, enabling bi-semantic understanding. We evaluate CheMatE across a range of downstream tasks covering molecular property prediction and scientific language understanding. Our results demonstrate that coupling our custom-curated datasets with this sequential training strategy yields robust, highly transferable representations. By effectively unifying structural and contextual signals within a single text-based framework, CheMatE achieves competitive performance across both specialized chemistry models and general-purpose language model baselines.
分享
阅读原文 ↗