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

Min/Max Pooling #69

Closed
TobiasUhmann opened this issue Mar 15, 2021 · 1 comment · Fixed by #70
Closed

Min/Max Pooling #69

TobiasUhmann opened this issue Mar 15, 2021 · 1 comment · Fixed by #70
Assignees

Comments

@TobiasUhmann
Copy link
Owner

Contrary to expectations, the class embeddings do not fit the embeddings of semantically similar words very well. The reason might be that the words' discriminative features get lost among the many other words in the sentence.

Try min/max pooling for getting the sentence embedding and compare the results with the usual mean pooling.

@TobiasUhmann
Copy link
Owner Author

No min pooling available. But sum pooling is. Thus, replace min pooling with sum pooling (although expectations are low towards the latter).

@TobiasUhmann TobiasUhmann self-assigned this Mar 15, 2021
@TobiasUhmann TobiasUhmann linked a pull request Mar 15, 2021 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant