Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M5944

Embedding

Embedding
CultureHigh supportLinguistics
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

Mapping words or concepts into a high-dimensional vector space. In this space, semantically similar words are closer in distance. For example, "king - man + woman ≈ queen".

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

Geometrization of meaning. Concepts are not isolated; they have definite positions and distances in semantic space. Through this geometric thinking, we can perform "concept arithmetic"—adding two seemingly unrelated idea vectors to find their intersection in semantic space (new ideas).

anchor

Anchor fast decisions

By training neural networks on large-scale corpora, discrete symbols (words, sentences, documents) are projected into a continuous vector space; the model aims at "context prediction" (e.g., Skip-gram, CBOW), so that tokens that co-occur frequently or are semantically similar obtain similar vectors. The geometric relationships of vectors encode semantics and syntax, enabling analogical operations such as vector addition and subtraction.

MINIMUM ACTION

In progress 0/4

Practice this model in one real situation:

Check to track your progress (stored locally)
Learning progress0%
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more

Source support: Explicit

  • link
    en.wikipedia.orghttps://en.wikipedia.org/wiki/EmbeddingZH · Explicit
    verified

RELATED MODELS