chi-bench: MedArise · openai/gpt-5.5#7
Conversation
Submission validation —
|
haolin-chen-actava
left a comment
There was a problem hiding this comment.
Hi @jjxu217, thanks for the CHI-Bench submission.
Before we can merge, I ran some reproducibility + integrity checks and hit a
few things I'd like to sort out together.
Reviewing the trajectories, the task prompt is prefixed with an operating overlay that
contains case/task-specific ground-truth values matching the graded fields — e.g. procedure / diagnosis codes and dispositions on the provider side, and specific criterion IDs and expected observation values on the payer/CM side.
We believe this is information leakage: Per the benchmark rules, the agent should receive only the task instructions and the live MCP tools; it shouldn't be given task-specific answers or anything derived from the hidden expectations / rubrics. Could you remove the answer-bearing parts of the overlay and keep only general operating guidance?
A nit: We see the agent at ...:PACodexAgentHarness (and UMCodexAgentHarness /
CMCodexAgentHarness), but these aren't part of CHI-Bench. It would be great to include an implementation description in the PR.
We mark this PR as Request changes for now, feel free to have further discussion.
3f630ab to
924a503
Compare
924a503 to
137d89d
Compare
|
Thanks again for the review. I updated the PR to be PA-only, regenerated the packet, and added a short implementation description for The current submission validates cleanly with 0 errors and 0 warnings. |
86b53b2 to
137d89d
Compare
|
In general LGTM. Quick one before merging: This packet was submitted twice — the earlier push reported ~52%, the current one 68% — and |
|
Thanks for catching this. I pushed a metadata-only correction for the aggregate The current PA submission is a single regenerated PA-only full run from the updated/cleaned I would not average in the earlier ~52% result because that was produced by an earlier harness attempt before the review-driven cleanup. The submitted 68% packet reflects the final agent harness configuration. |
CHI-Bench submission
Domain: Prior Authorization (PA)
Submission: pa-codex-agent-gpt-5-5
Result: 17/25 pass@1 (68.0%)
Exceptions: 0
Validator: 0 errors, 0 warnings
This PR is narrowed to the PA submission only.
The PA agent uses case-agnostic operating guidance. It does not receive task-specific expected values, hidden rubric-derived fields, prior outcomes, or per-case answer hints. It derives codes, criteria, site, and terminal action from the benchmark task instruction, live MCP tools, exposed handbook/tool references, and current-run artifacts.
Implementation:
pa-codex-agentusesPACodexAgentHarness, a thin wrapper around the upstream Harbor Codex harness. It installs/uses Codex in the sandbox, prepends case-agnostic provider-PA operating guidance, and delegates execution to Codex. All workflow mutations go through the official MCP tools.