Submission v3: arthurmichel00 — 129.05 official train / 130.50 holdout (supersedes #58) - #68
Open
arthurmichel00 wants to merge 1 commit into
Open
arthurmichel00 wants to merge 1 commit into
arthurmichel00 wants to merge 1 commit into
Conversation
Author
|
Superseded by #83 (same author) — v4 adds a generator-inversion last-resort reader for the closed menus, in-house likelihood fusion across views and pages, and a strip-scoped fine-tuned recognizer, measured +0.09 official train / +0.07 holdout with 0 adjudication flips and the catastrophic false-approval count unchanged at the single designed trap. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
MIB Doc Challenge Submission (v3 — supersedes #58)
Per the organizers' guidance that updated submissions are filed as a new PR: this replaces #58 (same author), which replaced #51. Delta vs #58: a constrained-candidate CTC fill channel for the four closed-menu fields — scoring every legal value against the recognizer's own frame posteriors instead of decoding its argmax — plus three text-level decode-repair mechanisms (fusion/ligature edit costs, a label-licensed truncation-prefix rule for clipped flag rows, and a cross-page sponsor digit vote). All four are flag-gated and were measured as one A/B arm on the full official train set: +0.26 train / +0.25 holdout, with every adjudication flip verified against gold. Two adjudications changed, both NEEDS_REVIEW → DENIED on gold-DENIED cases; no case moved toward APPROVED, and the catastrophic false-approval count is unchanged. Field-level audit: 30 changes right, 3 wrong, 7 neutral — the 3 wrong are itemized in the memo and LEVERS.md rather than left for a reviewer to find. Runtime moved from 5.64 to 5.81 s/PDF against the 6.0 budget; the added pass costs ~0.3 s on each of the ~20% of cases that trigger it, and that cost is disclosed alongside the points.
Links
Dockerfile): https://github.com/arthurmichel00/mib-doc-solutionSummary
Official Docker-contract train score: 129.05 / 150 · fixed 200-case holdout: 130.50 (holdout ≥ train at all 9 measured milestones) · exactly 1 catastrophic false approval (the documented designed trap) · 0 fallback rows · 5.81 s/PDF vs 6.0 budget · 0.36 GiB image.
predictions.jsonlgenerated by the frozen image over all 5,000 validation PDFs under the offline contract; passesvalidate_submission.py(5,000 valid, 0 missing). Approved-side consistency enforced structurally at emission and separately re-audited: 0 violations. No answer-key ingestion — the planted key is adversarial and never read as evidence. Built by AI agents in gated autonomous loops (30+ levers A/B-measured, 14 shipped; receipts in the repo's LEVERS.md and APPENDIX.md, including the full flip audit and timing ladder for this build).Checklist
submissions/arthurmichel00/predictions.jsonl,MEMO.md, andSUBMISSION.mdpredictions.jsonlpassesscripts/validate_submission.pyagainstdata/validation_manifest.csvDockerfile--network none) and accepts<input_pdf_dir> <output_predictions_path>DOCKER_SUBMISSION.md🤖 Generated with Claude Code