ypvxreal commited on
Commit
24c0b6e
·
verified ·
1 Parent(s): 2e9e5c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,6 +1,6 @@
1
- # ImplicitIR
2
 
3
- Document images paired with question/answer pairs that require **implicit reasoning** over the document — deriving, cross-referencing, or computing a value — rather than plain OCR transcription. This is the held-out test split used by the [ImplicitIR Benchmark](https://github.com/VXRealLimited/ImplicitIR-Benchmark) eval harness; the reasoning-annotated training splits (with raw field data and derivation traces, used for SFT/GRPO) live in the [ImplicitIR](https://github.com/VXRealLimited/ImplicitIR) training repo.
4
 
5
  Most document images are real-world documents sourced from the Unikie benchmark (MIT licensed); the `Synthetic` category is procedurally generated and not derived from Unikie. This dataset (questions, answers, and synthetic images) is released under CC-BY-4.0; the `images/real/` subset remains additionally subject to Unikie's MIT license and attribution requirement.
6
 
@@ -50,5 +50,5 @@ Images live under `images/` (3,427 total): `images/real/` (427 real-world docume
50
  ## Links
51
 
52
  Github:
53
- - [ImplicitIR](https://github.com/VXRealLimited/ImplicitIR) — training code (SFT + GRPO) that consumes this dataset
54
- - [ImplicitIR-Benchmark](https://github.com/VXRealLimited/ImplicitIR-Benchmark) — serves and scores checkpoints trained on this dataset
 
1
+ # DocMIDE
2
 
3
+ Document images paired with question/answer pairs that require **implicit reasoning** over the document — deriving, cross-referencing, or computing a value — rather than plain OCR transcription. This is the held-out test split used by the [DocMIDE Benchmark](https://github.com/VXRealLimited/DocMIDE-Benchmark) eval harness; the reasoning-annotated training splits (with raw field data and derivation traces, used for SFT/GRPO) live in the [DocMIDE](https://github.com/VXRealLimited/DocMIDE) training repo.
4
 
5
  Most document images are real-world documents sourced from the Unikie benchmark (MIT licensed); the `Synthetic` category is procedurally generated and not derived from Unikie. This dataset (questions, answers, and synthetic images) is released under CC-BY-4.0; the `images/real/` subset remains additionally subject to Unikie's MIT license and attribution requirement.
6
 
 
50
  ## Links
51
 
52
  Github:
53
+ - [DocMIDE](https://github.com/VXRealLimited/DocMIDE) — training code (SFT + GRPO) that consumes this dataset
54
+ - [DocMIDE-Benchmark](https://github.com/VXRealLimited/DocMIDE-Benchmark) — serves and scores checkpoints trained on this dataset