Closed jpainam closed 4 years ago
Currently, this code is for searching. Based on the code file "base_model.py", the four values mean validation mrr, validation hit@10, testing mrr, testing hit@10 respectively.
I will add more information to the output string. Besides, you can evaluate the searched scoring function by the run_model function in the train.py file. The full evaluation code will be added in the future.
@yzhangee @quanmingyao @skeletondyh Hi, I'm having a problemp similar to #2
After training with
bash run.sh
, I get the following results saved inWN18_perf.txt
file asI would like to know what these numbers (
e.g. 0.9454 0.9536 0.9450 0.9542
) represent? Do they represent thehit
? I your paper, you reported theMRR, H@1
and theH@10
. But here, i see four numbers for each function.It is possible to only test the model using the obtained scoring function
f(h,r,t)
for evaluation. It will be good if you can add in the read me the command to only test the model by specifying a scoring functionThanks