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

Can't achive the same score in paper #8

Open
kirikokonoka opened this issue Aug 23, 2021 · 4 comments
Open

Can't achive the same score in paper #8

kirikokonoka opened this issue Aug 23, 2021 · 4 comments

Comments

@kirikokonoka
Copy link

I'm also trying to reproduce this paper. The same scores can't be achieved with the same hyperparameters. For example, I can only get 0.81 acc instead of 0.85 in the paper in SearchSnippets dataset. I think it may be the problem of data enhancement. Could you tell me whether the bertbase and roberta in the contextual argument are the original model or not, or what should I do to improve scores?

@huiyegit
Copy link

@kirikokonoka I am also interested in this work, but I can not find the dataset to run the source code. How did you get the SearchSnippets dataset?

@urospet
Copy link

urospet commented Sep 2, 2021

@huiyegit https://github.com/rashadulrakib/short-text-clustering-enhancement/tree/master/data take a look here for the dataset

@1085737319
Copy link

I'm also trying to reproduce this paper. The same scores can't be achieved with the same hyperparameters. For example, I can only get 0.81 acc instead of 0.85 in the paper in SearchSnippets dataset. I think it may be the problem of data enhancement. Could you tell me whether the bertbase and roberta in the contextual argument are the original model or not, or what should I do to improve scores?

I just changed the batch_size to 250, the result was only about 0.2.I don't know what is wrong.

@Dejiao2018
Copy link

Can you double check whether there is a bug in your code? Searchsnippets only has 8 classes, so accuracy of 0.2 basically indicates your model only does random cluster assignment.

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

5 participants