179 questions
No questions match those filters.
Walk me through how text representation evolved, and te...
This is one of the questions in the full AI/ML interview bank. Pro unlocks all 1789 questions; Premium includes the same bank plus the highest daily Practice limit.
See plansThe evolution of text representation can be viewed as a series of trade-offs rather than a strict timeline. Orthogonal axes provide exact matching but forbid synonymy. Static vectors introduce synonymy but average out word senses. Contextual vectors resolve specific word senses but often lose rare literal information during pooling. Finally, universal spaces allow for multimodal integration but introduce complexity regarding language-specific performance. BM25 persists in production because it maintains the ability to perform exact matches, which vector-based models often struggle with due to the loss of literal precision.