🤖 AI Summary
Bioinformatics analysis faces dual barriers—high domain expertise requirements and substantial computational resources—while large language models (LLMs) suffer from poor generalizability in domain-specific guidance and excessive resource consumption. Method: This paper introduces the first small language model (SLM)-based multi-agent system tailored for bioinformatics, integrating domain-specific fine-tuning with retrieval-augmented generation (RAG) to enable local deployment and seamless integration of private data. A collaborative multi-agent framework dynamically decomposes tasks and orchestrates agent execution. Contribution/Results: The system achieves near-expert human performance on conceptual genomics tasks and operates fully offline. It significantly reduces dependence on high-end hardware and domain specialists, thereby enhancing analytical accessibility, data privacy, and customization capabilities—marking a paradigm shift toward efficient, trustworthy, and user-centric bioinformatics AI.
📝 Abstract
Creating end-to-end bioinformatics workflows requires diverse domain expertise, which poses challenges for both junior and senior researchers as it demands a deep understanding of both genomics concepts and computational techniques. While large language models (LLMs) provide some assistance, they often fall short in providing the nuanced guidance needed to execute complex bioinformatics tasks, and require expensive computing resources to achieve high performance. We thus propose a multi-agent system built on small language models, fine-tuned on bioinformatics data, and enhanced with retrieval augmented generation (RAG). Our system, BioAgents, enables local operation and personalization using proprietary data. We observe performance comparable to human experts on conceptual genomics tasks, and suggest next steps to enhance code generation capabilities.