The Geometric Reasoner: Manifold-Informed Latent Foresight Search for Long-Context Reasoning
Abstract
Lay Summary
Large language models can solve harder problems when they are allowed to think for longer, but extra thinking time is often wasted on repeated or very similar attempts. This is especially costly for long math, coding, or planning tasks, where the model must keep track of many steps. We introduce The Geometric Reasoner, a method that guides a model while it is generating an answer, without retraining it. The method periodically looks at several possible directions the model could take next and chooses one that is both promising and different from what has already been explored. This helps the model use its extra computation to cover more genuinely different solution paths instead of repeating itself. In experiments on math and code benchmarks, this led to more reliable answers with only a modest increase in computation. The work may help make long-form AI reasoning more dependable and efficient.