Update README.md
Browse files
README.md
CHANGED
@@ -50,4 +50,34 @@ This dataset contains clean simulated weak lensing maps without noise.
|
|
50 |
```
|
51 |
from datasets import load_dataset
|
52 |
dataset = load_dataset('BrachioLab/massmaps-cosmogrid-100k')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
```
|
|
|
50 |
```
|
51 |
from datasets import load_dataset
|
52 |
dataset = load_dataset('BrachioLab/massmaps-cosmogrid-100k')
|
53 |
+
```
|
54 |
+
|
55 |
+
## Citation
|
56 |
+
Please cite FIX and CosmogridV1
|
57 |
+
|
58 |
+
```
|
59 |
+
@misc{jin2024fix,
|
60 |
+
title={The FIX Benchmark: Extracting Features Interpretable to eXperts},
|
61 |
+
author={Helen Jin and Shreya Havaldar and Chaehyeon Kim and Anton Xue and Weiqiu You and Helen Qu and Marco Gatti and Daniel A Hashimoto and Bhuvnesh Jain and Amin Madani and Masao Sako and Lyle Ungar and Eric Wong},
|
62 |
+
year={2024},
|
63 |
+
eprint={2409.13684},
|
64 |
+
archivePrefix={arXiv},
|
65 |
+
primaryClass={cs.LG}
|
66 |
+
}
|
67 |
+
```
|
68 |
+
|
69 |
+
```
|
70 |
+
@article{Kacprzak_2023,
|
71 |
+
title={CosmoGridV1: a simulated 𝗐CDM theory prediction for map-level cosmological inference},
|
72 |
+
volume={2023},
|
73 |
+
ISSN={1475-7516},
|
74 |
+
url={http://dx.doi.org/10.1088/1475-7516/2023/02/050},
|
75 |
+
DOI={10.1088/1475-7516/2023/02/050},
|
76 |
+
number={02},
|
77 |
+
journal={Journal of Cosmology and Astroparticle Physics},
|
78 |
+
publisher={IOP Publishing},
|
79 |
+
author={Kacprzak, Tomasz and Fluri, Janis and Schneider, Aurel and Refregier, Alexandre and Stadel, Joachim},
|
80 |
+
year={2023},
|
81 |
+
month=feb, pages={050} }
|
82 |
+
|
83 |
```
|