Yun Wu
Learning GenAI via SOTA Papers
This podcast is focusing on sharing the papers on GenAI related topic, especially the SOTA (State of the Art) papers that are the foundations of GenAI work. It shows how these researches paved the way to the GenAI tools that we are using every day such as ChatGPT, Gemini, Claude Code etc.
Author
Yun Wu
Category
Podcast website
Latest episode
Jul 10, 2026
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
EP049: Toolformer Teaches Itself to Use APIs 27.02.2026 19:30
The paper introduces Toolformer , a language model designed to overcome common limitations of standard Large Language Models (LLMs), such as their inability to perform precise math, access up-to-date information, or accurately look up facts without hallucinating. To address these shortcomings, Toolformer is trained to independently use external tools via simple APIs. The model integrates five spec...
EP048: BLIP-2 Teaches Frozen Models to See 27.02.2026 20:15
The paper " BLIP-2: Bootstrapping Language-Image Pre-training with Frozen Image Encoders and Large Language Models " introduces a highly compute-efficient framework for vision-language pre-training. Here is a short summary of its key concepts and findings: The Problem: Most state-of-the-art vision-language models require expensive end-to-end training on massive datasets, which incurs an...
EP047: Bootstrapping AI With Self-Generated Instructions 27.02.2026 18:42
SELF-INSTRUCT: Aligning Language Models with Self-Generated Instructions introduces a novel framework for improving the instruction-following capabilities of pretrained language models using minimal human-labeled data. Large language models typically depend heavily on human-written instruction datasets to learn how to follow prompts zero-shot. However, creating this human-annotated data is costly...
EP046: Training AI With A Constitution 27.02.2026 22:14
The paper " Constitutional AI: Harmlessness from AI Feedback " by Anthropic introduces a method to train AI systems to be helpful and harmless without relying on human feedback labels to identify harmful outputs. The core concept, termed Constitutional AI (CAI) , governs the AI's behavior using a short list of natural language rules or principles—referred to as a "constitution&q...
EP045: BLOOM The Open Source Rival To GPT-3 27.02.2026 17:38
This paper introduces BLOOM , a 176-billion-parameter open-access multilingual language model developed by the BigScience Workshop , an international collaboration of hundreds of researchers. The project was motivated by the need to democratize powerful large language model (LLM) technology, which has predominantly been controlled by well-resourced corporate entities, and to conduct research with...
EP044: How ReAct Synergizes Reasoning and Acting 27.02.2026 12:20
The paper introduces ReAct , a novel paradigm that combines reasoning and acting within Large Language Models (LLMs) to solve diverse language and decision-making tasks. ReAct prompts LLMs to interleave verbal reasoning traces with task-specific actions . This synergy allows the model to dynamically create, track, and adjust high-level action plans through reasoning, while simultaneously using act...
EP043: Weak Supervision Made OpenAI Whisper Robust 27.02.2026 20:34
The paper " Robust Speech Recognition via Large-Scale Weak Supervision " introduces Whisper , a highly robust and versatile speech processing system developed by researchers at OpenAI. Instead of relying on small, highly-curated datasets or purely unsupervised pre-training, Whisper is trained on 680,000 hours of weakly supervised, multilingual, and multitask audio data collected from the...
EP042: Running 175B Models on Consumer Hardware 27.02.2026 17:53
LLM.int8(): 8-bit Matrix Multiplication for Transformers at Scale proposes a novel quantization method to significantly reduce the memory footprint of Large Language Models (LLMs) during inference without sacrificing predictive performance. Here is a short summary of its key points: The Problem: Large pre-trained language models require massive amounts of GPU memory for inference. While quantizing...
EP041: FlashAttention Smashes the AI Memory Wall 27.02.2026 19:07
The paper introduces FlashAttention , a new algorithm designed to address the slow and memory-intensive nature of Transformer models when processing long sequences. Standard self-attention has a time and memory complexity that scales quadratically with sequence length, largely due to the massive overhead of reading and writing the large intermediate attention matrix to the GPU's relatively slo...
EP040: Meta's Open Source GPT-3 Replica 26.02.2026 19:09
" OPT: Open Pre-trained Transformer Language Models " by Meta AI introduces a suite of decoder-only pre-trained transformer models ranging from 125 million to 175 billion parameters. Here is a brief summary of the paper's key points: Motivation: Access to large language models (LLMs) like GPT-3 is typically restricted to paid APIs or highly resourced labs, which hinders the broader r...
EP039: Flamingo Unlocks Few-Shot Visual Reasoning 26.02.2026 19:41
The paper " Flamingo: a Visual Language Model for Few-Shot Learning " introduces a family of Visual Language Models (VLMs) developed by DeepMind that can rapidly adapt to novel image and video understanding tasks using only a handful of examples. Here is a short summary of its key contributions and findings: Innovative Architecture: Flamingo leverages powerful, pretrained, and frozen vis...
EP038: PaLM's 540 Billion Parameters Unlock Reasoning 26.02.2026 18:02
PaLM: Scaling Language Modeling with Pathways introduces the Pathways Language Model (PaLM), a 540-billion parameter, densely activated Transformer model . The researchers trained PaLM across 6144 TPU v4 chips using a new, highly efficient machine learning system called Pathways. Key highlights from the paper include: Breakthrough Performance: PaLM achieved state-of-the-art few-shot learning resul...
EP037: DeepMind Chinchilla Ends The Parameter Wars 26.02.2026 16:44
The paper, " Training Compute-Optimal Large Language Models " by DeepMind, investigates how to optimally balance the size of a Large Language Model (LLM) and its amount of training data within a fixed computational budget. Here is a short summary of its core contributions: Equal Scaling of Size and Data: Contrary to previous widely accepted research (like Kaplan et al., 2020) which sugge...
EP036: How 40 People Taught GPT-3 Manners 26.02.2026 20:04
This paper introduces InstructGPT , demonstrating a highly effective method for aligning large language models with user intent using Reinforcement Learning from Human Feedback (RLHF) . The authors show that making language models bigger does not inherently make them more helpful, truthful, or safe; instead, fine-tuning them with human feedback drastically improves their ability to follow instruct...
EP035: How Google LaMDA Learned To Use Tools 26.02.2026 21:30
" LaMDA: Language Models for Dialog Applications " by researchers at Google. Here is a short summary of the paper's key points: • What is LaMDA? LaMDA is a family of Transformer-based neural language models designed specifically for open-ended dialog. The models contain up to 137 billion parameters and were pre-trained on 1.56 trillion words of public dialog data and web text. • The...
EP034: Chain of Thought Prompting Unlocks Reasoning 26.02.2026 16:49
Here is a short summary of the paper " Chain-of-Thought Prompting Elicits Reasoning in Large Language Models " by Jason Wei et al.: Core Contribution: The paper introduces chain-of-thought (CoT) prompting , a simple yet highly effective method to unlock and enhance the complex reasoning abilities of large language models (LLMs) without the need for fine-tuning. How it Works: Instead of u...
EP033: Democratizing Image Generation with Latent Diffusion 26.02.2026 20:47
Based on the provided sources, here is a short summary of the paper " High-Resolution Image Synthesis with Latent Diffusion Models " : The Problem While diffusion models (DMs) have achieved state-of-the-art results in image synthesis, they typically operate directly in high-dimensional pixel space. This makes training and evaluating them incredibly computationally expensive, often requir...
EP032: WebGPT Fights Hallucinations With Web Search 26.02.2026 18:33
" WebGPT: Browser-assisted question-answering with human feedback " Core Concept The paper introduces WebGPT , a system developed by OpenAI that improves long-form question answering by fine-tuning GPT-3 to interact with a text-based web-browsing environment . Instead of relying solely on its pre-trained internal knowledge, the model is equipped to send queries to the Microsoft Bing API,...
EP031: DeepMind RETRO Swaps Memorization For Retrieval 26.02.2026 18:35
The paper " Improving language models by retrieving from trillions of tokens " by DeepMind introduces Retro (Retrieval-Enhanced Transformer) , a semi-parametric autoregressive language model that enhances its predictions by directly retrieving information from a massive database of up to 2 trillion tokens. Instead of relying solely on increasing a model's parameter size to improve me...
EP030: DeepMind's Gopher Exposes Limits of Scale 26.02.2026 22:44
The provided paper from DeepMind introduces Gopher , a 280-billion parameter Transformer-based language model trained on a curated 10.5-terabyte dataset known as MassiveText. The authors present a comprehensive analysis of the model's capabilities, scaling behaviors, and limitations. Key Findings and Insights: • State-of-the-Art Performance: Gopher was evaluated across 152 diverse language tas...
EP029: Instruction Tuning Unlocked Zero-Shot Learning 26.02.2026 20:21
The paper " Finetuned Language Models are Zero-Shot Learners " introduces instruction tuning , a simple but highly effective method for improving the zero-shot learning capabilities of large language models on unseen tasks. Here is a summary of the paper's core methodology, results, and key findings: Methodology The researchers took a 137-billion parameter pretrained language model a...
EP028: Train Short for Infinite Context 26.02.2026 22:07
" Train Short, Test Long: Attention with Linear Biases Enables Input Length Extrapolation " addresses the challenge of enabling transformer models to process sequences at inference time that are longer than those encountered during training. Traditional transformer language models rely on positional embedding methods (such as sinusoidal embeddings) that exhibit weak extrapolation capabil...
EP027: From Creative Writer to Logic Engine 26.02.2026 20:42
The paper introduces Codex , a GPT-based large language model fine-tuned on publicly available code from GitHub, which serves as the foundation for GitHub Copilot. Key highlights of the paper include: • Evaluation Methodology: To accurately measure the functional correctness of synthesized Python programs, the authors created the HumanEval dataset. This dataset consists of 164 hand-written program...
EP026: LoRA Fine-Tunes Massive Models Without Supercomputers 26.02.2026 21:09
The paper introduces Low-Rank Adaptation (LoRA) , a highly efficient method for adapting large pre-trained language models to specific downstream tasks. Instead of performing full fine-tuning by retraining all parameters—which is computationally and financially prohibitive for massive models like GPT-3 175B—LoRA works by freezing the pre-trained model weights and injecting small, trainable rank de...
EP025: RoPE Solves Sequence by Rotating Vectors 26.02.2026 22:44
" RoFormer: Enhanced Transformer with Rotary Position Embedding " Core Innovation: Rotary Position Embedding (RoPE) The paper proposes RoPE to address the limitation that standard Transformer models are position-agnostic. Unlike previous methods that add positional embeddings to word vectors, RoPE encodes absolute positions by multiplying context representations (queries and keys) with a...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.