AICLLOApr 21

Do LLMs Game Formalization? Evaluating Faithfulness in Logical Reasoning

arXiv:2604.1945986.1Has Code
AI Analysis

For researchers using LLMs for formal verification, this work highlights that high compilation rates do not guarantee faithful reasoning, revealing a critical gap in current evaluation practices.

The paper investigates whether LLMs game formalization in logical reasoning by generating valid Lean 4 proofs that are unfaithful to the original natural-language problem. On 303 FOL problems, unified generation shows no systematic gaming, but a two-stage pipeline reveals two distinct unfaithfulness modes: GPT-5 fabricates axioms during proof generation, while DeepSeek-R1 mistranslates premises during formalization, evading detection.

Formal verification guarantees proof validity but not formalization faithfulness. For natural-language logical reasoning, where models construct axiom systems from scratch without library constraints, this gap between valid proofs and faithful translations is especially acute. We investigate whether frontier models exploit this gap when generating Lean 4 proofs, a behavior we term formalization gaming. We evaluate GPT-5 and DeepSeek-R1 on 303 first-order logic problems (203 from FOLIO, 100 from Multi-LogiEval), comparing unified generation against a two-stage pipeline that separates formalization from proving. Despite compilation rates of 87-99%, we find no evidence of systematic gaming in unified generation: models prefer reporting failure over forcing proofs, even under prompting designed to encourage it. However, unfaithfulness that evades our detection signals may still occur. The two-stage pipeline reveals two distinct modes of unfaithfulness: GPT-5 fabricates axioms during proof generation, a reactive fallback detectable via cross-stage comparison, while DeepSeek-R1 mistranslates premises during formalization, producing internally consistent outputs that evade detection entirely. These findings show that high compilation rates or accuracies should not be equated with faithful reasoning. Code and data are available at https://github.com/koreankiwi99/formalization-gaming.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes