CLDec 18, 2023

G-LLaVA: Solving Geometric Problem with Multi-Modal Large Language Model

arXiv:2312.11370v2204 citationsh-index: 29ICLR
Originality Incremental advance
AI Analysis

This addresses the gap in multimodal AI for geometry problem-solving, offering a domain-specific improvement.

The paper tackles the problem of enabling large language models to solve geometric problems by understanding image inputs, and the result is G-LLaVA, which significantly outperforms GPT-4-V on the MathVista benchmark with only 7B parameters.

Large language models (LLMs) have shown remarkable proficiency in human-level reasoning and generation capabilities, which encourages extensive research on their application in mathematical problem solving. However, current work has been largely focused on text-based mathematical problems, with limited investigation in problems involving geometric information. Addressing this gap, we aim to enable LLMs to solve geometric problems by understanding image input. We first analyze the limitations of current Multimodal Large Language Models (MLLMs) in this area: they struggle to accurately comprehending basic geometric elements and their relationships. To overcome these challenges, we take advantage of the unique characteristics of geometric problems (such as unique geometric logical form, and geometric scalability) and the capacity of the textual LLMs to build an enriched multimodal geometry dataset based on existing data. The augmented dataset, Geo170K, contains more than 170K geometric image-caption and question-answer pairs. Utilizing our constructed Geo170K dataset, we develop G-LLaVA, which demonstrates exceptional performance in solving geometric problems, significantly outperforming GPT-4-V on the MathVista benchmark with only 7B parameters.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes