ACL Demo 2025

VenusFactory

An integrated system for protein engineering — biological data retrieval, standardized task benchmarking, and modular language-model fine-tuning in one open toolkit, now extended by VenusFactory2 on the web.

Yang Tan, Chen Liu, Jingyuan Gao, Banghao Wu, Mingchen Li, Ruilin Wang, Lingrong Zhang, Huiqun Yu, Guisheng Fan, Liang Hong, Bingxin Zhou

VenusFactory: integrated protein engineering with data retrieval and PLM fine-tuning
VenusFactory unifies data retrieval, benchmarking, and modular PLM fine-tuning for protein engineering workflows.

What VenusFactory does

Protein language models (PLMs) have transformed computational protein science, yet interdisciplinary adoption often stalls on data collection, task setup, and application plumbing. VenusFactory is a versatile engine that closes that gap: it brings biological data retrieval, standardized task benchmarking, and modular fine-tuning into a single open stack for both CS and biology users.

  • Command-line and no-code — scripted execution plus a Gradio interface for interactive work.
  • Broad coverage — 40+ protein-related datasets and 40+ popular PLMs under one roof.
  • Engineering workflows — integrates first-author models such as VenusX, VenusREM, ProSST, and ProtSSN for end-to-end mutation, function, and design pipelines.

Data retrieval & fine-tuning

VenusFactory treats data and training as first-class parts of the engineering loop rather than afterthoughts:

  • Data retrieval — pull and organize protein datasets for common engineering and benchmarking tasks without ad-hoc scraping scripts.
  • Standardized benchmarking — run comparable evaluations across models and tasks with shared conventions.
  • Modular fine-tuning — adapt PLMs to downstream objectives through reusable training modules instead of one-off notebooks.

The ACL Demo release focuses on this integrated path from data to fine-tuned models; open-source code lives at ai4protein/VenusFactory.

VenusFactory2 — free web release

VenusFactory2 extends the toolkit into a free web product for browser-based protein engineering. Use the site at venusfactory.bio, and read the technical report on arXiv:2603.27303.

VF2 packages the same research line — including VenusX, VenusREM, ProSST, ProtSSN, and related tools — into a public web stack so wet-lab and ML users can run engineering workflows without local GPU setup.

Related first-author models

VenusFactory and VenusFactory2 integrate complementary models from the same research line:

  • VenusREM — retrieval-enhanced zero-shot mutation effect prediction.
  • ProSST — structure-token protein language modeling with disentangled attention.
  • ProtSSN — structure–sequence graph networks for fitness scoring.
  • VenusX — fine-grained functional understanding at residue, fragment, and domain levels.

Citation

If you use VenusFactory, please cite the ACL Demo paper:

@inproceedings{tan-etal-2025-venusfactory,
    title = "{V}enus{F}actory: An Integrated System for Protein Engineering with Data Retrieval and Language Model Fine-Tuning",
    author = "Tan, Yang  and
      Liu, Chen  and
      Gao, Jingyuan  and
      Wu, Banghao  and
      Li, Mingchen  and
      Wang, Ruilin  and
      Zhang, Lingrong  and
      Yu, Huiqun  and
      Fan, Guisheng  and
      Hong, Liang  and
      Zhou, Bingxin",
    booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 3: System Demonstrations)",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.acl-demo.23/",
    doi = "10.18653/v1/2025.acl-demo.23",
    pages = "230--241"
}