paper-with-me

Papers

LICO: Large Language Models for In-Context Molecular Optimization

2024-06-27 · Tung Nguyen, Aditya Grover

Optimizing black-box functions is a fundamental problem in science and engineering. To solve this problem, many approaches learn a surrogate function that estimates the underlying objective from limited historical evaluations. Large Language Models (LLMs), with their strong pattern-matching capabilities via pretraining on vast amounts of data, stand out as a potential candidate for surrogate modeling. However, directly prompting a pretrained language model to produce predictions is not feasible in many scientific domains due to the scarcity of domain-specific data in the pretraining corpora and the challenges of articulating complex problems in natural language. In this work, we introduce LICO, a general-purpose model that extends arbitrary base LLMs for black-box optimization, with a particular application to the molecular domain. To achieve this, we equip the language model with a separate embedding layer and prediction layer, and train the model to perform in-context predictions on a diverse set of functions defined over the domain. Once trained, LICO can generalize to unseen molecule properties simply via in-context prompting. LICO achieves state-of-the-art performance on PMO, a challenging molecular optimization benchmark comprising over 20 objective functions.

📄 PDF Abstract BibTeX arXiv:2406.18851

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
BASE 설명 없음

Similar Papers 제목 키워드 기반

Biases in In Silico Evaluation of Molecular Optimization Methods and Bias-Reduced Evaluation Methodology

2022-01-28 · Hiroshi Kajino, Kohei Miyaguchi, Takayuki Osogami

We are interested in in silico evaluation methodology for molecular optimization methods. Given a sample of molecules and their properties of our interest, we wish not only to train an agent that can find molecules optim…

Fragment-Masked Diffusion for Molecular Optimization

2024-08-17 · Kun Li, Xiantao Cai, Jia Wu, Shirui Pan 외

Molecular optimization is a crucial aspect of drug discovery, aimed at refining molecular structures to enhance drug efficacy and minimize side effects, ultimately accelerating the overall drug development process. Many …

Drug Discovery

Elucidation of molecular targets of bioactive principles of black cumin relevant to its anti-tumour functionality - An Insilico target fishing approach

2015-02-20

Black cumin (Nigella sativa) is a spice having medicinal properties with pungent and bitter odour. It is used since thousands of years to treat various ailments, including cancer mainly in South Asia and Middle Eastern r…

Molecular Docking

Network Pharmacology, Molecular Docking, and MR Analysis: Targets and Mechanisms of Gegen Qinlian Decoction for Helicobacter pylori

2023-09-26 · Ruotong. Lu, Xiaozhe. Huang, Sihuan. Deng, Haikun. Du

Objective: The study explored therapeutic targets and mechanisms of Gegen Qinlian Decoction for Helicobacter pylori infection and related gastric cancer using network pharmacology, molecular docking, and Mendelian random…

Molecular Docking

FORGE: Fragment-Oriented Ranking and Generation for Context-Aware Molecular Optimization

2026-05-11 · Qingchuan Zhang, He Cao, Hao Li, Yanjun Shao 외 arxiv

Molecular optimization seeks to improve a molecule through small structural edits while preserving similarity to the starting compound. Recent language-model approaches typically treat this task as prompt-conditioned seq…