VeriGeo: Controllable Geometry Question Generation with Numerical and Analytical Verification

23d ago · Global · primary source: export.arxiv.org

A new framework called VeriGeo aims to solve a persistent challenge in AI-assisted education: generating geometry problems where the text, diagram, constraints, and solution are all mutually consistent [1]. The system uses a multi-stage verification pipeline grounded in executable reasoning traces to catch and repair invalid outputs [2]. The framework, detailed in a paper submitted in 2026, employs a two-agent architecture [1]. An Author agent generates a problem and diagram based on user-specified constraints like target concepts and difficulty, while a Solver agent produces a proof-aligned solution [2]. Both agents use a shared action sequence that links natural language, diagrams, geometric constraints, and proof steps into a single verifiable representation [2]. A three-stage pipeline then checks the output for numerical consistency, analytical realizability, and global consistency [1]. When failures are detected, the system uses verification-guided reflection to repair recoverable issues and rejects those that cannot be fixed [2]. The researchers tested the framework across five different LLM backbones and found that raw generations frequently failed these checks, but VeriGeo was able to repair a substantial fraction of the invalid attempts [2]. The verified synthetic data produced by VeriGeo proved valuable for training other models. The team performed supervised fine-tuning on 8.7k examples generated by the framework [1]. The resulting model achieved what the authors describe as the best reported GeoQA performance among end-to-end multimodal LLM-based solvers and also obtained strong results on the PGPS9K and MathVista-GPS benchmarks [2]. The work addresses a gap in reliable synthetic data generation for multimodal reasoning. A separate 2026 review of generative systems in a different technical domain—quantum circuit generation—found that while many systems address syntactic and semantic correctness, none reported end-to-end evaluation on actual hardware, highlighting a broader challenge in verifying generated artifacts [3]. VeriGeo's approach of using executable traces for verification offers one pathway to closing such reliability gaps in geometry problem synthesis [2]. The paper is available on arXiv, a preprint server that, through integrations with platforms like Hugging Face, allows researchers to link models, datasets, and interactive demos directly to their papers [4][5].

applicationresearch-papertool-release

Background sources we checked (8)
  • arxiv.org ↗ Geometry problem generation is useful for AI-assisted education and multimodal mathematical reasoning, but reliable synthesis remains difficult because the problem statement, diagram, constraints, and solution should be mutually consistent. Existing methods often trade off contro…
  • arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
  • huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
  • huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
  • huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
  • en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
  • en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…

Sources

Spot something wrong? Report an issue