Add EQ-Bench3 synthetic training environment#1335
Open
poofeth wants to merge 2 commits into
Open
Conversation
Author
|
Validation evidence for the EQ-Bench3 bounty PR:
The sample dataset is generated from local deterministic templates ( |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 1698173. Configure here.
Author
|
Addressed the Bugbot review in commit
Validation after the fixes: |
Author
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.

Summary
eq_bench3environment for EQ-Bench-style emotional intensity predictionquestion,answer, andinfofieldsBounty
Validation
uv run pytest tests/test_eq_bench3_environment.py -quv run ruff check environments/eq_bench3 tests/test_eq_bench3_environment.pyuv run ruff format --check environments/eq_bench3 tests/test_eq_bench3_environment.pygit diff --checkNote
Low Risk
Low risk: changes are additive (new
eq_bench3environment, sample data, and tests) with no modifications to core framework or security-sensitive code paths.Overview
Adds a new
environments/eq_bench3SingleTurn environment for EQ-Bench-style emotion-intensity prediction, including JSON parsing + a continuous reward (emotion_score_reward) that scores per-emotion intensity error.Includes a deterministic prompt generator script and commits a 64-row synthetic JSONL sample dataset, plus packaging metadata (
pyproject.toml) and focused tests for generator determinism, dataset loading, reward correctness, andload_environmentconstruction.Updates
environments/README.mdto listeq_bench3among available SingleTurn examples.Reviewed by Cursor Bugbot for commit 32cf899. Bugbot is set up for automated code reviews on this repo. Configure here.