paper-with-me

Papers

ETS: Energy-Guided Test-Time Scaling for Training-Free RL Alignment

2026-01-29 · Xiuyu Li, Jinkai Zhang, Mingyang Yi, Yu Li, Longqiang Wang, Yue Wang, Ju Fan arxiv

Reinforcement Learning (RL) post-training alignment for language models is effective, but also costly and unstable in practice, owing to its complicated training process. To address this, we propose a training-free inference method to sample directly from the optimal RL policy. The transition probability applied to Masked Language Modeling (MLM) consists of a reference policy model and an energy term. Based on this, our algorithm, Energy-Guided Test-Time Scaling (ETS), estimates the key energy term via online Monte Carlo, with a provable convergence rate. Moreover, to ensure practical efficiency, ETS leverages modern acceleration frameworks alongside tailored importance sampling estimators, substantially reducing inference latency while provably preserving sampling quality. Experiments on MLM (including autoregressive models and diffusion language models) across reasoning, coding, and science benchmarks show that our ETS consistently improves generation quality, validating its effectiveness and design. The code is available at https://github.com/sheriyuo/ETS.

📄 PDF Abstract BibTeX arXiv:2601.21484

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Step-level Verifier-guided Hybrid Test-Time Scaling for Large Language Models

2025-07-21 · Kaiyan Chang, Yonghao Shi, Chenglong Wang, Hang Zhou 외 arxiv

Test-Time Scaling (TTS) is a promising approach to progressively elicit the model's intelligence during inference. Recently, training-based TTS methods, such as continued reinforcement learning (RL), have further surged …

Reinforcement Learning

Towards Valid B-Rep Generation: Training-Free Wireframe Anomaly Detection and Repair

2026-08-05 · Jingyu Wu, Youcheng Cai, Tengyu Luo, Ligang Liu arxiv

Multi-stage boundary representation (B-Rep) generation leverages intermediate wireframes to synthesize CAD models. However, geometric and topological risks in these wireframes -- such as self-intersections, edge collapse…

Anomaly Detection

A Provable Energy-Guided Test-Time Defense Boosting Adversarial Robustness of Large Vision-Language Models

2026-03-27 · Mujtaba Hussain Mirza, Antonio D'Orazio, Odelia Melamed, Iacopo Masi arxiv

Despite the rapid progress in multimodal models and Large Visual-Language Models (LVLM), they remain highly susceptible to adversarial perturbations, raising serious concerns about their reliability in real-world use. Wh…

Visual Question AnsweringAdversarial RobustnessImage Captioning

The Energy Cost of Reasoning: Analyzing Energy Usage in LLMs with Test-time Compute

2025-05-20 · Yunho Jin, Gu-Yeon Wei, David Brooks

Scaling large language models (LLMs) has driven significant advancements, yet it faces diminishing returns and escalating energy demands. This work introduces test-time compute (TTC)-allocating additional computational r…

Energy-guided Recursive Model

2026-07-11 · Yifei Zhao, Ying Tang arxiv

Recursive reasoning models address structured problems by repeatedly updating latent states of small neural networks. However, their test-time scaling lacks a principled inference mechanism: increasing depth or stochasti…