Add dataset card for GeoFocus-test

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-text-to-text
4
+ tags:
5
+ - geometry
6
+ - mathematical-reasoning
7
+ - multimodal
8
+ ---
9
+
10
+ # GeoFocus-test
11
+
12
+ [**Paper**](https://huggingface.co/papers/2602.08524) | [**GitHub**](https://github.com/dle666/GeoFocus)
13
+
14
+ This repository contains the test and evaluation data for **GeoFocus**, a framework for multimodal geometry problem-solving. GeoFocus addresses the challenge of geometry reasoning by blending efficient global and local perception through two core modules:
15
+
16
+ 1. **Critical Local Perceptor**: Automatically identifies and emphasizes critical local structures (e.g., angles, parallel lines, comparative distances) through thirteen theory-based perception templates.
17
+ 2. **VertexLang**: A compact topology formal language that encodes global figures through vertex coordinates and connectivity relations, reducing global perception training time while improving topology recognition accuracy.
18
+
19
+ This dataset is used to evaluate models on benchmarks including **Geo3K**, **GeoQA**, and **FormalGeo7K**, and demonstrates superior robustness in **MATHVERSE**.
20
+
21
+ ## Related Datasets
22
+
23
+ The training data used by GeoFocus is available at the following links:
24
+ * [Global_Perceptor_Data](https://huggingface.co/datasets/dle666/Global_Perceptor)
25
+ * [Local_Perceptor_Data](https://huggingface.co/datasets/dle666/Local_Perceptor)
26
+
27
+ ## Citation
28
+
29
+ If you find this dataset or the GeoFocus framework useful for your research, please cite:
30
+
31
+ ```bibtex
32
+ @article{geofocus2026,
33
+ title={GeoFocus: Blending Efficient Global-to-Local Perception for Multimodal Geometry Problem-Solving},
34
+ author={Dle et al.},
35
+ journal={arXiv preprint arXiv:2602.08524},
36
+ year={2026}
37
+ }
38
+ ```