NVIDIA · NCA-GENL
The control thread
Steering what the model does and containing what it might do wrong: prompting as the first lever of control, RAG as grounding control, and trustworthy AI as the guardrails and audits that catch what neither lever stops.
T5 · 32 lessons across 4 modules
- M0505-01Zero-shot vs few-shot prompting and in-context learning
- M0505-02How to structure a prompt: instruction, context, and format
- M0505-03Chain-of-thought prompting: when it helps and when it misleads
- M0505-04Prompt templates, versioning, and testing
- M0505-05Getting structured JSON output from an LLM
- M0505-06Prompt, RAG, or fine-tune? A first decision rule
- M0707-01Sparse retrieval and BM25 keyword search
- M0707-02Dense retrieval with embeddings
- M0707-03Limits of embedding search: negation, recency, and authority
- M0707-04Vector databases and ANN indexes (HNSW, IVF)
- M0707-05Access control and permissions in RAG retrieval
- M0707-06Hybrid search: combining keyword and vector retrieval
- M0707-07Reranking with a cross-encoder
- M0707-08Assembling context: chunk order and the lost-in-the-middle problem
- M0707-09The complete RAG pipeline, stage by stage
- M0707-10Debugging RAG: retrieval failure versus generation failure
- M0707-11Grounding, citations, and letting a model say I don't know
- M0707-12When RAG is the wrong tool
- M0808-01How to curate a dataset for an LLM task
- M0808-02Data quality problems: label noise, leakage, imbalance, and drift
- M0808-03Exploratory data analysis (EDA) on a text corpus
- M0808-04Choosing the right chart: histogram, box plot, scatter, bar, heatmap, line
- M0808-05NVIDIA RAPIDS: cuDF, cuML, and cuGraph for GPU data science
- M1313-01NVIDIA's four pillars of trustworthy AI and how to implement each
- M1313-02NVIDIA NeMo Guardrails and content moderation for LLM applications
- M1313-03Prompt injection and indirect injection through RAG
- M1313-04Bias in AI: sources, measurement, and mitigation
- M1313-05Data privacy, consent, and why model weights cannot forget
- M1313-06Transparency, explainability, and model cards for LLM systems
- M1313-07AI energy use, carbon, and efficient inference
- M1313-08A trustworthy AI checklist for your own LLM service
- M1313-09How to read an AI research paper and track new LLM trends
Part of the throughlines running across the NCA-GENL prep course.