Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
---
|
| 4 |
+
# TexOCR_RL
|
| 5 |
+
|
| 6 |
+
TexOCR: Benchmarking and Advancing Document OCR Models for Compilable Page-to-LaTeX Reconstruction [ACL 2026 Main]
|
| 7 |
+
|
| 8 |
+
This repository contains the reinforcement learning (RL) model based on **TexOCR_OCR**, further optimized with **GRPO** training.
|
| 9 |
+
|
| 10 |
+
## Overview
|
| 11 |
+
|
| 12 |
+
- **Base Model**: TexOCR_OCR
|
| 13 |
+
- **Training Method**: GRPO (Reinforcement Learning)
|
| 14 |
+
- **Task**: Compilable Page-to-LaTeX Reconstruction
|