Scholay

学术搜索 · AI 审稿 · LaTeX 协作

MolReFlect: Toward In-Context Fine-Grained Alignments Between Molecules and Texts

作者:Jiatong Li, Yunqing Liu, Wei Liu, Jinhong Le, Di Zhang, Wenqi Fan, Dongzhan Zhou, Yuqiang Li, Qing Li · 发表于:IEEE Transactions on Knowledge and Data Engineering · 年份:2026 · DOI:10.1109/tkde.2026.3689445 · 被引用次数:4 · 研究领域:Machine Learning in Materials Science、Biomedical Text Mining and Ontologies、Computational Drug Discovery Methods

Molecule discovery is a pivotal research field, impacting everything from medicine to materials. Recently, Large Language Models (LLMs) have been widely adopted in molecular understanding and generation, serving as a bridge between the molecular space and the natural language space, yet the alignment between molecules and their corresponding captions remains a significant challenge. Previous endeavors typically treat molecules as monolithic inputs, lacking an intermediate reasoning process and sacrificing explainability. In this work, we define fine-grained alignments as the precise correspondence between a molecule's sub-structures and the textual phrases that explain their properties. These alignments are crucial for LLMs to understand molecules in a more accurate and explainable manner. Normally, such fine-grained alignments require expert annotation, which is both costly and time-consuming. To allow LLMs to automatically label and learn the fine-grained alignments, we propose MolReFlect, a novel teacher-student framework, where a teacher LLM first generates and refines mappings between caption phrases and SMILES substructures and then explicitly teaches these detailed alignments to a student LLM. Experimental results demonstrate that MolReFlect enables LLMs to significantly outperform previous baselines, achieving the state-of-the-art performance in the molecule-caption translation task. Our codes are available via: https://github.com/phenixace/MolReFlect.