AI-Talk

Large Language Model (LLM) Talk

AI Explained breaks down the world of AI in just 10 minutes. Get quick, clear insights into AI concepts and innovations, without any complicated math or jargon. Perfect for your commute or spare time, this podcast makes understanding AI easy, engaging, and fun—whether you're a beginner or tech enthusiast.

Author

AI-Talk

Category

Technology

Podcast website

podcasters.spotify.com

Latest episode

Jan 21, 2026

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android 5M+ downloads · 4.8 rating iOS soon

Episodes

S1: Simple Test-time Scaling 09.02.2025

'S1' refers to simple test-time scaling, an efficient approach to enhance language model reasoning with minimal resources. It involves training a model on a small, carefully curated dataset like s1K and using budget forcing to control test-time compute. Budget forcing enforces maximum or minimum thinking tokens by appending delimiters or the word "Wait". The s1-32B model, developed using this meth...

RLHF (Reinforcement Learning from Human Feedback) 07.02.2025

Reinforcement Learning from Human Feedback (RLHF) incorporates human preferences into AI systems, addressing problems where specifying a clear reward function is difficult. The basic pipeline involves training a language model, collecting human preference data to train a reward model, and optimizing the language model with an RL optimizer using the reward model. Techniques like KL divergence are u...

GRPO (Group Relative Policy Optimization) 05.02.2025

Group Relative Policy Optimization (GRPO) is a reinforcement learning algorithm that enhances mathematical reasoning in large language models (LLMs). It is like training students in a study group, where they learn by comparing answers without a tutor. GRPO eliminates the need for a critic model, unlike Proximal Policy Optimization (PPO), making it more resource efficient. It calculates advantages...

Model/Knowledge Distillation 05.02.2025

Model/Knowledge distillation is a technique to transfer knowledge from a cumbersome model, like a large neural network or an ensemble of models, to a smaller, more efficient model. The smaller model is trained using "soft targets," which are the class probabilities produced by the larger model, rather than the usual "hard targets" of correct class labels. These soft targets con...

Qwen-2.5 01.02.2025

Qwen2.5 is a series of large language models (LLMs) with significant improvements over previous models, focusing on efficiency, performance, and long sequence handling. Key architectural advancements include Grouped Query Attention (GQA) for better memory management, Mixture-of-Experts (MoE) for enhanced capacity, and Rotary Positional Embeddings (RoPE) for effective long-sequence modeling. Qwen2....

Qwen-2 01.02.2025

The Qwen2 series of large language models introduces several key enhancements over its predecessors. It employs Grouped Query Attention (GQA) and Dual Chunk Attention (DCA) for improved efficiency and long-context handling, using YARN to rescale attention weights. The models utilize fine-grained Mixture-of-Experts (MoE) and have a reduced KV size. Pre-training data was significantly increased to 7...

Qwen-1 01.02.2025

