Skip to content

Commit 36a9502

Browse files
authored
docs: add UAI 2025 acceptance
Updated the documentation to include badges indicating the paper was accepted at UAI 2025 and released on OpenReview. Also updated the bibtex entry with UAI 2025 details.
1 parent 9894d97 commit 36a9502

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![Build Status](https://github.com/prokolyvakis/mudpod/actions/workflows/test_workflow.yml/badge.svg)
44
[![arXiv](https://img.shields.io/badge/arXiv-2311.16614-b31b1b.svg)](https://arxiv.org/abs/2311.16614)
5+
[![UAI 2025](https://img.shields.io/badge/Accepted-UAI_2025-brightgreen)](https://openreview.net/pdf?id=f3KdHTMabv)
56

67
This package offers tools to analyze the unimodality of data sampled from multivariate distributions lying in the Euclidean Space. To read an independent explanation and summary of this paper, please refer to the write-up by AIModels.fyi [here](https://www.aimodels.fyi/papers/arxiv/multivariate-unimodality-test-harnessing-dip-statistic-mahalanobis).
78

@@ -41,13 +42,13 @@ pdm install -G GROUP_NAME
4142
If you find this code useful in your research, please cite:
4243

4344
```
44-
@misc{kolyvakis2023multivariate,
45-
title={A Multivariate Unimodality Test Harnenssing the Dip Statistic of Mahalanobis Distances Over Random Projections},
46-
author={Prodromos Kolyvakis and Aristidis Likas},
47-
year={2023},
48-
eprint={2311.16614},
49-
archivePrefix={arXiv},
50-
primaryClass={stat.ME}
45+
@inproceedings{
46+
kolyvakis2025a,
47+
title={A Multivariate Unimodality Test Harnessing the Dip Statistic of Mahalanobis Distances Over Random Projections},
48+
author={Prodromos Kolyvakis and Aristidis Likas},
49+
booktitle={The 41st Conference on Uncertainty in Artificial Intelligence},
50+
year={2025},
51+
url={https://openreview.net/forum?id=f3KdHTMabv}
5152
}
5253
```
5354

0 commit comments

Comments
 (0)