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

Split training dataset from test dataset in evaluation #22

Open
dzieciou opened this issue Mar 11, 2021 · 2 comments
Open

Split training dataset from test dataset in evaluation #22

dzieciou opened this issue Mar 11, 2021 · 2 comments

Comments

@dzieciou
Copy link
Owner

The section "Choosing stemming table" does not clarify how exactly evaluation was done.

I should differentiate between data used for training and data used for validation. Where same data used for validation for both tables?
I would like also to repeat evaluation using different training data than validation data just like Andrzej Białecki did in his oryginal implementation to account for the fact that bigger training table make be to overfitted and does not handle new words (see my discussion in https://datascience.stackexchange.com/questions/84652/stemmer-or-dictionary)

In particular:

  • split data into training and test data
  • validation both test data and on training+test data
@dzieciou
Copy link
Owner Author

dzieciou commented Mar 13, 2021

  • How well it handles words unknown during training? This is easy for stemmer trained original dictionary -- just use words for polimorf that are not in original dictionary. But how to test it on stemmer trained on polimorf dictionary if that is the most complete dictionary I know?
  • How well they handle words known during training?

@dzieciou
Copy link
Owner Author

Context sensitive stemming for web search
https://dl.acm.org/doi/10.1145/1277741.1277851

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

1 participant