paper-with-me

홈 › Papers

RAG-Enhanced Collaborative LLM Agents for Drug Discovery

2025-02-22 · Namkyeong Lee, Edward De Brouwer, Ehsan Hajiramezanali, Chanyoung Park, Gabriele Scalia

Recent advances in large language models (LLMs) have shown great potential to accelerate drug discovery. However, the specialized nature of biochemical data often necessitates costly domain-specific fine-tuning, posing critical challenges. First, it hinders the application of more flexible general-purpose LLMs in cutting-edge drug discovery tasks. More importantly, it impedes the rapid integration of the vast amounts of scientific data continuously generated through experiments and research. To investigate these challenges, we propose CLADD, a retrieval-augmented generation (RAG)-empowered agentic system tailored to drug discovery tasks. Through the collaboration of multiple LLM agents, CLADD dynamically retrieves information from biomedical knowledge bases, contextualizes query molecules, and integrates relevant evidence to generate responses -- all without the need for domain-specific fine-tuning. Crucially, we tackle key obstacles in applying RAG workflows to biochemical data, including data heterogeneity, ambiguity, and multi-source integration. We demonstrate the flexibility and effectiveness of this framework across a variety of drug discovery tasks, showing that it outperforms general-purpose and domain-specific LLMs as well as traditional deep learning approaches.

📄 PDF Abstract BibTeX arXiv:2502.17506

Code (0)

등록된 구현이 없습니다.

Tasks

Drug DiscoveryRAGRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Weight Decay 설명 없음
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…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Intelligent System for Automated Molecular Patent Infringement Assessment

2024-12-10 · Yaorui Shi, Sihang Li, Taiyan Zhang, Xi Fang 외

Automated drug discovery offers significant potential for accelerating the development of novel therapeutics by substituting labor-intensive human workflows with machine-driven processes. However, molecules generated by …

Drug Discovery

Collaborative Drug Discovery: Inference-level Data Protection Perspective

2022-05-13 · Balazs Pejo, Mina Remeli, Adam Arany, Mathieu Galtier 외

Pharmaceutical industry can better leverage its data assets to virtualize drug discovery through a collaborative machine learning platform. On the other hand, there are non-negligible risks stemming from the unintended l…

Drug DiscoveryPrivacy Preserving

FROGENT: An End-to-End Full-process Drug Design Multi-Agent System

2025-08-14 · Qihua Pan, Dong Xu, Qianwei Yang, Jenna Xinyi Yao 외 arxiv

Drug discovery is a complex, multi-step pipeline that remains heavily dependent on manual, experience-driven operations; meanwhile, existing customized artificial intelligence tools are fragmented across web applications…

Drug Discovery

Exploring Multi-Modal Data with Tool-Augmented LLM Agents for Precise Causal Discovery

2024-12-18 · ChengAo Shen, Zhengzhang Chen, Dongsheng Luo, Dongkuan Xu 외

Causal discovery is an imperative foundation for decision-making across domains, such as smart health, AI for drug discovery and AIOps. Traditional statistical causal discovery methods, while well-established, predominan…

Causal DiscoveryCausal Inference

PharmAgents: Building a Virtual Pharma with Large Language Model Agents

2025-03-28 · Bowen Gao, Yanwen Huang, Yiqiao Liu, Wenxuan Xie 외

The discovery of novel small molecule drugs remains a critical scientific challenge with far-reaching implications for treating diseases and advancing human health. Traditional drug development--especially for small mole…

Drug DiscoveryLanguage ModelingLanguage ModellingLarge Language Model