-
Notifications
You must be signed in to change notification settings - Fork 26
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
Handle short sentences #2
Comments
Partially resolved using concatenation. |
Hi @ramanrajarathinam. We concatenated short sentences into a single paragraph (an input to BERT), then performed the indexing. This resolved the short sentence issues. |
Oh okay.. But may I know why model is not performing as expected when the input text is short? |
That's because the model was trained on SQuAD which usually contains a passage longer than a sentence. |
So the only solution is to concatenate different texts? or Is there any other way to solve this? |
So the only solution is to concatenate different texts? or Is there any other way to solve this? |
No description provided.
The text was updated successfully, but these errors were encountered: