Open
Conversation
Adds narrow filters to generate-seeds and expand-scenarios so partial samples (e.g. a single new risk) can be run without regenerating the full taxonomy. --risk-ids applies to both commands; --motivations applies to generate-seeds. Unknown values fail fast with a clear error.
- New `Mechanism` model + `packages/benchmark/data/mechanisms.ts` with the 7 conversation mechanisms from Kora Taxonomy V2. - Rename BehaviorAssessment → MechanismAssessment; schema built dynamically from Mechanism.listAll() so adding a mechanism to the data file extends the judge schema, aggregation, and run sums. - Keep existing rubric text for M2/M6/M7 (active); attach Excel V2 rubric as JS comments so the switch is a one-line edit later. - Add M1 Sycophancy, M3 Manipulative Engagement, M4 Non-Manipulative Framing, M5 Fictional Framing & Roleplay Bypass. M5 is scaffolded as a single-framing flag; the comparative multi-framing pipeline is deferred. - RunSums replaces fixed an/eh/hr keys with a `mechanisms` record keyed by mechanism id. - `run` CLI gains `--risk-ids` (filter by risk) and `--limit` (cap test tasks) for smoke tests; empty result set now errors loudly. - README updated (Mechanisms section, new sums shape, run options).
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.
No description provided.