diff --git a/README.md b/README.md index e930ec9..82360bb 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ PolyGraph discrepancy is a new metric we introduced, which provides the followin -It also provides a number of other advantages over MMD which we discuss in our paper. +It also provides a number of other advantages over MMD which we discuss in [our paper](https://arxiv.org/abs/2510.06122). ## Installation @@ -93,7 +93,7 @@ Here are a set of datasets and metrics this library provides: - `SBMGraphDataset` - `LobsterGraphDataset` -But they should not be used for benchmarking, due to unreliable metric estimates (see our paper for more details). +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). We provide larger datasets that should be used instead: - `PlanarLGraphDataset` @@ -176,7 +176,7 @@ for metric in tqdm(metrics): ``` ## Example Benchmark -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. +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).