From cdaac2a41f79c5225de3de18c0f76d7b195397a0 Mon Sep 17 00:00:00 2001 From: Emad Izadifar <81484391+e-izdfr@users.noreply.github.com> Date: Wed, 6 Mar 2024 23:12:39 +0330 Subject: [PATCH 1/2] Update nodeprop.md Corrected the number of unique nodes of tgbn-trade --- _docs/datasets/nodeprop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/datasets/nodeprop.md b/_docs/datasets/nodeprop.md index 27e92c29..14b31909 100644 --- a/_docs/datasets/nodeprop.md +++ b/_docs/datasets/nodeprop.md @@ -18,7 +18,7 @@ g { color: rgb(27, 158, 119) } Scale | Name | Package | #Nodes | #Edges\* | #Steps | Surprise | Metric | |:---------:|:--------|:-----:|----------------:|----------------------:|---------------------:|:-------------------------:| -Small | [tgbn-trade](#tgbn-trade) | 0.8.0 | 255 | 468,245 | 32 | 0.023 | NDCG@10 | +Small | [tgbn-trade](#tgbn-trade) | 0.8.0 | 254 | 468,245 | 32 | 0.023 | NDCG@10 | Medium | [tgbn-genre](#tgbn-genre) | 0.8.0 | 1,505 | 17,858,395| 133,758 | 0.005 | NDCG@10 | Large | [tgbn-reddit](#tgbn-reddit) | 0.8.0 | 11,766 | 27,174,118 | 21,889,537 | 0.013 | NDCG@10 | Large | [tgbn-token](#tgbn-token) | 0.9.0 | 61,756 | 72,936,998 | 2,036,524 | 0.014 | NDCG@10 | From 64f1126ea44d3c12eca2f93bddf6743c2e47b5fd Mon Sep 17 00:00:00 2001 From: Emad Izadifar <81484391+e-izdfr@users.noreply.github.com> Date: Wed, 6 Mar 2024 23:38:02 +0330 Subject: [PATCH 2/2] fixing typo Corrected the number of timestamps. If you run `print(len(np.unique(dataset.full_data['timestamps'])))`, You'll get 31, not 32. --- _docs/datasets/nodeprop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/datasets/nodeprop.md b/_docs/datasets/nodeprop.md index 14b31909..931ba088 100644 --- a/_docs/datasets/nodeprop.md +++ b/_docs/datasets/nodeprop.md @@ -18,7 +18,7 @@ g { color: rgb(27, 158, 119) } Scale | Name | Package | #Nodes | #Edges\* | #Steps | Surprise | Metric | |:---------:|:--------|:-----:|----------------:|----------------------:|---------------------:|:-------------------------:| -Small | [tgbn-trade](#tgbn-trade) | 0.8.0 | 254 | 468,245 | 32 | 0.023 | NDCG@10 | +Small | [tgbn-trade](#tgbn-trade) | 0.8.0 | 254 | 468,245 | 31 | 0.023 | NDCG@10 | Medium | [tgbn-genre](#tgbn-genre) | 0.8.0 | 1,505 | 17,858,395| 133,758 | 0.005 | NDCG@10 | Large | [tgbn-reddit](#tgbn-reddit) | 0.8.0 | 11,766 | 27,174,118 | 21,889,537 | 0.013 | NDCG@10 | Large | [tgbn-token](#tgbn-token) | 0.9.0 | 61,756 | 72,936,998 | 2,036,524 | 0.014 | NDCG@10 |