Experiment - Word similarity and analogies
Problem:You have a word embedding model trained on a text corpus. The model can find similar words and solve word analogies. However, it sometimes gives poor results on analogy tasks like 'king is to queen as man is to ?'.
Current Metrics:Analogy accuracy: 60%, Word similarity correlation (Spearman): 0.65
Issue:The model shows moderate performance but struggles with analogy tasks, indicating embeddings may not capture relationships well.
