Experiment - Cosine similarity
Problem:You want to measure how similar two text sentences are using cosine similarity on their vector representations.
Current Metrics:Cosine similarity scores are computed but sometimes do not reflect true similarity because vectors are not normalized or text preprocessing is missing.
Issue:Cosine similarity values are inconsistent and sometimes low for clearly similar sentences due to lack of proper text vectorization and normalization.