Submission/dinuda - #69
Open
Dinuda wants to merge 2 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds Dinuda’s MIB Doc Challenge submission under submissions/Dinuda/, providing the required validation predictions plus accompanying write-ups describing the approach and how to run the offline Docker solution.
Changes:
- Added
predictions.jsonlcontaining 5,000 validation-set predictions. - Added
MEMO.mdtechnical memo describing the offline pipeline, training-label usage constraints, and failure modes. - Added
SUBMISSION.mdwith the public solution repository link and Docker run instructions.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| submissions/Dinuda/predictions.jsonl | 5,000-line JSONL of validation predictions for scoring. |
| submissions/Dinuda/MEMO.md | Technical memo documenting approach, constraints, and analysis. |
| submissions/Dinuda/SUBMISSION.md | Submission summary, repo link, and runtime contract/run instructions. |
Suppressed comments (2)
submissions/Dinuda/MEMO.md:123
- "two small logistics" reads like a typo; this section is describing two small logistic regression models. Consider using "logistic regressions" (or "logistic models") to avoid confusion with general operational logistics.
unreadable). Structural packet features only — page roles, damage, coverage,
that kind of thing — go into two small logistics. Both have to fire before
the row may flip to `DENIED`. It cannot approve, and it cannot see identity
submissions/Dinuda/MEMO.md:126
- This appears to refer to a logistic regression model; "another small logistic" is incomplete/unclear terminology.
2. **Path calibrator.** After the decision is frozen, another small logistic
maps eight structural features to confidence. It does not change the action.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+50
to
+52
| embargoed worlds. Two tiny logistics are fit on train traces afterward (a | ||
| deny-only unreadable-Finding gate, and a confidence calibrator). Validation is | ||
| never labeled and never fit. |
Comment on lines
+77
to
+79
| - a deny-only gate that can turn some `NEEDS_REVIEW` rows into `DENIED` when two | ||
| independent logistics agree (no case IDs, names, or filenames as features) | ||
| - a path calibrator that only moves confidence |
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
Thanks for submitting! Two required steps:
Your entry does not count until the form is submitted.
submissions/<your-github-username>/.Links
Dockerfile):Checklist
submissions/<my-github-username>/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