Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- yangyz1230/TACO
|
| 4 |
+
tags:
|
| 5 |
+
- biology
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
This repository contains data for our ICLR 2025 paper: [Regulatory DNA Sequence Design with Reinforcement Learning](https://huggingface.co/papers/2503.07981).
|
| 9 |
+
|
| 10 |
+
## Citation
|
| 11 |
+
|
| 12 |
+
If you find the data useful in your research, please cite our work:
|
| 13 |
+
|
| 14 |
+
```bibtex
|
| 15 |
+
@inproceedings{yang2025regulatory,
|
| 16 |
+
title={Regulatory DNA Sequence Design with Reinforcement Learning},
|
| 17 |
+
author={Zhao Yang and Bing Su and Chuan Cao and Ji-Rong Wen},
|
| 18 |
+
booktitle={The Thirteenth International Conference on Learning Representations},
|
| 19 |
+
year={2025},
|
| 20 |
+
url={https://openreview.net/forum?id=F4IMiNhim1}
|
| 21 |
+
}
|