Add metadata and links to paper and code
#1
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,10 +1,21 @@
|
|
| 1 |
-
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# Model Card for AtomThink-EMOVA-8B
|
| 6 |
|
| 7 |
-
The model is post-trained based on EMOVA-8B and the AtomThink framework,
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
# Comparison of accuracy with state-of-the-art methods on MathVista and MathVerse:
|
| 10 |
| **Model** | **Inference** | **General** | **Math** | **Total** | **TL** | **TD** | **VI** | **VD** | **VO** | **Total** |
|
|
@@ -29,8 +40,8 @@ The model is post-trained based on EMOVA-8B and the AtomThink framework, and can
|
|
| 29 |
|
| 30 |
|
| 31 |
# Citation
|
| 32 |
-
If you use this
|
| 33 |
-
```
|
| 34 |
@article{xiang2024atomthink,
|
| 35 |
title={AtomThink: A Slow Thinking Framework for Multimodal Mathematical Reasoning},
|
| 36 |
author={Xiang, Kun and Liu, Zhili and Jiang, Zihao and Nie, Yunshuang and Huang, Runhui and Fan, Haoxiang and Li, Hanhui and Huang, Weiran and Zeng, Yihan and Han, Jianhua and others},
|
|
|
|
| 1 |
+
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: image-text-to-text
|
| 4 |
+
library_name: transformers
|
| 5 |
+
base_model: Quinn777/EMOVA-8B
|
| 6 |
+
tags:
|
| 7 |
+
- math
|
| 8 |
+
- reasoning
|
| 9 |
+
- chain-of-thought
|
| 10 |
+
- multimodal
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for AtomThink-EMOVA-8B
|
| 14 |
|
| 15 |
+
The model is post-trained based on EMOVA-8B and the [AtomThink framework](https://huggingface.co/papers/2411.11930), designed to solve complex multimodal mathematical problems through a "slow thinking" paradigm using Self-structured Chain of Thought (SCoT).
|
| 16 |
+
|
| 17 |
+
- **Paper:** [AtomThink: Multimodal Slow Thinking with Atomic Step Reasoning](https://huggingface.co/papers/2411.11930)
|
| 18 |
+
- **Repository:** [https://github.com/Kun-Xiang/AtomThink](https://github.com/Kun-Xiang/AtomThink)
|
| 19 |
|
| 20 |
# Comparison of accuracy with state-of-the-art methods on MathVista and MathVerse:
|
| 21 |
| **Model** | **Inference** | **General** | **Math** | **Total** | **TL** | **TD** | **VI** | **VD** | **VO** | **Total** |
|
|
|
|
| 40 |
|
| 41 |
|
| 42 |
# Citation
|
| 43 |
+
If you use this model in your research, please cite:
|
| 44 |
+
```bibtex
|
| 45 |
@article{xiang2024atomthink,
|
| 46 |
title={AtomThink: A Slow Thinking Framework for Multimodal Mathematical Reasoning},
|
| 47 |
author={Xiang, Kun and Liu, Zhili and Jiang, Zihao and Nie, Yunshuang and Huang, Runhui and Fan, Haoxiang and Li, Hanhui and Huang, Weiran and Zeng, Yihan and Han, Jianhua and others},
|