Skip to content

Commit b45a3fd

Browse files
authored
Add awesome field information (#26)
* Add awesome field information * Fix minor typo
1 parent ac367d1 commit b45a3fd

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.github/workflows/bib2readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
Contributions are always welcome, see [`CONTRIBUTING.md`](https://github.com/bayesflow-org/awesome-amortized-inference/blob/main/CONTRIBUTING.md) for a contribution guide 🧡
3030
3131
This list currently has some overlap with the `awesome-neural-sbi` list ([Link](https://github.com/smsharma/awesome-neural-sbi)) because
32-
amortized inference has gained populatity in the context of simulation-based inference (SBI) with neural networks.
32+
amortized inference has gained popularity in the context of simulation-based inference (SBI) with neural networks.
3333
However, there is a trend towards broader amortized inference methods that are not necessarily simulation-based.
3434
This list aims to cover all amortized inference methods, including but not limited to simulation-based inference.
3535
We highly recommend checking out these lists for more resources on modern simulation-based inference:

resources.bib

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ @article{elsemuller2024deep
107107
issn = {1939-1463, 1082-989X},
108108
doi = {10.1037/met0000645},
109109
awesome-category = {method},
110+
awesome-tldr = {Proposes a multilevel neural architecture for compressing hierarchical data structures in Bayesian model comparison.},
111+
awesome-link-paper = {https://arxiv.org/abs/2301.11873},
112+
awesome-link-code = {https://github.com/bayesflow-org/Hierarchical-Model-Comparison},
110113
langid = {english}
111114
}
112115

@@ -116,7 +119,10 @@ @article{elsemuller2024sensitivityaware
116119
year = {2024},
117120
journal = {Transactions on Machine Learning Research},
118121
issn = {2835-8856},
119-
awesome-category = {method}
122+
awesome-category = {method},
123+
awesome-tldr = {Proposes a framework for amortized and thus efficient sensitivity analyses on all major dimensions of a Bayesian model.},
124+
awesome-link-paper = {https://openreview.net/forum?id=Kxtpa9rvM0},
125+
awesome-link-code = {https://github.com/bayesflow-org/SA-ABI},
120126
}
121127

122128
@inproceedings{falkiewicz2023calibrating,
@@ -292,7 +298,9 @@ @article{radev2023bayesflow
292298
pages = {5702},
293299
publisher = {The Open Journal},
294300
doi = {10.21105/joss.05702},
295-
awesome-category = {software}
301+
awesome-category = {software},
302+
awesome-link-paper = {https://joss.theoj.org/papers/10.21105/joss.05702},
303+
awesome-link-code = {https://github.com/bayesflow-org/bayesflow}
296304
}
297305

298306
@inproceedings{radev2023jana,
@@ -453,7 +461,9 @@ @article{tejero-cantero2020sbi
453461
pages = {2505},
454462
publisher = {The Open Journal},
455463
doi = {10.21105/joss.02505},
456-
awesome-category = {software}
464+
awesome-category = {software},
465+
awesome-link-paper = {https://joss.theoj.org/papers/10.21105/joss.02505},
466+
awesome-link-code = {https://github.com/sbi-dev/sbi}
457467
}
458468

459469
@inproceedings{tsilifis2022inverse,

0 commit comments

Comments
 (0)