GEO: Generative Engine Optimization—optimizing content to be cited and synthesized by AI search engines (like ChatGPT) rather than just ranked by traditional keyword algorithms.
VLM: Vision-Language Model—AI models that can process and generate both images and text.
Link Equity: A search engine ranking factor based on the idea that value/authority is passed from one page to another through hyperlinks.
LoRA: Low-Rank Adaptation—a parameter-efficient fine-tuning technique that updates only a small subset of model weights.
Navboost: A signal indicating user interest based on navigation and click behavior in search results.
HNSW: Hierarchical Navigable Small World—an algorithm for efficient approximate nearest neighbor search in high-dimensional spaces.
ReAct: Reason+Act—a paradigm where AI agents generate reasoning traces and task-specific actions (like calling a search tool) in an interleaved manner.
Two-tower architecture: A neural network design with two separate 'towers' (encoders) for different input types (e.g., query and item) that interact only at the final layer to compute similarity.
Margin Ranking Loss: A loss function that forces the score of a positive pair (correct match) to be higher than a negative pair by at least a specified margin.
PinCLIP: A Pinterest-specific embedding model optimizing visual-semantic coherence via co-save signals.