Class 7 · CBSE AI · Strand C — NLP, Vision, and LLMs Deep-Dive

What are embeddings? Words as points in space — for Class 7

Embeddings turn words into lists of numbers that capture meaning. How AI understands language. For Class 7.

What this concept actually says

  • Embeddings convert tokens into lists of numbers (vectors) that capture meaning
  • Words with similar meanings end up close together in this number-space
  • The geometry of embeddings encodes relationships — analogies, opposites, and categories emerge mathematically

An analogy your child will recognise

Cricket fielding positions

Imagine placing cricket fielders on a ground based on how similar their roles are — the two slips would be very close to each other, mid-on and mid-off would be nearby, and the wicketkeeper would be in a completely different zone. Embeddings place words on a similar 'field' based on how similar their jobs in sentences are.

Bazaar layout

In a big bazaar, similar shops cluster together — all the vegetable sellers are in one lane, all the cloth merchants in another. Embeddings organise words the same way: 'tomato', 'onion', and 'capsicum' end up in the same neighbourhood of meaning-space.

Common misconceptions to watch for

  • Embeddings 'understand' meaning the way humans do — they capture statistical patterns, not true comprehension.
  • Two words being close in embedding space always means they are synonyms — antonyms like 'hot' and 'cold' can also be close because they appear in similar sentence contexts.

Key facts in one breath

  • A typical embedding vector has hundreds to thousands of dimensions — each number captures a slightly different aspect of meaning.
  • The famous word2vec model (2013) first demonstrated that word arithmetic like king − man + woman ≈ queen was possible.
  • Embeddings are learned, not programmed — they emerge from training on large text corpora.
  • Sentence embeddings extend the idea: entire sentences become single points in meaning-space, enabling semantic search.

How Dhee Learning teaches this — the 3-stage question loop

Every Dhee Learning session for this concept follows three stages. We share the questions Dhee actually asks, so you can hear what a session sounds like.

Stage 1 — Surface

If I gave every word in a dictionary a unique number — like 'cat' = 1, 'dog' = 2, 'mango' = 3 — what would be the problem with that system for a machine trying to understand meaning?

Rote answer

"An embedding is a vector that represents a word as numbers."

Understood

"The problem is that 'cat' = 1 and 'dog' = 2 are next to each other numerically, but 'cat' = 1 and 'mango' = 3 is also close — the numbers don't tell the machine that cat and dog are both animals and mango is something totally different."

Stage 2 — Reasoning

In an embedding space, 'king' minus 'man' plus 'woman' famously gives something very close to 'queen'. Why is that remarkable — and what does it tell us about how meaning is stored?

Follow-up Dhee may use: Think of it like a map. If 'Delhi' minus 'India' plus 'France' gives 'Paris', what does that tell you about what the map is storing?

Stage 3 — Application

You're building a search tool for a library of Indian recipes. Why would using embeddings be better than just matching keywords like 'spicy' or 'rice'?

Misconception Dhee watches for: Thinking embeddings 'look up definitions' — they don't store definitions, they store statistical patterns of co-occurrence.

Related concepts

Want your child to actually understand this?

Dhee turns this concept into a 15-minute spoken session — asking, listening, and probing — so your child builds the idea themselves.

Frequently asked questions

What is embeddings — words as points in space — explained for kids? +

Embeddings turn words into lists of numbers that capture meaning. How AI understands language. For Class 7.

What's the most common mistake children make about this concept? +

Embeddings 'understand' meaning the way humans do — they capture statistical patterns, not true comprehension.

How does Dhee Learning teach this in a Class 7 session? +

Dhee opens with a question — for example: "If I gave every word in a dictionary a unique number — like 'cat' = 1, 'dog' = 2, 'mango' = 3 — what would be the problem with that system for a machine trying to understand meaning?" — listens to your child's answer, then probes the reasoning behind it. The session ends when the child can apply the idea to a brand-new situation, not just recall it.