IDEA-FinAI / ToG

This is the official github repo of Think-on-Graph. If you are interested in our work or willing to join our research team in Shenzhen, please feel free to contact us by email (xuchengjin@idea.edu.cn)
238 stars 26 forks source link

About the missing entity name in Freebase database #16

Closed zh-qifan closed 4 months ago

zh-qifan commented 4 months ago

Hi,

I found that some extracted entities are "UnNamed Entity" because the corresponding (entity id, type.object.name, ) is missing. May I ask how do you address this problem? I think this may greatly affect the accuracy of your algorithm.

Thank you!

GasolSun36 commented 4 months ago

Hi, We have discussed this issue in the paper, and we proposed ToG-R, which makes the algorithm focus on relations rather than intermediate entities.

zh-qifan commented 4 months ago

I see. Thank you for your answer!