HyTE icon indicating copy to clipboard operation
HyTE copied to clipboard

EMNLP 2018: HyTE: Hyperplane-based Temporally aware Knowledge Graph Embedding

Results 4 HyTE issues
Sort by recently updated
recently updated
newest added

Hi I'm curious about this code snippet ```python for i in range (len(train_triples)-1,-1,-1): # range(start, stop, step) if i not in keep_idx: del train_triples[i] # if start / end time...

Hi thanks for the code. But I found some problematic part in your code in `time_proj.py` in `def load_data()` there is this code snippet ```python with open(self.p.dataset,'r') as filein: for...

hi I want to run this code on my system but the data is too large, how can I execute code on local system?

Hi, I see that you are not filtering entities in result_eval.py. Shouldn't you filter out entities already seen?