Tagged articles

word vectors

4 articles · Page 1 of 1
Lisa Notes
Lisa Notes
Jun 25, 2026 · Artificial Intelligence

NLP Study Notes: How Word Vectors Capture Meaning

This article explains the evolution of natural language processing, introduces transformer‑based large models such as BERT, GPT and T5, and details how words are represented through one‑hot vectors and dense word embeddings, illustrating their training and analogy capabilities.

CBOWEmbeddingNLP
0 likes · 7 min read
NLP Study Notes: How Word Vectors Capture Meaning
Lisa Notes
Lisa Notes
Jun 20, 2026 · Artificial Intelligence

Understanding Distributional Semantics: How Word Meaning Is Captured by Context

The article explains distributional semantics in NLP, describing how the distributional hypothesis links word meaning to context, how co‑occurrence matrices are built from example sentences, why these matrices are large and sparse, and how SVD‑based LSA reduces them to dense word vectors.

NLPSVDco-occurrence matrix
0 likes · 5 min read
Understanding Distributional Semantics: How Word Meaning Is Captured by Context
Model Perspective
Model Perspective
May 29, 2024 · Artificial Intelligence

How to Build Word Vectors from Scratch: A Step‑by‑Step Guide

This article explains the fundamentals of word vectors in NLP, walks through constructing them via co‑occurrence matrices and dimensionality reduction, demonstrates the process with a concrete example and Python code, and evaluates the resulting embeddings using cosine similarity.

NLPPythonSVD
0 likes · 7 min read
How to Build Word Vectors from Scratch: A Step‑by‑Step Guide
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 22, 2016 · Artificial Intelligence

How Deep Learning is Transforming NLP: Dialogue Systems, Parsing, and Word Vectors

This article reviews the latest ACL research on deep‑learning‑driven natural‑language processing, covering advances in spoken dialogue policy optimization, retrieval‑based chatbots, information extraction, sentiment analysis, syntactic parsing efficiency, and word‑ and sentence‑vector techniques, highlighting key papers, datasets, and future challenges.

Deep LearningDialogue Systemsnatural language processing
0 likes · 17 min read
How Deep Learning is Transforming NLP: Dialogue Systems, Parsing, and Word Vectors