From 20d5c9332d3f159778c6c44a4d075ecafba2a8cb Mon Sep 17 00:00:00 2001 From: Philip Hartout Date: Wed, 25 Mar 2026 12:16:27 +0100 Subject: [PATCH] Update citation to ICLR 2026 paper version --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 747d590..c808815 100644 --- a/README.md +++ b/README.md @@ -415,13 +415,10 @@ Use `--local` with `--slurm-config` to test the submission pipeline in-process w To cite our paper: ```latex -@misc{krimmel2025polygraph, +@inproceedings{krimmel2026polygraph, title={PolyGraph Discrepancy: a classifier-based metric for graph generation}, author={Markus Krimmel and Philip Hartout and Karsten Borgwardt and Dexiong Chen}, - year={2025}, - eprint={2510.06122}, - archivePrefix={arXiv}, - primaryClass={cs.LG}, - url={https://arxiv.org/abs/2510.06122}, + booktitle={International Conference on Learning Representations}, + year={2026}, } ```