Pytorch implementation of baseline models of KQA Pro, a large-scale dataset of complex question answering over knowledge base.
127
stars
22
forks
source link
in KQAPro's 'kb.json' there is 'subClassOf' instead of 'instanceOf' for concepts #19
Closed
stellarkey closed 2 years ago
In the code: https://github.com/shijx12/KQAPro_Baselines/blob/master/utils/load_kb.py#L15
While in KQAPro's dataset:
in the paper: (KQA Pro)
Using
subClassOf
might be more reasonable comparing toinstanceOf
?