biotender-max/ai-bio-conference-papers — explained in plain English
Analysis updated 2026-05-18
Browse AI-and-biology papers from a specific conference and year without searching each proceedings site separately
Load the dataset into a Python script to analyze trends in AI biology research topics over time
Find papers tagged with a specific topic, like protein modeling or single cell analysis
Track how research volume in a subfield, such as protein structure prediction, has grown since 2021
| biotender-max/ai-bio-conference-papers | 0petru/sentimo | agi-eval-official/forte | |
|---|---|---|---|
| Stars | 17 | 17 | 17 |
| Language | Python | Python | Python |
| Setup difficulty | easy | moderate | hard |
| Complexity | — | 3/5 | 4/5 |
| Audience | researcher | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
No installation needed, clone the repo and load the JSON or browse the markdown files directly.
This repository is a curated dataset, not a piece of software you run. It collects 3,722 research papers at the intersection of artificial intelligence and biology that were accepted at three major AI conferences, ICLR, ICML, and NeurIPS, spanning from 2010 through 2026. Each paper entry includes its title, authors, abstract, and a link to the PDF. The papers were found using a two stage keyword filter built to catch biology related work across a huge pool of AI conference papers, and the README states this filter was checked against a smaller, hand reviewed set of 315 papers and correctly found about 96 percent of them. Every paper is tagged with one or more of ten topic labels, such as protein, molecule, single cell, clinical, and neuro, based on which biology keywords appear in its abstract. The data is provided in a few different forms: a master JSON and CSV file containing every paper record, and a set of markdown files organized by conference and year that you can browse directly on GitHub, where each paper appears as a collapsible entry you click to expand and read the full abstract. A table in the README lets you jump straight to the file for any specific venue and year, along with the paper count for that year. The README also includes charts showing how the number of papers and specific topics, like protein related research, have grown over time, especially picking up noticeably after 2021. The intended use is for researchers, students, or anyone curious about trends in AI applied to biology to browse, search, or load this dataset into their own analysis scripts, since it can be loaded directly as JSON in a couple lines of Python. The data is released under a combination of the MIT license and CC-BY-4.0.
A curated dataset of 3,722 AI-and-biology research papers from ICLR, ICML, and NeurIPS (2010-2026), browsable by year and topic tag.
Mainly Python. The stack also includes Python, JSON, CSV.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.