EmbedKGQA
EmbedKGQA copied to clipboard
How can I get 53.2 in Webqsp half?
I run command in your git:
python3 main.py --mode train --relation_dim 128 --do_batch_norm 0 --gpu 0 --freeze 1 --batch_size 16 --validate_every 1 --hops webqsp_half --lr 0.00002 --entdrop 0.0 --reldrop 0.0 --scoredrop 0.0 --model ComplEx --patience 20 --ls 0.0 --l3_reg 0.001 --nb_epochs 200 --outfile full_half
I ran it twice ,but the result is 47.1 or 48.4. I can't imporove it anymore. How can I get accuracy 53.2 like you reported in the paper? Should I add a module or train ComplexE embedding again?
Did you use the ComplEx checkpoint provided or did you train that yourself?