yurakuratov commited on
Commit
f155a24
·
verified ·
1 Parent(s): 7f6f258

readme: update bib entry and links - GENA in NAR

Browse files
Files changed (1) hide show
  1. README.md +14 -11
README.md CHANGED
@@ -19,7 +19,7 @@ Differences between GENA-LM (`gena-lm-bigbird-base-t2t`) and DNABERT:
19
 
20
  Source code and data: https://github.com/AIRI-Institute/GENA_LM
21
 
22
- Paper: https://www.biorxiv.org/content/10.1101/2023.06.12.544594
23
 
24
  This repository also contains models that are finetuned on downstream tasks and models that are used in our [GENA-Web](https://dnalm.airi.net) web tool for genomic sequence annotation:
25
  - splice sites prediction (branch [gena_web_spliceai](https://huggingface.co/AIRI-Institute/gena-lm-bigbird-base-t2t/tree/gena_web_spliceai))
@@ -59,19 +59,22 @@ GENA-LM (`gena-lm-bigbird-base-t2t`) model is trained in a masked language model
59
  We pre-trained `gena-lm-bigbird-base-t2t` using the latest T2T human genome assembly (https://www.ncbi.nlm.nih.gov/assembly/GCA_009914755.3/). The data was augmented by sampling mutations from 1000-genome SNPs (gnomAD dataset). Pre-training was performed for 1,070,000 iterations with batch size 256.
60
 
61
  ## Evaluation
62
- For evaluation results, see our paper: https://www.biorxiv.org/content/10.1101/2023.06.12.544594v1
63
 
64
  ## Citation
65
  ```bibtex
66
  @article{GENA_LM,
67
- author = {Veniamin Fishman and Yuri Kuratov and Maxim Petrov and Aleksei Shmelev and Denis Shepelin and Nikolay Chekanov and Olga Kardymon and Mikhail Burtsev},
68
- title = {GENA-LM: A Family of Open-Source Foundational Models for Long DNA Sequences},
69
- elocation-id = {2023.06.12.544594},
70
- year = {2023},
71
- doi = {10.1101/2023.06.12.544594},
72
- publisher = {Cold Spring Harbor Laboratory},
73
- URL = {https://www.biorxiv.org/content/early/2023/06/13/2023.06.12.544594},
74
- eprint = {https://www.biorxiv.org/content/early/2023/06/13/2023.06.12.544594.full.pdf},
75
- journal = {bioRxiv}
 
 
 
76
  }
77
  ```
 
19
 
20
  Source code and data: https://github.com/AIRI-Institute/GENA_LM
21
 
22
+ Paper: https://academic.oup.com/nar/article/53/2/gkae1310/7954523
23
 
24
  This repository also contains models that are finetuned on downstream tasks and models that are used in our [GENA-Web](https://dnalm.airi.net) web tool for genomic sequence annotation:
25
  - splice sites prediction (branch [gena_web_spliceai](https://huggingface.co/AIRI-Institute/gena-lm-bigbird-base-t2t/tree/gena_web_spliceai))
 
59
  We pre-trained `gena-lm-bigbird-base-t2t` using the latest T2T human genome assembly (https://www.ncbi.nlm.nih.gov/assembly/GCA_009914755.3/). The data was augmented by sampling mutations from 1000-genome SNPs (gnomAD dataset). Pre-training was performed for 1,070,000 iterations with batch size 256.
60
 
61
  ## Evaluation
62
+ For evaluation results, see our paper: https://academic.oup.com/nar/article/53/2/gkae1310/7954523
63
 
64
  ## Citation
65
  ```bibtex
66
  @article{GENA_LM,
67
+ author = {Fishman, Veniamin and Kuratov, Yuri and Shmelev, Aleksei and Petrov, Maxim and Penzar, Dmitry and Shepelin, Denis and Chekanov, Nikolay and Kardymon, Olga and Burtsev, Mikhail},
68
+ title = {GENA-LM: a family of open-source foundational DNA language models for long sequences},
69
+ journal = {Nucleic Acids Research},
70
+ volume = {53},
71
+ number = {2},
72
+ pages = {gkae1310},
73
+ year = {2025},
74
+ month = {01},
75
+ issn = {0305-1048},
76
+ doi = {10.1093/nar/gkae1310},
77
+ url = {https://doi.org/10.1093/nar/gkae1310},
78
+ eprint = {https://academic.oup.com/nar/article-pdf/53/2/gkae1310/61443229/gkae1310.pdf},
79
  }
80
  ```