Hide to Guide: Learning via Semantic Masking

42d ago · Global · primary source: export.arxiv.org

A new training method called Semantic Masked Expert Policy Optimization (SMEPO) aims to curb reward hacking in reinforcement learning with verifiable rewards (RLVR) by selectively hiding reward-relevant content in expert demonstrations, according to research published on arXiv [1]. The technique, detailed in a paper from the MIT HAN Lab, addresses a persistent weakness in RLVR: when models are guided by expert traces, they can learn to copy the final answer or intermediate values directly rather than mastering the underlying reasoning [1]. This reward hacking channel undermines the purpose of using expert guidance in the first place [2]. Existing methods reduce this risk by truncating expert trajectories, but they control how much information is shown rather than precisely which parts should be hidden [2]. SMEPO instead applies a fine-grained semantic masking strategy that obscures reward-relevant spans along the critical path while preserving the expert’s decomposition, plan, and procedural structure [1]. The approach transforms difficult problems into a fill-in-the-blank exercise: the model can follow the expert’s problem-solving route but must reconstruct missing values, code, or entities on its own [2]. The method requires no changes to the reward function or the underlying RL objective [1]. Across math, code, and agentic search domains, SMEPO improved accuracy by up to 3.2 points over GRPO and reduced training time by up to 4.2x [1][2]. The concept of masking specific semantic spans draws a loose parallel to scope in computer programming, where the visibility of a name binding is deliberately constrained to a specific portion of source code to prevent unintended interactions [5]. The researchers have released the code publicly on GitHub [1].

regulationmodel-releaseresearch-paperproduct-launchtool-release

Background sources we checked (4)
  • arxiv.org ↗ Reinforcement learning with verifiable rewards (RLVR) has become a powerful paradigm for improving language models on reasoning-intensive tasks, but its effectiveness is often limited by exploration. For example, models often fail on hard problems, leaving little useful reward si…
  • en.wikipedia.org ↗ Deepfakes (a portmanteau of 'deep learning' and 'fake') are images, videos, or audio that have been edited or generated using artificial intelligence, AI-based tools or audio-video editing software. They may depict real or fictional people and are considered a form of synthetic m…
  • en.wikipedia.org ↗ AI content watermarking is the process of embedding imperceptible yet detectable signals into content generated by artificial intelligence systems, such as text, images, audio, or video. The technique allows the content to be traced and identified as machine-generated without com…
  • en.wikipedia.org ↗ In computer programming, the scope of a name binding (an association of a name to an entity, such as a variable) is the part of a program where the name binding is valid; that is, where the name can be used to refer to the entity. In other parts of the program, the name may refer…

Sources

Spot something wrong? Report an issue