TL;DR
Current reinforcement learning methods for large language models (LLMs) either check only final answers or require hand-crafted rubrics for each task, limiting guidance on intermediate reasoning steps. Metacognition-as-Reward (MaR) uses two general dimensions—metacognitive knowledge (identifying task-relevant information) and metacognitive regulation (planning and adjusting reasoning)—to provide reward signals throughout the reasoning process.
✦ Why It Matters
Engineers can improve LLM reasoning without designing task-specific rubrics by leveraging general metacognitive principles as reward signals.
Key Takeaways
How It Works
MaR integrates metacognitive knowledge to identify relevant information and metacognitive regulation to adjust reasoning processes. This dual approach allows for continuous feedback throughout the reasoning trajectory, rather than just at the final answer stage.
Related