Datasets:
Upload folder using huggingface_hub
Browse files- README.md +106 -0
- bprna_1m.parquet +3 -0
- rfam_14_5.parquet +3 -0
- rfam_14_5_mafft.parquet +3 -0
- rfam_14_5_ref.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: rna
|
| 3 |
+
tags:
|
| 4 |
+
- Biology
|
| 5 |
+
- RNA
|
| 6 |
+
license:
|
| 7 |
+
- cc-by-4.0
|
| 8 |
+
source_datasets:
|
| 9 |
+
- multimolecule/bprna
|
| 10 |
+
- multimolecule/rfam
|
| 11 |
+
task_categories:
|
| 12 |
+
- text-generation
|
| 13 |
+
- fill-mask
|
| 14 |
+
task_ids:
|
| 15 |
+
- language-modeling
|
| 16 |
+
- masked-language-modeling
|
| 17 |
+
pretty_name: IPknot++
|
| 18 |
+
library_name: multimolecule
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
# IPknot++
|
| 22 |
+
|
| 23 |
+
IPknot++ is a benchmark dataset released with the IPknot++ RNA secondary structure prediction paper.
|
| 24 |
+
It is intended as an external evaluation set rather than a training split.
|
| 25 |
+
A common use is to train or tune RNA secondary structure prediction models on SPOT-RNA-style splits such as [bpRNA-spot](../bprna_spot), then evaluate generalization on IPknot++.
|
| 26 |
+
|
| 27 |
+
The original release does not define train, validation, and test partitions.
|
| 28 |
+
The converted dataset follows the paper's benchmark blocks as four splits:
|
| 29 |
+
|
| 30 |
+
- `bprna_1m`: single-sequence structures from bpRNA-1m.
|
| 31 |
+
- `rfam_14_5`: single-sequence structures from Rfam 14.5.
|
| 32 |
+
- `rfam_14_5_ref`: Rfam 14.5 reference alignments for common-structure prediction.
|
| 33 |
+
- `rfam_14_5_mafft`: Rfam 14.5 MAFFT alignments for common-structure prediction.
|
| 34 |
+
|
| 35 |
+
For alignment entries, `sequence` and `secondary_structure` are taken from the corresponding single-sequence BPSEQ file, and the full alignment is stored in `aligned_ids` and `aligned_sequences`.
|
| 36 |
+
|
| 37 |
+
## Schema
|
| 38 |
+
|
| 39 |
+
| Column | Description |
|
| 40 |
+
| --- | --- |
|
| 41 |
+
| `id` | Identifier of the benchmark entry. |
|
| 42 |
+
| `sequence` | Ungapped RNA sequence for the benchmark target. |
|
| 43 |
+
| `secondary_structure` | Target secondary structure in dot-bracket notation. |
|
| 44 |
+
| `aligned_ids` | Sequence IDs in the alignment. Single-sequence entries contain only their own ID. |
|
| 45 |
+
| `aligned_sequences` | Aligned sequences, preserving gap characters. Single-sequence entries contain only the ungapped sequence. |
|
| 46 |
+
|
| 47 |
+
## Disclaimer
|
| 48 |
+
|
| 49 |
+
This is an UNOFFICIAL release of the IPknot++ benchmark dataset by Kengo Sato and Yuki Kato.
|
| 50 |
+
|
| 51 |
+
**The team releasing IPknot++ did not write this dataset card for this dataset so this dataset card has been written by the MultiMolecule team.**
|
| 52 |
+
|
| 53 |
+
## Dataset Description
|
| 54 |
+
|
| 55 |
+
- **Homepage**: https://www.sato-lab.org/en/publication/sato-2022-qk/
|
| 56 |
+
- **datasets**: https://huggingface.co/datasets/multimolecule/ipknot-plus-plus
|
| 57 |
+
- **Original URL**: https://zenodo.org/records/4923158
|
| 58 |
+
|
| 59 |
+
## License
|
| 60 |
+
|
| 61 |
+
The original IPknot++ benchmark dataset is licensed under the [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) license.
|
| 62 |
+
|
| 63 |
+
```spdx
|
| 64 |
+
SPDX-License-Identifier: CC-BY-4.0
|
| 65 |
+
```
|
| 66 |
+
|
| 67 |
+
## Citation
|
| 68 |
+
|
| 69 |
+
```bibtex
|
| 70 |
+
@article{sato2022prediction,
|
| 71 |
+
author = {Sato, Kengo and Kato, Yuki},
|
| 72 |
+
journal = {Briefings in Bioinformatics},
|
| 73 |
+
month = jan,
|
| 74 |
+
number = 1,
|
| 75 |
+
title = {Prediction of {RNA} secondary structure including pseudoknots for long sequences},
|
| 76 |
+
volume = 23,
|
| 77 |
+
year = 2022
|
| 78 |
+
}
|
| 79 |
+
```
|
| 80 |
+
|
| 81 |
+
```bibtex
|
| 82 |
+
@dataset{sato2021ipknot,
|
| 83 |
+
author = {Sato, Kengo and Kato, Yuki},
|
| 84 |
+
title = {{IPknot++} benchmark dataset},
|
| 85 |
+
publisher = {Zenodo},
|
| 86 |
+
doi = {10.5281/zenodo.4923158},
|
| 87 |
+
year = 2021
|
| 88 |
+
}
|
| 89 |
+
```
|
| 90 |
+
|
| 91 |
+
> [!NOTE]
|
| 92 |
+
> The artifacts distributed in this repository are part of the MultiMolecule project.
|
| 93 |
+
> If you use MultiMolecule in your research, you must cite the MultiMolecule project as follows:
|
| 94 |
+
|
| 95 |
+
```bibtex
|
| 96 |
+
@software{chen_2024_12638419,
|
| 97 |
+
author = {Chen, Zhiyuan and Zhu, Sophia Y.},
|
| 98 |
+
title = {MultiMolecule},
|
| 99 |
+
doi = {10.5281/zenodo.12638419},
|
| 100 |
+
publisher = {Zenodo},
|
| 101 |
+
url = {https://doi.org/10.5281/zenodo.12638419},
|
| 102 |
+
year = 2024,
|
| 103 |
+
month = may,
|
| 104 |
+
day = 4
|
| 105 |
+
}
|
| 106 |
+
```
|
bprna_1m.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e2d7cab432682cc7832eafa277409e6646ee99669c487ec2461a3b5dd1fd61b
|
| 3 |
+
size 1074554
|
rfam_14_5.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55f7bd44d64bb6fed2510897f664d1bb4025f4f7c7454adc078fbe9f27f4e83e
|
| 3 |
+
size 975793
|
rfam_14_5_mafft.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62a04bdc412c84926feeb7c09db4af50bdd7ba39ba05132728dd58a52502f851
|
| 3 |
+
size 905512
|
rfam_14_5_ref.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b7e67ca249ceaf1e7df645663b8d24849856d43042e4ad52592a5e0a81c447c
|
| 3 |
+
size 995045
|