01
Conceptual map
Represent language, retrieve evidence, and build grounded systems that expose their sources. Start by naming the representation, objective, and source of evidence in any system you study. This habit separates a useful model explanation from a list of buzzwords.
02
Technical reasoning
Use the learning outcomes as checks for understanding: Compare tokenization, embeddings, retrieval, and generation; Design a citation-aware RAG pipeline; Evaluate semantic similarity and factuality. For each claim, ask what assumptions make it true, what data it needs, and how it could fail.
03
Equations to implementation
Translate each equation into a small experiment before treating it as memorized knowledge. Embedding similarity: Nearest-neighbor retrieval often uses cosine similarity to rank semantically related vectors.
04
Evidence and research practice
Read primary work with a repeatable lens: problem, method, data, measurement, limits, and what would change your mind. This section starts with “Efficient Estimation of Word Representations in Vector Space”, “Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks”, “GloVe: Global Vectors for Word Representation”. Follow citations outward only after you can explain the central claim in your own words.