Interview Guides
You are building a text classification system and need to choose how to represent each document before training the model. Your team is comparing sparse bag-of-words features, static word embeddings, and contextual embeddings from transformer models.
Compare TF-IDF, Word2Vec, and contextual embeddings like BERT or RoBERTa.