
Attention is all you need: How Transformer Architecture in NLP started.
Last Updated on September 2, 2024 by Editorial Team
Author(s): Surya Maddula
Originally published on Towards AI.
This member-only story is on us. Upgrade to access all of Medium.
Original Paper: Attention is all you need.
This was THE paper that introduced Transformer Architecture to NLP. This transformative concept led to the rise of LLMs and solved the problem of contextualized word embeddings!
Let’s take a journey that led up to the statement written above.
I was researching Embedding Models, and some of the material I came across talked about Word Vector Embeddings.
Vector embeddings map real-world entities, such as a word, sentence, or image, into vector representations or points in some vector space.
Points that are closer to each other in a vector space have similar semantic meanings, which means that they convey comparable meanings or concepts.
Here, you see sample words and their embedding vector using a word embedding model, such as Word2Vec and GloVe, which gives you the embeddings that capture the semantic meaning of each word.
However, the problem with word embedding models is that they don’t really understand the context.
For Example:
The bark of the ancient oak tree was thick and rough, providing shelter for various insects.The dog’s bark echoed through the quiet neighborhood, alerting everyone to the approaching mailman.
Word embedding models like GloVe won’t be able to separate these… Read the full blog for free on Medium.
Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming a sponsor.
Published via Towards AI
Take our 90+ lesson From Beginner to Advanced LLM Developer Certification: From choosing a project to deploying a working product this is the most comprehensive and practical LLM course out there!
Towards AI has published Building LLMs for Production—our 470+ page guide to mastering LLMs with practical projects and expert insights!

Discover Your Dream AI Career at Towards AI Jobs
Towards AI has built a jobs board tailored specifically to Machine Learning and Data Science Jobs and Skills. Our software searches for live AI jobs each hour, labels and categorises them and makes them easily searchable. Explore over 40,000 live jobs today with Towards AI Jobs!
Note: Content contains the views of the contributing authors and not Towards AI.