Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ PolyGraph is a Python library for evaluating graph generative models by providin

PolyGraph discrepancy is a new metric we introduced, which provides the following advantages over maxmimum mean discrepancy (MMD):

<div align="center">
<table>
<thead>
<tr>
Expand Down Expand Up @@ -53,6 +54,7 @@ PolyGraph discrepancy is a new metric we introduced, which provides the followin
</tr>
</tbody>
</table>
</div>

It also provides a number of other advantages over MMD which we discuss in our paper.

Expand Down Expand Up @@ -176,6 +178,7 @@ for metric in tqdm(metrics):

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.

<div align="center">
<table>
<thead>
<tr>
Expand Down Expand Up @@ -236,5 +239,6 @@ The following results mirror the tables from our paper. Bold indicates best, and
</tr>
</tbody>
</table>
</div>

<sub>* AutoGraph* denotes a variant that leverages additional training heuristics as described in the paper.</sub>