Add GEVal logprob artifacts for OpenAI and Fireworks #376
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.
Summary
Testing
Codex Task
Note
Captures provider logprobs on assistant messages during rollouts, updates models and logger import, and adds a GEval example with JSONL artifacts plus tests.
logprobsto assistantMessageduring single-turn rollouts (eval_protocol/pytest/default_single_turn_rollout_process.py), with_serialize_logprobsfor JSON-safe payloads.Messagemodel with optionallogprobsand exclude it from request payloads (eval_protocol/models.py).eval_protocol/dataset_logger/local_fs_dataset_logger_adapter.py).logprobsinto metric data (examples/deepeval/test_geval_with_logprobs.py).examples/deepeval/artifacts/*.jsonl).logprobs(tests/test_rollout_logprobs.py).Written by Cursor Bugbot for commit ff210d4. This will update automatically on new commits. Configure here.