Skip to content

Commit fe95eb5

Browse files
committed
added readme text
1 parent 0e452bb commit fe95eb5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

eval_protocol/rewards/ifeval/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)