Qwen-1, also known as QWEN, is a series of large language models that includes base pretrained models, chat models, and specialized models for coding and math. These models are trained on a massive dataset of 3 trillion tokens using byte pair encoding for tokenization, and they feature a modified Transformer architecture with untied embeddings and rotary positional embeddings. The chat models (QWE...

OpenAI-o1 25.01.2025

OpenAI's o1 is a generative pre-trained transformer (GPT) model, designed for enhanced reasoning, especially in science and math. It uses a 'chain of thought' approach, spending more time "thinking" before answering, making it better at complex tasks. While not a successor to GPT-4o, o1 excels in scientific and mathematical benchmarks, and is trained with a new optimization a...

GPT-4o 25.01.2025

GPT-4o is a multilingual, multimodal model that can process and generate text, images, and audio and represents a significant advancement over previous models like GPT-4 and GPT-3.5. GPT-4o is faster and more cost-effective, has improved performance in multiple areas, and natively supports voice-to-voice. GPT-4o's knowledge is limited to what was available up to October 2023. It has a context...

Kimi k1.5 23.01.2025

Kimi k1.5 is a multimodal LLM trained with reinforcement learning (RL). Key aspects include: long context scaling to 128k, improving performance with increased context length; improved policy optimization using a variant of online mirror descent; and a simplistic framework that enables planning and reflection without complex methods. It uses a reference policy in its off-policy RL approach, and lo...

DeepSeek-R1 22.01.2025

DeepSeek-R1 is a language model focused on enhanced reasoning, employing reinforcement learning (RL) and building upon the DeepSeek-V3-Base model. It uses Group Relative Policy Optimization (GRPO) to reduce computational costs by eliminating the need for a separate critic model, which is commonly used in other algorithms such as PPO. The model uses a multi-stage training pipeline including an init...

Claude-3 20.01.2025

Claude 3 is a family of large multimodal AI models developed by Anthropic, with a focus on safety, interpretability, and user alignment. The models, which include Opus, Sonnet, and Haiku, excel in reasoning, math, coding, and multilingual understanding. They are designed to be helpful, honest, and harmless assistants and can process text, audio, and visual inputs. Claude 3 models use Constitutiona...

GPT-4 20.01.2025

GPT-4, or Generative Pre-trained Transformer 4, is a large multimodal language model created by OpenAI, and the fourth in the GPT series. It is a significant advancement over previous models such as GPT-3, with improvements in model size, performance, contextual understanding, and safety. GPT-4 uses a Transformer architecture, a deep learning model that has revolutionized natural language processi...

LLM Training 20.01.2025

Training large language models (LLMs) is challenging due to the large amount of GPU memory and long training times required. Several parallelism paradigms enable model training across multiple GPUs, and various model architecture and memory-saving designs make it possible to train very large neural networks. The optimal model size and number of training tokens should be scaled equally, with a doub...

MiniMax-01 20.01.2025

MiniMax-01 is a series of large language and vision-language models that use lightning attention and a mixture of experts (MoE) to achieve long context processing. The models, MiniMax-Text-01 and MiniMax-VL-01, match the performance of top-tier models, like GPT-4o and Claude-3.5-Sonnet, while offering 20-32 times longer context windows, reaching up to 4 million tokens during inference. The models...

DeepSeek v3 20.01.2025

DeepSeek-V3 is a large Mixture-of-Experts (MoE) language model, trained ~10x less cost , with 671 billion total parameters, of which 37 billion are activated for each token. It uses Multi-head Latent Attention (MLA) and DeepSeekMoE architectures. A key feature of DeepSeek-V3 is its auxiliary-loss-free load balancing strategy and multi-token prediction training objective. The model was pre-trained...

Tree-of-Thoughts 19.01.2025

The Tree of Thoughts (ToT) framework enhances problem-solving in large language models (LLMs) by using a structured, hierarchical approach to explore multiple solutions. ToT breaks down problems into smaller steps called "thoughts", generated via sampling or proposing. These "thoughts" are evaluated using value or voting strategies, and search algorithms like breadth-first or d...

LLM Reasoning 19.01.2025

Large language models (LLMs) demonstrate some reasoning abilities, though it's debated whether they truly reason or rely on information retrieval. Prompt engineering enhances reasoning, employing techniques like Chain-of-Thought (CoT), which involves intermediate reasoning steps. Multi-stage prompts, problem decomposition, and external tools are also used. Multi-agent discussions may not surpa...

LangChain 18.01.2025

LangChain is an open-source framework that simplifies the development of applications using large language models (LLMs). It offers tools and abstractions to enhance the customization, accuracy, and relevancy of LLM-generated information. LangChain allows developers to connect LLMs to external data sources, and create applications like chatbots, question-answering systems, and virtual agents. Key...

LlamaIndex 18.01.2025

LlamaIndex is an open-source framework for building LLM applications by connecting custom data to LLMs. It excels in Retrieval-Augmented Generation (RAG), data storage, and retrieval. It works by ingesting data from various sources, indexing it (often into vector embeddings), and querying it with a language model. LlamaIndex has tools to evaluate the quality of retrieval and responses. It supports...

Chain of Thought (CoT) 18.01.2025

Chain of Thought (CoT) is a prompting technique that enhances the reasoning capabilities of large language models (LLMs) by encouraging them to articulate their reasoning process step by step. Instead of providing a direct answer, the model breaks down complex problems into smaller, more manageable parts, simulating human-like thought processes. This method is particularly beneficial for tasks req...

Retrieval-Augmented Generation (RAG) 18.01.2025

Retrieval-augmented generation (RAG) enhances large language models (LLMs) by connecting them to external knowledge sources. It works by retrieving relevant documents based on a user's query, using an embedding model to convert both into numerical vectors, then using a vector database to find matching content. The retrieved data is then passed to the LLM for response generation. This process i...

Fine-Tuning 18.01.2025

Fine-tuning is a machine learning technique that adapts a pre-trained model to a specific task or domain. Instead of training a model from scratch, fine-tuning uses a pre-trained model as a starting point and further trains it on a smaller, task-specific dataset. This process can improve the model's performance on specialized tasks, reduce computational costs, and broaden its applicability acr...

Scaling Laws 17.01.2025

Scaling laws describe how language model performance improves with increased model size, training data, and compute. These improvements often follow a power-law, with predictable gains as resources scale up. There are diminishing returns with increased scale. Optimal training involves a balance of model size, data, and compute, and may require training large models on less data, stopping before co...

LLaMA-3 17.01.2025

LLaMA-3 is a series of foundation language models that support multilinguality, coding, reasoning, and tool usage. The models come in different sizes, with the largest having 405B parameters and a 128K token context window. The development of Llama 3 focused on optimizing data, scale, and managing complexity, using a combination of web data, code, and mathematical text, with specific pipelines for...

Listen to the Large Language Model (LLM) Talk podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.