Transformer-Hawkes-Process icon indicating copy to clipboard operation
Transformer-Hawkes-Process copied to clipboard

Code for Transformer Hawkes Process, ICML 2020.

Results 17 Transformer-Hawkes-Process issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/56212725/173004512-ba357b4d-244a-4f73-9ca1-9d9535f3f1df.png ![화면 캡처 2022-06-10 153013](https://user-images.githubusercontent.com/56212725/173004620-5f4b0ce3-18ea-41e4-bf52-527675daafa2.png)) 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. ![image](https://user-images.githubusercontent.com/33720730/120985519-458c6d80-c7ae-11eb-99dd-98f1ee9d77ee.png)

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...