Experiment - Document similarity ranking
Problem:We want to rank a list of documents by how similar they are to a given query document. Currently, the model uses simple TF-IDF vectors and cosine similarity but the ranking is not very accurate.
Current Metrics:Mean Reciprocal Rank (MRR): 0.55, Precision@3: 0.50
Issue:The current similarity ranking is not precise enough. It misses relevant documents in the top results.