claws-lab / jodie

A PyTorch implementation of ACM SIGKDD 2019 paper "Predicting Dynamic Embedding Trajectory in Temporal Interaction Networks"
MIT License
355 stars 82 forks source link

Missing Benchmarking code published on your Paper #21

Open JohnyWaffle opened 1 year ago

JohnyWaffle commented 1 year ago

Hi author of JODIE,

Great work on your paper! I'm particularly interested in the model comparison between JODIE and the other models, such as LSTM, Time-LSTM, RRN, LatentCross, and DeepCoevolve.

Could you please provide the code you used to produce the results in the following table?

------------------------- Reddit Wikipedia
LSTM [53] 52.3 57.5
Time-LSTM [53] 55.6 67.1
RRN [47] 58.6 80.4
LatentCross [8] 57.4 62.8
DeepCoevolve [13] 57.7 66.3
JODIE 59.9 83.1
(proposed method)