Closed elenasamuylova closed 4 weeks ago
About Hacktoberfest contributions: https://github.com/evidentlyai/evidently/wiki/Hacktoberfest-2024
Description:
Implement BERTScore - a metric that computes a similarity score for each token in the candidate sentence with each token in the reference sentence.
Paper: https://arxiv.org/abs/1904.09675
Check existing SemanticSimilarity descriptor as a reference implementation.
SemanticSimilarity
Hi, could I take this up?
Hi @csking101, there is already a contribution pending to be merged for this one: https://github.com/evidentlyai/evidently/pull/1335
About Hacktoberfest contributions: https://github.com/evidentlyai/evidently/wiki/Hacktoberfest-2024
Description:
Implement BERTScore - a metric that computes a similarity score for each token in the candidate sentence with each token in the reference sentence.
Paper: https://arxiv.org/abs/1904.09675
Check existing
SemanticSimilarity
descriptor as a reference implementation.