lanyunshi / ConversationalKBQA

15 stars 2 forks source link

Question about following process #3

Open kimwongyuda opened 2 years ago

kimwongyuda commented 2 years ago

image

when computing focal scores, do parameters w(t) and b(t) compute unnormalized focal score for each entity and softmax computes normalized focal scores with inputs of concatenation of unnormalized focal scores?

lanyunshi commented 2 years ago

Yes, you are right. Softmax here is to get the distribution over all the entities based on their scores.