Teaching an LLM to judge itself — and be honest about it
\nThis paper trains a language model with reinforcement learning using two signals at once: did it get the task right, and did it accurately judge how likely it was to be right. The result is a model that solves more problems and expresses uncertainty you can actually trust.
\nConcept: \"Reinforcement Learning with Metacognitive Feedback Elicits Faithful Uncertainty Expression in LLMs\" — source post by @pybeebee. Diagram below follows the paper's training blueprint.
\n1The training loop, step by step
\nTap any stage to expand it. This mirrors the paper's diagram: a query flows into the policy model, the response earns two rewards, and both push an RL update back into the model.
\n