paper-with-me

홈 › Papers

VAM: Verbalized Action Masking for Controllable Exploration in RL Post-Training -- A Chess Case Study

2026-02-18 · Zhicheng Zhang, Ziyan Wang, Yali Du, Fei Fang arxiv

Exploration remains a key bottleneck for reinforcement learning (RL) post-training of large language models (LLMs), where sparse feedback and large action spaces can lead to premature collapse into repetitive behaviors. We propose Verbalized Action Masking (VAM), which verbalizes an action mask in the prompt and enforces that the model outputs an action from the masked set. Building on this interface, we introduce iterative action-space pruning: if the target action is not sampled, we remove valid sampled actions from the mask and resample under the reduced candidate set, repeating until the target is sampled or a fixed budget is exhausted. We study VAM in chess and evaluate it under two training regimes: an engine-play regime that generates states via play against an engine opponent and a fixed-dataset regime that trains from a fixed dataset of positions with verifier scores. Across held-out chess puzzles and full-game play measured by average centipawn loss (ACPL), VAM improves learning efficiency and final performance over strong baselines, highlighting verbalized masking as a practical mechanism for controllable exploration in LLM RL post-training.

📄 PDF Abstract BibTeX arXiv:2602.16833

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

PrivGemo: Privacy-Preserving Dual-Tower Graph Retrieval for Empowering LLM Reasoning with Memory Augmentation

2026-01-13 · Xingyu Tan, Xiaoyang Wang, Qing Liu, Xiwei Xu 외 arxiv

Knowledge graphs (KGs) provide structured evidence that can ground large language model (LLM) reasoning for knowledge-intensive question answering. However, many practical KGs are private, and sending retrieved triples o…

Question AnsweringKnowledge Graphs

Verbalized Particle Posterior: Bayesian Inference over Natural Language Hypotheses

2026-07-25 · Yan Zhang, Shikan Lian, Shibo Li arxiv

Verbalized Machine Learning (VML) parameterizes a model as a natural-language prompt that an LLM evaluates as f(x; theta). The framework is interpretable, but it commits to a single hypothesis with no measure of uncertai…

Bayesian Inference

Calibrating Verbalized Probabilities for Large Language Models

2024-10-09 · Cheng Wang, Gyuri Szarvas, Georges Balazs, Pavel Danchenko 외

Calibrating verbalized probabilities presents a novel approach for reliably assessing and leveraging outputs from black-box Large Language Models (LLMs). Recent methods have demonstrated improved calibration by applying …

A Comparative Study of Light-weight Language Models for PII Masking and their Deployment for Real Conversational Texts

2025-12-21 · Prabigya Acharya, Liza Shrestha arxiv

Automated masking of Personally Identifiable Information (PII) is critical for privacy-preserving conversational systems. While current frontier large language models demonstrate strong PII masking capabilities, concerns…

Computational Efficiency

Calibrating LLMs with Semantic-level Reward

2026-05-15 · Fengfei Yu, Ruijia Niu, Dongxia Wu, Yian Ma 외 arxiv

As large language models (LLMs) are deployed in consequential settings such as medical question answering and legal reasoning, the ability to estimate when their outputs are likely to be correct is essential for safe and…

Reinforcement LearningQuestion AnsweringLegal Reasoning