Skip to content

Commit 96c59fa

Browse files
committed
Updated README.md
1 parent e6b33df commit 96c59fa

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

research/gam/README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,7 @@ More details can be found in our
4343
## Updated Results
4444
A bug was discovered in the implementation of the GAM agreement regularization term after publication. We have fixed the bug (PR #82) and have rerun the affected experiments. Below are the updated results (note that the GAM* results are not affected).
4545

46-
Dataset | Method | Updated Accuracy (mean ± stderr)
47-
-------- | :---------: | :-------------:
48-
Cora | MLP + GAM | 80.2 ± 0.31
49-
  | GCN + GAM | 84.8 ± 0.06
50-
Citeseer | MLP + GAM | 73.2 ± 0.06
51-
  | GCN + GAM | 72.2 ± 0.44
52-
Pubmed | MLP + GAM | 75.6 ± 0.07
53-
  | GCN + GAM | 81.0 ± 0.09
46+
<img src="img/gam-updated-results.png " width="400">
5447

5548
Although some of these numbers are lower than what was originally reported, the takeaways presented in our paper still hold: GAM adds a significant boost to the original base models, and also performs better than other forms of regularization reported in our paper. Nevertheless, we appologise for any inconvenience caused by this bug!
5649

@@ -77,13 +70,13 @@ the dataset name accordingly: `$ tensorboard --logdir=outputs/summaries/cora`
7770

7871
An example of such visualization for Cora with GCN + GAM model on the Pubmed
7972
dataset is the following:
80-
![Tensorboard plot](gam_gcn_pubmed.png?raw=true "GCN + GAM on Pubmed")
73+
![Tensorboard plot](img/gam_gcn_pubmed.png?raw=true "GCN + GAM on Pubmed")
8174

8275
Similarly, we can run with multiple different parameter configurations and plot
8376
the results together for comparison. An example showing the accuracy per
8477
co-train iteration of a GCN + GAM model on the Cora dataset for 3 runs with 3
8578
different random seeds is the following:
86-
![Tensorboard plot](gam_gcn_cora_multiple_seeds.png?raw=true "GCN + GAM on Cora")
79+
![Tensorboard plot](img/gam_gcn_cora_multiple_seeds.png?raw=true "GCN + GAM on Cora")
8780

8881
## References
8982

124 KB
Loading
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)