Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 335 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 335 Bytes

Time2box

Implementation of [Time in a Box: Advancing Knowledge Graph Completion with Temporal Scopes].

Requirements

torch==1.2.0
tensorboadX==1.6

Run

To reproduce the results, the hyperparameters are set in example.sh.

bash example.sh

The code borrows from Query2Box.