Pith. sign in

REVIEW 3 major objections 4 minor 29 references

Towards Geometry Problem Solving in the Large Model Era: A Survey

T0 review · 3 major / 4 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read Geometry problem solving can be organized into a single two-stage pipeline — parse the problem into a formal language, then reason over a theorem library — and this survey argues that everything from 2015's first SAT dataset to today's…

desk verdict Useful survey with a coherent taxonomy, but its benchmark inventory has verified internal inconsistencies that must be fixed before the paper can serve as a reliable reference. read the letter →

arxiv 2506.02690 v1 pith:BK4QI3ZE submitted 2025-06-03 cs.CV math.GT

classification cs.CVmath.GT
keywords geometryproblemsolvinglargelanguagemodelssurveybenchmarkconstructiondiagramparsingneuro-symbolicreasoningmultimodalformal
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper attempts to give the scattered field of geometry problem solving (GPS) — getting machines to answer school-level geometry questions posed as diagrams plus text — a single organizing account. It proposes that GPS systems, old and new alike, fit a two-stage pipeline: first parse the multimodal problem into a formal language, then reason over a theorem library to produce a solution sequence and an answer. Around that pipeline it builds a three-layer taxonomy of the literature covering benchmark construction, parsing, and reasoning, and it sorts existing reasoners into symbolic, connectionist, and neuro-symbolic families. A reader who accepts the account gains a common vocabulary for comparing systems, a benchmark inventory to choose from, and a roadmap that points to automated benchmark generation and interpretable neuro-symbolic integration as the next steps.

What carries the argument

The load-bearing machinery is the formal task equation $(S,A) = g(f(X \oplus Y, Q), T)$, which decomposes GPS into a parsing stage and a reasoning stage joined by a formal language space $\Omega$ — a rigorous symbolic notation into which diagrams and text must be translated. The parser $f$ is any component that produces that translation; the reasoner $g$ is any component that derives the solution chain from the formalized problem plus a theorem knowledge base $T$. This single decomposition lets the survey place every method on one map: benchmarks feed the parser, the parser feeds the reasoner, and reasoners differ only in whether deduction is carried out by explicit rules, by a learned black-box mapping, or by neural-guided formal search. The second organizing device is the benchmark construction split — manual versus LLM-assisted annotation, augmentation, and synthesis — which the paper uses to narrate the field's evolution from 186 hand-collected SAT questions to billion-scale automatically generated corpora.

What would settle it

Recompute the published sizes of UniGeo and FormalGeo7K from their source repositories: if the true counts are 17,071 and 6,987, the tables win and the text is wrong; if they are 14,541 and 6,981, the tables are wrong. A broader check of all ten-odd datasets in Table 1 against their original papers would decide whether the inventory can be trusted as a lookup table or must be verified per dataset, and a check of MathVision's provenance would settle why the survey describes a competition-sourced benchmark while citing a paper about an accessibility tool for visually impaired users.

Watch

Extended reading notes

Core claim

The survey's central claim is that geometry problem solving is best understood as the composition of two functions: a parser $f$ that converts the raw problem — diagram $X$, text $Y$, and question $Q$ — into a formal language space $\Omega$, and a reasoner $g$ that consults a theorem database $T$ to emit a solution sequence $S$ and answer $A$, written $(S,A) = g(f(X \oplus Y, Q), T)$. It asserts that every current method falls into one of three reasoning paradigms inside this frame: symbolic search that applies theorems by explicit rules, connectionist reasoning that approximates the whole derivation as a learned mapping, and neuro-symbolic hybrids that use neural networks to guide formal deduction. The paper claims to be the first survey dedicated specifically to GPS and to organize the field with a three-layer taxonomy — benchmark construction, parsing, and reasoning — in which benchmarks are grouped by how they were built: manually, or with LLM-assisted annotation, augmentation, or synthesis. Alongside the taxonomy it reports an inventory of benchmark scales and formats intended to guide dataset choice.

Load-bearing premise

The reference value of the survey rests entirely on second-hand data — the sizes, difficulty levels, and method labels of the benchmarks in its tables and text — and that data must be accurate to be useful; yet the paper contradicts itself on several counts, such as UniGeo's total (17,071 in Table 1 versus 14,541 implied by the text) and FormalGeo7K's size (6,987 versus 6,981).

Editorial extensions

If this is right

  • Methods that once looked incomparable — rule-based solvers, neural end-to-end models, and LLM-guided provers — can now be placed on one map and compared stage by stage.
  • Benchmark builders get a menu of construction strategies, with LLM-assisted synthesis identified as the route to much larger and harder geometry corpora.
  • A system's failures can be localized to one of the two stages, so researchers can aim fixes at parsing or reasoning instead of redesigning entire models.
  • The SAT-level ceiling that limited early systems is not a hard boundary: the surveyed trajectory runs from 2015-era elementary datasets to olympiad-level problems, with neuro-symbolic methods as the current frontier.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Implicit in the paradigm but not computed by the paper: the formal language space $\Omega$ is a swap point between stages, so progress could be measured as a diagnostic split — how much of each benchmark's difficulty lands in parsing versus reasoning — which would tell the field where to invest next.
  • Because the taxonomy treats parsers and reasoners as independent modules, it implies a composability claim the authors do not test: any parser emitting $\Omega$ should combine with any reasoner consuming it, so the field could assemble new systems from off-the-shelf parts rather than retraining whole stacks.
  • The construction-method split separates two axes the paper keeps implicit: a benchmark can be large and cheaply produced without being difficult, so difficulty labels and provenance should be read as independent when choosing datasets.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. This paper surveys the emerging area of geometry problem solving (GPS) in the era of large models. It proposes a unified analytical paradigm that decomposes GPS into a parsing stage and a reasoning stage, and organizes the literature via a three-layer taxonomy: benchmark construction, parsing, and reasoning. The survey covers manually constructed, LLM-assisted annotation, augmentation, and synthesis benchmarks, and reviews ML-based and LLM-based reasoners including rule-based, neural, in-context learning, chain-of-thought, program-of-thought, and chain-of-agent methods. The stated contributions are the first systematic GPS survey, a structured taxonomy, a unified reasoning paradigm, and a summary of benchmarks. The paper also discusses challenges such as multimodal understanding, algebraic-geometric fusion, creative induction, and self-verification.

Significance. If the benchmark inventory and taxonomy are reliable, this survey could serve as a useful entry point and reference for the GPS community. The proposed two-stage parsing-reasoning pipeline and the three-layer taxonomy are broadly consistent with how existing systems are built, and the coverage of recent 2024–2025 works, including AlphaGeometry2, GeoUni, and GNS, is timely. The survey also makes a reasonable attempt to categorize construction methodologies (manual, annotation, augmentation, synthesis), which provides a helpful organizing principle. However, the reference value of the benchmark summary—one of the four stated contributions—is currently undercut by internal inconsistencies and citation errors that need to be corrected before the survey can be trusted as a secondary source.

major comments (3)
  1. [Table 1 and §3.1] The benchmark scale column is internally inconsistent with the text. Table 1 lists UniGeo as 17,071 problems, but §3.1 states that UniGeo collects 9,543 proving problems and 4,998 calculation problems from GeoQA, which sum to 14,541. Similarly, Table 1 reports FormalGeo7K as 6,987 problems while §3.1 reports 6,981. Since the 'Summary of Benchmarks' is a stated contribution and readers will use these numbers to guide dataset selection, these discrepancies are load-bearing and must be reconciled with the original papers.
  2. [§8.3] The MathVision entry is misattributed. The text says MathVision 'collects entirely new samples from mathematical competitions' and cites Awais et al. (2024), but the reference list entry for Awais et al. (2024) describes an accessible intelligent agent for visually impaired readers to understand mathematical equations, not a competition-sourced benchmark. The cited reference does not support the description; the correct MathVision benchmark citation must be supplied.
  3. [Table 1 and §3.2] The GNS260K row in Table 1 reports a scale of 154,433, but Section 3.2 states that the dataset contains 18,852 knowledge prediction samples, 86,732 symbolic parsing samples, and 154,433 problem reasoning samples. The sum of these three components is 260,017, which matches the dataset's name. The table therefore underreports the total scale by roughly 40% and leaves unclear what the 'Scale' column is intended to represent.
minor comments (4)
  1. [Table 2] The reasoner entry 'GeoS+' should be 'GeoS++' to match the text and the cited paper (Sachan & Xing, 2017).
  2. [§3.1] The phrase 'heritage 4,998 calculation problems from GeoQA' should read 'inherits 4,998 calculation problems from GeoQA'.
  3. [§3.1] The sentence 'PGPS9K added solution sequences as labels ... constructed a dataset of 9,022' is missing the noun 'problems'; it should say 'a dataset of 9,022 problems'.
  4. [Appendix headings] The appendix captions 'Details for Benchmarks' and 'Details for Reasoners' contain the phrase 'benchmarks is presented', which should be plural ('benchmarks are presented'), and §5 contains a typo 'Apppendix'.

Circularity Check

0 steps flagged · score 2.0 of 10

No circular derivation; taxonomy is organizational, and the minor self-citation is not load-bearing.

full rationale

This paper is a survey and does not perform a derivation in the sense of predicting a result from fitted parameters or first principles. The proposed paradigm decomposes GPS into parsing and reasoning stages, but this is an organizational taxonomy applied to existing methods, not a reduction of output to input. No equation in the paper equates a claimed result to an input by construction, and no fitted parameter is renamed as a prediction. The only self-citation is contextual: the introduction cites the authors' own survey of personalized LLMs to support the 'large model era' framing (Liu et al., 2025), but this is not load-bearing for any central claim. The noted inconsistencies between Table 1 and Section 3.1 (e.g., UniGeo scale and FormalGeo7K scale) and the MathVision citation mismatch are factual accuracy issues, not circularity. Therefore, no circular step can be exhibited, and the paper is self-contained as a survey, with a score reflecting only the non-load-bearing self-citation.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

Survey paper, so the ledger is short: no fitted parameters and no invented entities. The load-bearing inputs are organizational assumptions: that GPS decomposes into parsing and reasoning, that the three-way reasoner split is faithful, and that the benchmark statistics and method attributions in Tables 1 and 2 accurately reflect the cited sources. The last assumption is partially violated by the internal inconsistencies documented in the red flags.

assumptions (3)
  • domain assumption GPS can be decomposed into two stages, parsing and reasoning, and organized by a three-layer benchmark/parser/reasoner taxonomy.
    Adopted in Sections 2.2 and 2.3 as the organizing principle of the survey. It is asserted, not argued, and alternative framings (for example, problem generation as an independent research goal rather than a benchmark tool) are not considered.
  • domain assumption The reasoner trichotomy of symbolic, neuro-symbolic, and connectionist reasoning faithfully classifies the surveyed methods.
    Used in Section 2.2 and Table 2. The boundary is unstable: AlphaGeometry is listed as ICL neuro-symbolic while GNS is listed as CoT connectionist, even though both combine symbolic tools with learned predictors, and Section 5.2.2 itself calls GNS neural-symbolic.
  • domain assumption The benchmark statistics and method attributions in Tables 1 and 2 accurately reflect the cited datasets.
    The survey's benchmark summary is one of its four stated contributions (Section 1). The assumption is partially violated, since the text and table disagree on UniGeo (14,541 vs 17,071) and FormalGeo7K (6,981 vs 6,987), and MathVision's description does not match its cited source.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Towards Geometry Problem Solving in the Large Model Era: A Survey." pith.science (2026). https://pith.science/paper/BK4QI3ZE

@misc{pith2026250602690,
  author       = {Pith},
  title        = {Pith review of: Towards Geometry Problem Solving in the Large Model Era: A Survey},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/BK4QI3ZE}},
  note         = {Machine review of arXiv:2506.02690}
}
read the original abstract

Geometry problem solving (GPS) represents a critical frontier in artificial intelligence, with profound applications in education, computer-aided design, and computational graphics. Despite its significance, automating GPS remains challenging due to the dual demands of spatial understanding and rigorous logical reasoning. Recent advances in large models have enabled notable breakthroughs, particularly for SAT-level problems, yet the field remains fragmented across methodologies, benchmarks, and evaluation frameworks. This survey systematically synthesizes GPS advancements through three core dimensions: (1) benchmark construction, (2) textual and diagrammatic parsing, and (3) reasoning paradigms. We further propose a unified analytical paradigm, assess current limitations, and identify emerging opportunities to guide future research toward human-level geometric reasoning, including automated benchmark generation and interpretable neuro-symbolic integration.

Figures

Figures reproduced from arXiv: 2506.02690 by the authors.

Figure 1
Figure 1. Schematic plot of GPS, which contains geometry calcu￾lation problem and geometry proving problem. Early research in GPS primarily focused on symbolic solvers (Seo et al., 2015; Sachan & Xing, 2017), which relied on computationally intensive search algorithms and basic deductive reasoning. Though these systems achieved progress in constrained settings, their dependence on rigid rule-based frameworks limited applicabi… view at source ↗
Figure 2
Figure 2. Paradigm of geometry problem solving. logical reasoning frameworks must balance interpretability with reasoning efficiency (Lu et al., 2021; Ning et al., 2025), especially in zero-shot cases. The current GPS research landscape, marked by diverse methodologies, fragmented technical approaches, and het￾erogeneous evaluation benchmarks, has driven innovation but also created a disconnected knowledge base. To address th… view at source ↗
Figure 3
Figure 3. Taxonomy of Geometry Problem Solving. sented as: (S, A) = g(f(X ⊕ Y, Q), T ), (2) where f and g denote the parsing and reasoning function respectively. Parsing Stage: Given a geometry problem (X ⊕ Y, Q), the parsing component is to design a function f that transforms the multimodal input into formal languages: (X ⊕˜ Y˜, Q˜) = f(X ⊕Y, Q), where X˜, Y˜, and Q˜ are in the formal language space Ω. Reasoning Stage: The r… view at source ↗
Figures from the paper (1 more)
Figure 4
Figure 4. Figure 4: Research trend of benchmarks. to two factors: LLMs underscored the importance of data scale for superior performance, and they provided power￾ful tools for automated problem generation, transforming benchmark construction from a manual to a scalable process. Existing b…

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

29 extracted references · 8 canonical work pages

  1. [1]

    L., Almeida, D., Altenschmidt, J., Altman, S., Anadkat, S., et al

    Achiam, J., Adler, S., Agarwal, S., Ahmad, L., Akkaya, I., Aleman, F. L., Almeida, D., Altenschmidt, J., Altman, S., Anadkat, S., et al. Gpt-4 technical report.arXiv preprint arXiv:2303.08774,

  2. [2]

    8.3. Related Benchmarks Benchmarks for Diagram Parsing:Since diagrams play an important role in GPS, many researchers concentrate on constructing benchmarks for geometry diagrams with fine- grained annotation. The PGDP5K dataset contains 5,000 diagram samples (Hao et al., 2022), consisting of 1,813 non-duplicated images from the Geometry3K dataset and oth...

  3. [6]

    Towards reasoning era: A survey of long chain-of-thought for reasoning large language models.arXiv preprint arXiv:2503.09567,

    Chen, Q., Qin, L., Liu, J., Peng, D., Guan, J., Wang, P., Hu, M., Zhou, Y ., Gao, T., and Che, W. Towards reasoning era: A survey of long chain-of-thought for reasoning large language models.arXiv preprint arXiv:2503.09567,

  4. [8]

    H., Olˇs´ak, M., Yang, X., Nguyen, H., Menegali, M., Jung, J., Verma, V ., Le, Q

    Chervonyi, Y ., Trinh, T. H., Olˇs´ak, M., Yang, X., Nguyen, H., Menegali, M., Jung, J., Verma, V ., Le, Q. V ., and Luong, T. Gold-medalist performance in solving olympiad geometry with alphageometry2.arXiv preprint arXiv:2502.03544,

  5. [12]

    Pgdp5k: A diagram parsing dataset for plane geometry problems

    Hao, Y ., Zhang, M., Yin, F., and Huang, L.-L. Pgdp5k: A diagram parsing dataset for plane geometry problems. In 2022 26th international conference on pattern recognition (ICPR), pp. 1763–1769. IEEE,

  6. [13]

    Geomverse: A systematic evaluation of large models for geometric reasoning.arXiv preprint arXiv:2312.12241,

    Kazemi, M., Alvari, H., Anand, A., Wu, J., Chen, X., and Soricut, R. Geomverse: A systematic evaluation of large models for geometric reasoning.arXiv preprint arXiv:2312.12241,

  7. [15]

    A survey of personalized large language models: Progress and future directions.arXiv preprint arXiv:2502.11528,

    Liu, J., Qiu, Z., Li, Z., Dai, Q., Zhu, J., Hu, M., Yang, M., and King, I. A survey of personalized large language models: Progress and future directions.arXiv preprint arXiv:2502.11528,

  8. [17]

    Mathvista: Evaluating mathematical reasoning of foundation models in visual contexts.arXiv preprint arXiv:2310.02255,

    Lu, P., Bansal, H., Xia, T., Liu, J., Li, C., Hajishirzi, H., Cheng, H., Chang, K.-W., Galley, M., and Gao, J. Mathvista: Evaluating mathematical reasoning of foundation models in visual contexts.arXiv preprint arXiv:2310.02255,

