Description
Word2Vec produces static vectors where "bank" (savings) and "bank" (river) share the same representation. This issue aims to build a feature where a user can enter a target word and two distinct sentences to visualize how the target word's embedding "drifts" in space based on semantic context.
Implementation Checklist
Description
Word2Vec produces static vectors where "bank" (savings) and "bank" (river) share the same representation. This issue aims to build a feature where a user can enter a target word and two distinct sentences to visualize how the target word's embedding "drifts" in space based on semantic context.
Implementation Checklist
/api/context-driftthat accepts:word(string)context_a(string containingword)context_b(string containingword)bert-base-uncasedordistilbert-base-uncased)./context-driftwith form inputs.