Enoch H. Kang
Best AI papers explained
Cut through the noise. We curate and break down the most important AI papers so you don’t have to.
Author
Enoch H. Kang
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
Active Learning for Adaptive In-Context Prompt Design 03.04.2025 15:41
This research paper introduces a novel approach called Active In-context Prompt Design (AICL) for improving the performance of large language models (LLMs) through adaptive prompt tuning. The paper addresses the challenge of selecting the most informative examples to include in an LLM's prompt at inference time to optimize its predictions on a set of test queries. To achieve this, the author...
Visual Chain-of-Thought Reasoning for Vision-Language-Action Models 03.04.2025 20:19
This paper introduces CoT-VLA , a novel method for vision-language-action models (VLAs) that incorporates visual chain-of-thought (CoT) reasoning . Unlike traditional VLAs that directly map inputs to actions, CoT-VLA first predicts future image frames as visual goals before generating action sequences to achieve them. This approach aims to enhance reasoning capabilities for complex manipulat...
On the Biology of a Large Language Model 01.04.2025 19:01
We discuss Anthropic's recent document that presents an extensive investigation into the inner workings of Anthropic's Claude 3.5 Haiku large language model using a novel "circuit tracing" methodology. Researchers analyzed the model's internal mechanisms across diverse tasks like multi-step reasoning, poetry generation, multilingual translation, and arithmetic. They identi...
Async-TB: Asynchronous Trajectory Balance for Scalable LLM RL 01.04.2025 17:56
This paper introduces Trajectory Balance with Asynchrony (TBA) , a novel distributed reinforcement learning framework designed for efficient and scalable post-training of large language models. TBA decouples the data generation process (handled by multiple "searcher" nodes) from the policy update mechanism (managed by a single "trainer" node), utilizing an off-policy train...
Instacart's Economics Team: A Hybrid Role in Tech 31.03.2025 18:37
We discuss Instacart's Economics Team. The team is composed of academically trained economists who function as machine learning engineers, blending economic principles with technical implementation. They address challenging marketplace problems by developing and deploying end-to-end solutions, working horizontally across various product areas. We also discuss advice for economists aspiring to...
Data Mixture Optimization: A Multi-fidelity Multi-scale Bayesian Framework 31.03.2025 22:01
This paper outlines a new probabilistic framework called multi-fidelity multi-scale Bayesian optimization for efficiently determining the best combinations of data sources for pre-training large language models. It addresses the limitations of intuition-based and deterministic extrapolation methods by modeling uncertainty and sequentially selecting data mixtures, model sizes, and training step...
Why MCP won 31.03.2025 17:03
It details the motivation behind MCP , its core components, and real-world use cases, including its potential as a foundational protocol for AI agents through composability and sampling. The Latent Space article analyzes the reasons for MCP's rapid adoption , attributing its success to its "AI-native" design, backing by Anthropic, strong developer brand association, inspiration fro...
SWEET-RL: Training LLM Agents for Collaborative Reasoning 31.03.2025 24:31
This research paper focuses on training large language model (LLM) agents for collaborative reasoning tasks. The paper introduces Collaborative Agent Benchmark (ColBench) , a new benchmark designed to evaluate multi-turn reinforcement learning (RL) algorithms in realistic artifact creation scenarios. The authors propose a novel RL algorithm named SWEET-RL (RL with Step-WisE Evaluation from Trai...
TheoryCoder: Bilevel Planning with Synthesized World Models 30.03.2025 23:18
This research paper introduces TheoryCoder , a novel reinforcement learning agent. TheoryCoder integrates large language models (LLMs) for synthesizing code-based world models with a bilevel planning approach , utilizing high-level symbolic abstractions and low-level Python-based transition models. The paper addresses limitations in prior theory-based reinforcement learning by enabling more expr...
Driving Forces in AI: Scaling to 2025 and Beyond (Jason Wei, OpenAI) 29.03.2025 22:31
This conversation discusses the presentation from Jason Wei at OpenAI, who explores the driving forces behind recent rapid progress in artificial intelligence , primarily focusing on scaling compute, data through pre-training, and test-time computation using reinforcement learning . It posits that scaling general methods has been key to advancements and examines the effectiveness of next-word...
Expert Demonstrations for Sequential Decision Making under Heterogeneity 28.03.2025 17:58
This paper introduces a new framework called Experts-as-Priors (ExPerior) . This framework addresses the challenge of sequential decision-making in situations with unobserved heterogeneity , where offline expert demonstrations contain variations not apparent to the learning agent. ExPerior leverages these demonstrations to infer an informative prior distribution over the hidden factors, subseq...
TextGrad: Backpropagating Language Model Feedback for Generative AI Optimization 27.03.2025 26:07
This paper introduces TextGrad , a novel framework for optimizing generative AI systems. This method uses large language models (LLMs) to provide natural language feedback , acting as "textual gradients," to guide the improvement of various AI components. TextGrad enables automatic optimization across diverse tasks by backpropagating this feedback through a system's computation g...
MemReasoner: Generalizing Language Models on Reasoning-in-a-Haystack Tasks 27.03.2025 17:33
This paper aims to improve reasoning capabilities over long contextual information by learning the relative order of facts and enabling selective attention to its memory. The paper empirically investigates MemReasoner's generalization abilities on multi-hop reasoning tasks compared to other models, even with minimal supervision. Their findings suggest that explicit memory mechanisms can...
RAFT: In-Domain Retrieval-Augmented Fine-Tuning for Language Models 27.03.2025 20:36
This paper introduces Retrieval Augmented Fine Tuning (RAFT) , a novel training method designed to improve large language models' ability to answer questions accurately within specific domains when provided with relevant documents. RAFT trains models to effectively utilize provided documents by incorporating both helpful and distracting information during fine-tuning, encouraging the model...
Inductive Biases for Exchangeable Sequence Modeling 26.03.2025 20:12
This paper explores inductive biases in exchangeable sequence modeling, focusing on architectural choices and inferential methods , particularly for decision-making tasks . It highlights a limitation of single-step inference in distinguishing between epistemic and aleatoric uncertainty, advocating for multi-step inference for better uncertainty quantification and downstream performance....
InverseRLignment: LLM Alignment via Inverse Reinforcement Learning 26.03.2025 25:01
This paper introduces a novel approach called Alignment from Demonstrations (AfD) for aligning large language models (LLMs) using demonstration datasets instead of preference-based data. The paper frames this alignment problem within a reinforcement learning (RL) framework , specifically exploring connections to forward and inverse RL. It theoretically analyzes trajectory distribution matching...
Prompt-OIRL: Offline Inverse RL for Query-Dependent Prompting 26.03.2025 15:53
This paper introduces Prompt-OIRL , a novel method to enhance the arithmetic reasoning of large language models by optimizing prompts based on individual queries. The authors identify challenges in evaluating prompts during inference and the high costs of online prompt optimization. To address these, Prompt-OIRL employs offline inverse reinforcement learning to learn from existing prompt evalua...
Alignment from Demonstrations for Large Language Models 25.03.2025 20:51
The provided text is a research paper introducing Alignment from Demonstrations (AfD) as a novel method for aligning large language models (LLMs) using high-quality demonstration data. It identifies limitations in current preference-based alignment techniques and proposes framing AfD within a reinforcement learning framework , specifically inverse reinforcement learning, to address these shortc...
Q♯: Distributional RL for Optimal LLM Post-Training 18.03.2025 20:00
This podcast introduces Q♯ , a novel reinforcement learning algorithm tailored for post-training large language models (LLMs) by utilizing distributional value functions within a KL-regularized framework. Unlike prevalent policy-based methods and existing value-based baselines that use unregularized Q-values, Q♯ learns the optimal regularized Q-function to guide the reference policy, offering t...
Scaling Test-Time Compute Without Verification or RL is Suboptimal 14.03.2025 15:13
The paper presents a theoretical analysis comparing verifier-based (VB) and verifier-free (VF) algorithms for training large language models (LLMs) under varying compute budgets. It demonstrates that VB methods outperform VF methods as test-time compute increases, particularly when the base LLM exhibits high heterogeneity and anti-concentration in reward distributions. The findings indicate that w...
Optimizing Test-Time Compute via Meta Reinforcement Fine-Tuning 14.03.2025 11:35
Longer version
Optimizing Test-Time Compute via Meta Reinforcement Fine-Tuning 14.03.2025 4:50
The paper optimizes test-time compute as a meta-reinforcement learning problem It emphasizes balancing exploration and exploitation to minimize cumulative regret Meta Reinforcement Fine-Tuning (MRT) improves performance and token efficiency
Open Problems and Fundamental Limitations of Reinforcement Learning from Human Feedback 14.03.2025 1:45
The paper surveys limitations of reinforcement learning from human feedback (RLHF). It highlights challenges in training AI systems with RLHF. Proposes auditing and disclosure standards for RLHF systems. Emphasizes a multi-layered approach for safer AI development. Identifies open questions for further research in RLHF.
Revisiting Superficial Alignment Hypothesis 14.03.2025 4:11
The paper revisits the Superficial Alignment Hypothesis. It studies post-training scaling behavior with finetuning examples. Performance scales as a power law with more finetuning examples. Model performance correlates with reasoning ability, not just style. Language models can integrate new knowledge post-pre-training. Results suggest the hypothesis is an oversimplification.
Diagnostic uncertainty: teaching language Models to describe open-ended uncertainty 14.03.2025 4:16
The paper introduces diagnostic uncertainty in language models. It enables models to describe their uncertainty openly. Improved accuracy and reduced entropy in responses are achieved. A framework for operationalizing uncertainty in LMs is proposed. The method enhances model interpretability and understanding of behavior.
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.