Spaces:
Sleeping
Sleeping
Benchmark Scripts
Scripts for running ACE benchmarks and analyzing results.
Scripts
run_benchmark.py- CLI to run ACE benchmarks with train/test splitsanalyze_ace_results.py- Analyze benchmark resultsexplain_ace_performance.py- Generate explanations for ACE performance patterns
Usage
# List available benchmarks
uv run python scripts/run_benchmark.py list
# Run ACE evaluation
uv run python scripts/run_benchmark.py simple_qa --limit 50
# Compare baseline vs ACE
uv run python scripts/run_benchmark.py simple_qa --limit 50 --compare
See benchmarks/README.md for full documentation.