Transformer-Hawkes-Process
Transformer-Hawkes-Process copied to clipboard
Code for Transformer Hawkes Process, ICML 2020.
Hello, I would like to compare your method with others, however, I am not sure how can I test or run eval on your model, would you mind to give...
hi,i want to know about the 'dim_process' refers to what?
Hi, I tried to reproduce the transformer hawkes process on StackOverflow fold1. However, the results of accuracy and RMSE is as below. ) I think I...
I ran the code as shown in your run.sh. As a result, it was confirmed that the RMSE was over 100, and the paper states that it is 4.99. Why...
I found that the intensity function is not used when calculating the probability,I don't know if you can answer for me. Thank you. 
Suppose the transformer hidden state at event i is h_i, should the likelihood of this event be computed using h_i or h_{i-1}? Using h_{i-1} makes more sense to me because...
Could you please provide additional details on how to obtain the 911-Calls and Earthquake datasets used in your paper? The CSV found at [the provided webpage](https://www.kaggle.com/mchirico/montcoalert) has 663,522 calls, all...
Thanks for sharing the code for your THP model! Could you also share the code to reproduce the results for your Structured-THP model?
There is an error in the time_loss computation: event_time[:, 1:] - event_time[:, :-1] causes an extra term to appear. Example: If the sequence t has 3 events but gets 0...
Hello, I would like to apply your model to my real dataset but with any size of data I am getting the following error, any idea how can I solve...