正在加载视频...

视频加载失败

🧵1/n LLMs significantly improve Evolutionary Algorithms for molecular discovery! For 18 different molecular optimization tasks, we demonstrate how to achieve SOTA performance by incorporating different LLMs! Learn more in our new paper! Website: Code)

17,899 次观看 • 2 年前 •via X (Twitter)

10 条评论

Yuanqi Du 的头像
Yuanqi Du2 年前

🧵2/n Evolutionary Algorithms (EAs), general-purpose methods to traverse chemical spaces via random mutations and crossovers, demonstrate good performance for molecular optimization. However, finding an "optimal" molecule via random operations might be prohibitively expensive.

Yuanqi Du 的头像
Yuanqi Du2 年前

🧵3/n We propose the use of chemistry-aware LLMs inside mutation and crossover operations to propose new molecules. We demonstrate that it yields better objective values in a fewer number of calls than baseline crossovers and mutations, which randomly edit molecules.

Yuanqi Du 的头像
Yuanqi Du2 年前

🧵4/n For both commercial and open-source LLMs, we validate the performance & sample efficiency of MolLEO on the popular practical molecular optimization (PMO) benchmark and show that we beat the top baselines in PMO (25 total!) on 12 single-objective molecular optimization tasks

Yuanqi Du 的头像
Yuanqi Du2 年前

🧵5/n We also test our models on 6 more challenging structure-based drug design and multi-objective optimization tasks and show that we beat baseline models. Because the perturbations of MolLEO are better than random edits...

Yuanqi Du 的头像
Yuanqi Du2 年前

🧵6/n ..., we hope that it will become more feasible to use oracles that are more expensive but more accurate in representing the target property, generating candidates that are more promising for real-life applications.

Yuanqi Du 的头像
Yuanqi Du2 年前

🧵7/n This was a great collaboration with (* co-first) @Haorui_Wang123*, @martoskreto*, @chertianser, @WenhaoGao1, @konglingkai_AI, @felix_s_k, @chenru_duan, @yuchen_zhuang, @yue___yu, @Zhu_Yanqiao, († co-senior) @YuanqiD†, @A_Aspuru_Guzik†, @k_neklyudov†, @chaozhangcs†

Yuanqi Du 的头像
Yuanqi Du2 年前

@martoskreto @chertianser @WenhaoGao1 @konglingkai_AI @felix_s_k @chenru_duan @yuchen_zhuang @yue___yu @Zhu_Yanqiao @A_Aspuru_Guzik @k_neklyudov @chaozhangcs Tagging some people who might be interested in this work @gabepgomes @pschwllr @andrewwhite01 @JeffGuo__ @WengongJin @drecmb @json_yim @guolin_ke @austinjtripp @ShuiwangJi @KyleWSwanson @charlieharris01 @rneschneuing @igashov @kchonyc @hengjinlp @ysu_nlp @zhiling_zheng @TianfanFu

Yuanqi Du 的头像
Yuanqi Du2 年前

@martoskreto @chertianser @WenhaoGao1 @konglingkai_AI @felix_s_k @chenru_duan @yuchen_zhuang @yue___yu @Zhu_Yanqiao @A_Aspuru_Guzik @k_neklyudov @chaozhangcs @gabepgomes @pschwllr @andrewwhite01 @JeffGuo__ @WengongJin @drecmb @json_yim @guolin_ke @austinjtripp @ShuiwangJi @KyleWSwanson @charlieharris01 @rneschneuing @igashov @kchonyc @hengjinlp @ysu_nlp @zhiling_zheng @KexinHuang5 @GrantRotskoff @CanalJiananLi @Masatosh @HannesStaerk @luost26 @chence_shi @Ryan__Rhys @ZhuoranQ @olexandr @jchodera @bwood_m @lucky_pattanaik @wpwalters @RGBLabMIT @marwinsegler @gklambauer @rbhar90 @jmhernandez233

Austin Tripp 的头像
Austin Tripp2 年前

Cool work @YuanqiD, just had the time to look at it now. It makes sense that LLMs might be able to suggest better-mutations than hand-crafted heuristics. On the other hand, it's probably much slower, so it might struggle in settings with a high eval budget. Did you try this?

Yuanqi Du 的头像
Yuanqi Du2 年前

Thanks for reading it! The rate-limiting factor is the call to GPT API call here if we use an open-source LM it’s pretty fast. Usually the bottleneck is the oracle evaluation I would say, e.g. even calculate docking score is way slower then GPT API call.

相关视频

New Course: Reinforcement Fine-Tuning LLMs with GRPO! Learn to use reinforcement learning to improve your LLM performance in this short course, built in collaboration with Predibase by Rubrik, and taught by Travis Addair, its Co-Founder and CTO, and Arnav Garg, its Senior Engineer and Machine Learning Lead. Reasoning models have been one of the most important developments in LLMs. Reinforcement Fine-Tuning (RFT) uses rewards to encourage LLMs to find solutions to multi-step reasoning tasks such as solving math problems and debugging code - without needing pre-existing training examples like in traditional supervised fine-tuning. Group Relative Policy Optimization (GRPO) is a reinforcement fine-tuning algorithm gaining rapid adoption. Developed by the DeepSeek team and used to train the R1 reasoning model, GRPO uses reward functions that you can write in Python to assign rewards to model responses. It’s beneficial for tasks with verifiable outcomes and can work well even with fewer than 100 training examples. It can also significantly improve the reasoning ability of smaller LLMs, making applications faster and more cost effective. In this course, you’ll take a technical deep dive into RFT with GRPO. You’ll learn to build reward functions that you can use in the GRPO training process to guide an LLM toward better performance on multi-step reasoning tasks. In detail, you’ll: - Learn when reinforcement fine-tuning is a better fit than supervised fine-tuning, especially for tasks involving multi-step reasoning or limited labeled data. - Understand how GRPO uses programmable reward functions as a more scalable alternative to the human feedback required for other reinforcement learning algorithms, such as RLHF and DPO. - Frame the Wordle game as a reinforcement fine-tuning problem and see how an LLM can learn to plan, analyze feedback, and improve its strategy over time. - Design reward functions that power the reinforcement fine-tuning process. - Learn techniques for evaluating more subjective tasks, such as rating the quality of a text summary, using an LLM as a judge. - Understand why reward hacking happens and how to avoid it by adding penalty functions to discourage undesirable behaviors. - Learn the four key components of the loss calculation in the GRPO algorithm: token probability distribution ratios, advantages, clipping, and KL-divergence. - Launch reinforcement fine-tuning jobs using Predibase’s hosted training services. By the end of this course, you’ll be able to build and fine-tune LLMs using reinforcement learning to improve reasoning without relying on large labeled datasets or subjective human feedback. Please sign up here:

Andrew Ng

86,457 次观看 • 1 年前