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

Technology

Podcast website

podcasters.spotify.com

Latest episode

Jul 10, 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

PAD: Personalized Alignment of LLMs at Decoding-Time 19.02.2026

This paper introduces **Personalized Alignment at Decoding-time (PAD)**, a framework designed to tailor Large Language Model (LLM) outputs to specific user preferences without the need for expensive retraining. Traditional alignment methods often rely on a "one-size-fits-all" approach, but **PAD** uses a unique **personalized reward model (PersRM)** to adjust token-level predictions during the inf...

The Reward Model Selection Crisis in Personalized Alignment 19.02.2026

This research paper investigates a "selection crisis" in personalized AI alignment, revealing that standard metrics fail to predict how models actually behave during deployment. While researchers typically use reward model (RM) accuracy to measure success, the authors demonstrate that this metric correlates poorly with a model's ability to generate preferred content through reward-gu...

Causal-JEPA: Learning World Models through Object-Level Latent Interventions 18.02.2026

This paper introduces Causal-JEPA (C-JEPA), a novel world modeling framework that integrates object-centric representations with a Joint Embedding Predictive Architecture to improve visual reasoning and robotic planning. By applying object-level latent masking during training, the model is forced to infer the states of missing entities from their surroundings, effectively learning the causal inter...

How Sampling Shapes LLM Alignment: From One-Shot Optima to Iterative Dynamics 17.02.2026

This research investigates how response sampling and reference policies influence the alignment of large language models with human preferences. Using the Identity Preference Optimization (IPO) and Direct Preference Optimization (DPO) frameworks, the authors demonstrate that instance-dependent sampling can improve ranking accuracy, whereas skewed on-policy sampling often leads to undesirable model...

Deriving neural scaling laws from the statistics of natural language 15.02.2026

This paper introduces the first theory capable of quantitatively predicting neural scaling law exponents for large language models based solely on the statistical properties of natural language. The researchers identify two primary drivers of performance: the decay of next-token conditional entropy as context length increases and the weakening of pairwise token correlations over time. By combining...

Reasoning Cache: Continual Improvement Over Long Horizons via Short-Horizon RL 15.02.2026

Researchers from Carnegie Mellon University introduced **Reasoning Cache (RC)**, a novel iterative decoding algorithm designed to help large language models solve complex, long-horizon problems. While standard reinforcement learning is often restricted by fixed training budgets, **RC** allows models to extrapolate their reasoning abilities to horizons over ten times longer than those seen during t...

Scaling In-Context Online Learning Capability of LLMs via Cross-Episode Meta-RL 14.02.2026

Researchers have developed **ORBIT**, a meta-reinforcement learning framework designed to improve the **in-context online learning** capabilities of large language models. While typical models are "static after shipping," ORBIT trains them to **adapt through trial and error** across multiple episodes without updating their underlying weights. This approach allows an agent to use its **context wind...

Divide-and-Conquer CoT: RL for Reducing Latency via Parallel Reasoning 12.02.2026

This paper introduces Divide-and-Conquer CoT (DC-CoT), a novel method for reducing the high latency of large language models during complex reasoning tasks. While traditional models generate thoughts sequentially, DC-CoT allows the model to act as a director that identifies parallelizable subtasks and assigns them to independent workers. This multi-agent framework significantly decreases the longe...

Owning the AI Pareto Frontier — Jeff Dean 12.02.2026

Today, instead of a paper review, we feature an in-depth interview with Google’s Chief AI Scientist, Jeff Dean, regarding the historical evolution and future trajectory of artificial intelligence. The discussion highlights the critical balance between high-performance frontier models and high-speed "Flash" models, which are optimized through knowledge distillation to reduce latency. Dean...

Learning to Reason in 13 Parameters 11.02.2026

This research introduces TinyLoRA, a breakthrough method for fine-tuning large language models that scales down to as few as one trainable parameter. While traditional techniques like LoRA require millions of updates, the authors demonstrate that models can achieve over 90% accuracy on complex math benchmarks using just 13 parameters. The study reveals that Reinforcement Learning (RL) is far more...

Nearly Optimal Active Preference Learning and Its Application to LLM Alignment 08.02.2026

This research addresses the high costs of collecting human preference data for aligning large language models (LLMs) by introducing more efficient active learning techniques. The authors argue that traditional methods focus too heavily on worst-case scenarios, failing to account for the unique instance-dependent difficulty of specific preference pairs. To solve this, they propose a novel experimen...

Language Model Circuits Are Sparse in the Neuron Basis 08.02.2026

This research explores mechanistic interpretability by tracing the internal computations of large language models like Llama 3.1 within their original neuron basis. The authors introduce RelP, a gradient-based attribution method that outperforms traditional techniques by using linear approximations to efficiently identify causal circuits. Their findings suggest that individual MLP neurons can repr...

Rethinking the Trust Region in LLM Reinforcement Learning 08.02.2026

