File size: 1,234 Bytes
e5aaf81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
license: apache-2.0
pretty_name: PM4Bench QGO Training Data
language:
- ar
- cs
- en
- hu
- ko
- ru
- sr
- th
- vi
- zh
task_categories:
- image-to-text
tags:
- synthetic
- ocr
- grpo
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train/*.parquet
  - split: validation
    path: data/test/*.parquet
---

# PM4Bench QGO training data

This is the synthetic multilingual OCR corpus used for QGO-8B GRPO:

- 19,500 training rows
- 500 validation rows
- embedded image bytes
- prompt, rule-based reward target, answer, split, and auxiliary metadata

The release builder preserves row order and learning content. It changes only
historical machine-specific image path strings to portable basenames. Per-shard
source and release SHA-256 values are recorded in
`metadata/release_inventory.json`.

The dataset is synthetic and released under Apache-2.0.

`metadata/release_inventory.json` records every shard's row count, byte size,
source digest, release digest, and the only permitted transformation. The
repository-level `SHA256SUMS` covers the complete public snapshot.

Training code and the exact reward implementation are available at
<https://github.com/opendatalab/PM4Bench/tree/main/recipes/qgo>.