Shreyas-Bhat / LMLF

Code for "Generating Novel Leads for Drug Discovery Using LLMs with Logical Feedback" -- Accepted at AAAI 2024

Home Page:https://biollm.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A pipeline for Language Models with Logical Feedback

Get started

  1. Clone github repository
git clone "repo-url"
  1. Build environment
cd LMLF/
conda env create --name lmlf --file=environments.yml
conda activate lmlf
  1. Run the program
python nofeedback.py

About

Code for "Generating Novel Leads for Drug Discovery Using LLMs with Logical Feedback" -- Accepted at AAAI 2024

https://biollm.pythonanywhere.com/


Languages

Language:Python 95.6%Language:Shell 4.4%