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

Mismatch between valid scoring during training and real evaluation #2309

Open
vince62s opened this issue Feb 7, 2023 · 0 comments
Open

Mismatch between valid scoring during training and real evaluation #2309

vince62s opened this issue Feb 7, 2023 · 0 comments

Comments

@vince62s
Copy link
Member

vince62s commented Feb 7, 2023

We have a mismatch because:
The reference is made of the detokenized of tokenized target.... I know it should not be an issue at first glance.

The thing is that when you tokenize the target, you can get "<unk>" tokens and when you detokenize you lose the information.
As a result the scoring metric is in most cases better than it should be.

@l-k-11235 @anderleich
If one of you wants to fix this, welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant