Opened this issue 4 years ago · 0 comments
In Equation 1 of the paper, semantic between two candidates is computed as cosine distance: 1 / (1 - cosine_similarity)
But in the code here, cosine similarity is used.