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

Is the BertScore metric used with idf weighted averaging or not #3

Open
La-SilverLand opened this issue Aug 21, 2020 · 4 comments
Open

Comments

@La-SilverLand
Copy link

since in the BertScore paper, the evaluation result differs w/o idf weighted averaging, I'm wondering whether it's related to which kind of BertScore (or sadly both )

@Alex-Fabbri
Copy link
Contributor

Hi @La-SilverLand !

For Table 4 we used idf weighted averaging. For the correlation calculations, we did not use idf weighted averaging as we ran this separately on just the 100 examples where the idf weighting may not be representative, but we could also have gotten the idf from the whole corpus and then used that. I will run this when I get a free cycle.

@La-SilverLand
Copy link
Author

btw, there seems a little error in the table 3 column Consistency, the point 4.96 of M12 is not included in the top 3 ranking...

@Alex-Fabbri
Copy link
Contributor

Thank you for pointing that out!

@cyr19
Copy link

cyr19 commented Jul 19, 2022

Hi @La-SilverLand !

For Table 4 we used idf weighted averaging. For the correlation calculations, we did not use idf weighted averaging as we ran this separately on just the 100 examples where the idf weighting may not be representative, but we could also have gotten the idf from the whole corpus and then used that. I will run this when I get a free cycle.

Hi,

thanks for your great work!
So the basic.config file in the examples folder is not the real configurations used and the correlations in Table 2 were computed without idf, right?

Thanks + best regards,

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

3 participants