evidently icon indicating copy to clipboard operation
evidently copied to clipboard

Add a new `BERTScore` descriptor to Evidently

Open elenasamuylova opened this issue 5 months ago • 0 comments

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.

elenasamuylova avatar Sep 23 '24 21:09 elenasamuylova