--- license: mit task_categories: - text-generation tags: - biology - genomics - long-context size_categories: - 100B` or `<->`) | | `sequence` | string | Extracted functional DNA sequence | | `start` | int | Start coordinate of the functional region on the RefSeq record | | `end` | int | End coordinate of the functional region on the RefSeq record | --- ## ๐ŸŒ Species Type Tokens (`species_type`) Each sample is annotated with a coarse-grained evolutionary category: | Token | Meaning | |------|--------| | `` | Protozoa | | `` | Fungi | | `` | Plant | | `` | Invertebrate | | `` | Vertebrate (non-mammalian) | | `` | Vertebrate (mammalian) | --- ## ๐Ÿง  Gene Type Tokens (`gene_type`) Functional regions are categorized as follows: | Token | Description | |------|-------------| | `` | Protein-coding gene (gene-centric region, not limited to CDS only) | | `` | Pseudogene | | `` | Transfer RNA gene | | `` | Ribosomal RNA gene | | `` | Non-coding RNA | | `` | RNA genes not assigned to a specific class | --- ## ๐Ÿ” Strand Orientation - `<+>` denotes the positive strand - `<->` denotes the negative strand in the reference genome --- ## ๐Ÿ”ฌ Sequence Characteristics - Raw DNA sequences (`A/C/G/T/N`) - Uppercase encoding - `N` denotes ambiguous nucleotides - No tokenization, masking, or augmentation is applied at this stage This representation preserves **maximum flexibility** for downstream preprocessing and modeling strategies. --- ## ๐Ÿš€ Intended Use This dataset is designed to support: - Large-scale **DNA language model pretraining** - Gene-centric functional sequence modeling - Cross-species and cross-gene-type representation learning - Research in comparative and functional genomics --- ## ๐Ÿงช Relationship to GENERator-v2-Eukaryote Training This repository provides **raw functional sequence data**. The actual pretraining pipeline of **GENERator-v2-Eukaryote** applies additional post-processing steps, including: - Sequence concatenation and segmentation - Tokenization and phase augmentation These steps are **not applied in this dataset** and are described in detail in the **GENERator-v2 Technical Report** (Comming Soon). --- ## ๐Ÿ”ฎ Future Data Releases The training corpus for **GENERator-v2-Prokaryote** is currently under active evaluation and optimization. We plan to release the corresponding prokaryotic pretraining data **after thorough validation of data quality and downstream performance**. In addition, the **GENERanno series of genome annotation datasets**, covering both **eukaryotic and prokaryotic genomes** at substantially larger scale, will be made publicly available in future releases. Please stay tuned for updates. --- ## ๐Ÿ”— Related Resources For more information about the GENERator family of models and ongoing developments, please visit our GitHub repository: ๐Ÿ‘‰ https://github.com/GenerTeam/ --- ## ๐Ÿ“ Citation ```bibtex @article {li2026generator2, author = {Li, Qiuyi and Zhan, Zhihao and Feng, Shikun and Zhu, Yiheng and He, Yuan and Wu, Wei and Shi, Zhenghang and Wang, Shengjie and Hu, Zongyong and Yang, Zhao and Li, Jiaoyang and Tang, Jian and Liu, Haiguang and Qin, Tao}, title = {Functional In-Context Learning in Genomic Language Models with Nucleotide-Level Supervision and Genome Compression}, elocation-id = {2026.01.27.702015}, year = {2026}, doi = {10.64898/2026.01.27.702015}, publisher = {Cold Spring Harbor Laboratory}, URL = {https://www.biorxiv.org/content/early/2026/01/29/2026.01.27.702015}, journal = {bioRxiv} } @article{wu2025generator, title={GENERator: a long-context generative genomic foundation model}, author={Wu, Wei and Li, Qiuyi and Li, Mingyang and Fu, Kun and Feng, Fuli and Ye, Jieping and Xiong, Hui and Wang, Zheng}, journal={arXiv preprint arXiv:2502.07272}, year={2025} } ```