benchflow-experiment-review

Audit Benchflow experiment trajectories for artifact completeness and training readiness.

317|40|Updated Jan 21, 2025
One-click install
npx skills add https://github.com/benchflow-ai/benchflow --skill benchflow-experiment-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchflow-experiment-review
Source: https://github.com/benchflow-ai/benchflow/tree/main/.agents/skills/benchflow-experiment-review
Command: npx skills add https://github.com/benchflow-ai/benchflow --skill benchflow-experiment-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and agents (resource) components.

What problem does it solve?

This skill provides a rigorous, deterministic framework for auditing Benchflow experiment runs, ensuring that only high-quality, valid, and non-leaky data is used for training or publication.

Core Features & Use Cases

  • Artifact Validation: Automatically verifies the presence and integrity of ACP and LLM trajectories, reward records, and training-ready results.
  • Leakage & Security Checks: Detects reward hacking, verifier leakage, and unauthorized skill access in no-skill trials.
  • Use Case: Use this skill to audit a batch of model trials after a code change to confirm that the new Benchflow version maintains parity in artifact shape and sandbox behavior across different backends like Docker and Daytona.

Quick Start

Use the benchflow-experiment-review skill to validate the artifacts in the current rollout directory and generate a publishability verdict.

Frequently Asked Questions about benchflow-experiment-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect reward hacking in RL training trajectories?

Detect reward hacking in RL trajectories by auditing JSONL rollout files to parse reward records, verifying artifact completeness, and identifying unauthorized skill access or verifier leakage in no-skill trials.

How do I validate Prime-RL training records against schema constraints?

Validate Prime-RL training records by parsing JSONL trajectory files and enforcing defined schema constraints to verify artifact completeness, environment hardening, and training readiness.

What is the best way to audit Benchflow experiment trajectories for release readiness?

Auditing Benchflow experiment trajectories for release readiness involves verifying ACP and LLM artifact integrity, ensuring environment hardening, and detecting skill leakage across different backends like Docker and Daytona.

Does this trajectory validation process work with Docker and Daytona sandbox environments?

Yes, trajectory validation works with Docker and Daytona backends, auditing model rollouts to confirm that code changes maintain parity in artifact shape and sandbox behavior across environments.

When do I need to verify artifact completeness for model rollouts?

You need to verify artifact completeness for model rollouts after Benchflow code changes to ensure that ACP and LLM trajectories, reward records, and training-ready results maintain their expected shape and integrity.