REVIEW 3 major objections 5 minor 1 cited by
Enhancing the Geometric Problem-Solving Ability of Multimodal LLMs via Symbolic-Neural Integration
T0 review · 3 major / 5 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read Symbolically generated geometry data and inference-time verification make multimodal LLMs solve geometry problems more accurately and with fewer hallucinations.
desk verdict Solid symbolic-data-generation engineering, but the headline gains on Geometry3K and PGPS9K may be inflated by train/test overlap that the paper never addresses. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the formal dependency graph produced by GeoGen's Target Finder. Starting from a set of geometry literals, forward search applies every theorem whose premises are satisfied and records each derived literal with its premises; a chosen target is then traced backward through this graph, the subgraph is topologically sorted, and linearized into condition-theorem-conclusion triples. These triples are the common currency of the whole method: they are rewritten into natural-language chain-of-thought solutions for training, they are the supervision that trains GeoLogic to translate natural language back into formal language, and they are the unit that the symbolic system verifies during inference. The Plotter renders the diagrams from the same sampled predicates, so every training image is aligned with the formal knowledge used to solve it.
What would settle it
Inspect the list of 4,849 source images used for GeoExpand: if any official Geometry3K or PGPS9K test image is among them, rerun the GeoGen-SFT experiments with test images excluded and compare the accuracy tables. The presence of even one test image in the expansion sources would directly inflate the reported benchmark gains.
Extended reading notes
Core claim
On its own terms, this paper establishes that a symbolic geometry engine can serve twice in a multimodal LLM pipeline: as a generator of formally correct reasoning data and as a verifier of the model's own reasoning. GeoGen produces 45,526 question-answer pairs from 4,849 existing images and 62,868 pairs from 129,230 synthesized diagrams, each with multi-step chain-of-thought solutions. Training on this data plus an existing instruction-tuning set improves completion and choice accuracy on the GeoQA, Geometry3K, PGPS9K, and MathVista-mini-GPS benchmarks for several 2B-7B multimodal models; the best 7B model reaches 63.9% completion and 74.0% choice accuracy on MathVista-mini-GPS. GeoLogic, a 3B translator model, converts each predicted natural-language step into a formal condition-theorem-conclusion triple, and the symbolic system checks it; step-level tree search over valid candidates improves accuracy up to a point, with the paper attributing the later decline to the verifier checking necessary but not sufficient conditions.
Load-bearing premise
The load-bearing premise is that the GeoExpand training examples generated from the 4,849 Geometry3K and PGPS9K images are disjoint from the test splits of those same datasets; the paper reports accuracy on those test sets but never states that test images were excluded.
Editorial extensions
If this is right
- Adding GeoExpand and GeoSynth to the existing instruction-tuning data improves both completion and choice accuracy across several open multimodal LLMs from 2B to 7B parameters.
- The GeoGen-SFT-7B model reaches 63.9% completion and 74.0% choice accuracy on the MathVista-mini-GPS geometry subset, and 78.0% choice accuracy on GeoQA, the best among the multimodal LLM solvers compared.
- GeoLogic translates natural-language steps to formal triples with 94.16% exact-match accuracy on the authors' test set, which is what makes inference-time symbolic verification feasible.
- Step-level tree search with symbolic verification improves accuracy as search width grows from 1 to 4, then declines at larger widths, consistent with the fast verification mode checking necessary conditions only.
Reading between the lines
- A direct extension would be to apply the same generate-and-verify loop to other multimodal reasoning domains that have formal checkers, such as arithmetic word problems, programming, or physics, by swapping the geometry theorem set for the domain's rules.
- Because the fast verifier checks only necessary visual conditions, building a sufficiency-checking verifier, or scoring candidate steps by how much they contribute to the final answer, could plausibly reverse the observed accuracy decline at larger search widths.
- The 94.16% translator accuracy implies roughly one in seventeen formal steps is mistranslated, so improving GeoLogic's translation or adding self-consistency across candidate translations may raise the ceiling of verification more than simply widening the search.
- If the training-time gains survive a clean train/test split, the pipeline's value may be larger as a data generator than as a verifier, since the supervised fine-tuning gains are consistent across models while the inference-time gains are modest.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper presents GeoGen, a pipeline that automatically generates step-by-step geometry solutions by combining random diagram synthesis, symbolic forward search with traceback, and LLM-based translation into natural language. The pipeline is used to create two training datasets: GeoExpand, with 45,526 QA pairs derived from 4,849 images from Geometry3K and PGPS9K, and GeoSynth, with 62,868 pairs from 129,230 synthesized diagrams. The authors also train GeoLogic, an LLM that translates natural language reasoning steps into formal predicates, and integrate it with a symbolic verifier in a step-level tree search during inference. Fine-tuning Qwen2.5-VL, InternVL2.5, and LLaVA-v1.6 on a mixture of Geo170K, GeoExpand, and GeoSynth yields consistent accuracy gains on GeoQA, Geometry3K, PGPS9K, and MathVista-mini-GPS. The authors report state-of-the-art results among MLLM-based geometry solvers, including 78.0% choice accuracy on GeoQA with GeoGen-SFT-7B.
Significance. If the reported gains are not an artifact of training/test overlap, the paper makes a useful contribution: it demonstrates a fully symbolic route to generating large volumes of chain-of-thought supervision that is guaranteed correct at the formal level, and it shows one way to use formal verification as a post-hoc check on MLLM outputs. Strengths include open-sourced code, experiments across multiple model families, manual verification of 100 translated solutions, and a GeoLogic translation accuracy of 94.16% on a custom test set. The main risk is the lack of any statement about excluding the benchmark test splits from the GeoExpand expansion; this must be resolved before the empirical claims can be accepted.
major comments (3)
- [Section 3.2 and Section 4.1.3] The manuscript does not establish that GeoExpand is disjoint from the evaluation sets. GeoExpand is built from 4,849 original images from Geometry3K and PGPS9K (Section 3.2), and the evaluation in Section 4.1.3 uses the standard test splits of those datasets (601 and 1,000 images). No sentence states that test-split images were excluded from the expansion, and no image-level deduplication is reported. If test images are among the GeoExpand sources, the model is trained on the exact diagrams it is later asked to solve, which alone can inflate the Completion and Choice accuracies in Tables 1 and 2 and the MathVista results, since MathVista-mini-GPS also draws from Geometry3K and GeoQA+. The authors should state the split policy, verify non-overlap at the image level, and re-run the experiments with any overlapping test images removed from the training expansion (or report results on a held-out set of images never used in GeoExpand).
- [Section 4.1.3] The Completion metric is defined through an LLM-based automatic verifier (Qwen2.5-7B) that judges whether the final three sentences of the response contain the correct numerical answer, but no validation of this verifier is reported. If the verifier is systematically lenient, or if it is affected by the same fine-tuning data, the completion numbers in Tables 1 and 2 may not be comparable across models or to the published results marked with asterisks. The paper should report exact-match or rule-based numerical extraction as a second metric and give verifier agreement on a human-annotated sample.
- [Section 4.5 and Figure 4] The evidence for the inference-time search is weak and partly inconsistent. The text states that search width 1 and width 16 are comparable, but Figure 4 shows sampling widths only from 20 to 24 and exhibits small, non-monotonic differences. Moreover, the fast verification mode checks only necessary conditions, which the authors themselves note can admit many invalid steps, and the random selection among valid steps may approximate random sampling. The paper should provide the full accuracy-versus-width curve, including the stated widths 1 and 16, report confidence intervals or significance tests, and clarify whether the observed differences support the claim that verification improves accuracy.
minor comments (5)
- [Section 1] There are incomplete and misspelled phrases, for example 'we find that the in MLLMs with symbolic systems' and 'the symblic system'; these typographical errors should be corrected.
- [Sections 3.1.2 and 4.3] Typographical errors: 'constructoin' should be 'construction' in Section 3.1.2, and 'evaluation ion GeoTest' should be 'evaluation on GeoTest' in Section 4.3.
- [Section 3.2] The sentence 'as shown in Figure 1' refers to a distribution of reasoning steps, but Figure 1 is the framework diagram; no figure showing the step-length distribution is provided.
- [Figure 4] The x-axis is labelled 'Sampling Width' with ticks 20-24, which conflicts with the text's discussion of widths 1 and 16; the label, the values, or the text should be harmonized.
- [Section 4.1.3] The combined evaluation set is called GeoTest, but Table 2 also reports MathVista-mini-GPS without clarifying whether it is part of GeoTest; the relationship between the two should be stated explicitly.
Circularity Check
GeoExpand is generated from Geometry3K and PGPS9K images while Tables 1–2 score the test sets of those same datasets; without an explicit split-exclusion statement, the reported gains are potentially trained-on-test predictions.
-
fitted input called prediction
[Section 3.2 (Dataset Construction via GeoGen) and Section 4.1.3 (Evaluation Metric)]
"As a result, we generate over 45,526 QA pairs from 4,849 original images in the Geometry3K and PGPS9K datasets. ... We evaluate model performance on the test sets of GeoQA, Geometry3K, and PGPS9K, which contain 754, 601, and 1,000 samples respectively."
The SFT corpus GeoExpand is defined by expanding images from Geometry3K and PGPS9K, while Tables 1-2 report accuracy on test subsets of those same datasets. The paper never states that the 601 Geometry3K and 1,000 PGPS9K test images were excluded from the 4,849 source images. If any overlap exists, the model has been trained on the exact diagram it is later asked to solve; those Completion/Choice 'predictions' are re-presentations of training input, not independent generalization. The claimed consistent improvement on these two benchmarks is therefore forced by training/evaluation source identity, not solely by symbolic-neural integration.
full rationale
The only substantive circularity concern is benchmark-level rather than derivation-level. GeoGen's symbolic reasoning engine, target-finder, and GeoLogic translator form an independent pipeline; the formal system's theorems (FormalGeo, expanded to 210 theorems) are not defined in terms of the MLLM outputs, and GeoLogic's translation accuracy is measured against the generator's formal triples. No load-bearing argument reduces to a self-citation. However, the paper's central empirical claim rests on evaluating on Geometry3K and PGPS9K test sets while constructing GeoExpand from the same datasets, and the text contains no sentence declaring that test-split images were withheld. MathVista-mini-GPS is only partially independent, since it also draws from Geometry3K and GeoQA+, and Geo170K (derived from GeoQA+) is included in training. The GeoQA cross-model gains provide some independent grounding because GeoExpand is not built from GeoQA, but the Geometry3K/PGPS9K improvements in Tables 1 and 2 cannot be cleanly interpreted without a split-overlap statement. This is a partial circularity of the fitted-input-called-prediction form, not a self-citation chain or definitional identity; score 6 reflects the partial nature of the circularity.
Assumptions & free parameters
free parameters (4)
- Per-theorem-sequence cap in GeoSynth =
400
- Overly complex node filtering threshold in Target Finder =
unspecified
- Search width K for GeoLogic tree search =
varied 20 to 24 in Figure 4
- Predicate count limit per synthesized diagram =
unspecified
assumptions (6)
- domain assumption FormalGeo's 88 predicates and its theorem set correctly encode plane geometry and produce sound conclusions.
- domain assumption Randomly sampled predicate combinations always yield consistent, non-degenerate diagrams.
- domain assumption Qwen2.5-32B-Instruct's translation of formal reasoning paths into natural language preserves logical content.
- domain assumption GeoExpand source images from Geometry3K and PGPS9K do not include the test images used in Tables 1 and 2.
- domain assumption GeoLogic's formal translations are accurate enough that symbolic verification reflects whether MLLM steps are correct.
- domain assumption The Qwen2.5-7B answer verifier correctly judges completion answers from the final three sentences.
Cite this review
Pith. "Pith review of Enhancing the Geometric Problem-Solving Ability of Multimodal LLMs via Symbolic-Neural Integration." pith.science (2026). https://pith.science/paper/IYL44EXB
@misc{pith2026250412773,
author = {Pith},
title = {Pith review of: Enhancing the Geometric Problem-Solving Ability of Multimodal LLMs via Symbolic-Neural Integration},
year = {2026},
howpublished = {\url{https://pith.science/paper/IYL44EXB}},
note = {Machine review of arXiv:2504.12773}
}
read the original abstract
Recent advances in Multimodal Large Language Models (MLLMs) have achieved remarkable progress in general domains and demonstrated promise in multimodal mathematical reasoning. However, applying MLLMs to geometry problem solving (GPS) remains challenging due to lack of accurate step-by-step solution data and severe hallucinations during reasoning. In this paper, we propose GeoGen, a pipeline that can automatically generates step-wise reasoning paths for geometry diagrams. By leveraging the precise symbolic reasoning, \textbf{GeoGen} produces large-scale, high-quality question-answer pairs. To further enhance the logical reasoning ability of MLLMs, we train \textbf{GeoLogic}, a Large Language Model (LLM) using synthetic data generated by GeoGen. Serving as a bridge between natural language and symbolic systems, GeoLogic enables symbolic tools to help verifying MLLM outputs, making the reasoning process more rigorous and alleviating hallucinations. Experimental results show that our approach consistently improves the performance of MLLMs, achieving remarkable results on benchmarks for geometric reasoning tasks. This improvement stems from our integration of the strengths of LLMs and symbolic systems, which enables a more reliable and interpretable approach for the GPS task. Codes are available at https://github.com/ycpNotFound/GeoGen.
Figures
Figures from the paper (3 more)
Forward citations
Cited by 1 Pith paper
-
Towards Geometry Problem Solving in the Large Model Era: A Survey
A survey that organizes geometry problem-solving research into benchmark construction, parsing, and reasoning, and proposes a unified parse-then-reason paradigm for the large-model era.
Reference graph
Works this paper leans on
-
[1]
Janice Ahn, Rishu Verma, Renze Lou, Di Liu, Rui Zhang, and Wenpeng Yin. 2024. Large language models for mathematical reasoning: Progresses and challenges. arXiv preprint arXiv:2402.00157 (2024)
arXiv 2024
-
[2]
Shuai Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Sibo Song, Kai Dang, Peng Wang, Shijie Wang, Jun Tang, et al . 2025. Qwen2. 5-vl technical report. arXiv preprint arXiv:2502.13923 (2025)
arXiv 2025
-
[3]
Shihao Cai, Keqin Bao, Hangyu Guo, Jizhi Zhang, Jun Song, and Bo Zheng
-
[4]
Jie Cao and Jing Xiao. 2022. An Augmented Benchmark Dataset for Geometric Question Answering through Dual Parallel Text Encoding. In Proceedings of the 29th International Conference on Computational Linguistics , Nicoletta Calzolari, Chu-Ren Huang, Hansaem Kim, James Pustejovsky, Leo Wanner, Key-Sun Choi, Pum-Mo Ryu, Hsin-Hsi Chen, Lucia Donatelli, Heng J...
work page 2022
-
[5]
Jiaqi Chen, Tong Li, Jinghui Qin, Pan Lu, Liang Lin, Chongyu Chen, and Xiaodan Liang. 2022. UniGeo: Unifying Geometry Logical Reasoning via Reformulating Mathematical Expression. In EMNLP
work page 2022
-
[6]
Jiaqi Chen, Jianheng Tang, Jinghui Qin, Xiaodan Liang, Lingbo Liu, Eric P Xing, and Liang Lin. 2021. GeoQA: A geometric question answering benchmark towards multimodal numerical reasoning. In Findings of ACL
work page 2021
-
[7]
Zhe Chen, Jiannan Wu, Wenhai Wang, Weijie Su, Guo Chen, Sen Xing, Muyan Zhong, Qinglong Zhang, Xizhou Zhu, Lewei Lu, et al . 2024. Internvl: Scaling up vision foundation models and aligning for generic visual-linguistic tasks. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 24185–24198
2024
-
[8]
Yuri Chervonyi, Trieu H Trinh, Miroslav Olšák, Xiaomeng Yang, Hoang Nguyen, Marcelo Menegali, Junehyuk Jung, Vikas Verma, Quoc V Le, and Thang Lu- ong. 2025. Gold-medalist Performance in Solving Olympiad Geometry with AlphaGeometry2. arXiv preprint arXiv:2502.03544 (2025)
arXiv 2025
Show all 50 references
-
[9]
Shang-Ching Chou. 1988. An introduction to Wu’s method for mechanical theorem proving in geometry. Journal of Automated Reasoning 4, 3 (1988), 237– 267
1988
-
[10]
Linger Deng, Yuliang Liu, Bohan Li, Dongliang Luo, Liang Wu, Chengquan Zhang, Pengyuan Lyu, Ziyang Zhang, Gang Zhang, Errui Ding, et al. 2024. R-cot: Reverse chain-of-thought problem generation for geometric reasoning in large multimodal models. arXiv preprint arXiv:2410.17885 (2024)
2024 arXiv
-
[11]
Alexey Dosovitskiy, Lucas Beyer, Alexander Kolesnikov, Dirk Weissenborn, Xi- aohua Zhai, Thomas Unterthiner, Mostafa Dehghani, Matthias Minderer, Georg Heigold, Sylvain Gelly, et al. 2020. An image is worth 16x16 words: Transformers for image recognition at scale. In Internati...
2020
-
[12]
Jiahui Gao, Renjie Pi, Jipeng Zhang, Jiacheng Ye, Wanjun Zhong, Yufei Wang, Lanqing Hong, Jianhua Han, Hang Xu, Zhenguo Li, et al. 2023. G-llava: Solving geometric problem with multi-modal large language model. arXiv preprint arXiv:2312.11370 (2023)
2023 arXiv
-
[13]
Yihan Hao, Mingliang Zhang, Fei Yin, and Lin-Lin Huang. 2022. PGDP5K: A diagram parsing dataset for plane geometry problems. In 2022 26th international conference on pattern recognition (ICPR) . IEEE, 1763–1769
2022
-
[14]
Aaron Hurst, Adam Lerer, Adam P Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, et al. 2024. Gpt-4o system card. arXiv preprint arXiv:2410.21276 (2024)
2024 arXiv
-
[15]
Juyong Jiang, Fan Wang, Jiasi Shen, Sungju Kim, and Sunghun Kim. 2024. A survey on large language models for code generation. arXiv preprint arXiv:2406.00515 (2024)
2024 arXiv
- [16]
-
[17]
Zhihao Li, Yao Du, Yang Liu, Yan Zhang, Yufang Liu, Mengdi Zhang, and Xunliang Cai. 2024. Eagle: Elevating geometric reasoning through llm-empowered visual instruction tuning. arXiv preprint arXiv:2408.11397 (2024)
2024
-
[18]
Zhong-Zhi Li, Ming-Liang Zhang, Fei Yin, and Cheng-Lin Liu. 2024. LANS: A Layout-Aware Neural Solver for Plane Geometry Problem. In Findings of the Association for Computational Linguistics: ACL 2024 , Lun-Wei Ku, Andre Martins, and Vivek Srikumar (Eds.). Association for Compu...
2024 doi
-
[19]
Zhenwen Liang, Tianyu Yang, Jipeng Zhang, and Xiangliang Zhang. 2023. Uni- Math: A Foundational and Multimodal Mathematical Reasoner. In Proceed- ings of the 2023 Conference on Empirical Methods in Natural Language Process- ing, EMNLP 2023, Singapore, December 6-10, 2023 , Hou...
2023 doi
-
[20]
Haotian Liu, Chunyuan Li, Yuheng Li, Bo Li, Yuanhan Zhang, Sheng Shen, and Yong Jae Lee. 2024. LLaVA-NeXT: Improved reasoning, OCR, and world knowl- edge. https://llava-vl.github.io/blog/2024-01-30-llava-next/
2024
-
[21]
Pan Lu, Hritik Bansal, Tony Xia, Jiacheng Liu, Chunyuan Li, Hannaneh Hajishirzi, Hao Cheng, Kai-Wei Chang, Michel Galley, and Jianfeng Gao. 2023. Mathvista: Evaluating mathematical reasoning of foundation models in visual contexts. In International Conference on Learning Repre...
2023
-
[22]
Pan Lu, Ran Gong, Shibiao Jiang, Liang Qiu, Siyuan Huang, Xiaodan Liang, and Song-Chun Zhu. 2021. Inter-GPS: Interpretable geometry problem solving with formal language and symbolic reasoning. In ACL
2021
-
[23]
Liangming Pan, Alon Albalak, Xinyi Wang, and William Wang. 2023. Logic- LM: Empowering Large Language Models with Symbolic Solvers for Faithful Logical Reasoning. In Findings of the Association for Computational Linguistics: EMNLP 2023, Houda Bouamor, Juan Pino, and Kalika Bal...
2023 doi
-
[24]
Yicheng Pan, Zhenrong Zhang, Jiefeng Ma, Pengfei Hu, Jun Du, Qing Wang, Jianshu Zhang, Dan Liu, and Si Wei. 2024. Maths: Multimodal Transformer-Based Human-Readable Solver. In 2024 IEEE International Conference on Multimedia and Expo (ICME). IEEE, 1–6
2024
-
[25]
Shuai Peng, Di Fu, Liangcai Gao, Xiuqin Zhong, Hongguang Fu, and Zhi Tang
-
[26]
Shuai Peng, Di Fu, Yijun Liang, Liangcai Gao, and Zhi Tang. 2023. GeoDRL: A Self-Learning Framework for Geometry Problem Solving using Reinforcement Learning in Deductive Reasoning. InFindings of the Association for Computational Linguistics: ACL 2023, Anna Rogers, Jordan Boyd...
2023 doi
-
[27]
Minjoon Seo, Hannaneh Hajishirzi, Ali Farhadi, Oren Etzioni, and Clint Malcolm
-
[28]
arXiv preprint arXiv:2409.00147 (2024)
Multimath: Bridging visual and mathematical reasoning for large language models. arXiv preprint arXiv:2409.00147 (2024)
2024 arXiv
-
[29]
Trieu Trinh, Yuhuai Wu, Quoc Le, He He, and Thang Luong. 2024. Solving Olympiad Geometry without Human Demonstrations. Nature (2024). https: //doi.org/10.1038/s41586-023-06747-5
2024 doi
-
[30]
Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Fei Xia, Ed Chi, Quoc V Le, Denny Zhou, et al. 2022. Chain-of-thought prompting elicits reasoning in large language models. Advances in neural information processing systems 35 (2022), 24824–24837
2022
-
[31]
Likang Wu, Zhi Zheng, Zhaopeng Qiu, Hao Wang, Hongchao Gu, Tingjia Shen, Chuan Qin, Chen Zhu, Hengshu Zhu, Qi Liu, et al . 2024. A survey on large language models for recommendation. World Wide Web 27, 5 (2024), 60
2024
-
[32]
Wenhao Shi, Zhiqiang Hu, Yi Bin, Junhua Liu, Yang Yang, See-Kiong Ng, Lidong Bing, and Roy Ka-Wei Lee. 2024. Math-LLaVA: Bootstrapping Mathematical Reasoning for Multimodal Large Language Models. In Findings of the Association for Computational Linguistics: EMNLP 2024 , Yaser ...
2024 doi
-
[33]
Renqiu Xia, Mingsheng Li, Hancheng Ye, Wenjie Wu, Hongbin Zhou, Jiakang Yuan, Tianshuo Peng, Xinyu Cai, Xiangchao Yan, Bin Wang, et al. 2024. GeoX: Geometric Problem Solving Through Unified Formalized Vision-Language Pre- training. arXiv preprint arXiv:2412.11863 (2024)
2024 arXiv
-
[34]
Tong Xiao, Jiayu Liu, Zhenya Huang, Jinze Wu, Jing Sha, Shijin Wang, and Enhong Chen. 2024. Learning to Solve Geometry Problems via Simulating Human Dual-Reasoning Process. In Proceedings of the Thirty-Third International Joint Conference on Artificial Intelligence, IJCAI 2024...
2024
-
[35]
An Yang, Baosong Yang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Zhou, Cheng- peng Li, Chengyuan Li, Dayiheng Liu, Fei Huang, et al. 2024. Qwen2 Technical Report. arXiv preprint arXiv:2407.10671 (2024)
2024 arXiv
-
[36]
Wenjun Wu, Lingling Zhang, Jun Liu, Xi Tang, Yaxian Wang, Shaowei Wang, and Qianying Wang. 2024. E-gps: Explainable geometry problem solving via top- down solver and bottom-up generator. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition . 13828–13837
2024
-
[37]
Ming-Liang Zhang, Zhong-Zhi Li, Fei Yin, Liang Lin, and Cheng-Lin Liu. 2024. Fuse, reason and verify: Geometry problem solving with parsed clauses from diagram. arXiv preprint arXiv:2407.07327 (2024)
2024 arXiv
-
[38]
Ming-Liang Zhang, Fei Yin, Yi-Han Hao, and Cheng-Lin Liu. 2022. Plane Geome- try Diagram Parsing. In IJCAI. 1636–1643. https://doi.org/10.24963/ijcai.2022/228
2022 doi
-
[39]
Ming-Liang Zhang, Fei Yin, and Cheng-Lin Liu. 2023. A Multi-Modal Neural Geometric Solver with Textual Clauses Parsed from Diagram. In IJCAI
2023
-
[40]
An Yang, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chengyuan Li, Dayiheng Liu, Fei Huang, Haoran Wei, et al . 2024. Qwen2. 5 technical report. arXiv preprint arXiv:2412.15115 (2024)
2024 arXiv
-
[41]
Xiaokai Zhang, Na Zhu, Yiming He, Jia Zou, Qike Huang, Xiaoxiao Jin, Yan- jun Guo, Chenyang Mao, Yang Li, Zhe Zhu, et al . 2024. FormalGeo: An Extensible Formalized Framework for Olympiad Geometric Problem Solving. arXiv:2310.18021 [cs.AI] https://arxiv.org/abs/2310.18021
2024 arXiv
-
[42]
Xiaokai Zhang, Na Zhu, Cheng Qin, Yang Li, Zhenbing Zeng, and Tuo Leng
-
[43]
Junbo Zhao, Ting Zhang, Jiayu Sun, Mi Tian, and Hua Huang. 2025. Pi-GPS: Enhancing Geometry Problem Solving by Unleashing the Power of Diagrammatic Information. arXiv preprint arXiv:2503.05543 (2025)
2025 arXiv
-
[44]
Renrui Zhang, Xinyu Wei, Dongzhi Jiang, Yichi Zhang, Ziyu Guo, Chengzhuo Tong, Jiaming Liu, Aojun Zhou, Bin Wei, Shanghang Zhang, et al. 2024. Mavis: Mathematical visual instruction tuning. arXiv e-prints (2024), arXiv–2407. 9 Conference’17, July 2017, Washington, DC, USA Yich...
2024
-
[45]
Wenwen Zhuang, Xin Huang, Xiantao Zhang, and Jin Zeng. 2024. Math-puma: Progressive upward multimodal alignment to enhance mathematical reasoning. arXiv preprint arXiv:2408.08640 (2024). 10
2024 arXiv
-
[47]
arXiv preprint arXiv:2402.11461 (2024)
FGeo-HyperGNet: Geometric Problem Solving Integrating Formal Symbolic System and Hypergraph Neural Network. arXiv preprint arXiv:2402.11461 (2024)
2024 arXiv
-
[49]
Wayne Xin Zhao, Kun Zhou, Junyi Li, Tianyi Tang, Xiaolei Wang, Yupeng Hou, Yingqian Min, Beichen Zhang, Junjie Zhang, Zican Dong, et al. 2023. A survey of large language models. arXiv preprint arXiv:2303.18223 1, 2 (2023)
2023 arXiv
-
[1520]
https://aclanthology.org/2022.coling-1.130/
2022
-
[2015]
In EMNLP
Solving geometry problems: Combining text and diagram interpretation. In EMNLP
-
[2024]
In Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing , Yaser Al-Onaizan, Mohit Bansal, and Yun-Nung Chen (Eds.)
GeoGPT4V: Towards Geometric Multi-modal Large Language Models with Geometric Image Generation. In Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing , Yaser Al-Onaizan, Mohit Bansal, and Yun-Nung Chen (Eds.). Association for Computational Li...
2024 doi
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.