Submission v2: arthurmichel00 — 128.79 official train / 130.25 holdout (supersedes #51) - #58
Open
arthurmichel00 wants to merge 1 commit into
Open
arthurmichel00 wants to merge 1 commit into
arthurmichel00 wants to merge 1 commit into
Conversation
…t (truncation-guard build)
Author
|
Superseded by #68 (same author) — v3 adds a constrained-candidate CTC fill channel and three decode-repair mechanisms, measured +0.26 official train / +0.25 holdout, with every adjudication flip gold-verified and the catastrophic false-approval count unchanged. |
9 tasks
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 (v2 — supersedes #51)
Per the organizers' guidance that updated submissions are filed as a new PR: this replaces #51 (same author). Delta vs #51: one fully-gated fix — a truncation-ambiguity guard in the trusted-Finding fuzzy matcher (a damage-truncated "NEEDS_REVIEW" could previously mis-bind to DENIED under the image's Tesseract). Shipped only after the complete battery: test suite, red-team 4/4, trap corpus 6/6, and a 23,066-line matcher sweep with both changed lines individually verified. It changes zero verdicts on the 5,000 validation cases; the measured gain is on train.
Links
Dockerfile): https://github.com/arthurmichel00/mib-doc-solutionSummary
Official Docker-contract train score: 128.79 / 150 · fixed 200-case holdout: 130.25 (holdout ≥ train at all 8 measured milestones) · exactly 1 catastrophic false approval (the documented designed trap) · 0 fallback rows · 5.64 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, 10 shipped; receipts in the repo's LEVERS.md and APPENDIX.md).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