Skip to content

Commit f5edb93

Browse files
authored
add citation (#43)
1 parent bfd6561 commit f5edb93

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

README.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ PolyGraph discrepancy is a new metric we introduced, which provides the followin
5656
</table>
5757
</div>
5858

59-
It also provides a number of other advantages over MMD which we discuss in our paper.
59+
It also provides a number of other advantages over MMD which we discuss in [our paper](https://arxiv.org/abs/2510.06122).
6060

6161
## Installation
6262

@@ -93,7 +93,7 @@ Here are a set of datasets and metrics this library provides:
9393
- `SBMGraphDataset`
9494
- `LobsterGraphDataset`
9595

96-
But they should not be used for benchmarking, due to unreliable metric estimates (see our paper for more details).
96+
But they should not be used for benchmarking, due to unreliable metric estimates (see [our paper](https://arxiv.org/abs/2510.06122) for more details).
9797

9898
We provide larger datasets that should be used instead:
9999
- `PlanarLGraphDataset`
@@ -176,7 +176,7 @@ for metric in tqdm(metrics):
176176
```
177177
## Example Benchmark
178178

179-
The following results mirror the tables from our paper. Bold indicates best, and underlined indicates second-best. Values are multiplied by 100 for legibility. Standard deviations are obtained with subsampling using `StandardPGDInterval` and `MoleculePGDInterval`. Specific parameters are discussed in the paper.
179+
The following results mirror the tables from [our paper](https://arxiv.org/abs/2510.06122). Bold indicates best, and underlined indicates second-best. Values are multiplied by 100 for legibility. Standard deviations are obtained with subsampling using `StandardPGDInterval` and `MoleculePGDInterval`. Specific parameters are discussed in [the paper](https://arxiv.org/abs/2510.06122).
180180

181181
<div align="center">
182182
<table>
@@ -241,4 +241,21 @@ The following results mirror the tables from our paper. Bold indicates best, and
241241
</table>
242242
</div>
243243

244-
<sub>* AutoGraph* denotes a variant that leverages additional training heuristics as described in the paper.</sub>
244+
<sub>* AutoGraph* denotes a variant that leverages additional training heuristics as described in the [paper](https://arxiv.org/abs/2510.06122).</sub>
245+
246+
247+
## Citing
248+
249+
To cite our paper:
250+
251+
```latex
252+
@misc{krimmel2025polygraph,
253+
title={PolyGraph Discrepancy: a classifier-based metric for graph generation},
254+
author={Markus Krimmel and Philip Hartout and Karsten Borgwardt and Dexiong Chen},
255+
year={2025},
256+
eprint={2510.06122},
257+
archivePrefix={arXiv},
258+
primaryClass={cs.LG},
259+
url={https://arxiv.org/abs/2510.06122},
260+
}
261+
```

0 commit comments

Comments
 (0)