Skip to content

Commit

Permalink
Add awesome field information (#26)
Browse files Browse the repository at this point in the history
* Add awesome field information

* Fix minor typo
  • Loading branch information
elseml authored Oct 30, 2024
1 parent ac367d1 commit b45a3fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bib2readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Contributions are always welcome, see [`CONTRIBUTING.md`](https://github.com/bayesflow-org/awesome-amortized-inference/blob/main/CONTRIBUTING.md) for a contribution guide 🧡
This list currently has some overlap with the `awesome-neural-sbi` list ([Link](https://github.com/smsharma/awesome-neural-sbi)) because
amortized inference has gained populatity in the context of simulation-based inference (SBI) with neural networks.
amortized inference has gained popularity in the context of simulation-based inference (SBI) with neural networks.
However, there is a trend towards broader amortized inference methods that are not necessarily simulation-based.
This list aims to cover all amortized inference methods, including but not limited to simulation-based inference.
We highly recommend checking out these lists for more resources on modern simulation-based inference:
Expand Down
16 changes: 13 additions & 3 deletions resources.bib
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ @article{elsemuller2024deep
issn = {1939-1463, 1082-989X},
doi = {10.1037/met0000645},
awesome-category = {method},
awesome-tldr = {Proposes a multilevel neural architecture for compressing hierarchical data structures in Bayesian model comparison.},
awesome-link-paper = {https://arxiv.org/abs/2301.11873},
awesome-link-code = {https://github.com/bayesflow-org/Hierarchical-Model-Comparison},
langid = {english}
}

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

@inproceedings{falkiewicz2023calibrating,
Expand Down Expand Up @@ -292,7 +298,9 @@ @article{radev2023bayesflow
pages = {5702},
publisher = {The Open Journal},
doi = {10.21105/joss.05702},
awesome-category = {software}
awesome-category = {software},
awesome-link-paper = {https://joss.theoj.org/papers/10.21105/joss.05702},
awesome-link-code = {https://github.com/bayesflow-org/bayesflow}
}

@inproceedings{radev2023jana,
Expand Down Expand Up @@ -453,7 +461,9 @@ @article{tejero-cantero2020sbi
pages = {2505},
publisher = {The Open Journal},
doi = {10.21105/joss.02505},
awesome-category = {software}
awesome-category = {software},
awesome-link-paper = {https://joss.theoj.org/papers/10.21105/joss.02505},
awesome-link-code = {https://github.com/sbi-dev/sbi}
}

@inproceedings{tsilifis2022inverse,
Expand Down

0 comments on commit b45a3fd

Please sign in to comment.