kge
kge copied to clipboard
LibKGE - A knowledge graph embedding library for reproducible research
Can I just get filtered _ro prediction results? Hit@N and MRR. Thank you.
Currently we are storing checkpoints after evaluation. If we for some reason encounter an error during evaluation (e.g. OOM) we will lose the complete epoch. Therefore, we should store the...
As mentioned in the latest issue, I have tried to convert the write mode from line by line to a buffer mode write. I tried running the updated script on...
In the data preprocessing code, there is a function that write a triple to a file ``` def write_triple(f, ent, rel, t, S, P, O): """Write a triple to a...
Can LibKG support more metrics such as ROAUC and PRAUC?
Hi, I saw some previous PRs about triple classification but I didn't find any document about document in `readme.md` or `config.yaml` about it. Does kge support triple classification? Also, what...
Hello, Running the download_all.sh script successfully downloads the abovementioned datasets but runs into issue when processing them, with error "UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 1086: character...
Running a job keeps appending fbk15k-237 to my entity file ids even if I try to manually override it
Hi, Here is my config.yaml file dataset: name: wn18 num_entities: 40943 num_relations: 18 files: train: filename: train.del type: triples valid: filename: valid.del type: triples entity_ids: filename: entity_ids.del type: map relation_ids:...
Hello, First of all thanks for your work, very helpful framework! I've got a quick question about hyperparameter search and the uniform initialization interval. In the configs used for the...
Thanks for you sharing. But I have some problem in recurring process. I use your setup.py besides the pytorch version =1.9.0 + cuda 11.1 because of our limited GPU device...