|
--- |
|
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}, |
|
} |
|
``` |