GenerTeam commited on
Commit
fe4bb4b
·
verified ·
1 Parent(s): 29fed02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -9
README.md CHANGED
@@ -21,7 +21,7 @@ This requirement arises because **GENERator** employs a 6-mer tokenizer. If the
21
  We apologize for any inconvenience this may cause and recommend adhering to the above guidelines to ensure accurate and meaningful generation results.
22
 
23
  ## Abouts
24
- In this repository, we present GENERator-v2, a generative genomic foundation with enhanced performance in prokaryotic domain. More technical details are coming soon...
25
 
26
  Python scripts for downstream analysis are available on Github: [https://github.com/GenerTeam/GENERator](https://github.com/GenerTeam/GENERator).
27
 
@@ -162,13 +162,22 @@ print("Mean Pooling Embeddings:", mean_embeddings)
162
 
163
  ## Citation
164
  ```
165
- @misc{wu2025generator,
166
- title={GENERator: A Long-Context Generative Genomic Foundation Model},
167
- author={Wei Wu and Qiuyi Li and Mingyang Li and Kun Fu and Fuli Feng and Jieping Ye and Hui Xiong and Zheng Wang},
168
- year={2025},
169
- eprint={2502.07272},
170
- archivePrefix={arXiv},
171
- primaryClass={cs.CL},
172
- url={https://arxiv.org/abs/2502.07272},
 
173
  }
 
 
 
 
 
 
 
 
174
  ```
 
21
  We apologize for any inconvenience this may cause and recommend adhering to the above guidelines to ensure accurate and meaningful generation results.
22
 
23
  ## Abouts
24
+ In this repository, we present GENERator-v2, a generative genomic foundation with enhanced performance in prokaryotic domain. More technical details are provided in the GENERator-v2 [technical report](https://www.biorxiv.org/content/10.64898/2026.01.27.702015v1).
25
 
26
  Python scripts for downstream analysis are available on Github: [https://github.com/GenerTeam/GENERator](https://github.com/GenerTeam/GENERator).
27
 
 
162
 
163
  ## Citation
164
  ```
165
+ @article {li2026generator2,
166
+ 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},
167
+ title = {Functional In-Context Learning in Genomic Language Models with Nucleotide-Level Supervision and Genome Compression},
168
+ elocation-id = {2026.01.27.702015},
169
+ year = {2026},
170
+ doi = {10.64898/2026.01.27.702015},
171
+ publisher = {Cold Spring Harbor Laboratory},
172
+ URL = {https://www.biorxiv.org/content/early/2026/01/29/2026.01.27.702015},
173
+ journal = {bioRxiv}
174
  }
175
+
176
+ @article{wu2025generator,
177
+ title={GENERator: a long-context generative genomic foundation model},
178
+ author={Wu, Wei and Li, Qiuyi and Li, Mingyang and Fu, Kun and Feng, Fuli and Ye, Jieping and Xiong, Hui and Wang, Zheng},
179
+ journal={arXiv preprint arXiv:2502.07272},
180
+ year={2025}
181
+ }
182
+
183
  ```