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
A Unified Definition of Hallucination, Or: It’s the World Model, Stupid 08.01.2026 12:25
Researchers from institutions like Carnegie Mellon and Stanford propose a unified definition of hallucination in large language models by framing it as a failure of internal world modeling. Traditionally, the term referred to scattered issues like translation errors or unverified summaries, but this framework suggests that all hallucinations are simply mismatches between model outputs and a refere...
Deep sequence models tend to memorize geometrically; it is unclear why. 08.01.2026 13:27
This research introduces the concept of geometric memory to explain how deep sequence models store and reason over atomic facts. Unlike traditional associative memory, which functions as a simple lookup table for co-occurring entities, geometric memory synthesizes global relationships that enable models to solve complex multi-hop reasoning tasks. The authors demonstrate that models can learn to na...
From Entropy to Epiplexity: Rethinking Information for Computationally Bounded Intelligence 08.01.2026 14:12
Modern AI theory often struggles to explain why certain datasets enable better out-of-distribution generalization than others, as classical information theory fails to account for computational constraints. This research introduces epiplexity, a new metric that quantifies the structural, learnable information an observer can extract within a limited time budget. Unlike standard entropy, which trea...
Diffusion Language Models are Provably Optimal Parallel Samplers 07.01.2026 12:00
This paper establishes a theoretical framework for diffusion language models (DLMs), positioning them as mathematically optimal parallel samplers compared to sequential autoregressive models. By using circuit complexity as a benchmark, the authors prove that DLMs can generate complex distributions in the minimum number of sequential steps when paired with chain-of-thought reasoning. The research h...
Universal Reasoning Model 06.01.2026 14:16
This paper introduces the Universal Reasoning Model (URM), a new architecture designed to solve highly complex logic puzzles like ARC-AGI and Sudoku. Researchers found that the success of Universal Transformers in reasoning tasks is driven by their recurrent inductive bias and non-linear depth, rather than overly complex designs. To build on this, the URM incorporates a ConvSwiGLU module to improv...
Recursive language models 06.01.2026 15:37
This paper introduces Recursive Language Models (RLMs), a novel inference strategy designed to overcome the limitations of context windows and the performance degradation of standard large language models. Unlike traditional approaches that feed long prompts directly into a neural network, an RLM treats the input as an external environment within a Python REPL. This allows the model to use code to...
Adapting fast and slow: transportable circuits for few shot learning 04.01.2026 15:25
This paper introduces a novel causal framework designed to improve machine learning generalization across different data domains. It specifically presents Circuit-TR and Circuit-AD, two algorithms that leverage causal transportability theory to enable zero-shot or few-shot learning by identifying shared "modules" or mechanisms between source and target environments. While traditional met...
Position: Probabilistic Modelling is Sufficient for Causal Inference 03.01.2026 12:27
This paper argues that probabilistic modelling is sufficient for causal inference, challenging the belief that specialized causal notations like the "do-operator" are strictly necessary. By advocating for a "write down the probability of everything" approach, the authors demonstrate that interventional and counterfactual questions can be solved using standard **Bayesian Networks** and joint distri...
End-to-End Test-Time Training for Long Context 03.01.2026 13:52
This research introduces TTT-E2E, a novel method for long-context language modeling that treats the task as a continual learning challenge rather than an architectural redesign. Unlike standard Transformers that struggle with the high computational cost of processing vast amounts of data, this model **compresses context into its weights** by learning at test time via next-token prediction. By inte...
Parallel Token Generation for Language Models 02.01.2026 15:39
This research introduces **Parallel Token Prediction (PTP)**, a novel framework designed to accelerate language model inference by generating multiple tokens simultaneously in a single forward pass. Standard models suffer from a **sequential bottleneck**, but PTP overcomes this by incorporating auxiliary random variables directly into the model's inputs to coordinate interdependent predictions. Th...
Posterior Behavioral Cloning: Pretraining BC Policies for Efficient RL Finetuning 31.12.2025 15:59
This research introduces Posterior Behavioral Cloning (POSTBC), a novel pretraining method designed to enhance the reinforcement learning (RL) finetuning of robotic policies. Traditional behavioral cloning (BC) often fails because it overfits to specific demonstration data, resulting in poor action coverage and limited exploration during subsequent online learning. By modeling the posterior distri...
Activation oracles: training and evaluating llms as general-purpose activation explainers 30.12.2025 15:18
This research paper introduces Activation Oracles (AOs), which are large language models trained to translate the internal mathematical activations of other models into plain English. While previous methods for interpreting these internal states were highly specialized and narrow, AOs act as general-purpose explainers that can answer a wide variety of natural language questions about what a model...
Emergent temporal abstractions in autoregressive models enable hierarchical reinforcement learning 29.12.2025 13:41
Researchers have developed a method to improve reinforcement learning (RL) by leveraging the internal representations of pretrained autoregressive models. While standard AI models struggle with sparse-reward tasks because they explore through token-by-token variations, this approach introduces an unsupervised metacontroller that discovers temporally-abstract actions. By intervening directly in the...
Joint-Embedding vs Reconstruction: Provable Benefits of Latent Space Prediction 29.12.2025 14:17
This research investigates the theoretical and practical differences between reconstruction-based and joint-embedding paradigms in self-supervised learning (SSL). By deriving the first closed-form solutions for these methods, the authors demonstrate that joint-embedding approaches are more robust when datasets contain high-magnitude irrelevant noise, such as complex backgrounds in images. Converse...
Monitoring Monitorability/ OpenAI 28.12.2025 14:03
This research explores Chain-of-Thought (CoT) monitorability, which refers to how effectively an external system can detect misbehavior by analyzing a model's internal reasoning steps. The authors introduce a diverse evaluation taxonomy that categorizes environments based on whether they involve interventions, specific processes, or final outcomes, such as sycophancy, bias, and sabotage. To me...
Detailed Balance in Large Language Model-Driven Agents 28.12.2025 11:49
Researchers have discovered a macroscopic physical law governing the behavior of Large Language Model (LLM)-driven agents, revealing that their generative dynamics mirror equilibrium systems in physics. By measuring transition probabilities between states, the study demonstrates that these agents follow a detailed balance condition, suggesting they do not merely learn specific rules but instead op...
Learning to reason in LLMs by expectation maximization 28.12.2025 13:53
This research formalizes the process of reasoning in large language models as a latent variable model, utilizing the expectation-maximization (EM) algorithm to improve performance. The authors demonstrate that training a model to generate intermediate rationales before answering is mathematically equivalent to reward-weighted fine-tuning using binary correctness as a signal. A central focus of the...
Exploratory Causal Inference in SAEnce 25.12.2025 15:13
This research introduces **Exploratory Causal Inference**, a framework designed to identify unknown treatment effects within high-dimensional datasets. The authors propose using **foundation models** and **sparse autoencoders (SAEs)** to transform raw data into a dictionary of interpretable latent features. To solve the "**paradox of exploratory causal inference**"—where increased data power cause...
Detailed balance in large language model-driven agents 24.12.2025 11:49
This research identifies a **macroscopic physical law** governing the behavior of large language model (LLM)-driven agents. By analyzing state transitions as **Markov processes**, the authors discovered that these systems naturally satisfy a **detailed balance condition**, similar to physical systems in equilibrium. This suggests that LLMs do not merely follow rote strategies but instead learn int...
The Prism Hypothesis: Harmonizing Semantic and Pixel Representations via Unified Autoencoding 24.12.2025 16:11
This paper introduces the Prism Hypothesis, which suggests that multimodal data shares a **common frequency spectrum** where **low-frequency bands** hold abstract meaning and **high-frequency bands** store fine details. To implement this theory, the authors developed **Unified Autoencoding (UAE)**, a framework that integrates **semantic perception** and **pixel-level fidelity** into a single laten...
Adaptation of Agentic AI 23.12.2025 13:20
This paper introduces a systematic framework for **agentic AI adaptation**, categorizing research into four distinct paradigms based on whether the **agent** or its **tools** are being optimized. **Agent adaptation** involves updating core models using either **tool-execution signals** for causal feedback or **agent-output signals** for holistic task performance. In contrast, **tool adaptation** f...
Posterior Behavioral Cloning: Pretraining BC Policies for Efficient RL Finetuning 22.12.2025 10:30
This research introduces Posterior Behavioral Cloning (POSTBC), a novel pretraining method designed to enhance reinforcement learning (RL) finetuning for robotic policies. Standard behavioral cloning often fails because it overfits to specific demonstration data, leading to an action coverage deficit that prevents the model from exploring effectively during later stages. To solve this, the authors...
Let’s (not) just put things in Context: Test-Time Training for Long-Context LLMs 21.12.2025 13:45
Large language models often struggle with long-context tasks because the attention mechanism suffers from **score dilution**, where relevant information is overwhelmed by surrounding "distractor" tokens. Researchers found that common **inference-time scaling strategies**, such as generating additional "thinking tokens," fail to solve this problem as context length increases. To address this, the a...
TabPFN-2.5: Advancing the State of the Art in Tabular Foundation Models 20.12.2025 14:30
This paper discusses TabPFN-2.5, a sophisticated tabular foundation model designed to handle diverse datasets with up to 50,000 samples and 2,000 features. This next-generation AI significantly outperforms traditional tree-based models and complex ensembles like AutoGluon in a fraction of the time. The researchers highlight its state-of-the-art performance across various industries, particularly i...
What’s In My Human Feedback? Learning Interpretable Descriptions of Preference Data 19.12.2025 16:14
This paper introduces a method for automatically decoding hidden preferences from language model training data. By utilizing sparse autoencoders, the method translates complex text embeddings into a small set of interpretable features that explain why human annotators prefer one response over another. The research reveals that feedback datasets often contain conflicting signals, such as Reddit use...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.