RLVMR: Reinforcement Learning with Verifiable Meta‑Reasoning Rewards for Robust Long‑Horizon Agents

RLVMR adds a verifiable meta-reasoning reward to the environment reward, scoring the agent's reasoning trace so long-horizon agents take fewer semantic shortcuts.

Przeczytaj ten artykuł po polsku

The paper introduces RLVMR, a novel framework for reinforcement learning (RL) that integrates verifiable meta‑reasoning rewards to strengthen long‑horizon performance. It enables agents to generate internal explanatory signals and be explicitly evaluated using meta‑reasoning criteria, enhancing robustness and planning over extended trajectories :contentReference[oaicite:1]{index=1}.

Contributions

  1. A formal definition of meta‑reasoning rewards: agents receive additional reward signals based on the verifiability of reasoning chains.
  2. A verifiable protocol: using checkable reasoning traces to assess agent justification.
  3. Empirical validation on long‑horizon RL tasks showing improved performance vs. standard RL baselines :contentReference[oaicite:2]{index=2}.

Method

Let the agent generate reasoning chain alongside actions . The total reward is:

where is high only if reasoning can be verified according to protocol; tunes the meta‑reasoning influence.

Experiments

Tested on several long‑horizon environments; results indicate that RLVMR agents maintain consistent performance and avoid semantic shortcuts better than plain RL :contentReference[oaicite:3]{index=3}.

Conclusion

RLVMR offers a promising direction: combining environment rewards and verifiable reasoning feedback yields agents that act more robustly in settings requiring deep reasoning.


👉 Based on the publication 📄 arXiv:2507.22844

Related articles

Comments

Comments are moderated before they appear.

  • Loading comments…