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
Prompts from Reinforcement Learning (PRL) 24.05.2025 19:14
This paper introduces PRL (Prompts from Reinforcement Learning) , a novel method that automatically generates and refines prompts for Large Language Models (LLMs) using reinforcement learning. Unlike previous methods, PRL can create new, task-specific few-shot examples that were not part of the training data, leading to state-of-the-art performance across various natural language processing tasks,...
Logits are All We Need to Adapt Closed Models 24.05.2025 13:55
This academic paper proposes a novel method called Plugin for adapting closed-source Large Language Models (LLMs) to specific tasks without needing to access their internal weights or original training data. The key idea is to leverage token logits , which are the raw probability scores before the final token selection, viewing the adaptation as a label noise correction problem in a sequence setti...
Large Language Models Are (Bayesian) Latent Variable Models: Explaining and Finding Good Demonstrations for In-Context Learning 23.05.2025 18:07
This academic paper proposes a novel approach to understanding how large language models (LLMs) learn from example demonstrations provided within the input, a process called in-context learning. The authors suggest viewing LLMs through a Bayesian perspective , considering them as implicitly inferring a latent variable that encapsulates task information. Based on this theory, they developed an algo...
Inference-Time Intervention: Eliciting Truthful Answers from a Language Model 23.05.2025 13:35
This academic paper presents Inference-Time Intervention (ITI) , a novel method for improving the truthfulness of large language models (LLMs) like LLaMA. ITI works by adjusting internal model activations during the process of generating a response, aiming to align the model's output with known facts and avoid common misconceptions. The research demonstrates that this technique significantly b...
From Decoding to Meta-Generation: Inference-time Algorithms for Large Language Models 23.05.2025 32:22
This academic paper explores various methods for improving the text generated by large language models (LLMs) after they have been trained, focusing on inference-time algorithms. It categorizes these techniques into three core areas: token-level generation algorithms that operate on individual tokens, meta-generation algorithms which structure multiple generation steps, and strategies for ...
LLM In-Context Learning as Kernel Regression 23.05.2025 12:56
This academic paper investigates the mechanism behind in-context learning (ICL) in large language models (LLMs). The authors propose a theoretical analysis suggesting that ICL can be understood as kernel regression , where the model uses input-output examples within the prompt to make predictions on new data. Through analysis of attention patterns and experiments across different tasks, the study...
Personalizing LLMs via Decode-Time Human Preference Optimization 23.05.2025 15:32
This paper introduces PANDA , a novel approach to personalizing large language models (LLMs) at the point of generating text, known as inference time. Unlike traditional methods that require costly retraining for each new preference, PANDA dynamically adjusts an LLM's output based on learned user preferences without altering the core model. By using context-aware preference weights and reward...
Almost Surely Safe LLM Inference-Time Alignment 23.05.2025 13:38
This research introduces InferenceGuard , a novel method for aligning large language models (LLMs) at inference time, aiming to ensure safe responses with high probability. Traditional alignment methods are costly and modify model weights, while existing inference-time techniques often lack strong safety guarantees. InferenceGuard reframes safe generation as a constrained Markov decision process (...
Survey of In-Context Learning Interpretation and Analysis 23.05.2025 32:43
This comprehensive survey examines in-context learning (ICL) in large language models (LLMs) , a capability that allows them to learn tasks from examples provided within the input. The paper explores advancements from theoretical viewpoints , such as mechanistic interpretability and mathematical foundations, and empirical perspectives , analyzing factors influencing ICL like pre-training data, mod...
From Decoding to Meta-Generation: Inference-time Algorithms for Large Language Models 23.05.2025 32:22
This academic paper explores various methods for improving the text generated by large language models (LLMs) after they have been trained, focusing on inference-time algorithms. It categorizes these techniques into three core areas: token-level generation algorithms that operate on individual tokens, meta-generation algorithms which structure multiple generation steps, and strategies for efficien...
LLM In-Context Learning as Kernel Regression 23.05.2025 12:56
This academic paper investigates the mechanism behind in-context learning (ICL) in large language models (LLMs). The authors propose a theoretical analysis suggesting that ICL can be understood as kernel regression , where the model uses input-output examples within the prompt to make predictions on new data. Through analysis of attention patterns and experiments across different tasks, the study...
Where does In-context Learning Happen in Large Language Models? 23.05.2025 12:34
This research investigates the location of task recognition within Large Language Models (LLMs) during in-context learning. By employing layer-wise context masking on various LLMs and tasks (Machine Translation and Code Generation), the study identifies a "task recognition" point where the model no longer needs attention to the input context. The findings indicate potential for computati...
Auto-Differentiating Any LLM Workflow: A Farewell to Manual Prompting 22.05.2025 19:00
This document introduces LLM-AutoDiff , a novel framework for Automatic Prompt Engineering (APE) that aims to automate the challenging task of designing prompts for complex Large Language Model (LLM) workflows. By viewing these workflows as computation graphs where textual inputs are treated as trainable parameters, the system uses a "backward engine" LLM to generate textual gradients – feedback t...
metaTextGrad: Learning to learn with language models as optimizers 22.05.2025 18:37
This academic paper introduces metaTextGrad , a novel meta-learning approach designed to enhance large language model (LLM) performance during inference by learning better loss functions and initialization strategies , referred to as inference templates. While existing methods like TextGrad refine LLM outputs iteratively, they often require extensive manual tuning and are sensitive to prompt wordi...
Semantic Operators: A Declarative Model for Rich, AI-based Data Processing 22.05.2025 16:32
This paper introduces semantic operators , a declarative model for AI-powered data processing that leverages the capabilities of large language models (LLMs) for complex data transformations. The core concept is to provide a structured way to perform operations like filtering, joining, and aggregating data using natural language descriptions. By defining a "gold algorithm" for each opera...
Isolated Causal Effects of Language 22.05.2025 18:01
This paper explores how to measure the isolated causal effect of a specific linguistic feature, such as "netspeak" or "profanity," within a text on a reader's perception or behavior, like finding a review helpful . The core challenge lies in accurately representing the non-focal language —everything in the text except the targeted feature—as approximations of this non-focal...
Sleep-time Compute: Beyond Inference Scaling at Test-time 22.05.2025 12:00
This academic paper explores "sleep-time compute" for large language models (LLMs), a concept where models process information from a given context while idle, anticipating potential future queries. The authors introduce Stateful GSM-Symbolic and Stateful AIME , datasets created by splitting existing reasoning problems into context and questions to test this approach. Their experime...
J1: Incentivizing Thinking in LLM-as-a-Judge 22.05.2025 18:46
This paper presents J1 , a new method for training large language models to act as judges that evaluate other models' responses. The J1 approach utilizes reinforcement learning to encourage these judge models to produce detailed, step-by-step reasoning before making a judgment, similar to a chain of thought . By converting both straightforward and subjective tasks into verifiable problems with...
ShiQ: Bringing back Bellman to LLMs 22.05.2025 18:03
This paper introduces ShiQ , a novel offline reinforcement learning algorithm designed for fine-tuning large language models (LLMs) by adapting traditional Q-learning methods. The authors address the challenges of applying Q-learning to LLMs, such as computational cost and initialization issues, by deriving theoretically grounded loss functions from Bellman equations . ShiQ enables off-policy, tok...
Policy Learning with a Natural Language Action Space: A Causal Approach 22.05.2025 15:05
This academic paper proposes a new causal framework for learning optimal strategies in natural language tasks that involve multiple steps, where the final result is only known at the end. Unlike methods requiring extensive data and multiple models, their approach utilizes Q-learning with a single model to estimate multi-stage decision processes. By performing gradient ascent on language embeddings...
Multi-Objective Preference Optimization: Improving Human Alignment of Generative Models 22.05.2025 16:35
This paper introduces Multi-Objective Preference Optimization (MOPO) , a novel algorithm designed to align large language models with complex human preferences that involve multiple, potentially conflicting goals like helpfulness and harmlessness. Unlike prior methods that often reduce multi-objective alignment to a single score, MOPO frames the problem as a constrained optimization, maximizing a...
End-to-End Learning for Stochastic Optimization: A Bayesian Perspective 21.05.2025 34:41
This paper present research on end-to-end learning for stochastic optimization , focusing on a Bayesian perspective . The authors propose that the standard algorithm used in this field has a Bayesian interpretation , effectively training a map that performs a posterior Bayes action . Building on this understanding, they introduce new algorithms for training decision-making tools for problems invol...
TEXTGRAD: Automatic Differentiation via Text 21.05.2025 17:57
This collection of excerpts introduces TEXTGRAD , a novel framework that applies the concept of automatic differentiation to complex AI systems composed of multiple large language models and other components. Instead of using numerical gradients like traditional deep learning, TEXTGRAD employs natural language feedback from LLMs to guide the optimization process. The framework, designed with PyTor...
Steering off Course: Reliability Challenges in Steering Language Models 20.05.2025 17:29
We investigate the reliability of language model (LM) steering methods , which aim to modify model behavior without retraining. Researchers examined three techniques— DoLa, function vectors, and task vectors —on a wide range of LMs, finding that their effectiveness varies significantly across models and tasks. Contrary to prior research that suggested consistent performance or localization of func...
Past-Token Prediction for Long-Context Robot Policies 20.05.2025 15:59
This research presents Past Token Prediction (PTP) , an auxiliary technique designed to improve long-context diffusion policies for robots learning tasks through imitation. The core idea is to explicitly train the policy to predict past actions along with future ones, which helps address the issue of modern diffusion policies failing to capture strong temporal dependencies . A multi-stage training...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.