Fix r3 strict deduction-trace schema compatibility / 修复 r3 严格扣分依据 Schema 兼容性 - #65
Merged
Merged
Conversation
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 / 摘要
deduction_trace_v1output schema compatible with Codex strict structured output: nullable trace and attention fields are required structurally, while remaining semantically optional when not applicable.deduction_trace_v1输出 schema 兼容 Codex 严格结构化输出:扣分依据和注意事项字段在结构上必填,但在不适用时可为null,其评分语义不变。deduction_trace: []tonullfor full-credit leaves. Non-full leaves with an empty trace still fail validation.deduction_trace: []规范化为null;非满分叶子项的空 trace 仍会严格校验失败。Validation / 验证
python -m unittest discover -s tests/benchmark/core— 477 passed.Privacy and reproducibility / 隐私与可复现性
Data/, submissions, identities, transcripts, gold scores, raw model output, or metrics are included.Data/、作答、身份信息、转录、gold、原始模型输出或指标。Limitations and next step / 局限与下一步