Prover-Verifier Games improve legibility of LLM outputs
This work addresses the problem of improving output legibility for LLM users, particularly in educational or verification contexts, though it is incremental as it builds on existing Prover-Verifier Game methods.
The paper tackled the problem of making Large Language Model (LLM) outputs more legible (clear and easy to check) by proposing a training algorithm inspired by Prover-Verifier Games, applied to grade-school math problems. The result showed that this training increased the helpful prover's accuracy and verifier's robustness, and improved human accuracy in verifying solutions from 0% to 20% over training.
One way to increase confidence in the outputs of Large Language Models (LLMs) is to support them with reasoning that is clear and easy to check -- a property we call legibility. We study legibility in the context of solving grade-school math problems and show that optimizing chain-of-thought solutions only for answer correctness can make them less legible. To mitigate the loss in legibility, we propose a training algorithm inspired by Prover-Verifier Game from Anil et al. (2021). Our algorithm iteratively trains small verifiers to predict solution correctness, "helpful" provers to produce correct solutions that the verifier accepts, and "sneaky" provers to produce incorrect solutions that fool the verifier. We find that the helpful prover's accuracy and the verifier's robustness to adversarial attacks increase over the course of training. Furthermore, we show that legibility training transfers to time-constrained humans tasked with verifying solution correctness. Over course of LLM training human accuracy increases when checking the helpful prover's solutions, and decreases when checking the sneaky prover's solutions. Hence, training for checkability by small verifiers is a plausible technique for increasing output legibility. Our results suggest legibility training against small verifiers as a practical avenue for increasing legibility of large LLMs to humans, and thus could help with alignment of superhuman models.