JuliaGast / TGB2

Temporal Graph Benchmark project repo
1 stars 0 forks source link

Integration of CEN model #17

Closed JuliaGast closed 2 months ago

JuliaGast commented 4 months ago

CEN

ongoing

Tasks:

JuliaGast commented 4 months ago
JuliaGast commented 4 months ago
JuliaGast commented 4 months ago

First Results:

YAGO:

[
    {
        "model": "CEN",
        "data": "tkgl-yago",
        "run": 1,
        "seed": 1,
        "test_history_len": 3,
        "val mrr": 0.7986021041870117,
        "test mrr": 0.8283807039260864,
        "test_time": 208.7344170063734,
        "tot_train_val_time": 5281.509197265841
    },
    {
        "model": "CEN",
        "data": "tkgl-yago",
        "run": 2,
        "seed": 2,
        "test_history_len": 3,
        "val mrr": 0.7964026927947998,
        "test mrr": 0.823512852191925,
        "test_time": 205.0702550476417,
        "tot_train_val_time": 4963.789887539111
    }
]

POLECAT mini:

{
    "model": "CEN",
    "data": "tkgl-polecat",
    "run": 1,
    "seed": 1,
    "test_history_len": 3,
    "val mrr": 0.17525655031204224,
    "test mrr": 0.15257658064365387,
    "test_time": 42.989435222931206,
    "tot_train_val_time": 1481.4672054741532
}
JuliaGast commented 2 months ago

done