Merged
Conversation
…evaluation - Add new CLI command `benchmark_stability` to evaluate LLM consistency - Implement `EvaluationBenchmarks` class with statistical analysis - Add test suite for benchmark functionality - Enable variance-based stability assessment with configurable thresholds
…tructure - Introduce TypedDict classes for better type safety in benchmarking - Update stability test to return structured TypedDict results - Improve score variance calculation to handle empty inputs - Enhance display of stability results with clearer dimension names
…ts structure - Introduce TypedDict classes for better type safety in benchmarking - Update stability test to return structured TypedDict results - Improve score variance calculation to handle empty inputs - Enhance display of stability results with clearer dimension names
…ffmage into feat/benchmarks
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.
This PR introduces stability benchmarking capabilities to validate LLM evaluation consistency and reliability for commit message assessment.
Key Features
Core Functionality
EvaluationBenchmarksclass for stability testing with statistical analysisbenchmark-stabilityCLI command for consistency validationCapabilities
Usage
Technical Details
Files
src/diffmage/evaluation/benchmarks.py(new)tests/evaluation/test_benchmarks.py(new)src/diffmage/cli/reports.py(enhanced)Provides essential tooling for LLM evaluation validation, research, and quality assurance in production environments.