Skip to content

Commit

Permalink
Fixing broken link
Browse files Browse the repository at this point in the history
Found one broken link in this tutorial and I have replaced it with right one.
  • Loading branch information
aniruthraj authored Dec 5, 2024
1 parent bbc0b9c commit ca9ae21
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/index.php/Special:Random.html) 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 ca9ae21

Please sign in to comment.