paper-with-me

Papers

Provable and Practical In-Context Policy Optimization for Self-Improvement

2026-03-02 · Tianrun Yu, Yuxiao Yang, Zhaoyang Wang, Kaixiang Zhao, Porter Jenkins, Xuchao Zhang, Chetan Bansal, Huaxiu Yao, Weitong Zhang arxiv

We study test-time scaling, where a model improves its answer through multi-round self-reflection at inference. We introduce In-Context Policy Optimization (ICPO), in which an agent optimizes its response in context using self-assessed or externally observed rewards without modifying its parameters. To explain this ICPO process, we theoretically show that with sufficient pretraining under a novel Fisher-weighted logit-matching objective, a single-layer linear self-attention model can provably imitate policy-optimization algorithm for linear bandits. Building on this theory, we propose Minimum-Entropy ICPO (ME-ICPO), a practical algorithm that iteratively uses its response and self-assessed reward to refine its response in-context at inference time. By selecting the responses and their rewards with minimum entropy, ME-ICPO ensures the robustness of the self-assessed rewards via majority voting. Across standard mathematical reasoning tasks, ME-ICPO attains competitive, top-tier performance while keeping inference costs affordable compared with other inference-time algorithms. Overall, ICPO provides a principled understanding of self-reflection in LLMs and yields practical benefits for test-time scaling for mathematical reasoning.

📄 PDF Abstract BibTeX arXiv:2603.01335

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Self-Play with Adversarial Critic: Provable and Scalable Offline Alignment for Language Models

2024-06-06 · Xiang Ji, Sanjeev Kulkarni, Mengdi Wang, Tengyang Xie

This work studies the challenge of aligning large language models (LLMs) with offline preference data. We focus on alignment by Reinforcement Learning from Human Feedback (RLHF) in particular. While popular preference op…

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Credit Assignment with Resets in Language Model Reasoning

2026-05-25 · Ankur Samanta, Akshayaa Magesh, Ayush Jain, Youliang Yu 외 arxiv

Contemporary reinforcement learning with verifiable reward methods post-train language models on multi-step reasoning by assigning a single outcome reward uniformly across all tokens in a trajectory. Such uniform assignm…

Reinforcement Learning

Provable Representation Learning for Imitation with Contrastive Fourier Features

2021-05-26 · NeurIPS 2021 12 · Ofir Nachum, Mengjiao Yang

In imitation learning, it is common to learn a behavior policy to match an unknown target policy via max-likelihood training on a collected set of target demonstrations. In this work, we consider using offline experience…

Atari GamesContrastive LearningImitation LearningRepresentation Learning

SGPO: Self-Generated Preference Optimization based on Self-Improver

2025-07-27 · Hyeonji Lee, Daejin Jo, Seohwan Yun, Sungwoong Kim arxiv

Large language models (LLMs), despite their extensive pretraining on diverse datasets, require effective alignment to human preferences for practical and reliable deployment. Conventional alignment methods typically empl…

Protecting Context and Prompts: Deterministic Security for Non-Deterministic AI

2026-02-11 · Mohan Rajagopalan, Vinay Rao arxiv

Large Language Model (LLM) applications are vulnerable to prompt injection and context manipulation attacks that traditional security models cannot prevent. We introduce two novel primitives--authenticated prompts and au…