wudapeng268 / KBQA-Adapter

Source code and data for our long paper (Wu et al., 2019)
https://arxiv.org/abs/1907.07328
53 stars 12 forks source link

EL results #1

Closed GSidiropoulos closed 4 years ago

GSidiropoulos commented 4 years ago

Dear Peng,

I was wondering if you could please provide the entity linking results from FocusPrune after they are mapped to Freebase, because if I understood correctly from your code, you use the ground truth entity to measure the KBQA accuracy.

Best regards, Georgios

wudapeng268 commented 4 years ago

Hi Georgios,

When measuring the KBQA accuracy, we use the entity after FocusPrune, you can see that we use .cand pickle file which is generated by KBQA-Baseline, to measuring KBQA accuracy.

Thanks and Best Peng Wu

yhshu commented 1 year ago

Dear Peng, I also have the same issue here. FocusPrune has provided mentions, but I cannot see how it leads to a surface match method and the final entity results. I actually haven't seen the .cand pickle file. Would you please give more explanation about EL? Thanks a lot.