This research paper introduces Divergence Proximal Policy Optimization (DPPO), a novel reinforcement learning framework designed to improve the fine-tuning of Large Language Models (LLMs). The authors identify a structural flaw in the standard PPO algorithm, noting that its ratio-clipping mechanism incorrectly penalizes rare tokens while failing to stop destabilizing shifts in common tokens. To re...

Principled Fine-tuning of LLMs from User-Edits: A Medley of Preference, Supervision, and Reward 08.02.2026

This paper introduces a framework for fine-tuning large language models (LLMs) by leveraging user edits found in deployment logs, such as those from writing or coding assistants. Unlike traditional methods that rely on expensive manual labeling, this approach treats user modifications as a rich, multi-dimensional source of preferences, supervision, and cost feedback. The researchers provide a theo...

Self-distillation enables continual learning 07.02.2026

This research introduces **Self-Distillation Fine-Tuning (SDFT)**, a novel on-policy learning method designed to help large language models acquire new skills without suffering from **catastrophic forgetting**. Unlike traditional supervised fine-tuning, which often causes models to lose prior knowledge, **SDFT** utilizes the model’s own **in-context learning** abilities by using a version of itsel...

Maximum Likelihood Reinforcement Learning 06.02.2026

This paper introduces **Maximum Likelihood Reinforcement Learning (MaxRL)**, a novel framework designed to improve the training of models in tasks with binary feedback, such as mathematical reasoning and code generation. The authors argue that traditional **Reinforcement Learning (RL)** only optimizes a first-order approximation of the **maximum likelihood objective**, causing it to ignore harder...

In-Context Algorithm Emulation in Fixed-Weight Transformers 05.02.2026

This research demonstrates that fixed-weight Transformers can function as versatile algorithm emulators by simply modifying the input prompt. The authors prove that a minimal attention architecture can execute a wide variety of machine learning tasks, such as gradient descent and linear regression, without updating its internal parameters. They distinguish between task-specific emulation, where a...

PPI-SVRG: Unifying Prediction-Powered Inference and Variance Reduction for Semi-Supervised Optimization 05.02.2026

This research paper introduces PPI-SVRG, a novel optimization framework designed for semi-supervised learning when labeled data is limited but machine learning predictions are plentiful. The authors prove that two popular statistical techniques—Prediction-Powered Inference (PPI) and Stochastic Variance Reduced Gradient (SVRG)—share a mathematical foundation based on control variates. By merging th...

When Models Don’t Collapse: On the Consistency of Iterative MLE 03.02.2026

This research explores model collapse, a phenomenon where generative models degrade after being repeatedly trained on their own synthetic outputs. The authors provide a theoretical framework using Maximum Likelihood Estimation (MLE) to determine when this process can be avoided. They demonstrate that if models meet specific regularity and smoothness assumptions, they can remain consistent and accu...

An orthogonal learner for individualized outcomes In markov decision processes 03.02.2026

This paper introduces the DRQ-learner, a novel causal inference meta-learner designed to predict individualized outcomes in Markov Decision Processes (MDPs). While traditional methods often struggle with the "curse of horizon" or lack theoretical stability, this new approach provides a foundation for more reliable personalized medicine and sequential decision-making. The authors leverage...

Shaping capabilities with token-level data filtering 01.02.2026

This paper explores pretraining data filtering as a robust strategy for shaping the capabilities of large language models, specifically by selectively removing undesired knowledge like medical or hazardous information. Research indicates that token-level filtering is more precise and efficient than document-level approaches, allowing models to retain general performance while significantly increas...

Self-Improving Pretraining: using post-trained models to pretrain better models 01.02.2026

Researchers from Meta’s FAIR division introduced Self-Improving Pretraining, a novel framework that enhances large language models by integrating reinforcement learning and post-trained judges directly into the pretraining phase. Unlike standard next-token prediction, this method streams data and uses an existing high-quality model to rewrite suffixes and evaluate multiple model rollouts for quali...

Success Conditioning as Policy Improvement: The Optimization Problem Solved by Imitating Success 31.01.2026

This paper provides a formal theoretical framework for success conditioning, a widely used reinforcement learning heuristic employed in Decision Transformers and language model alignment. The author proves that this technique is not merely a heuristic but exactly solves a trust-region optimization problem using a unique chi-squared divergence constraint. A central contribution is the Action-Influe...

Trajectory Bellman Residual Minimization: A Simple Value-Based Method for LLM Reasoning 31.01.2026

This paper introduces Trajectory Bellman Residual Minimization (TBRM), a new value-based reinforcement learning algorithm designed to improve the reasoning capabilities of large language models. Unlike traditional policy-based methods like PPO or GRPO, TBRM optimizes a single trajectory-level objective using the model's own raw outputs as Q-values. This streamlined approach removes the need fo...

GameTalk: Training LLMs for Strategic Multi-Turn Conversation 30.01.2026

This paper introduces **GameTalk**, a novel framework designed to train large language models (LLMs) for **strategic, multi-turn conversations**. While standard LLM training typically focuses on static, single-turn tasks, this research optimizes models to achieve **long-term goals** through complex interactions like negotiation and coordination. The authors adapt advanced fine-tuning methods—speci...

Listen to the Best AI papers explained 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.