image
imagewidth (px) 1.43k
1.43k
| c_count
stringclasses 1
value | b_icon_type
stringclasses 1
value | b
stringclasses 10
values | a
stringclasses 10
values | a_value
stringclasses 1
value | b_icon
stringclasses 1
value | a_icon_type
stringclasses 1
value | b_count
stringclasses 1
value | b_value
stringclasses 1
value | c_icon_type
stringclasses 1
value | c_value
stringclasses 1
value | a_icon
stringclasses 1
value | equation
stringclasses 1
value | c
stringclasses 1
value | c_icon
stringclasses 1
value | a_count
stringclasses 1
value |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4
|
3
| |||||||||||||||
2
|
3
| |||||||||||||||
3
|
7
| |||||||||||||||
4
|
2
| |||||||||||||||
8
|
4
| |||||||||||||||
1
|
1
| |||||||||||||||
4
|
4
| |||||||||||||||
5
|
7
| |||||||||||||||
3
|
3
| |||||||||||||||
9
|
3
| |||||||||||||||
2
|
4
| |||||||||||||||
6
|
4
| |||||||||||||||
5
|
7
| |||||||||||||||
7
|
5
| |||||||||||||||
5
|
10
| |||||||||||||||
4
|
1
| |||||||||||||||
10
|
2
| |||||||||||||||
4
|
3
| |||||||||||||||
8
|
2
| |||||||||||||||
8
|
2
| |||||||||||||||
4
|
2
| |||||||||||||||
6
|
2
| |||||||||||||||
8
|
7
| |||||||||||||||
6
|
2
| |||||||||||||||
10
|
3
| |||||||||||||||
3
|
8
| |||||||||||||||
1
|
2
| |||||||||||||||
8
|
3
| |||||||||||||||
6
|
2
| |||||||||||||||
2
|
7
| |||||||||||||||
8
|
1
| |||||||||||||||
1
|
7
| |||||||||||||||
4
|
6
| |||||||||||||||
5
|
6
| |||||||||||||||
1
|
4
| |||||||||||||||
7
|
5
| |||||||||||||||
3
|
9
| |||||||||||||||
2
|
8
| |||||||||||||||
5
|
2
| |||||||||||||||
3
|
10
| |||||||||||||||
6
|
1
| |||||||||||||||
6
|
4
| |||||||||||||||
7
|
4
| |||||||||||||||
3
|
7
| |||||||||||||||
9
|
2
| |||||||||||||||
4
|
1
| |||||||||||||||
9
|
1
| |||||||||||||||
10
|
3
| |||||||||||||||
1
|
8
| |||||||||||||||
4
|
5
| |||||||||||||||
5
|
5
| |||||||||||||||
7
|
1
| |||||||||||||||
2
|
1
| |||||||||||||||
3
|
10
| |||||||||||||||
1
|
8
| |||||||||||||||
7
|
5
| |||||||||||||||
1
|
10
| |||||||||||||||
4
|
10
| |||||||||||||||
10
|
2
| |||||||||||||||
9
|
4
| |||||||||||||||
4
|
9
| |||||||||||||||
8
|
2
| |||||||||||||||
7
|
2
| |||||||||||||||
6
|
2
| |||||||||||||||
1
|
3
| |||||||||||||||
3
|
7
| |||||||||||||||
4
|
4
| |||||||||||||||
1
|
2
| |||||||||||||||
5
|
7
| |||||||||||||||
3
|
1
| |||||||||||||||
4
|
7
| |||||||||||||||
10
|
3
| |||||||||||||||
4
|
3
| |||||||||||||||
7
|
5
| |||||||||||||||
2
|
5
| |||||||||||||||
8
|
5
| |||||||||||||||
10
|
6
| |||||||||||||||
4
|
9
| |||||||||||||||
3
|
1
| |||||||||||||||
7
|
2
| |||||||||||||||
2
|
6
| |||||||||||||||
5
|
1
| |||||||||||||||
9
|
2
| |||||||||||||||
5
|
1
| |||||||||||||||
6
|
2
| |||||||||||||||
3
|
5
| |||||||||||||||
1
|
5
| |||||||||||||||
2
|
2
| |||||||||||||||
8
|
10
| |||||||||||||||
1
|
5
| |||||||||||||||
10
|
3
| |||||||||||||||
9
|
2
| |||||||||||||||
6
|
2
| |||||||||||||||
7
|
10
| |||||||||||||||
4
|
7
| |||||||||||||||
1
|
1
| |||||||||||||||
9
|
8
| |||||||||||||||
5
|
8
| |||||||||||||||
1
|
1
| |||||||||||||||
1
|
7
|
Visual Equation Solving Benchmark
This repository contains the dataset introduced in the paper:
Can Vision-Language Models Solve Visual Math Equations? which is currently accepted in EMNLP 2025 (Main)
Despite strong performance in vision and language understanding, Vision-Language Models (VLMs) struggle on tasks requiring integrated perception and symbolic reasoning. This benchmark evaluates VLMs on visual equation solving, where systems of linear equations are represented using object icons as variables and icon repetition as coefficients.
π Overview
The Visual Equation Solving Benchmark tests whether VLMs can:
- Recognize variables represented as object icons.
- Count coefficients by inferring from repeated instances of icons.
- Integrate recognition with symbolic reasoning to solve equations.
We provide multiple settings:
- Symbolic equations (textual form, rendered as images).
- Visual-symbolic equations (icons for variables, numeric text for coefficients).
- Fully visual equations (both variables and coefficients represented visually).
Example:
πππ + ππ = 10
π + πππππ = 15
π Dataset Structure
There are 2 variants of the dataset based on number of variables used - 2 variables and 3 variables which can be found in the respective zip files. Once you extract any of them you will see the following tree -
βββ char_only
β βββ metadata.csv
β βββ *.png
βββ counting
β βββ metadata.csv
β βββ *.png
βββ icon_only
β βββ metadata.csv
β βββ *.png
βββ icon_partial
β βββ metadata.csv
β βββ *.png
βββ [two/three]-vars.txt
The char_only, icon_only, icon_partial, counting points to the symbolic, visual, visual-symbolic and counting datasets mentioned in the paper respectively. Each of them consist of the following metadata -
- file_path to corresponding image
- solution to variable
- mapping to symbolic variable (in case of visual, visual-symbolic, counting dataset)
The base equations which are used to create the same are attached in the respective .txt file in the root level directory.
π License
This dataset is released under the CC BY 4.0 License. You are free to share, adapt, and build upon the data with attribution.
π Citation
If you use this dataset, please cite:
@inproceedings{anonymous2025vlm-math,
title = {Can Vision-Language Models Solve Visual Math Equations?},
author = {Anonymous},
booktitle = {ACL (under review)},
year = {2025}
}
- Downloads last month
- 97