How can I compute the similarity of two sentenses

#25
by HankLi - opened

As the title. I'm the new of NLP, I find many ways to compute the similarity using xlm-roberta-base, but it's always high score for two different words

Hi there! You might want to use sentence transformers to retrieve the embedding of the whole sentences and then compute similarity between them

osanseviero changed discussion status to closed

Sign up or log in to comment