> Query-Document Mismatch: This model assumes that query embedding and the content embedding are similar in the embedding space, which is not always true based on the text you're trying to search over. Only using queries that are semantically similar to the content is a huge limitation!
It seems like fine tuning for joint embeddings between your queries and content is a far more elegant way to solve this problem.
It seems like fine tuning for joint embeddings between your queries and content is a far more elegant way to solve this problem.