Structured Outputs update with YAML and XML#865
Merged
bxyu-nvidia merged 16 commits intomainfrom Mar 18, 2026
Merged
Conversation
Signed-off-by: Junkeun Yi <jkyi@nvidia.com>
Signed-off-by: Junkeun Yi <jkyi@nvidia.com>
Signed-off-by: Junkeun Yi <jkyi@nvidia.com>
Signed-off-by: Junkeun Yi <jkyi@nvidia.com>
Signed-off-by: Junkeun Yi <jkyi@nvidia.com>
…outputs-yaml_xml Signed-off-by: Junkeun Yi <jkyi@nvidia.com>
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
…Mo/Gym into jk/structured_outputs-yaml_xml
Signed-off-by: Junkeun Yi <jkyi@nvidia.com>
Signed-off-by: Junkeun Yi <jkyi@nvidia.com>
Signed-off-by: Junkeun Yi <jkyi@nvidia.com>
48a2b0e to
1ba83a9
Compare
1ba83a9 to
48a2b0e
Compare
Signed-off-by: Junkeun Yi <jkyi@nvidia.com>
bxyu-nvidia
previously approved these changes
Mar 17, 2026
Signed-off-by: Junkeun Yi <jkyi@nvidia.com>
bxyu-nvidia
approved these changes
Mar 18, 2026
MahanFathi
pushed a commit
that referenced
this pull request
Mar 24, 2026
Adds YAML and XML parser logic for the structured outputs verifier.
Included addition of new dataset with JSON, YAML, and XML data.
config found in
```
resources_servers/structured_outputs/configs/structured_outputs_json_yaml_xml_v1.yaml
```
Results for validation set on GPT-5.4 high effort
```
=================================================================
rollouts/structured_outputs/gpt-5.4-2026-03-05/rollouts.jsonl
=================================================================
OVERALL
n = 357
pass: 248/357 (69.5%)
mean reward: 0.6947
-----------------------------------------------------------------
schema_type=json
n = 119
pass: 89/119 (74.8%)
mean reward: 0.7479
schema_type=xml
n = 119
pass: 79/119 (66.4%)
mean reward: 0.6639
schema_type=yaml
n = 119
pass: 80/119 (67.2%)
mean reward: 0.6723
=================================================================
```
---------
Signed-off-by: Junkeun Yi <jkyi@nvidia.com>
jsw-zorro
pushed a commit
to niletron/Gym
that referenced
this pull request
Apr 7, 2026
Adds YAML and XML parser logic for the structured outputs verifier.
Included addition of new dataset with JSON, YAML, and XML data.
config found in
```
resources_servers/structured_outputs/configs/structured_outputs_json_yaml_xml_v1.yaml
```
Results for validation set on GPT-5.4 high effort
```
=================================================================
rollouts/structured_outputs/gpt-5.4-2026-03-05/rollouts.jsonl
=================================================================
OVERALL
n = 357
pass: 248/357 (69.5%)
mean reward: 0.6947
-----------------------------------------------------------------
schema_type=json
n = 119
pass: 89/119 (74.8%)
mean reward: 0.7479
schema_type=xml
n = 119
pass: 79/119 (66.4%)
mean reward: 0.6639
schema_type=yaml
n = 119
pass: 80/119 (67.2%)
mean reward: 0.6723
=================================================================
```
---------
Signed-off-by: Junkeun Yi <jkyi@nvidia.com>
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.
Adds YAML and XML parser logic for the structured outputs verifier.
Included addition of new dataset with JSON, YAML, and XML data.
config found in
Results for validation set on GPT-5.4 high effort