paper-with-me

Papers

MARBLE: Multi-Agent Reasoning for Bioinformatics Learning and Evolution

2026-01-20 · Sunghyun Kim, Seokwoo Yun, Youngseo Yun, Youngrak Lee, Sangsoo Lim arxiv

Motivation: Developing high-performing bioinformatics models typically requires repeated cycles of hypothesis formulation, architectural redesign, and empirical validation, making progress slow, labor-intensive, and difficult to reproduce. Although recent LLM-based assistants can automate isolated steps, they lack performance-grounded reasoning and stability-aware mechanisms required for reliable, iterative model improvement in bioinformatics workflows. Results: We introduce MARBLE, an execution-stable autonomous model refinement framework for bioinformatics models. MARBLE couples literature-aware reference selection with structured, debate-driven architectural reasoning among role-specialized agents, followed by autonomous execution, evaluation, and memory updates explicitly grounded in empirical performance. Across spatial transcriptomics domain segmentation, drug-target interaction prediction, and drug response prediction, MARBLE consistently achieves sustained performance improvements over strong baselines across multiple refinement cycles, while maintaining high execution robustness and low regression rates. Framework-level analyses demonstrate that structured debate, balanced evidence selection, and performance-grounded memory are critical for stable, repeatable model evolution, rather than single-run or brittle gains. Availability: Source code, data and Supplementary Information are available at https://github.com/PRISM-DGU/MARBLE.

📄 PDF Abstract BibTeX arXiv:2601.14349

Code (0)

등록된 구현이 없습니다.

Tasks

Drug Response Prediction

Similar Papers 제목 키워드 기반

MARBLE: A Multi-Agent Rule-Based LLM Reasoning Engine for Accident Severity Prediction

2025-07-07 · Kaleem Ullah Qasim, Jiashu Zhang arxiv

Accident severity prediction plays a critical role in transportation safety systems but is a persistently difficult task due to incomplete data, strong feature dependencies, and severe class imbalance in which rare but h…

severity prediction

A Multi-scale Linear-time Encoder for Whole-Slide Image Analysis

2026-02-02 · Jagan Mohan Reddy Dwarampudi, Joshua Wong, Hien Van Nguyen, Tania Banerjee arxiv

We introduce Multi-scale Adaptive Recurrent Biomedical Linear-time Encoder (MARBLE), the first \textit{purely Mamba-based} multi-state multiple instance learning (MIL) framework for whole-slide image (WSI) analysis. MARB…

Multiple Instance Learning

Process-Reward Tactic Evolution for Long-Horizon Bioinformatics Workflows

2026-06-18 · Lingzhi Yang, Yubo Fan, Song Wu, Gilchan Park arxiv

LLM agents can write code and call tools, but reliable bioinformatics work requires long-horizon interaction with workflow software, typed data objects, provenance, and biological checks. We study this setting through Ga…

Learning Probabilities: Towards a Logic of Statistical Learning

2019-07-22 · Alexandru Baltag, Soroush Rafiee Rad, Sonja Smets

We propose a new model for forming beliefs and learning about unknown probabilities (such as the probability of picking a red marble from a bag with an unknown distribution of coloured marbles). The most widespread model…

BioAgent Bench: An AI Agent Evaluation Suite for Bioinformatics

2026-01-29 · Dionizije Fa, Marko Culjak, Bruno Pandza, Mateo Cupic arxiv

We introduce BioAgent Bench, an evaluation suite designed for measuring the performance and robustness of AI agents in common bioinformatics tasks. The suite consists of manually curated end-to-end tasks (e.g., RNA-seq, …