kosugi11037 / bert-int

46 stars 20 forks source link

Why aren't names considered in the descriptions as part of Mbert input? #7

Closed KartavyaKothari closed 3 years ago

KartavyaKothari commented 4 years ago

If I keep the description size to 0 and only consider entity names, ther's still a good performance. Why arent they part of descriptions by default, maybe concatenating name with description would be beneficial?

kosugi11037 commented 3 years ago

Hi, sorry for late reply. Entity descriptions often contain entity's name. And entity descriptions are richer in semantic information than entity names. Intuitively, concatenating entity name with entity description as part of model input may have similar effects to only using entity description. (And I try to use concatenating entity name with entity description as part of model input, the result is really similar.)

KartavyaKothari commented 3 years ago

Thanks! got it