
Hosted by Enoch H. Kang · EN

This research introduces a hierarchical latent selection model to explain how large language models develop robust reasoning through post-training. The authors argue that supervised fine-tuning (SFT) provides the essential building blocks, while reinforcement learning (RL) decomposes these traces into reusable atomic skills and routing mechanisms. By isolating these components, RL enables models to solve out-of-distribution problems through novel combinations of learned modules. Controlled experiments on synthetic tasks prove that training on compositional traces is superior to learning isolated skills. The study concludes that an ideal training protocol uses SFT to ensure broad module coverage and RL to explore unseen compositions. This division of labor allows models to generalize systematically beyond the specific demonstrations provided during initial tuning.

Researchers utilized chess as a controlled testbed to investigate how pretraining choices influence the effectiveness of reinforcement learning (RL) in large language models. By systematically scaling models from 5M to 1B parameters, the study established a joint scaling law where a model's pretraining loss accurately predicts its subsequent RL performance. The findings reveal that extended pretraining not only provides a better starting point but also increases the speed at which a model improves during RL training. Mechanistic analysis showed that while RL amplifies correct moves on simple tasks, it can also surface previously hidden solutions on difficult problems. Furthermore, the authors demonstrated that these predictive patterns transfer to the math domain, suggesting the results are applicable to broader reasoning tasks. Ultimately, the study suggests that as total compute budgets grow, a larger share of resources should be allocated to the RL phase.

This paper introduces Normalized Simulatability Gain (NSG), a new metric designed to measure the faithfulness of AI self-explanations by testing their predictive value. By evaluating 18 frontier models, the researchers demonstrate that an AI's explanation of its own logic significantly helps a separate "predictor" model guess how the AI will behave on related counterfactual scenarios. The study provides a positive case for faithfulness, finding that self-generated explanations contain privileged self-knowledge that external models cannot replicate. However, the authors also identify a "highly misleading" subset of explanations where the AI's stated principles contradict its actual choices, particularly in ethical dilemmas. Ultimately, the research suggests that while LLM explanations are imperfect, they remain a valuable tool for AI oversight and safety.

This research paper investigates Sequential Monte Carlo (SMC) and other particle filtering algorithms as a theoretical framework for improving large language model (LLM) inference. The authors introduce a principled approach to analyze inference-time interventions, such as parallel reasoning and pruning, by utilizing process reward models to steer generation. Their findings establish non-asymptotic guarantees for SMC based on criteria like bounded action-level coverage and divergence between true and approximate reward distributions. To address limitations in standard SMC, they propose SMC with Rejection Sampling (SMC-RS), which maintains high accuracy even when reward models are nearly perfect. Empirically, the study demonstrates that SMC consistently outperforms Best-of-N sampling on complex mathematical reasoning tasks and benchmarks. Ultimately, the work bridges the gap between ad hoc sampling heuristics and rigorous statistical theory to optimize the accuracy-cost tradeoff in AI inference.

This research paper critically examines automatic harness evolution, a method where AI agents iteratively improve the prompts, tools, and logic used to interact with environments. The authors argue that current evaluations are flawed because they often test evolved harnesses on the same data used for optimization, risking overfitting rather than genuine design improvement. By comparing harness evolution against simpler test-time scaling baselines—such as parallel sampling and sequential refinement—the study finds that evolution does not consistently provide superior results. Furthermore, experiments demonstrate that the performance gains from harness evolution often fail to generalize to new, unseen tasks. The findings suggest that many apparent improvements stem from memorizing task-specific shortcuts rather than distilling reusable engineering principles. Ultimately, the paper calls for more rigorous evaluation protocols that use disjoint search and testing sets to accurately measure the utility of automated agent scaffolds.

This paper studies how post-training pipelines transform large language models into effective reasoners through compositional generalization. The authors propose a hierarchical latent selection model that separates reasoning into atomic skills, such as local operations, and routing mechanisms that dictate how information is composed. Their theory suggests that supervised fine-tuning (SFT) provides the necessary raw materials, while reinforcement learning (RL) identifies and decomposes these elements into reusable modules. Controlled experiments validate that RL enables models to solve novel tasks by recombining learned atoms in ways not seen during training. Ultimately, the study concludes that SFT should focus on broad module coverage while RL should target genuinely new compositions to maximize out-of-distribution performance.

This research paper advocates for actionable interpretability as the primary standard for evaluating how effectively we explain deep learning models. The authors argue that current studies often lack real-world impact because they prioritize theoretical understanding over practical utility and concrete decision-making. To bridge this gap, the text introduces a framework and checklist designed to help researchers move beyond exploratory insights toward measurable interventions. By focusing on five key domains—including surgical interventions and alignment—the paper suggests that interpretability can lead to tangible improvements in model safety and performance. Ultimately, the work calls for a shift in academic incentives to reward findings that enable specific actions by developers and policymakers.

This paper introduces a new algorithm called first-order rejection sampling (FORS) to achieve high-accuracy sampling for diffusion models and log-concave distributions. By utilizing only score estimates (the gradient of the log-density) rather than density evaluations, the researchers provide a method that converges exponentially fast, requiring only polylogarithmic steps relative to the target error. This represents an exponential improvement over previous sampling techniques that typically scaled polynomially. The authors demonstrate that their approach is robust under minimal data assumptions, with complexity primarily determined by the intrinsic dimension of the data. Furthermore, the framework successfully addresses the log-concave sampling problem, matching state-of-the-art performance without needing complex density-based filters.

his research paper introduces a novel statistical framework for conducting causal inference using video features as treatments, a significant advancement for analyzing high-dimensional, unstructured data. To overcome the challenges of latent and dynamic confounding, the authors utilize deep generative artificial intelligence to extract low-dimensional internal representations that serve as summaries of video content. They propose a consistent and asymptotically normal estimator based on a longitudinal neural network architecture, allowing for the identification of potential-outcome trajectories under dynamic stochastic interventions. The methodology is empirically validated through a Super Mario Bros.™ benchmark with known ground-truth effects and an application to 2020 U.S. presidential campaign advertisements. Their findings demonstrate that increasing the appearance of a candidate in a video segment directly correlates with higher viewer evaluations, providing a robust tool for future social science research.

This research paper investigates the underlying mechanisms of Thompson Sampling, a popular bandit algorithm, by reframing it as an online optimization process. While traditionally viewed as a simple heuristic, the authors prove that Thompson Sampling actually minimizes instantaneous squared regret regularized by a specific measure of residual uncertainty. By comparing this mechanism to a Bellman-optimal benchmark, the study identifies a performance gap caused by Thompson Sampling's failure to account for the "tension" between exploration and exploitation. To address this, the authors propose a principled fix that adaptively shuts down exploration when the leading arm also provides the most information. Ultimately, this framework provides a theoretical compass for improving randomized algorithms by treating policy design as regularizer engineering.