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
Reinforcement Learning via Self-Distillation 30.01.2026 14:15
This paper introduces Self-Distillation Policy Optimization (SDPO), a novel reinforcement learning framework designed to improve how large language models learn from complex environments. While traditional methods often rely on simple scalar rewards that create information bottlenecks, SDPO utilizes rich textual feedback, such as runtime errors or descriptive evaluations, to provide denser learnin...
Self-Supervised Contrastive Learning is Approximately Supervised Contrastive Learning 28.01.2026 14:47
This research explores the theoretical alignment between self-supervised contrastive learning (CL) and supervised learning, specifically investigating why label-agnostic training produces organized semantic clusters. The authors prove that standard CL objectives implicitly approximate a negatives-only supervised contrastive loss (NSCL), with the gap between the two vanishing as the number of datas...
On the alignment between supervised and self-supervised contrastive learning 28.01.2026 16:07
This research explores the mathematical and empirical relationship between Contrastive Learning (CL) and Non-Contrastive Supervised Contrastive Learning (NSCL). The authors demonstrate that CL and NSCL converge toward highly similar structural representations, a phenomenon they validate using metrics like Centered Kernel Alignment (CKA) and Representational Similarity Analysis (RSA). Their theoret...
Rethinking the value of multi-agent work-flow: a strong single agent baseline 24.01.2026 17:14
The provided text explores whether multi-agent systems (MAS) can be effectively replaced by a single agent simulating complex workflows through multi-turn conversations. Research indicates that homogeneous workflows, where multiple agents use the same base model, can be replicated by one agent with significant computational efficiency gains via KV cache reuse. The authors introduce OneFlow, an aut...
Greedy Sampling Is Provably Efficient for RLHF 24.01.2026 13:06
This research explores Reinforcement Learning from Human Feedback (RLHF) under the KL-regularized contextual bandits framework. While traditional methods rely on complex optimistic or pessimistic estimates to manage uncertainty, the authors prove that greedy sampling—directly using empirical estimates—is surprisingly efficient. By leveraging the structural property that optimal policies remain wit...
A Generalization Theory for Zero-Shot Prediction 24.01.2026 15:16
This research paper establishes a formal learning theoretic framework to analyze the performance of zero-shot prediction (ZSP) in multimodal models like CLIP. The authors decompose prediction error into three distinct components: prompt bias, which measures the suitability of a prompting strategy; residual dependence, which quantifies the information lost when using text as a proxy for image featu...
Learning to Discover at Test Time 23.01.2026 16:24
This paper introduces TTT-Discover, an innovative system designed to solve complex science and engineering problems through test-time training. Unlike traditional static models, this approach enables an open-source AI to continuously learn and refine its policy while actively seeking solutions for a specific task. By utilizing an entropic objective and adaptive reinforcement learning, the system s...
How Does the Pretraining Distribution Shape In-Context Learning? Task Selection, Generalization, and Robustness 23.01.2026 18:38
This paper explores how the statistical properties of pretraining data determine the success of in-context learning (ICL) in transformer models. By developing a theoretical framework that unifies task selection and generalization, the authors demonstrate that heavy-tailed pretraining distributions significantly enhance a model's robustness to distribution shifts. Conversely, while light-tailed...
Highlighting What Matters: Promptable Embeddings for Attribute-Focused Retrieval 20.01.2026 13:36
This paper propose using promptable image embeddings guided by questions generated by an LLM, which help Multimodal models focus on specific visual attributes. They also implement a linear approximation strategy to reduce the high computational costs associated with using multimodal large language models (MLLMs) for large-scale searches. Experimental results demonstrate that these techniques signi...
Activation Reward Models for Few-Shot Model Alignment 20.01.2026 16:12
This paper introduces Activation Reward Models (Activation RMs), a novel method for aligning Large Language Models (LLMs) and Multimodal Models with human preferences using minimal data. Unlike traditional reward models that require extensive fine-tuning, this approach utilizes activation steering to manipulate a model’s internal representations through just a few examples. By identifying and guid...
Reward is enough: LLMs are in-context reinforcement learners 19.01.2026 10:50
Researchers have introduced In-Context Reinforcement Learning (ICRL), a novel prompting framework that enables large language models to self-improve during inference using only numerical scalar rewards. Unlike traditional methods that rely on verbal feedback or costly retraining, ICRL treats the model’s context window as a dynamic experience buffer, concatenating past attempts with their correspon...
Understanding the Performance Gap in Preference Learning: A Dichotomy of RLHF and DPO 19.01.2026 14:26
This research paper provides a theoretical and empirical comparison between Reinforcement Learning from Human Feedback (RLHF) and Direct Preference Optimization (DPO). The authors identify a performance gap between the two methods caused by model mis-specification, where the intended reward or policy cannot be perfectly captured by the chosen model classes. Their analysis reveals that RLHF maintai...
The End of Reward Engineering: How LLMs Are Redefining Multi-Agent Coordination 18.01.2026 17:55
This paper discusses a paradigm shift in multi-agent reinforcement learning, moving away from the labor-intensive process of manual reward engineering. Instead of hand-crafting complex numerical functions, researchers propose using large language models (LLMs) to translate natural language objectives into executable code. This approach addresses traditional bottlenecks like credit assignment and e...
PRL: Process Reward Learning Improves LLMs’ Reasoning Ability and Broadens the Reasoning Boundary 18.01.2026 15:48
This paper introduces Process Reward Learning (PRL), a novel reinforcement learning framework designed to enhance the reasoning capabilities of Large Language Models (LLMs). Unlike traditional methods that rely on sparse "outcome rewards" given only at the end of a task, PRL derives dense, step-by-step supervision signals from a mathematically rigorous decomposition of the global objecti...
Coverage Improvement and Fast Convergence of On-policy Preference Learning 17.01.2026 14:48
This paper provides a theoretical and empirical analysis of **on-policy preference learning**, a method used to align large language models with human values. The authors introduce the **coverage improvement principle**, demonstrating that updating a model using its own generated data—rather than static, offline datasets—creates a feedback loop that makes subsequent data increasingly informative....
Stagewise Reinforcement Learning and the Geometry of the Regret Landscape 16.01.2026 13:04
This research paper establishes a formal connection between singular learning theory (SLT) and deep reinforcement learning (RL) to explain how agents evolve during training. The authors introduce a generalized Bayesian framework and a complexity metric called the local learning coefficient (LLC) to analyze the geometry of an agent's policy. Their findings demonstrate that RL training is charac...
Conditional Memory via Scalable Lookup: A New Axis of Sparsity for Large Language Models 16.01.2026 14:18
The researchers introduce Engram, a novel conditional memory module that enhances Large Language Models by integrating a scalable lookup mechanism for static knowledge. While modern models rely on Mixture-of-Experts (MoE) for sparse computation, Engram uses N-gram embeddings to retrieve formulaic or factual information in constant time. This architectural shift creates a U-shaped scaling law that...
Learning Latent Action World Models In The Wild 16.01.2026 14:15
This research explores how to model **"latent actions"** in unpredictable, real-world videos where specific movement commands are not pre-defined. The authors compare three primary methods for organizing these hidden actions: **sparsity-based constraints**, **noise addition**, and **discrete quantization**. By testing these techniques on diverse datasets like **YouTube** and **robotics footage**,...
From Unstructured Data to Demand Counterfactuals: Theory and Practice 14.01.2026 13:30
This paper introduces computational toolkit designed to correct errors in demand estimation when using unstructured data, such as images or text, to represent products. Because researchers often use machine learning embeddings as proxies for true product attributes, these approximations can introduce statistical bias that leads to inaccurate predictions of consumer behavior. The authors propose a...
In-context reinforcement learning through bayesian fusion of context and value prior 14.01.2026 12:09
This paper introduces how we can adapt quickly to new tasks without updating model parameters using a framework called SPICE (Shaping Policies In-Context with Ensemble prior), a novel Bayesian In-Context Reinforcement Learning method. Unlike existing models that rely on optimal data, SPICE utilizes a deep ensemble to learn a value prior from suboptimal trajectories and refines this prior at test-t...
Digital RedQueen: Adversarial Program Evolution in Core War with LLMs 14.01.2026 13:53
This research explores Digital Red Queen (DRQ), a self-play algorithm that uses large language models to evolve assembly programs for the game Core War. In this competitive environment, digital "warriors" battle for control of a virtual machine by attempting to crash their opponents' processes. The DRQ framework moves beyond static optimization by forcing models to continually adapt...
Extending the Context of Pretrained LLMs by Dropping Their Positional Embeddings 13.01.2026 11:30
The researchers introduce DroPE, a novel method for extending the context length of large language models by removing positional embeddings after pretraining. While explicit positional information like RoPE is essential for fast training convergence, it creates a "bottleneck" that prevents models from processing sequences longer than those seen during training. The authors demonstrate th...
Representation-Based Exploration for Language Models: from test-time to post-training 12.01.2026 13:30
This paper introduces representation-based exploration, a method designed to help language models discover novel behaviors rather than just refining existing ones through reinforcement learning. The researchers propose using elliptical bonuses derived from a model's internal hidden states to explicitly reward diversity and novelty during both inference and training. Their experiments demonstrate t...
NextFlow: Unified Sequential Modeling Activates Multimodal Understanding and Generation 10.01.2026 14:52
This paper introduces NextFlow, an advanced autoregressive model designed for high-quality image generation and editing. It utilizes a decoder-only Transformer architecture and a multi-scale training approach to enhance visual fidelity and reconstruction accuracy. To support this technology, the authors present EditCanvas, a comprehensive benchmark containing over 5,000 human-verified samples acro...
RelayLLM: Efficient Reasoning via Collaborative Decoding 10.01.2026 13:09
This paper discusses **RelayLLM**, a framework designed to improve the efficiency of complex reasoning by enabling **token-level collaboration** between small and large language models. Unlike traditional routers that offload entire queries, the **Small Language Model (SLM)** serves as an active controller that generates a special command to "relay" specific, difficult reasoning steps to a **Large...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.