Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
KartavyaKothari opened this issue Nov 13, 2020 · 2 comments

Comments

@KartavyaKothari
Copy link

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
Copy link
Owner

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
Copy link
Author

Thanks! got it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants