Checkout
Personalized AI apps
Build multi-agent systems without code and automate document search, RAG and content generation
Start free trial
Question

Bert - How is ELMo different from BERT?

Answer

In contrast to OpenAI GPT's left-to-right Transformer, BERT's is bidirectional. To create features for future tasks, ELMo integrates left-to-right and right-to-left LSTM that were trained separately.