BioTender-max GitHub avatar

ai-bio-conference-papers

BioTender-max

一个经过整理的、机器可读的AI×生物学论文语料库,包含2010至2026年ICLR、ICML和NeurIPS接收的3,722篇论文,提供结构化数据、标签和图表。

Stars

17

7 天增长

暂无数据

Fork 数

1

开放 Issue

0

开源协议

NOASSERTION

最近更新

2026-07-07

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

这是首个在三大顶级机器学习会议上公开、可复现的AI×生物学论文权威索引,召回率高达95.9%,且标签经过人工审核。

适合谁使用

  • 从事生物学或计算生物学研究的AI/ML研究人员
  • 寻找相关机器学习文献的生物学家和生物信息学家
  • 探索人工智能与生命科学交叉领域的研究生
  • 绘制研究趋势的会议组织者或审稿人

典型使用场景

  • 系统性文献综述和AI在生物学中的元分析
  • 随时间变化的主题轨迹趋势分析(如蛋白质、单细胞)
  • 从整理后的论文元数据构建训练数据集或基准测试
  • 按会议、年份或标签快速浏览论文以用于研究规划

项目优势

  • 全面性:涵盖17年3,722篇论文,包含10个主题标签
  • 高召回率(95.9%),经315篇手工标注的真实集验证
  • 完全可复现:所有数据和Markdown文件均可从一个JSON文件重新生成
  • 双许可证(MIT + CC BY 4.0),便于灵活复用

使用前须知

  • PMLR限制:2020年之前的ICML摘要被截断,影响过滤准确性
  • 仅包含接收论文,不包括被拒稿件和研讨会
  • 标签分配具有主观性,且在按年份的Markdown文件中仅使用第一个匹配标签

README 快速开始

AI × Biology Papers Corpus

The definitive, machine-readable index of AI × Biology papers accepted at ICLR, ICML and NeurIPS.

Browse  ·  Figures  ·  Tags  ·  Data  ·  Load  ·  Methods


Why this exists

🎯 One canonical corpus

Every AI × Biology paper accepted at ICLR / ICML / NeurIPS, from NeurIPS 2010 to ICLR 2026, in one place. 3,722 records, all with abstract, authors and PDF link.

🏷️ Machine-labelled, human-audited

Two-stage keyword filter with 95.9 % recall against a 315-paper hand-curated truth set. Ten topical tags (protein, molecule, single_cell, …) assigned per paper.

📊 Ready to analyse

Ships as structured JSON + CSV plus 33 foldable markdown files you can browse on GitHub. Reproducible: the entire tree regenerates from one JSON.


🚀 Quick start

git clone https://github.com/biotender/ai-bio-conference-papers.git
cd ai-bio-conference-papers

# Browse in your editor — every paper is a foldable  card
open papers/ICLR/2026.md

# Or load the data
python -c "import json; papers = json.load(open('data/papers_master.json')); print(len(papers), 'papers')"

📈 At a glance

Corpus overview — 3,722 papers, 2010 → 2026

Stacked bars by venue, one bar per year. NeurIPS dominates the early record (2010–2017, ICLR/ICML absent from the corpus); ICLR takes over from 2020 onwards. The 2026 bar reaches 1,235 papers even without NeurIPS 2026, which had not yet run at snapshot time. The AlphaFold2 reference line marks the 2021 inflection point.

SVG (vector, editable): figures/corpus_overview.svg

Topic trajectories — 7 tags, 2017 → 2026

Per-year paper counts for the seven densest tags. protein climbs from ~2 papers/year (2018) to 294 in 2026 — a textbook post-AlphaFold2 explosion. single_cell lifts late (25 → 125 across 2020–2026). genomics roughly doubles between 2024 → 2025 (59 → 148). medical_imaging and clinical grow more steadily.

SVG (vector, editable): figures/topic_trajectories.svg

Both figures are regenerated directly from data/papers_master.json; the plotting code lives in the companion biotender-ai-bio-corpus repo.


🗂 Bro

项目描述

3,722 AI × Biology papers from ICLR / ICML / NeurIPS (2010–2026) — browsable by venue & year

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

lopopolo
精选
lopopolo GitHub avatar

harness-engineering

Harness Engineering is a methodology for improving coding agent outputs by carefully crafting the environment around them—providing curated context, tools, and executable constraints that encode an organization’s nonfunctional requirements and cumulative lessons.

AI 与机器学习AI 智能体
2,390
slvDev
精选
slvDev GitHub avatar

esp32-ai

A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.

AI 与机器学习大语言模型
1,960
littledivy
精选
littledivy GitHub avatar

mimic

mimic captures traffic from any iOS or web app and automatically generates a Python client library that lets you call the app's API like a regular library.

AI 与机器学习
1,482