Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ datasets:
|
|
| 21 |
|
| 22 |
QZhou-Flowchart-VL-32B is a state-of-the-art multimodal large language model specifically designed for flowchart understanding and reasoning. This model is post-trained from Qwen2.5-VL-32B using reinforcement learning with our proposed **Tri-CoT** (Three-stage Chain-of-Thought) reasoning structure.
|
| 23 |
|
| 24 |
-
We
|
| 25 |
|
| 26 |
<div align="center">
|
| 27 |
<img src="assets/arch.png" width="740" height="320"></img>
|
|
|
|
| 21 |
|
| 22 |
QZhou-Flowchart-VL-32B is a state-of-the-art multimodal large language model specifically designed for flowchart understanding and reasoning. This model is post-trained from Qwen2.5-VL-32B using reinforcement learning with our proposed **Tri-CoT** (Three-stage Chain-of-Thought) reasoning structure.
|
| 23 |
|
| 24 |
+
We develop a full training pipeline for multimodal large language models focused on flowchart understanding, covering data construction, structured reasoning, and reinforcement learning. The pipeline first synthesizes diverse flowcharts using automated topic generation, JSON-based structural representations, Graphviz-style drawing, and optional visual style control, followed by creating corresponding VQA pairs. To enable grounded reasoning, we propose Tri-CoT, a three-stage chain-of-thought format that separates diagram parsing, logical inference, and final answer generation. Unlike traditional CoT, the model is required to output a full JSON representation of the image before reasoning, ensuring accurate extraction of nodes, edges, and branching conditions. During post-training, we compare supervised fine-tuning with Group Relative Policy Optimization, showing that pure RL yields stronger structured reasoning and reduces hallucinations while preserving general capabilities.
|
| 25 |
|
| 26 |
<div align="center">
|
| 27 |
<img src="assets/arch.png" width="740" height="320"></img>
|