shijx12 / TransferNet

Pytorch implementation of EMNLP 2021 paper "TransferNet: An Effective and Transparent Framework for Multi-hop Question Answering over Relation Graph "
61 stars 18 forks source link

Question about "entity_range" #9

Open mug2mag opened 2 years ago

mug2mag commented 2 years ago

hi @shijx12 I see you use entity_range in the project to add special weight to entities in the sub_graph of the topic entity. But I have a question why do you just leverage the 2-hop range rather than the 3-hop in the datat.py? Considering you have reported the max hop is 3, isn't 3-hop entity range more reasonable?

Looking forward to your reply.