lingzhi227 commited on
Commit
6c45775
·
verified ·
1 Parent(s): 81667d3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -7,10 +7,10 @@ license: mit
7
  > **A growing benchmark for evaluating LLM agents on complex bioinformatics workflows.**
8
 
9
  [![Dataset on HF](https://img.shields.io/badge/Dataset-HuggingFace-yellow)](https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench)
10
- [![Tasks](https://img.shields.io/badge/Tasks-37-blue)]()
11
  [![Based on](https://img.shields.io/badge/Based%20on-BioAgentBench-green)](https://github.com/bioagent-bench/bioagent-bench)
12
 
13
- Building on [BioAgentBench](https://arxiv.org/abs/2601.21800) (10 tasks), this benchmark adds **37 new tasks** that test LLM agents on increasingly complex, multi-tool bioinformatics pipelines. Tasks span 6 domains and range from simple linear workflows to depth-8 diamond DAGs with 16+ CLI tools.
14
 
15
  **This benchmark is actively growing** — new tasks are added continuously to cover more domains, increase complexity, and push the boundaries of what AI agents can do in bioinformatics.
16
 
@@ -21,7 +21,7 @@ Building on [BioAgentBench](https://arxiv.org/abs/2601.21800) (10 tasks), this b
21
  - **Domain-specific traps**: Tasks include steps where default parameters silently produce wrong results (e.g., Tn5 shift correction in ATAC-seq, Medaka model selection for Nanopore)
22
  - **Real public data**: Every task uses published datasets with ground truth generated by validated reference pipelines
23
 
24
- ## Tasks (37 total)
25
 
26
  | # | Task ID | Name |
27
  |---|---------|------|
@@ -62,6 +62,8 @@ Building on [BioAgentBench](https://arxiv.org/abs/2601.21800) (10 tasks), this b
62
  | 45 | `somatic-variant-calling` | Somatic Variant Calling: Tumor-Normal Paired Analysis |
63
  | 46 | `amr-bgc-screening` | Antimicrobial Resistance and Biosynthetic Gene Cluster |
64
  | 47 | `variant-trio` | Variant Annotation Trio: Clinical Interpretation of Ash |
 
 
65
 
66
  ## Quick start
67
 
 
7
  > **A growing benchmark for evaluating LLM agents on complex bioinformatics workflows.**
8
 
9
  [![Dataset on HF](https://img.shields.io/badge/Dataset-HuggingFace-yellow)](https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench)
10
+ [![Tasks](https://img.shields.io/badge/Tasks-39-blue)]()
11
  [![Based on](https://img.shields.io/badge/Based%20on-BioAgentBench-green)](https://github.com/bioagent-bench/bioagent-bench)
12
 
13
+ Building on [BioAgentBench](https://arxiv.org/abs/2601.21800) (10 tasks), this benchmark adds **39 new tasks** that test LLM agents on increasingly complex, multi-tool bioinformatics pipelines. Tasks span 6 domains and range from simple linear workflows to depth-8 diamond DAGs with 16+ CLI tools.
14
 
15
  **This benchmark is actively growing** — new tasks are added continuously to cover more domains, increase complexity, and push the boundaries of what AI agents can do in bioinformatics.
16
 
 
21
  - **Domain-specific traps**: Tasks include steps where default parameters silently produce wrong results (e.g., Tn5 shift correction in ATAC-seq, Medaka model selection for Nanopore)
22
  - **Real public data**: Every task uses published datasets with ground truth generated by validated reference pipelines
23
 
24
+ ## Tasks (39 total)
25
 
26
  | # | Task ID | Name |
27
  |---|---------|------|
 
62
  | 45 | `somatic-variant-calling` | Somatic Variant Calling: Tumor-Normal Paired Analysis |
63
  | 46 | `amr-bgc-screening` | Antimicrobial Resistance and Biosynthetic Gene Cluster |
64
  | 47 | `variant-trio` | Variant Annotation Trio: Clinical Interpretation of Ash |
65
+ | 48 | `clinical-metaproteomics` | Clinical Metaproteomics: Multi-Engine Marine Microbiome |
66
+ | 49 | `mhc-immunopeptidomics` | MHC Immunopeptidomics: Peptide Identification and Quant |
67
 
68
  ## Quick start
69