paper-with-me

Papers

LLamol: A Dynamic Multi-Conditional Generative Transformer for De Novo Molecular Design

2023-11-24 · Niklas Dobberstein, Astrid Maass, Jan Hamaekers

Generative models have demonstrated substantial promise in Natural Language Processing (NLP) and have found application in designing molecules, as seen in General Pretrained Transformer (GPT) models. In our efforts to develop such a tool for exploring the organic chemical space in search of potentially electro-active compounds, we present "LLamol", a single novel generative transformer model based on the LLama 2 architecture, which was trained on a 13M superset of organic compounds drawn from diverse public sources. To allow for a maximum flexibility in usage and robustness in view of potentially incomplete data, we introduce "Stochastic Context Learning" as a new training procedure. We demonstrate that the resulting model adeptly handles single- and multi-conditional organic molecule generation with up to four conditions, yet more are possible. The model generates valid molecular structures in SMILES notation while flexibly incorporating three numerical and/or one token sequence into the generative process, just as requested. The generated compounds are very satisfactory in all scenarios tested. In detail, we showcase the model's capability to utilize token sequences for conditioning, either individually or in combination with numerical properties, making LLamol a potent tool for de novo molecule design, easily expandable with new properties.

📄 PDF Abstract BibTeX arXiv:2311.14407

Code (1)

fraunhofer-scai/llamol 공식 구현 pytorch

Tasks

valid

Methods 이 논문이 사용한 방법론

Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Multimodal Large Language Models for Inverse Molecular Design with Retrosynthetic Planning

2024-10-05 · Gang Liu, Michael Sun, Wojciech Matusik, Meng Jiang 외

While large language models (LLMs) have integrated images, adapting them to graphs remains challenging, limiting their applications in materials and drug design. This difficulty stems from the need for coherent autoregre…

BenchmarkingDrug DesignGraph GenerationIn-Context Learning

Efficient Generative Transformer Operators For Million-Point PDEs

2025-12-04 · Armand Kassaï Koupaï, Lise Le Boudec, Patrick Gallinari arxiv

We introduce ECHO, a transformer-operator framework for generating million-point PDE trajectories. While existing neural operators (NOs) have shown promise for solving partial differential equations, they remain limited …

Representation Learning

ELT: Elastic Looped Transformers for Visual Generation

2026-04-10 · Sahil Goyal, Swayam Agrawal, Gautham Govind Anil, Prateek Jain 외 arxiv

We introduce Elastic Looped Transformers (ELT), a highly parameter-efficient class of visual generative models based on a recurrent transformer architecture. While conventional generative models rely on deep stacks of un…

Video Generation

Deep Generative Transformers for Probabilistic Time Series and Spatiotemporal Forecasting

2026-03-12 · Rajdeep Pathak, Rahul Goswami, Madhurima Panja, Palash Ghosh 외 arxiv

Reliable uncertainty quantification is paramount for forecasting multivariate time series and spatiotemporal data. While Transformer architectures excel at sequence modeling, current probabilistic approaches typically re…

Tractable Transformers for Flexible Conditional Generation

2025-02-11 · Anji Liu, Xuejie Liu, Dayuan Zhao, Mathias Niepert 외

Non-autoregressive (NAR) generative models are valuable because they can handle diverse conditional generation tasks in a more principled way than their autoregressive (AR) counterparts, which are constrained by sequenti…

Decoder