Text Generation
Transformers
Safetensors
English
chemistry
molecule optimization
File size: 1,970 Bytes
7a43686
 
 
 
 
 
 
 
 
 
 
c0aa8e1
6fbd01e
7a43686
 
 
 
 
 
94a68bc
 
7a43686
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94a68bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
datasets:
- NingLab/C-MuMOInstruct
language:
- en
base_model:
- meta-llama/Llama-3.1-8B-Instruct
pipeline_tag: text-generation
tags:
- chemistry
- molecule optimization
license: cc-by-nc-4.0
library_name: transformers
---

### Model Sources

<!-- Provide the basic links for the model. -->

- **Repository:** [Github](https://github.com/ninglab/GeLLMO-C)
- **Paper:** [Arxiv](https://arxiv.org/abs/2505.23987)

## Usage

For instructions to run the model, please refer to our repository.

## Bias, Risks, and Limitations
While our models are designed for research and drug discovery applications, 
they come with ethical and safety considerations:

1. **Potential for Misuse:** Although the model is not explicitly designed to generate toxic,
controlled, or harmful compounds, adversarial prompts or unintended biases in the pretrained model 
may lead to the generation of undesirable molecules.
2. **Unintended Harmful Outputs:** The model does not inherently filter out molecules with high toxicity, 
abuse potential, or environmental hazards. Users must implement additional safeguards to prevent misuse.
3. **Absence of Built-in Safety Mechanisms:** The model does not incorporate explicit regulatory or 
safety filters (e.g., toxicity or compliance checks). 
It is the responsibility of users to validate generated molecules for safety and ethical considerations.

We urge users to adopt best practices, including toxicity prediction pipelines, 
ethical oversight, and responsible AI usage policies, to prevent harmful applications of this model.

## Citation

If you use the model in any form, please cite our paper as:
```
@article{dey2025llm,
      title={Large Language Models for Controllable Multi-property Multi-objective Molecule Optimization}, 
      author={Vishal Dey and Xiao Hu and Xia Ning},
      year={2025},
      eprint={2505.23987},
      archivePrefix={arXiv},
      primaryClass={cs.LG},
      url={https://arxiv.org/abs/2505.23987}, 
}
```