[draft] [ don't merge] Add negative-case translation repro for the eligible-gold action set - #2841
Draft
Dominic Nguyen (datduyng) wants to merge 3 commits into
Draft
[draft] [ don't merge] Add negative-case translation repro for the eligible-gold action set#2841Dominic Nguyen (datduyng) wants to merge 3 commits into
Dominic Nguyen (datduyng) wants to merge 3 commits into
Conversation
- New reproNegatives.mjs drives the real TypeAgent translator over 20
hardcoded negation utterances ("Do not X"), each expecting no action.
- Offers only actions from eligible-gold-actions.generated.json, so
non-gold actions (e.g. browser.executeAdHocScript, excluded as
llmAsAJudge) can never be produced; an offLimits guard catches leaks.
- Bounded-concurrency worker pool capped by the model's maxConcurrency.
- commander CLI: --models/--limit/--only/--repeat/--concurrency plus
--api-key/--endpoint so credentials are passed in, not baked in.
- Export createTypeAgentTranslatorForSelectedActions from
agent-dispatcher/internal so benchmarks can scope the offered actions.
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.
Full run
Command:
Caveats
sol/terra/lunasplit is not yet valid.OPENAI_MODELfixes the wire model, so--modelscurrently selects an endpoint name rather than the served model; all arms hit the same one. Only single-model runs are meaningful until that is fixed. The run above is a singlesolarm.produced.length !== expectedActions.length) rather than going throughscoreTranslationBenchTranslationOutcome. A few of these 19 could score differently under real grading.Draft — opening for visibility on the failure mode. Happy to wire the repo scorer and fix per-model routing before this is considered for merge.