Logo MathVista

Evaluating Math Reasoning in Visual Contexts

1University of California, Los Angeles,
2University of Washington, 3Microsoft Research
ICLR 2024 Oral (85 in 7304, 1.2%)

Introduction

Large Language Models (LLMs) and Large Multimodal Models (LMMs) exhibit impressive problem-solving skills in many tasks and domains, but their ability in mathematical reasoning in visual contexts has not been systematically studied.

To bridge this gap, we present Logo MathVista, a benchmark designed to combine challenges from diverse mathematical and visual tasks. It consists of 6,141 examples, derived from 28 existing multimodal datasets involving mathematics and 3 newly created datasets (i.e., IQTest, FunctionQA, and PaperQA). Completing these tasks requires fine-grained, deep visual understanding and compositional reasoning, which all state-of-the-art foundation models find challenging.

With Logo MathVista, we have conducted a comprehensive, quantitative evaluation of 12 prominent foundation models. The best-performing GPT-4V model achieves an overall accuracy of 49.9%, substantially outperforming Bard, the second-best performer, by 15.1%. Our in-depth analysis reveals that the superiority of GPT-4V is mainly attributed to its enhanced visual perception and mathematical reasoning. However, GPT-4V still falls short of human performance by 10.4%, as it often struggles to understand complex figures and perform rigorous reasoning. This significant gap underscores the critical role that Logo MathVista will play in the development of general-purpose AI agents capable of tackling mathematically intensive and visually rich real-world tasks. We further explore the new ability of self-verification, the use of self-consistency, and the goal-directed multi-turn human-AI dialogues, highlighting the promising potential of GPT-4V for future research.

Leaderboard on testmini

Accuracy scores on the testmini subset (1,000 examples) of Logo MathVista.

Leaderboard on test

Accuracy scores on the test subset (5,141 examples with private ground truth) of Logo MathVista.

# Model Method Source Date ALL FQA GPS MWP TQA VQA ALG ARI GEO LOG NUM SCI STA
1 InternVL-Chat-V1.2-Plus 🥇 LMM 🖼️ Link 2024-02-22 60.18 52.2 56.2 78.3 61.6 55.5 56.0 64.4 57.6 21.6 46.1 60.0 60.1
2 InternLM-XComposer2-VL-7B 🥈 LMM 🖼️ Link 2024-01-22 57.93 53.9 56.4 77.1 58.4 43.2 54.8 57.6 58.0 16.5 47.6 59.1 62.5
3 Qwen-VL-Plus 🥉 LMM 🖼️ Link 2023-12-26 44.33 55.9 34.7 29.7 58.8 42.4 40.7 35.4 36.6 21.6 30.4 55.9 56.3
4 SPHINX-MoE MoE 🤖 Link 2024-01-13 42.68 50.3 29.7 40.9 49.3 43.3 33.9 43.0 29.1 14.4 26.3 46.9 51.2
5 MiniCPM-V-2 (2.8B) LMM 🖼️ Link 2024-04-14 39.89 51.7 27.4 39.8 42.5 34.7 31.3 34.4 30.7 13.4 33.5 38.5 50.0
6 PoT GPT-4 (Caption+OCR) Tool 🛠️ Link 2023-10-03 31.74 27.6 37.4 23.9 43.0 30.3 37.1 27.9 37.5 22.7 15.8 44.5 31.9
7 CoT GPT4 (Caption+OCR) Tool 🛠️ Link 2023-10-03 30.50 27.2 35.9 21.3 43.1 28.2 35.7 25.2 35.8 24.7 15.4 47.3 31.3
8 LLaVA (LLaMA-2-13B) LMM 🖼️ Link 2023-10-03 25.40 22.9 24.6 18.1 35.8 29.7 26.9 22.5 24.4 19.1 19.1 34.7 21.6
* Random Chance - Link 2023-10-03 17.86 15.5 24.1 4.5 23.4 24.3 25.8 13.8 22.7 13.4 8.8 15.8 14.3
Human Performance*: Average human performance from AMT annotators who have high school diplomas or above.
Method types: MoE 🤖: Mixture of Experts, LMM 🖼️: Large Multimodal Model, Tool 🛠️: Tool-augmented Large Language Model.
Task types: FQA: figure QA, GPS: geometry problem solving, MWP: math word problem, TQA: textbook QA, VQA: visual QA.
Math reasoning types: ALG: algebraic, ARI: arithmetic, GEO: geometry, LOG: logical , NUM: numeric, SCI: scientific, STA: statistical.

🚨 To submit your results to the leaderboard, please send to this email with your result json files.

🚨 For more submission details, please refer to this link and this link.

Logo MathVista Dataset

Overview

Logo MathVista is a consolidated Mathematical reasoning benchmark within Visual contexts. It consists of three newly created datasets, IQTest, FunctionQA, and PaperQA, which address the missing visual domains and are tailored to evaluate logical reasoning on puzzle test figures, algebraic reasoning over functional plots, and scientific reasoning with academic paper figures, respectively. It also incorporates 9 MathQA datasets and 19 VQA datasets from the literature, which significantly enrich the diversity and complexity of visual perception and mathematical reasoning challenges within our benchmark. In total, Logo MathVista includes 6,141 examples collected from 31 different datasets.

All the data examples were divided into two subsets: testmini and test.

  • testmini: 1,000 examples used for model development, validation, or for those with limited computing resources.
  • test: 5,141 examples for standard evaluation. Notably, the answer labels for test will NOT be publicly released.
You can download the dataset on Hugging Face Dataset.

data-overview

Key statistics of Logo MathVista.

data-composition

Source dataset distribution of Logo MathVista.
FQA: figure question answering, GPS: geometry problem solving,
MWP: math word problem, TQA: textbook question answering,
VQA: visual question answering.

Examples

One example for each mathematical reasoning skill required in Logo MathVista



One example for each visual context type required in Logo MathVista

Statistics

Notable statistics of Logo MathVista

Visualization

Experiment Results

Results on Existing Foundation Models

Visualization Examples

Explorer

Explore the outputs of each model on Logo MathVista

BibTeX

@inproceedings{lu2024mathvista,
  author    = {Lu, Pan and Bansal, Hritik and Xia, Tony and Liu, Jiacheng and Li, Chunyuan and Hajishirzi, Hannaneh and Cheng, Hao and Chang, Kai-Wei and Galley, Michel and Gao, Jianfeng},
  title     = {MathVista: Evaluating Mathematical Reasoning of Foundation Models in Visual Contexts},
  booktitle={International Conference on Learning Representations (ICLR)},
  year      = {2024}
}