lanyunshi / Multi-hopComplexKBQA

156 stars 42 forks source link

About Entity Linking #34

Open yhshu opened 3 years ago

yhshu commented 3 years ago

Hi there. I was trying to use Google KG Search API as mentioned in the paper to do the entity linking task on CWQ. The API was successfully called, however, the linking result of most questions is empty. May I know if it is normal? How does QGG do the entity linking task exactly?

Thanks.

yhshu commented 3 years ago

I noticed that NER is needed before call this API. May I ask how does this paper implement NER?