|
|
|
|
|
by tadkar
506 days ago
|
|
I think the important thing is that the first approach to converting complete sentences to an embedding was done by averaging all the embeddings of the tokens in the sentence. What ColBERT does is store the embeddings of all the tokens before then using dot products to identify the most relevant tokens to the query. Another comment in this thread says the same thing in a different way. Feels funny to post a stack exchange reference, but this is a great answer! [1] https://stackoverflow.com/questions/57960995/how-are-the-tok... |
|