vivianschu commited on
Commit
78e32f6
1 Parent(s): 4520e38

Add README

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # RNA Evalaution Tasks
2
+ Obtained from [BEACON: Benchmark for Comprehensive RNA Tasks and Language Models](https://arxiv.org/abs/2406.10391)
3
+
4
+ ## Tasks
5
+ 1. Mean Ribosome Loading
6
+ 2. Modification
7
+ 3. ncRNA Family
8
+ 4. Secondary Structure
9
+ 5. Splicing
10
+
11
+ ## Citation
12
+ If you find this repo useful for your research, please consider citing the paper
13
+ ```
14
+ @misc{ren2024beacon,
15
+ title={BEACON: Benchmark for Comprehensive RNA Tasks and Language Models},
16
+ author={Yuchen Ren and Zhiyuan Chen and Lifeng Qiao and Hongtai Jing and Yuchen Cai and Sheng Xu and Peng Ye and Xinzhu Ma and Siqi Sun and Hongliang Yan and Dong Yuan and Wanli Ouyang and Xihui Liu},
17
+ year={2024},
18
+ eprint={2406.10391},
19
+ archivePrefix={arXiv},
20
+ primaryClass={id='q-bio.QM' full_name='Quantitative Methods' is_active=True alt_name=None in_archive='q-bio' is_general=False description='All experimental, numerical, statistical and mathematical contributions of value to biology'}
21
+ }
22
+ ```