Skip to content

The validation set performs very well, but the F1 score on the test set is even 0. What could be the reason for this? #8

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

Closed
zcliu814 opened this issue May 21, 2024 · 5 comments
Labels
documentation Improvements or additions to documentation

Comments

@zcliu814
Copy link

Hello, I followed your Colab steps exactly without any modifications to the data, but the F1 score for FN is 0 on the test set, and FN0 performs particularly poorly. What could be the reason for this?

F1_PN F1_PN0 default mode
0 58.322 67.875 67.875 valid
1 0.000 28.557 28.557 test
2 0.000 28.557 28.557 test

This is my result in colab

@zcliu814
Copy link
Author

Looking forward to your explanation. Is it because the test set doesn't have labels? Thank you!

@nicolay-r
Copy link
Owner

nicolay-r commented May 21, 2024

Hi @zcliu814 ! Thank you for experimenting on this!
By looking at your results, I can tell that everything goes well with the training, you got more-or-less expected resutls on valid set.
Yes, the labels for the test part of the RuSentNE-2023 dataset and the related competition are not publicly available to prevent the leakage and consistency of the benchmark 🔒
Thanks for poining it out though, I can agree it might be found confusing

@nicolay-r
Copy link
Owner

nicolay-r commented May 21, 2024

However, you're still have an option to officially test your model!

You have to prepare the zip 🗃️ archive with the answers onto the test set like this:
(it is just a list of labels per every input example)
https://github.com/dialogue-evaluation/RuSentNE-evaluation/blob/main/baseline_submission.zip
Simply just go to:
https://codalab.lisn.upsaclay.fr/competitions/9538
register your email.
and then go to the participate tab:
image

@nicolay-r nicolay-r added the documentation Improvements or additions to documentation label May 21, 2024
@zcliu814
Copy link
Author

Thank you very much for your response, I will give it a try.

@nicolay-r
Copy link
Owner

nicolay-r commented May 21, 2024

Sure, keep me update in the case of other questions and new issues out there!

nicolay-r added a commit that referenced this issue May 22, 2024
nicolay-r added a commit that referenced this issue May 22, 2024
#8 update notification
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants