6 ms·
What would be an appropriate test? - Given 2 word embedding sets, - For each pair (A,B) of embeddings in one set, - There exists an equivalence (A’,B’) in th
by wumbo 2y ago
What would be an appropriate test?
- Given 2 word embedding sets,
- For each pair (A,B) of embeddings in one set,
- There exists an equivalence (A’,B’) in the other set,
- Such that dist(A,B) ≈ dist(A’, B’),
Something like that, to start. But would need to look at longer chains of relations.