THU-KEG / MetaKGR

Source codes and datasets for EMNLP 2019 paper "Adapting Meta Knowledge Graph Information for Multi-Hop Reasoning over Few-Shot Relations"
115 stars 21 forks source link

about result #9

Open jelly-pawpaw opened 3 years ago

jelly-pawpaw commented 3 years ago

I trained according to the experimental procedure you said, but the results were very poor, I don’t know what happened.

davidlvxin commented 3 years ago

Thank you for your interest in this work, I have helped others to run this code in the recent past and got good results. In order to get the correct results, please ensure the following.

  1. Make sure your repository is up to date.
  2. As introduced in README, set <Epoch> and <Epoch_Adapt> to 15 and 39, respectively.
  3. [relation] in the test command of README does not need to be replaced with a specific relation. Just use [relation] in that command.
uoyiz commented 1 year ago

Maybe u can try it with different datasets, here's my repository where more datasets can be found .