Datasets:
Upload dataset
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
tags:
|
6 |
+
- biology
|
7 |
+
- genomics
|
8 |
+
- long-context
|
9 |
+
---
|
10 |
+
|
11 |
+
# Gener Tasks
|
12 |
+
|
13 |
+
## Abouts
|
14 |
+
The Gener Tasks currently includes 2 subtasks:
|
15 |
+
* The gene classification task assesses the model's ability to understand short to medium-length sequences, ranging from 100 to 5000 bp. It includes six different gene types and control samples drawn from non-gene regions, with balanced sampling from six distinct eukaryotic taxonomic groups in RefSeq. The classification goal is to predict the gene type.
|
16 |
+
* The taxonomic classification task is designed to assess the model's comprehension of longer sequences, which include both gene and predominantly non-gene regions, ranging in length from 10,000 to 100,000 bp. Samples are similarly balanced and sourced from RefSeq across the same six taxonomic groups, with the objective being to predict the taxonomic group of each sample.
|
17 |
+
|
18 |
+
## How to use
|
19 |
+
```
|
20 |
+
|
21 |
+
```
|
22 |
+
|
23 |
+
## Citation
|
24 |
+
```
|
25 |
+
@misc{wu2025generator,
|
26 |
+
title={GENERator: A Long-Context Generative Genomic Foundation Model},
|
27 |
+
author={Wei Wu and Qiuyi Li and Mingyang Li and Kun Fu and Fuli Feng and Jieping Ye and Hui Xiong and Zheng Wang},
|
28 |
+
year={2025},
|
29 |
+
eprint={2502.07272},
|
30 |
+
archivePrefix={arXiv},
|
31 |
+
primaryClass={cs.CL},
|
32 |
+
url={https://arxiv.org/abs/2502.07272},
|
33 |
+
}
|
34 |
+
```
|
gene_classification/test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ca99514fe5c832cf548f0c6fb03c935dbbf82c94ecdfac6c7d064e7032f38cf
|
3 |
+
size 3577824
|
gene_classification/train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a0c3075134701e4cfbe8fb772b99d55027284a24d2b195643a6227fbffa0a96
|
3 |
+
size 14411938
|
taxonomic_classification/test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cabb03fc15c2635deecfae20bf09fc8ce2985d18cd2d5f1cd85b50a686272e40
|
3 |
+
size 242714298
|
taxonomic_classification/train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a1fb34e84deed4451828cee2ad4b20d295821a2448dd2bd1c235a1a1731935b
|
3 |
+
size 2185119443
|