Skip to content

Commit

Permalink
Merge pull request #2343 from aniruthraj:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 720736461
  • Loading branch information
copybara-github committed Jan 28, 2025
2 parents c221d1e + 666b0d1 commit 3931d31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"source": [
"## Evaluation: STS (Semantic Textual Similarity) Benchmark\n",
"\n",
"The [**STS Benchmark**](https://ixa2.si.ehu.es/stswiki/index.php/STSbenchmark) provides an intrinsic evaluation of the degree to which similarity scores computed using sentence embeddings align with human judgements. The benchmark requires systems to return similarity scores for a diverse selection of sentence pairs. [Pearson correlation](https://en.wikipedia.org/wiki/Pearson_correlation_coefficient) is then used to evaluate the quality of the machine similarity scores against human judgements."
"The [**STS Benchmark**](https://ixa2.si.ehu.eus/stswiki/stswiki.html#STS_benchmark) provides an intrinsic evaluation of the degree to which similarity scores computed using sentence embeddings align with human judgements. The benchmark requires systems to return similarity scores for a diverse selection of sentence pairs. [Pearson correlation](https://en.wikipedia.org/wiki/Pearson_correlation_coefficient) is then used to evaluate the quality of the machine similarity scores against human judgements."
]
},
{
Expand Down

0 comments on commit 3931d31

Please sign in to comment.