You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following metrics for comparing responses would be best:
GLOVE + Cosine Similarity
BertScore: compute token similarity using contextual embeddings
Glove + Word2vec + BiLSTM : word embedding is first made with Glove and Word2Vec, two BLSTM networks are used separately for sentence embedding, these are passed through a classifier
Word mover Distance
Pretrained sentence encoders: Such as Google Sentence encoder
The following metrics for comparing responses would be best:
cc. @bodhish
The text was updated successfully, but these errors were encountered: