allenai / longformer

Longformer: The Long-Document Transformer
https://arxiv.org/abs/2004.05150
Apache License 2.0
2k stars 268 forks source link

Longformer embeddings for calculating similarity score between 2 documents using KNN #253

Open swethakasireddi opened 1 year ago

swethakasireddi commented 1 year ago

Can longformer embeddings be used for calculating similarity score between 2 documents using KNN? Was referring to the below Git issue.

https://github.com/allenai/longformer/issues/43