ZhiyuanChen commited on
Commit
79fea50
1 Parent(s): 2307223

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +101 -0
  2. test.parquet +3 -0
  3. train.parquet +3 -0
  4. validation.parquet +3 -0
README.md ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: rna
3
+ tags:
4
+ - Biology
5
+ - RNA
6
+ license:
7
+ - agpl-3.0
8
+ size_categories:
9
+ - 1K<n<10K
10
+ task_categories:
11
+ - text-generation
12
+ - fill-mask
13
+ task_ids:
14
+ - language-modeling
15
+ - masked-language-modeling
16
+ pretty_name: RIVAS
17
+ library_name: multimolecule
18
+ ---
19
+
20
+ # RIVAS
21
+
22
+ The RIVAS dataset is a curated collection of RNA sequences and their secondary structures, designed for training and evaluating RNA secondary structure prediction methods.
23
+ The dataset combines sequences from published studies and databases like Rfam, covering diverse RNA families such as tRNA, SRP RNA, and ribozymes.
24
+ The secondary structure data is obtained from experimentally verified structures and consensus structures from Rfam alignments, ensuring high-quality annotations for model training and evaluation.
25
+
26
+ ## Disclaimer
27
+
28
+ This is an UNOFFICIAL release of the RIVAS dataset by Elena Rivas, et al.
29
+
30
+ **The team releasing RIVAS did not write this dataset card for this dataset so this dataset card has been written by the MultiMolecule team.**
31
+
32
+ ## Dataset Description
33
+
34
+ - **Homepage**: https://multimolecule.danling.org/datasets/rivas
35
+ - **Point of Contact**: [Elena Rivas](elenarivas@fas.harvard.edu)
36
+
37
+ ## Example Entry
38
+
39
+ | id | sequence | secondary_structure |
40
+ | ----------------------- | ----------------------------------- | ----------------------------------- |
41
+ | AACY020454584.1_604-676 | ACUGGUUGCGGCCAGUAUAAAUAGUCUUUAAG... | ((((........)))).........((........ |
42
+
43
+ ## Column Description
44
+
45
+ The converted dataset consists of the following columns, each providing specific information about the RNA secondary structures, consistent with the bpRNA standard:
46
+
47
+ - **id**:
48
+ A unique identifier for each RNA entry. This ID is derived from the original `.sta` file name and serves as a reference to the specific RNA structure within the dataset.
49
+
50
+ - **sequence**:
51
+ The nucleotide sequence of the RNA molecule, represented using the standard RNA bases:
52
+
53
+ - **A**: Adenine
54
+ - **C**: Cytosine
55
+ - **G**: Guanine
56
+ - **U**: Uracil
57
+
58
+ - **secondary_structure**:
59
+ The secondary structure of the RNA represented in dot-bracket notation, using up to three types of symbols to indicate base pairing and unpaired regions, as per bpRNA's standard:
60
+
61
+ - **Dots (`.`)**: Represent unpaired nucleotides.
62
+ - **Parentheses (`(` and `)`)**: Represent base pairs in standard stems (page 1).
63
+ - **Square Brackets (`[` and `]`)**: Represent base pairs in pseudoknots (page 2).
64
+ - **Curly Braces (`{` and `}`)**: Represent base pairs in additional pseudoknots (page 3).
65
+
66
+ ## Variations
67
+
68
+ This dataset is available in three variants:
69
+
70
+ - [RIVAS](https://huggingface.co/datasets/multimolecule/rivas-a): Includes TrainSetA (3166 sequences) for training, TestSetA (697 sequences) for validation and TestSetB (430 sequences) for testing.
71
+ - [RIVAS-A](https://huggingface.co/datasets/multimolecule/rivas-a): Includes TrainSetA (3166 sequences) and TestSetA (697 sequences), emphasizing sequence diversity while minimizing overlap between training and test sets. Suitable for evaluating RNA secondary structure prediction models on diverse RNA families.
72
+ - [RIVAS-B](https://huggingface.co/datasets/multimolecule/rivas-b): Consists of TrainSetB (1094 sequences) and TestSetB (430 sequences) derived from Rfam alignments, offering additional structural diversity and RNA types not present in RIVAS-A. Designed for testing the generalization capability of models trained on different types of RNA structures.
73
+
74
+ ## Related Datasets
75
+
76
+ - [bpRNA-spot](https://huggingface.co/datasets/multimolecule/bprna-spot): A subset of RIVAS that applies [CD-HIT (CD-HIT-EST)](https://sites.google.com/view/cd-hit) to remove sequences with more than 80% sequence similarity from RIVAS.
77
+ - [RNAStrAlign](https://huggingface.co/datasets/multimolecule/rnastralign): A database of RNA secondary with the same families as ArchiveII, usually used for training.
78
+
79
+ ## License
80
+
81
+ This dataset is licensed under the [AGPL-3.0 License](https://www.gnu.org/licenses/agpl-3.0.html).
82
+
83
+ ```spdx
84
+ SPDX-License-Identifier: AGPL-3.0-or-later
85
+ ```
86
+
87
+ ## Citation
88
+
89
+ ```bibtex
90
+ @article{rivas2012a,
91
+ author = {Rivas, Elena and Lang, Raymond and Eddy, Sean R},
92
+ journal = {RNA},
93
+ month = feb,
94
+ number = 2,
95
+ pages = {193--212},
96
+ publisher = {Cold Spring Harbor Laboratory},
97
+ title = {A range of complex probabilistic models for {RNA} secondary structure prediction that includes the nearest-neighbor model and more},
98
+ volume = 18,
99
+ year = 2012
100
+ }
101
+ ```
test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f7dd242b66f5f347985a9035a7ed53ddfb15396f39686accc5ae9b8bc508a09
3
+ size 25066
train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6cbc4500a3bdaa56369af8cbba989934bf2ae978cfe3c7e95dc9d16650cab91
3
+ size 267087
validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0235324d438561cb76edfd9680c4a98459b5812994706e75e060e98fd16be452
3
+ size 51184