Datasets:

ArXiv:
License:
charliebtan commited on
Commit
65e594a
·
verified ·
1 Parent(s): fae8cac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ ## Sequential Boltzmann Generators Data
6
+
7
+ This repository contains the data used in the work **Scalable Equilibrium Sampling with Sequential Boltzmann Generators** [*ICML 2025*](https://icml.cc/virtual/2025/poster/45137)
8
+
9
+ This data is a mixture of novel trajectories for our work, as well as existing trajectories that have been reformatted for ease of use with our [codebase](https://github.com/transferable-samplers/transferable-samplers).
10
+
11
+ The sources of each dataset are as follows:
12
+ - [Ace-A-Nme_300K](https://arxiv.org/abs/2110.00351)
13
+ - [AAA_310K](https://arxiv.org/abs/2502.18462) (Ours)
14
+ - [Ace-AAA-Nme_300K](https://arxiv.org/abs/2108.01590)
15
+ - [AAAAAA_310K](https://arxiv.org/abs/2502.18462) (*Ours*)
16
+ - [GYDPETGTWG_310K](https://arxiv.org/abs/2502.18462) (*Ours*)
17
+
18
+ If you use any of these trajectories please cite the corresponding papers.