paper-with-me

홈 › Papers

UniGeo: Unifying Geometry Logical Reasoning via Reformulating Mathematical Expression

2022-12-06 · Jiaqi Chen, Tong Li, Jinghui Qin, Pan Lu, Liang Lin, Chongyu Chen, Xiaodan Liang

Geometry problem solving is a well-recognized testbed for evaluating the high-level multi-modal reasoning capability of deep models. In most existing works, two main geometry problems: calculation and proving, are usually treated as two specific tasks, hindering a deep model to unify its reasoning capability on multiple math tasks. However, in essence, these two tasks have similar problem representations and overlapped math knowledge which can improve the understanding and reasoning ability of a deep model on both two tasks. Therefore, we construct a large-scale Unified Geometry problem benchmark, UniGeo, which contains 4,998 calculation problems and 9,543 proving problems. Each proving problem is annotated with a multi-step proof with reasons and mathematical expressions. The proof can be easily reformulated as a proving sequence that shares the same formats with the annotated program sequence for calculation problems. Naturally, we also present a unified multi-task Geometric Transformer framework, Geoformer, to tackle calculation and proving problems simultaneously in the form of sequence generation, which finally shows the reasoning ability can be improved on both two tasks by unifying formulation. Furthermore, we propose a Mathematical Expression Pretraining (MEP) method that aims to predict the mathematical expressions in the problem solution, thus improving the Geoformer model. Experiments on the UniGeo demonstrate that our proposed Geoformer obtains state-of-the-art performance by outperforming task-specific model NGS with over 5.6% and 3.2% accuracies on calculation and proving problems, respectively.

📄 PDF Abstract BibTeX arXiv:2212.02746

Code (2)

chen-judge/unigeo 공식 구현 pytorch
loganrjmurphy/leaneuclid

Tasks

Geometry Problem SolvingLogical ReasoningMathMathematical Reasoning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

UniGeo: Unifying Geometric Guidance for Camera-Controllable Image Editing via Video Models

2026-04-19 · Hong Jiang, Wensong Song, Zongxin Yang, Ruijie Quan 외 arxiv

Camera-controllable image editing aims to synthesize novel views of a given scene under varying camera poses while strictly preserving cross-view geometric consistency. However, existing methods typically rely on fragmen…

Image EditingPoint Clouds

UNIGEOCLIP: Unified Geospatial Contrastive Learning

2026-04-13 · Guillaume Astruc, Eduard Trulls, Jan Hosang, Loic Landrieu 외 arxiv

The growing availability of co-located geospatial data spanning aerial imagery, street-level views, elevation models, text, and geographic coordinates offers a unique opportunity for multimodal representation learning. W…

Representation LearningContrastive Learning

UniGeoSeg: Towards Unified Open-World Segmentation for Geospatial Scenes

2025-11-28 · Shuo Ni, Di Wang, He Chen, Haonan Guo 외 arxiv

Instruction-driven segmentation in remote sensing generates masks from guidance, offering great potential for accessible and generalizable applications. However, existing methods suffer from fragmented task formulations …

Zero-shot GeneralizationMulti-Task Learning

UniGeo: A Unified 3D Indoor Object Detection Framework Integrating Geometry-Aware Learning and Dynamic Channel Gating

2026-01-30 · Xing Yi, Jinyang Huang, Feng-Qi Cui, Anyang Tong 외 arxiv

The growing adoption of robotics and augmented reality in real-world applications has driven considerable research interest in 3D object detection based on point clouds. While previous methods address unified training ac…

3D Object DetectionPoint Clouds

GeoX: Geometric Problem Solving Through Unified Formalized Vision-Language Pre-training

2024-12-16 · Renqiu Xia, Mingsheng Li, Hancheng Ye, Wenjie Wu 외

Despite their proficiency in general tasks, Multi-modal Large Language Models (MLLMs) struggle with automatic Geometry Problem Solving (GPS), which demands understanding diagrams, interpreting symbols, and performing com…

Geometry Problem Solving