Series

NLP & LLM Foundations

A practical research-oriented path through tokenization, embeddings, seq2seq, attention, Transformers, fine-tuning, PEFT, prompting, and NLP/LLM evaluation.

How this series is different

It is not a generic NLP tutorial. It connects every foundation topic to multilingual AI, domain MT, LoRA/PEFT, RAG, and evaluation.

Concept

Jurafsky & Martin, CS224N, and the Illustrated Transformer provide the conceptual backbone.

Practice

Hugging Face Course, Transformers, Tokenizers, Evaluate, and PEFT provide implementation patterns.

Research

MT, multilinguality, LoRA, COMET, and LLM failure modes connect the basics to my research profile.

Start where language becomes model input.

Tokenization is the quiet first decision that shapes everything a multilingual model can learn.