We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2fdaa commit a5a2aaaCopy full SHA for a5a2aaa
semantic_similarity_rating/compute.py
@@ -75,7 +75,7 @@ def response_embeddings_to_pmf(matrix_responses, matrix_likert_sentences, epsilo
75
76
Notes
77
-----
78
- This implements the ESR equation:
+ This implements the SSR equation:
79
p_{c,i}(r) = [γ(σ_{r,i}, t_c̃) - γ(σ_ℓ,i, t_c̃) + ε δ_ℓ,r] /
80
[Σ_r γ(σ_{r,i}, t_c̃) - n_points * γ(σ_ℓ,i, t_c̃) + ε]
81
where γ is the cosine similarity function, δ_ℓ,r is the Kronecker delta,
0 commit comments