Show all 29 references
  1. [18]

    Be- yond lines and circles: Unveiling the geometric rea- soning gap in large language models.arXiv preprint arXiv:2402.03877,

    Mouselinos, S., Michalewski, H., and Malinowski, M. Be- yond lines and circles: Unveiling the geometric rea- soning gap in large language models.arXiv preprint arXiv:2402.03877,

  2. [19]

    Accessed: 2025-05-25

    URL https://colab.research.google.com/ github/google-deepmind/alphaevolve_ results/blob/master/mathematical_ results.ipynb. Accessed: 2025-05-25. Pan, Y ., Zhang, Z., Hu, P., Ma, J., Du, J., Zhang, J., Liu, Q., Gao, J., and Ma, F. Enhancing the geometric problem- solving abili...

  3. [20]

    and Xing, E

    Sachan, M. and Xing, E. Learning to solve geometry prob- lems from natural language demonstrations in textbooks. InProceedings of the 6th joint conference on lexical and computational semantics (* SEM 2017), pp. 251–261,

  4. [23]

    Tangram: A chal- lenging benchmark for geometric element recognizing

    Tang, J., Zhang, C., Zhu, X., and Liu, M. Tangram: A chal- lenging benchmark for geometric element recognizing. arXiv preprint arXiv:2408.13854,

  5. [24]

    Geox: Geometric prob- lem solving through unified formalized vision-language pre-training.arXiv preprint arXiv:2412.11863,

    Xia, R., Li, M., Ye, H., Wu, W., Zhou, H., Yuan, J., Peng, T., Cai, X., Yan, X., Wang, B., et al. Geox: Geometric prob- lem solving through unified formalized vision-language pre-training.arXiv preprint arXiv:2412.11863,

  6. [25]

    Geosense: Evaluating identification and application of geometric principles in multimodal reasoning.arXiv preprint arXiv:2504.12597,

    Xu, L., Zhao, Y ., Wang, J., Wang, Y ., Pi, B., Wang, C., Zhang, M., Gu, J., Li, X., Zhu, X., et al. Geosense: Evaluating identification and application of geometric principles in multimodal reasoning.arXiv preprint arXiv:2504.12597,

  7. [26]

    Geoeval: benchmark for evaluating llms and multi-modal models on geometry problem-solving.arXiv preprint arXiv:2402.10104, 2024a

    Zhang, J., Li, Z., Zhang, M., Yin, F., Liu, C., and Mosh- feghi, Y . Geoeval: benchmark for evaluating llms and multi-modal models on geometry problem-solving.arXiv preprint arXiv:2402.10104, 2024a. Zhang, M.-L., Yin, F., Hao, Y .-H., and Liu, C.-L. Plane geometry diagram pars...

  8. [27]

    A multi-modal neural geometric solver with textual clauses parsed from dia- gram.arXiv preprint arXiv:2302.11097, 2023a

    Zhang, M.-L., Yin, F., and Liu, C.-L. A multi-modal neural geometric solver with textual clauses parsed from dia- gram.arXiv preprint arXiv:2302.11097, 2023a. Zhang, R., Jiang, D., Zhang, Y ., Lin, H., Guo, Z., Qiu, P., Zhou, A., Lu, P., Chang, K.-W., Qiao, Y ., et al. Math- v...

  9. [29]

    represent sig- nificant contributions to this field, all designed to evaluate multimodal models’ performance through rich metadata annotations. These datasets differ primarily in their data col- lection approaches: MathVista integrates existing resources, MathVerse adapts publ...

  10. [1964]

    Geogpt4v: Towards geometric multi-modal large language models with geometric image generation.arXiv preprint arXiv:2406.11503,

    Cai, S., Bao, K., Guo, H., Zhang, J., Song, J., and Zheng, B. Geogpt4v: Towards geometric multi-modal large language models with geometric image generation.arXiv preprint arXiv:2406.11503,

  11. [1996]

    R-cot: Re- verse chain-of-thought problem generation for geometric reasoning in large multimodal models.arXiv preprint arXiv:2410.17885,

    Deng, L., Liu, Y ., Li, B., Luo, D., Wu, L., Zhang, C., Lyu, P., Zhang, Z., Zhang, G., Ding, E., et al. R-cot: Re- verse chain-of-thought problem generation for geometric reasoning in large multimodal models.arXiv preprint arXiv:2410.17885,

  12. [2006]

    G-llava: Solving geo- metric problem with multi-modal large language model

    Gao, J., Pi, R., Zhang, J., Ye, J., Zhong, W., Wang, Y ., Hong, L., Han, J., Xu, H., Li, Z., et al. G-llava: Solving geo- metric problem with multi-modal large language model. arXiv preprint arXiv:2312.11370,

  13. [2012]

    The llama 3 herd of models.arXiv preprint arXiv:2407.21783,

    Grattafiori, A., Dubey, A., Jauhri, A., Pandey, A., Kadian, A., Al-Dahle, A., Letman, A., Mathur, A., Schelten, A., Vaughan, A., et al. The llama 3 herd of models.arXiv preprint arXiv:2407.21783,

  14. [2014]

    Sharma, A., Dalmia, A., Kazemi, M., Zouaq, A., and Pal, C. J. Geocoder: Solving geometry problems by generat- ing modular code through vision-language models.arXiv preprint arXiv:2410.13510,

  15. [2016]

    Inter-gps: Interpretable geometry problem solving with formal language and symbolic reasoning

    Lu, P., Gong, R., Jiang, S., Qiu, L., Huang, S., Liang, X., and Zhu, S.-C. Inter-gps: Interpretable geometry problem solving with formal language and symbolic reasoning. arXiv preprint arXiv:2105.04165,

  16. [2017]

    Solving geometry problems: Combining text and diagram interpretation

    Seo, M., Hajishirzi, H., Farhadi, A., Etzioni, O., and Mal- colm, C. Solving geometry problems: Combining text and diagram interpretation. InProceedings of the 2015 conference on empirical methods in natural language processing, pp. 1466–1476,

  17. [2021]

    Unigeo: Unifying geometry logical reasoning via reformulating mathematical expression.arXiv preprint arXiv:2212.02746,

    Chen, J., Li, T., Qin, J., Lu, P., Lin, L., Chen, C., and Liang, X. Unigeo: Unifying geometry logical reasoning via reformulating mathematical expression.arXiv preprint arXiv:2212.02746,

  18. [2022]

    P., and Lin, L

    Chen, J., Tang, J., Qin, J., Liang, X., Liu, L., Xing, E. P., and Lin, L. Geoqa: A geometric question answering bench- mark towards multimodal numerical reasoning.arXiv preprint arXiv:2105.14517,

  19. [2023]

    From system 1 to system 2: A survey of reasoning large lan- guage models.arXiv preprint arXiv:2502.17419,

    Li, Z.-Z., Zhang, D., Zhang, M.-L., Zhang, J., Liu, Z., Yao, Y ., Xu, H., Zheng, J., Wang, P.-J., Chen, X., et al. From system 1 to system 2: A survey of reasoning large lan- guage models.arXiv preprint arXiv:2502.17419,

  20. [2024]

    Qwen technical report.arXiv preprint arXiv:2309.16609,

    Bai, J., Bai, S., Chu, Y ., Cui, Z., Dang, K., Deng, X., Fan, Y ., Ge, W., Han, Y ., Huang, F., et al. Qwen technical report.arXiv preprint arXiv:2309.16609,

  21. [2025]

    Geouni: A unified model for generating geom- etry diagrams, problems and problem solutions.arXiv preprint arXiv:2504.10146,

    Cheng, J.-K., Zhang, Z., Chen, R., Deng, J., Qin, Z., and Ma, J. Geouni: A unified model for generating geom- etry diagrams, problems and problem solutions.arXiv preprint arXiv:2504.10146,

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.