luiswyss commited on
Commit
4327e34
·
verified ·
1 Parent(s): e96716a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +112 -3
README.md CHANGED
@@ -1,3 +1,112 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # Dataset Card for Dataset Name
6
+
7
+ <!-- Provide a quick summary of the dataset. -->
8
+
9
+ This dataset contains the tasks provided by _rnaglib_, a benchmarking suite for RNA structure-function modelling.
10
+
11
+ ## Dataset Details
12
+
13
+ ### Dataset Description
14
+
15
+ <!-- Provide a longer summary of what this dataset is. -->
16
+
17
+
18
+
19
+ - **Curated by:** [Luis Wyss, Vincent Mallet, Wissam Karroucha, Carlos Oliver, Karsten Borgwardt]
20
+ - **License:** [MIT licesne]
21
+
22
+ ### Dataset Sources [optional]
23
+
24
+ <!-- Provide the basic links for the dataset. -->
25
+
26
+ - **Repository:** [https://github.com/cgoliver/rnaglib]
27
+ - **Preprint:** [https://arxiv.org/pdf/2503.21681]
28
+ - **Documentation:** [https://rnaglib.org/en/latest/]
29
+
30
+ ## Uses
31
+
32
+ The intended use of these dataset is to train models to elucidate RNA structure-function relationships.
33
+
34
+ ## Dataset Structure
35
+
36
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
37
+
38
+ Detailed information can be found in the linked paper. This repo contains nine tasks, each coming with their own splitting. The splitting is either based on published splits or on structural dissimilarity.
39
+
40
+
41
+ ## Dataset Creation
42
+
43
+ ### Curation Rationale
44
+
45
+ <!-- Motivation for the creation of this dataset. -->
46
+
47
+ We provide datasets replicating published research or generate our own datasets ensuring effective QC, filtering, redundancy removal and splitting.
48
+
49
+ ### Source Data
50
+
51
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
52
+
53
+ All data originates from RNA structures pulled from the PDB.
54
+
55
+ #### Data Collection and Processing
56
+
57
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
58
+
59
+ Details can be found in the linked paper.
60
+
61
+ #### Who are the source data producers?
62
+
63
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
64
+
65
+ The data originates from the PDB, the data producers are the contributors to the PDB.
66
+
67
+ ### Annotations [optional]
68
+
69
+ The data is saved as graphs and annotated with features extracted from th PDB.
70
+
71
+
72
+
73
+ #### Who are the annotators?
74
+
75
+ <!-- This section describes the people or systems who created the annotations. -->
76
+
77
+ _rnaglib_ is used to process the data.
78
+
79
+ #### Personal and Sensitive Information
80
+
81
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
82
+
83
+ N/A
84
+
85
+ ## Bias, Risks, and Limitations
86
+
87
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
88
+
89
+ N/A
90
+
91
+
92
+ ## Citation [optional]
93
+
94
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
95
+
96
+ **BibTeX:**
97
+
98
+ @article{wyss2025comprehensivebenchmarkrna3d,
99
+ title={A Comprehensive Benchmark for RNA 3D Structure-Function Modeling},
100
+ author={Luis Wyss and Vincent Mallet and Wissam Karroucha and Karsten Borgwardt and Carlos Oliver},
101
+ year={2025},
102
+ eprint={2503.21681},
103
+ archivePrefix={arXiv},
104
+ primaryClass={q-bio.BM},
105
+ url={https://arxiv.org/abs/2503.21681},
106
+ }
107
+
108
+
109
+
110
+ ## Dataset Card Contact
111
+
112
+ [More Information Needed]