File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
eval_protocol/rewards/ifeval Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -31,3 +31,19 @@ python -m spacy download en_core_web_sm
3131- Automatically strips ` <think>...</think> ` tags before evaluation
3232- Ground truth can be a dict, list, or JSON string
3333- 112 total constraints (54 IFEval/IFTrain + 58 IFBench OOD)
34+
35+ ## File Sources
36+
37+ ** Copied from ` open-instruct/open_instruct/IFEvalG/ ` :**
38+ - ` ifeval_instructions.py ` (from ` instructions.py ` )
39+ - ` ifeval_registry.py ` (from ` instructions_registry.py ` )
40+ - ` ifeval_util.py ` (from ` instructions_util.py ` )
41+
42+ ** Copied from ` IFBench/ ` :**
43+ - ` ifbench_instructions.py ` (from ` instructions.py ` )
44+ - ` ifbench_registry.py ` (from ` instructions_registry.py ` )
45+ - ` ifbench_util.py ` (from ` instructions_util.py ` )
46+
47+ ** New code:**
48+ - ` reward.py ` - main reward function
49+ - ` __init__.py ` - package exports
You can’t perform that action at this time.
0 commit comments