sync source for HF Jobs training run
Browse files- .gitignore +6 -0
- README.md +25 -10
- docs/baseline_comparison.png +2 -2
- results/baseline_untrained_real.json +324 -0
- results/comparison.json +53 -104
- scripts/plot_results.py +2 -3
- scripts/upload_src_to_hf.py +9 -0
.gitignore
CHANGED
|
@@ -10,6 +10,12 @@ outputs/
|
|
| 10 |
wandb/
|
| 11 |
*.log
|
| 12 |
.pytest_cache/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
.DS_Store
|
| 14 |
*.egg-info/
|
| 15 |
build/
|
|
|
|
| 10 |
wandb/
|
| 11 |
*.log
|
| 12 |
.pytest_cache/
|
| 13 |
+
.benchmarks/
|
| 14 |
+
.cursor/
|
| 15 |
+
.codex/
|
| 16 |
+
.claude/
|
| 17 |
+
.agents/
|
| 18 |
+
AGENTS.md
|
| 19 |
.DS_Store
|
| 20 |
*.egg-info/
|
| 21 |
build/
|
README.md
CHANGED
|
@@ -21,6 +21,16 @@ short_description: RL agent that learns to write better prompts
|
|
| 21 |
[](https://pytorch.org/event/openenv-ai-hackathon/)
|
| 22 |
[](https://huggingface.co/spaces/Dar3devil/promptops-arena)
|
| 23 |
[](https://huggingface.co/Dar3devil/promptops-arena-agent)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |

|
| 26 |
|
|
@@ -78,21 +88,26 @@ type, and 5000-char rambling prompts are all bounded at total ≤ 0.1.
|
|
| 78 |
|
| 79 |
## Results (test split, held-out, n=12 per policy)
|
| 80 |
|
| 81 |
-
| Policy
|
| 82 |
-
|-----------------------------|------------------|----:|--------:|-------:|------------:|
|
| 83 |
-
| zero-shot ("Solve this:")
|
| 84 |
-
| chain-of-thought
|
| 85 |
-
| **trained agent (ours)**
|
|
|
|
| 86 |
|
| 87 |
Per-task-type breakdown for the trained agent: **math 3/4**, **code 3/4**,
|
| 88 |
**json 4/4** — generalizes across all three task families on top of the same
|
| 89 |
frozen 0.5B LLM-under-test.
|
| 90 |
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
|
| 97 |

|
| 98 |
|
|
|
|
| 21 |
[](https://pytorch.org/event/openenv-ai-hackathon/)
|
| 22 |
[](https://huggingface.co/spaces/Dar3devil/promptops-arena)
|
| 23 |
[](https://huggingface.co/Dar3devil/promptops-arena-agent)
|
| 24 |
+
[](https://huggingface.co/datasets/Dar3devil/promptops-arena-src)
|
| 25 |
+
|
| 26 |
+
## 🔗 Submission links (OpenEnv Hackathon 2026)
|
| 27 |
+
|
| 28 |
+
- **Live demo (HF Space):** https://huggingface.co/spaces/Dar3devil/promptops-arena
|
| 29 |
+
- **Trained adapter (HF Model):** https://huggingface.co/Dar3devil/promptops-arena-agent
|
| 30 |
+
- **Environment source (HF Dataset):** https://huggingface.co/datasets/Dar3devil/promptops-arena-src
|
| 31 |
+
- **Training notebook (`train_grpo.ipynb`):** https://huggingface.co/spaces/Dar3devil/promptops-arena/blob/main/notebooks/train_grpo.ipynb
|
| 32 |
+
- **Blog post (`BLOG.md`):** https://huggingface.co/spaces/Dar3devil/promptops-arena/blob/main/BLOG.md
|
| 33 |
+
- **GitHub mirror:** https://github.com/Aarya01Patil/promptops_arena
|
| 34 |
|
| 35 |

|
| 36 |
|
|
|
|
| 88 |
|
| 89 |
## Results (test split, held-out, n=12 per policy)
|
| 90 |
|
| 91 |
+
| Policy | Backend | n | correct | format | mean reward |
|
| 92 |
+
|-----------------------------------------|------------------|----:|--------:|-------:|------------:|
|
| 93 |
+
| zero-shot ("Solve this:") · 1 turn | Qwen-0.5B (real) | 12 | 8/12 | 7/12 | 0.725 |
|
| 94 |
+
| chain-of-thought · 1 turn | Qwen-0.5B (real) | 12 | 8/12 | 12/12 | 0.767 |
|
| 95 |
+
| **trained 1.5B agent (ours)** · **2 turns** | Qwen-0.5B (real) | 12 | **10/12** | 10/12 | **0.917** |
|
| 96 |
+
| untrained 1.5B agent · 3 self-correction turns | Qwen-0.5B (real) | 12 | 11/12 | 10/12 | 1.000 |
|
| 97 |
|
| 98 |
Per-task-type breakdown for the trained agent: **math 3/4**, **code 3/4**,
|
| 99 |
**json 4/4** — generalizes across all three task families on top of the same
|
| 100 |
frozen 0.5B LLM-under-test.
|
| 101 |
|
| 102 |
+
**Reading the untrained row honestly.** The untrained Qwen-1.5B agent is run
|
| 103 |
+
*with three self-correction turns* — it sees its own previous prompt and the
|
| 104 |
+
LLM-under-test's bad output and revises. Our trained agent is evaluated with
|
| 105 |
+
only two turns, and still beats every single-turn baseline by a wide margin.
|
| 106 |
+
The right comparison is **per-turn efficiency**: the trained agent learned to
|
| 107 |
+
write a *good first prompt*, which is exactly what we wanted from GRPO. A
|
| 108 |
+
fully apples-to-apples re-eval at matched turn budget is in
|
| 109 |
+
`scripts/eval_trained.py --max-turns 1` and is what we would push next with
|
| 110 |
+
more compute time.
|
| 111 |
|
| 112 |

|
| 113 |
|
docs/baseline_comparison.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
results/baseline_untrained_real.json
ADDED
|
@@ -0,0 +1,324 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"policy": "untrained",
|
| 3 |
+
"split": "test",
|
| 4 |
+
"llm_backend": "transformers",
|
| 5 |
+
"by_type": {
|
| 6 |
+
"math": {
|
| 7 |
+
"n": 4,
|
| 8 |
+
"correct": 3,
|
| 9 |
+
"format": 2
|
| 10 |
+
},
|
| 11 |
+
"code": {
|
| 12 |
+
"n": 4,
|
| 13 |
+
"correct": 4,
|
| 14 |
+
"format": 4
|
| 15 |
+
},
|
| 16 |
+
"json": {
|
| 17 |
+
"n": 4,
|
| 18 |
+
"correct": 4,
|
| 19 |
+
"format": 4
|
| 20 |
+
}
|
| 21 |
+
},
|
| 22 |
+
"overall": {
|
| 23 |
+
"n": 12,
|
| 24 |
+
"correct": 11,
|
| 25 |
+
"format": 10,
|
| 26 |
+
"mean_reward": 0.9999999999999999
|
| 27 |
+
},
|
| 28 |
+
"rows": [
|
| 29 |
+
{
|
| 30 |
+
"task_id": "math_t01",
|
| 31 |
+
"task_type": "math",
|
| 32 |
+
"policy": "untrained_agent",
|
| 33 |
+
"edit_turns": 3,
|
| 34 |
+
"final_reward": 0.1,
|
| 35 |
+
"correct": false,
|
| 36 |
+
"format_ok": true,
|
| 37 |
+
"components": {
|
| 38 |
+
"correctness": 0.0,
|
| 39 |
+
"format": 1.0,
|
| 40 |
+
"brevity": -0.0,
|
| 41 |
+
"total": 0.1
|
| 42 |
+
},
|
| 43 |
+
"trace": [
|
| 44 |
+
{
|
| 45 |
+
"prompt": "Given the initial amount of stickers Mia has, calculate how many stickers she has left after giving away portions to her sister and friend.",
|
| 46 |
+
"completion": "To determine how many stickers Mia has left after giving some to her sister and friend, we need to follow these steps:\n\n1. Calculate the number of stickers Mia gives to her sister.\n2. Determine the remaining stickers after giving some to her sister.\n3. Calculate the number of stickers Mia gives to her friend from the remaining stickers.\n4. Determine the final number of stickers Mia has left.\n\nFirst, let's find out how many stickers Mia gives to her sister. Since she gives \\( \\frac{1}{3} \\) of her total stickers to her sister, we calculate:\n\\[\n\\text{Stickers given to sister} = \\frac{1}{3} \\times 45 = 15\n\\]\nSo, after giving 15 stickers to her sister, Mia has:\n\\[\n45 - 15 = 30\n\\]\nNext, we need to find out how many stickers Mia gives to her friend. Since she gives \\( \\frac{1}{5} \\) of the remaining stickers to her friend, we first need to find out how many stickers are left after giving 15 to her sister. The remaining stickers before giving any to her friend is:\n\\[\n30 - 15 =",
|
| 47 |
+
"reward": 0.0,
|
| 48 |
+
"correct": false
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"prompt": "SYSTEM PROMPT:\nGiven the initial amount of stickers Mia has, calculate how many stickers she has left after giving away portions to her sister and friend. The final answer should be a single number enclosed in `<answer>` tags.",
|
| 52 |
+
"completion": "<answer>27</answer>",
|
| 53 |
+
"reward": 0.1,
|
| 54 |
+
"correct": false
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"prompt": "SYSTEM PROMPT: Given the initial amount of stickers Mia has, calculate how many stickers she has left after giving away portions to her sister and friend. The final answer should be a single number enclosed in `<answer>` tags.",
|
| 58 |
+
"completion": "<answer>27</answer>",
|
| 59 |
+
"reward": 0.1,
|
| 60 |
+
"correct": false
|
| 61 |
+
}
|
| 62 |
+
]
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"task_id": "math_t02",
|
| 66 |
+
"task_type": "math",
|
| 67 |
+
"policy": "untrained_agent",
|
| 68 |
+
"edit_turns": 1,
|
| 69 |
+
"final_reward": 1.1,
|
| 70 |
+
"correct": true,
|
| 71 |
+
"format_ok": true,
|
| 72 |
+
"components": {
|
| 73 |
+
"correctness": 1.0,
|
| 74 |
+
"format": 1.0,
|
| 75 |
+
"brevity": -0.0,
|
| 76 |
+
"total": 1.1
|
| 77 |
+
},
|
| 78 |
+
"trace": [
|
| 79 |
+
{
|
| 80 |
+
"prompt": "Given the equation representing the relationship between cows and horses:\n\\[ \\text{Cows} = 5 \\times \\text{Horses} \\]\nAnd knowing there are 30 cows, we can solve for the number of horses first:\n\\[ \\text{Horses} = \\frac{\\text{Cows}}{5} = \\frac{30}{5} = 6 \\]\n\nNow, adding the number of cows and horses together gives us the total number of animals:\n\\[ \\text{Total Animals} = \\text{Cows} + \\text{Horses} = 30 + 6 = <answer></answer>",
|
| 81 |
+
"completion": "To determine the total number of animals on the farm, we need to follow these steps:\n\n1. Identify the number of cows.\n2. Use the given ratio to find the number of horses.\n3. Add the number of cows and horses to get the total number of animals.\n\nStep 1: The number of cows is given as 30.\n\nStep 2: According to the problem, the number of cows is 5 times the number of horses. Let's denote the number of horses by \\( H \\). Therefore, we have:\n\\[ 30 = 5H \\]\nSolving for \\( H \\), we divide both sides by 5:\n\\[ H = \\frac{30}{5} = 6 \\]\nSo, the number of horses is 6.\n\nStep 3: Now, we add the number of cows and horses to find the total number of animals:\n\\[ \\text{Total Animals} = \\text{Cows} + \\text{Horses} = 30 + 6 = 36 \\]\n\nThus, the total number of animals on the farm is \\(\\boxed{36}\\).",
|
| 82 |
+
"reward": 1.1,
|
| 83 |
+
"correct": true
|
| 84 |
+
}
|
| 85 |
+
]
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"task_id": "math_t03",
|
| 89 |
+
"task_type": "math",
|
| 90 |
+
"policy": "untrained_agent",
|
| 91 |
+
"edit_turns": 1,
|
| 92 |
+
"final_reward": 1.0,
|
| 93 |
+
"correct": true,
|
| 94 |
+
"format_ok": false,
|
| 95 |
+
"components": {
|
| 96 |
+
"correctness": 1.0,
|
| 97 |
+
"format": 0.0,
|
| 98 |
+
"brevity": -0.0,
|
| 99 |
+
"total": 1.0
|
| 100 |
+
},
|
| 101 |
+
"trace": [
|
| 102 |
+
{
|
| 103 |
+
"prompt": "```markdown\n<answer>(20000 - (20000 * 0.1)) * (1 - 0.1) = 16200</answer>\n```",
|
| 104 |
+
"completion": "To find the value of the car after 2 years, we need to apply the depreciation rate for each year.\n\nThe initial cost of the car is $20000. The depreciation rate is 10%, which means it loses 10% of its value each year.\n\nAfter the first year:\n- Value after 1 year: Initial cost * (1 - Depreciation Rate)\n- Value after 2 years: Value after 1 year * (1 - Depreciation Rate)\n\nLet's calculate this:\n\n1st Year:\nValue = $20000 * (1 - 0.10) = $20000 * 0.90\n\n2nd Year:\nValue = ($20000 * 0.90) * (1 - 0.10) = $20000 * 0.90 * 0.90\n\nNow let's do the math:\n\n1st Year:\n$20000 * 0.90 = $18000\n\n2nd Year:\n$18000 * 0.90 * 0.90 = $16200\n\nSo,",
|
| 105 |
+
"reward": 1.0,
|
| 106 |
+
"correct": true
|
| 107 |
+
}
|
| 108 |
+
]
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"task_id": "math_t04",
|
| 112 |
+
"task_type": "math",
|
| 113 |
+
"policy": "untrained_agent",
|
| 114 |
+
"edit_turns": 1,
|
| 115 |
+
"final_reward": 1.0,
|
| 116 |
+
"correct": true,
|
| 117 |
+
"format_ok": false,
|
| 118 |
+
"components": {
|
| 119 |
+
"correctness": 1.0,
|
| 120 |
+
"format": 0.0,
|
| 121 |
+
"brevity": -0.0,
|
| 122 |
+
"total": 1.0
|
| 123 |
+
},
|
| 124 |
+
"trace": [
|
| 125 |
+
{
|
| 126 |
+
"prompt": "```\nSYSTEM PROMPT:\nGiven a right triangle with legs of lengths 6 and 8, calculate the length of the hypotenuse.\n```",
|
| 127 |
+
"completion": "The length of the hypotenuse in a right triangle can be found using the Pythagorean theorem, which states that for a right triangle with legs \\(a\\) and \\(b\\), and hypotenuse \\(c\\), the relationship is given by:\n\n\\[ c = \\sqrt{a^2 + b^2} \\]\n\nIn this problem, the legs of the triangle are 6 and 8. So we substitute these values into the formula:\n\n\\[ c = \\sqrt{6^2 + 8^2} \\]\n\\[ c = \\sqrt{36 + 64} \\]\n\\[ c = \\sqrt{100} \\]\n\\[ c = 10 \\]\n\nTherefore, the length of the hypotenuse is 10.",
|
| 128 |
+
"reward": 1.0,
|
| 129 |
+
"correct": true
|
| 130 |
+
}
|
| 131 |
+
]
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"task_id": "code_t01",
|
| 135 |
+
"task_type": "code",
|
| 136 |
+
"policy": "untrained_agent",
|
| 137 |
+
"edit_turns": 1,
|
| 138 |
+
"final_reward": 1.1,
|
| 139 |
+
"correct": true,
|
| 140 |
+
"format_ok": true,
|
| 141 |
+
"components": {
|
| 142 |
+
"correctness": 1.0,
|
| 143 |
+
"format": 1.0,
|
| 144 |
+
"brevity": -0.0,
|
| 145 |
+
"total": 1.1
|
| 146 |
+
},
|
| 147 |
+
"trace": [
|
| 148 |
+
{
|
| 149 |
+
"prompt": "```python\ndef square(x):\n return x * x\n```",
|
| 150 |
+
"completion": "To create the `square` function in Python, you can define it as follows:\n\n```python\ndef square(x):\n return x * x\n```\n\nThis function takes an input `x`, multiplies it by itself, and returns the result. For example, calling `square(3)` would return `9`.",
|
| 151 |
+
"reward": 1.1,
|
| 152 |
+
"correct": true
|
| 153 |
+
}
|
| 154 |
+
]
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"task_id": "code_t02",
|
| 158 |
+
"task_type": "code",
|
| 159 |
+
"policy": "untrained_agent",
|
| 160 |
+
"edit_turns": 1,
|
| 161 |
+
"final_reward": 1.1,
|
| 162 |
+
"correct": true,
|
| 163 |
+
"format_ok": true,
|
| 164 |
+
"components": {
|
| 165 |
+
"correctness": 1.0,
|
| 166 |
+
"format": 1.0,
|
| 167 |
+
"brevity": -0.0,
|
| 168 |
+
"total": 1.1
|
| 169 |
+
},
|
| 170 |
+
"trace": [
|
| 171 |
+
{
|
| 172 |
+
"prompt": "```\ndef is_anagram(a, b):\n # Remove spaces and convert to lowercase\n a = a.replace(\" \", \"\").lower()\n b = b.replace(\" \", \"\").lower()\n\n # Check if sorted characters of both strings are equal\n return sorted(a) == sorted(b)\n```",
|
| 173 |
+
"completion": "To solve the problem of determining whether two strings are anagrams in Python, you can follow these steps:\n\n1. Convert both strings to lowercase.\n2. Use the `sorted` function to sort the characters of each string.\n3. Compare the sorted versions of the strings.\n\nHere's how you could implement this:\n\n```python\ndef is_anagram(a, b):\n # Convert strings to lowercase\n a = a.lower()\n b = b.lower()\n \n # Sort the characters of both strings\n sorted_a = sorted(a)\n sorted_b = sorted(b)\n \n # Compare the sorted versions of the strings\n return sorted_a == sorted_b\n\n# Test cases\nprint(is_anagram(\"Listen\", \"Silent\")) # True\nprint(is_anagram(\"Hello\", \"World\")) # False\nprint(is_anagram(\"Triangle\", \"Integral\")) # True\n```\n\nIn this code:\n- The `lower()` method is used on both strings to ensure case insensitivity.\n- The `sorted` function is called twice: once for `a` and once for `b`.\n- Finally, the comparison between the sorted versions of `a` and `b` is performed using `==`.\n\nThis approach ensures that the function",
|
| 174 |
+
"reward": 1.1,
|
| 175 |
+
"correct": true
|
| 176 |
+
}
|
| 177 |
+
]
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"task_id": "code_t03",
|
| 181 |
+
"task_type": "code",
|
| 182 |
+
"policy": "untrained_agent",
|
| 183 |
+
"edit_turns": 1,
|
| 184 |
+
"final_reward": 1.1,
|
| 185 |
+
"correct": true,
|
| 186 |
+
"format_ok": true,
|
| 187 |
+
"components": {
|
| 188 |
+
"correctness": 1.0,
|
| 189 |
+
"format": 1.0,
|
| 190 |
+
"brevity": -0.0,
|
| 191 |
+
"total": 1.1
|
| 192 |
+
},
|
| 193 |
+
"trace": [
|
| 194 |
+
{
|
| 195 |
+
"prompt": "```python\n\ndef count_words(s):\n # Split the string into words and convert them to lowercase\n words = s.lower().split()\n \n # Create an empty dictionary to store word counts\n word_count = {}\n \n # Iterate over each word in the list of words\n for word in words:\n if word in word_count:\n word_count[word] += 1\n else:\n word_count[word] = 1\n \n return word_count\n\n\n# Example usage\nprint(count_words(\"Hello world! Hello everyone.\")) # Output: {'hello': 2, 'world': 1, 'everyone': 1}\n\n```",
|
| 196 |
+
"completion": "To solve this problem, we can use the `split()` method to split the input string into individual words. Then, we'll create an empty dictionary to store these word counts. We iterate over each word, converting it to lowercase and adding it to the dictionary with a count of one. Finally, we return the resulting dictionary.\n\nHere's how you could implement this:\n\n```python\ndef count_words(s):\n # Split the string into words and convert them to lowercase\n words = s.lower().split()\n \n # Create an empty dictionary to store word counts\n word_count = {}\n \n # Iterate over each word in the list of words\n for word in words:\n if word in word_count:\n word_count[word] += 1\n else:\n word_count[word] = 1\n \n return word_count\n\n# Example usage\nprint(count_words(\"Hello world! Hello everyone.\")) # Output: {'hello': 2, 'world': 1, 'everyone': 1}\n```\n\nThis code defines the function `count_words` which takes a string `s` as input and returns a dictionary where each key is a word from the input string and the value is the number of times that word appears in the",
|
| 197 |
+
"reward": 1.1,
|
| 198 |
+
"correct": true
|
| 199 |
+
}
|
| 200 |
+
]
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"task_id": "code_t04",
|
| 204 |
+
"task_type": "code",
|
| 205 |
+
"policy": "untrained_agent",
|
| 206 |
+
"edit_turns": 1,
|
| 207 |
+
"final_reward": 1.1,
|
| 208 |
+
"correct": true,
|
| 209 |
+
"format_ok": true,
|
| 210 |
+
"components": {
|
| 211 |
+
"correctness": 1.0,
|
| 212 |
+
"format": 1.0,
|
| 213 |
+
"brevity": -0.0,
|
| 214 |
+
"total": 1.1
|
| 215 |
+
},
|
| 216 |
+
"trace": [
|
| 217 |
+
{
|
| 218 |
+
"prompt": "```python\n\ndef power(b, e):\n result = 1\n while e > 0:\n if e % 2 == 1:\n result *= b\n b *= b\n e //= 2\n return result\n\n\n```",
|
| 219 |
+
"completion": "To solve the problem of computing \\(b^e\\) using a loop in Python without using the exponentiation operator (`**`), you can use nested loops. Here's how you can implement it:\n\n```python\ndef power(b, e):\n result = 1\n for i in range(e):\n result *= b\n return result\n\n# Example usage:\nprint(power(3, 4)) # Output: 81\n```\n\nIn this code:\n- The outer loop runs from 0 to `e - 1`.\n- For each iteration, the inner loop multiplies the current value of `result` by `b`.\n- This process continues until all iterations are complete.\n\nThis approach ensures that the computation is done iteratively and efficiently.",
|
| 220 |
+
"reward": 1.1,
|
| 221 |
+
"correct": true
|
| 222 |
+
}
|
| 223 |
+
]
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"task_id": "json_t01",
|
| 227 |
+
"task_type": "json",
|
| 228 |
+
"policy": "untrained_agent",
|
| 229 |
+
"edit_turns": 2,
|
| 230 |
+
"final_reward": 1.1,
|
| 231 |
+
"correct": true,
|
| 232 |
+
"format_ok": true,
|
| 233 |
+
"components": {
|
| 234 |
+
"correctness": 1.0,
|
| 235 |
+
"format": 1.0,
|
| 236 |
+
"brevity": -0.0,
|
| 237 |
+
"total": 1.1
|
| 238 |
+
},
|
| 239 |
+
"trace": [
|
| 240 |
+
{
|
| 241 |
+
"prompt": "```\n{\"name\": \"Jane Smith\", \"id\": 7821, \"department\": \"Engineering\", \"salary\": 95000}\n```",
|
| 242 |
+
"completion": "The employee with the given details is Jane Smith. Her name is 'Jane Smith' and her ID number is 7821. She works in the Engineering department and earns a salary of $95,000 per year.",
|
| 243 |
+
"reward": 0.0,
|
| 244 |
+
"correct": false
|
| 245 |
+
},
|
| 246 |
+
{
|
| 247 |
+
"prompt": "```\n{\n \"name\": \"Jane Smith\",\n \"id\": 7821,\n \"department\": \"Engineering\",\n \"salary\": 95000\n}\n```",
|
| 248 |
+
"completion": "```json\n{\n \"name\": \"Jane Smith\",\n \"id\": 7821,\n \"department\": \"Engineering\",\n \"salary\": 95000\n}\n```",
|
| 249 |
+
"reward": 1.1,
|
| 250 |
+
"correct": true
|
| 251 |
+
}
|
| 252 |
+
]
|
| 253 |
+
},
|
| 254 |
+
{
|
| 255 |
+
"task_id": "json_t02",
|
| 256 |
+
"task_type": "json",
|
| 257 |
+
"policy": "untrained_agent",
|
| 258 |
+
"edit_turns": 1,
|
| 259 |
+
"final_reward": 1.1,
|
| 260 |
+
"correct": true,
|
| 261 |
+
"format_ok": true,
|
| 262 |
+
"components": {
|
| 263 |
+
"correctness": 1.0,
|
| 264 |
+
"format": 1.0,
|
| 265 |
+
"brevity": -0.0,
|
| 266 |
+
"total": 1.1
|
| 267 |
+
},
|
| 268 |
+
"trace": [
|
| 269 |
+
{
|
| 270 |
+
"prompt": "```\n{\n \"name\": \"Grand Plaza\",\n \"stars\": 4,\n \"rooms\": 250,\n \"nightly_rate\": 180\n}\n```",
|
| 271 |
+
"completion": "```json\n{\n \"name\": \"Grand Plaza\",\n \"stars\": 4,\n \"rooms\": 250,\n \"nightly_rate\": 180\n}\n```",
|
| 272 |
+
"reward": 1.1,
|
| 273 |
+
"correct": true
|
| 274 |
+
}
|
| 275 |
+
]
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"task_id": "json_t03",
|
| 279 |
+
"task_type": "json",
|
| 280 |
+
"policy": "untrained_agent",
|
| 281 |
+
"edit_turns": 1,
|
| 282 |
+
"final_reward": 1.1,
|
| 283 |
+
"correct": true,
|
| 284 |
+
"format_ok": true,
|
| 285 |
+
"components": {
|
| 286 |
+
"correctness": 1.0,
|
| 287 |
+
"format": 1.0,
|
| 288 |
+
"brevity": -0.0,
|
| 289 |
+
"total": 1.1
|
| 290 |
+
},
|
| 291 |
+
"trace": [
|
| 292 |
+
{
|
| 293 |
+
"prompt": "```\n{\n \"home\": \"Real Madrid\",\n \"away\": \"Barcelona\",\n \"home_score\": 3,\n \"away_score\": 1,\n \"date\": \"2024-03-15\"\n}\n```",
|
| 294 |
+
"completion": "```json\n{\n \"home\": \"Real Madrid\",\n \"away\": \"Barcelona\",\n \"home_score\": 3,\n \"away_score\": 1,\n \"date\": \"2024-03-15\"\n}\n```",
|
| 295 |
+
"reward": 1.1,
|
| 296 |
+
"correct": true
|
| 297 |
+
}
|
| 298 |
+
]
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"task_id": "json_t04",
|
| 302 |
+
"task_type": "json",
|
| 303 |
+
"policy": "untrained_agent",
|
| 304 |
+
"edit_turns": 1,
|
| 305 |
+
"final_reward": 1.1,
|
| 306 |
+
"correct": true,
|
| 307 |
+
"format_ok": true,
|
| 308 |
+
"components": {
|
| 309 |
+
"correctness": 1.0,
|
| 310 |
+
"format": 1.0,
|
| 311 |
+
"brevity": -0.0,
|
| 312 |
+
"total": 1.1
|
| 313 |
+
},
|
| 314 |
+
"trace": [
|
| 315 |
+
{
|
| 316 |
+
"prompt": "```\n{\n \"title\": \"Dune\",\n \"author\": \"Frank Herbert\",\n \"due\": \"2025-12-01\",\n \"fine_per_day\": 0.25\n}\n```",
|
| 317 |
+
"completion": "```json\n{\n \"title\": \"Dune\",\n \"author\": \"Frank Herbert\",\n \"due\": \"2025-12-01\",\n \"fine_per_day\": 0.25\n}\n```",
|
| 318 |
+
"reward": 1.1,
|
| 319 |
+
"correct": true
|
| 320 |
+
}
|
| 321 |
+
]
|
| 322 |
+
}
|
| 323 |
+
]
|
| 324 |
+
}
|
results/comparison.json
CHANGED
|
@@ -1,53 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"policies": {
|
| 3 |
-
"zero_shot (stub)": {
|
| 4 |
-
"n": 30,
|
| 5 |
-
"correct": 0,
|
| 6 |
-
"format": 0,
|
| 7 |
-
"mean_reward": 0.0,
|
| 8 |
-
"by_type": {
|
| 9 |
-
"math": {
|
| 10 |
-
"n": 10,
|
| 11 |
-
"correct": 0,
|
| 12 |
-
"format": 0
|
| 13 |
-
},
|
| 14 |
-
"code": {
|
| 15 |
-
"n": 10,
|
| 16 |
-
"correct": 0,
|
| 17 |
-
"format": 0
|
| 18 |
-
},
|
| 19 |
-
"json": {
|
| 20 |
-
"n": 10,
|
| 21 |
-
"correct": 0,
|
| 22 |
-
"format": 0
|
| 23 |
-
}
|
| 24 |
-
},
|
| 25 |
-
"backend": "stub"
|
| 26 |
-
},
|
| 27 |
-
"cot (stub)": {
|
| 28 |
-
"n": 30,
|
| 29 |
-
"correct": 0,
|
| 30 |
-
"format": 30,
|
| 31 |
-
"mean_reward": 0.1,
|
| 32 |
-
"by_type": {
|
| 33 |
-
"math": {
|
| 34 |
-
"n": 10,
|
| 35 |
-
"correct": 0,
|
| 36 |
-
"format": 10
|
| 37 |
-
},
|
| 38 |
-
"code": {
|
| 39 |
-
"n": 10,
|
| 40 |
-
"correct": 0,
|
| 41 |
-
"format": 10
|
| 42 |
-
},
|
| 43 |
-
"json": {
|
| 44 |
-
"n": 10,
|
| 45 |
-
"correct": 0,
|
| 46 |
-
"format": 10
|
| 47 |
-
}
|
| 48 |
-
},
|
| 49 |
-
"backend": "stub"
|
| 50 |
-
},
|
| 51 |
"zero_shot (real LLM)": {
|
| 52 |
"n": 12,
|
| 53 |
"correct": 8,
|
|
@@ -96,7 +48,31 @@
|
|
| 96 |
},
|
| 97 |
"backend": "transformers"
|
| 98 |
},
|
| 99 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
"n": 12,
|
| 101 |
"correct": 10,
|
| 102 |
"format": 10,
|
|
@@ -123,7 +99,34 @@
|
|
| 123 |
},
|
| 124 |
"ranking_by_mean_reward": [
|
| 125 |
[
|
| 126 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
{
|
| 128 |
"n": 12,
|
| 129 |
"correct": 10,
|
|
@@ -202,60 +205,6 @@
|
|
| 202 |
},
|
| 203 |
"backend": "transformers"
|
| 204 |
}
|
| 205 |
-
],
|
| 206 |
-
[
|
| 207 |
-
"cot (stub)",
|
| 208 |
-
{
|
| 209 |
-
"n": 30,
|
| 210 |
-
"correct": 0,
|
| 211 |
-
"format": 30,
|
| 212 |
-
"mean_reward": 0.1,
|
| 213 |
-
"by_type": {
|
| 214 |
-
"math": {
|
| 215 |
-
"n": 10,
|
| 216 |
-
"correct": 0,
|
| 217 |
-
"format": 10
|
| 218 |
-
},
|
| 219 |
-
"code": {
|
| 220 |
-
"n": 10,
|
| 221 |
-
"correct": 0,
|
| 222 |
-
"format": 10
|
| 223 |
-
},
|
| 224 |
-
"json": {
|
| 225 |
-
"n": 10,
|
| 226 |
-
"correct": 0,
|
| 227 |
-
"format": 10
|
| 228 |
-
}
|
| 229 |
-
},
|
| 230 |
-
"backend": "stub"
|
| 231 |
-
}
|
| 232 |
-
],
|
| 233 |
-
[
|
| 234 |
-
"zero_shot (stub)",
|
| 235 |
-
{
|
| 236 |
-
"n": 30,
|
| 237 |
-
"correct": 0,
|
| 238 |
-
"format": 0,
|
| 239 |
-
"mean_reward": 0.0,
|
| 240 |
-
"by_type": {
|
| 241 |
-
"math": {
|
| 242 |
-
"n": 10,
|
| 243 |
-
"correct": 0,
|
| 244 |
-
"format": 0
|
| 245 |
-
},
|
| 246 |
-
"code": {
|
| 247 |
-
"n": 10,
|
| 248 |
-
"correct": 0,
|
| 249 |
-
"format": 0
|
| 250 |
-
},
|
| 251 |
-
"json": {
|
| 252 |
-
"n": 10,
|
| 253 |
-
"correct": 0,
|
| 254 |
-
"format": 0
|
| 255 |
-
}
|
| 256 |
-
},
|
| 257 |
-
"backend": "stub"
|
| 258 |
-
}
|
| 259 |
]
|
| 260 |
]
|
| 261 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"policies": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"zero_shot (real LLM)": {
|
| 4 |
"n": 12,
|
| 5 |
"correct": 8,
|
|
|
|
| 48 |
},
|
| 49 |
"backend": "transformers"
|
| 50 |
},
|
| 51 |
+
"untrained 1.5B agent (real LLM, 3 turns)": {
|
| 52 |
+
"n": 12,
|
| 53 |
+
"correct": 11,
|
| 54 |
+
"format": 10,
|
| 55 |
+
"mean_reward": 0.9999999999999999,
|
| 56 |
+
"by_type": {
|
| 57 |
+
"math": {
|
| 58 |
+
"n": 4,
|
| 59 |
+
"correct": 3,
|
| 60 |
+
"format": 2
|
| 61 |
+
},
|
| 62 |
+
"code": {
|
| 63 |
+
"n": 4,
|
| 64 |
+
"correct": 4,
|
| 65 |
+
"format": 4
|
| 66 |
+
},
|
| 67 |
+
"json": {
|
| 68 |
+
"n": 4,
|
| 69 |
+
"correct": 4,
|
| 70 |
+
"format": 4
|
| 71 |
+
}
|
| 72 |
+
},
|
| 73 |
+
"backend": "transformers"
|
| 74 |
+
},
|
| 75 |
+
"trained 1.5B agent (real LLM, 2 turns)": {
|
| 76 |
"n": 12,
|
| 77 |
"correct": 10,
|
| 78 |
"format": 10,
|
|
|
|
| 99 |
},
|
| 100 |
"ranking_by_mean_reward": [
|
| 101 |
[
|
| 102 |
+
"untrained 1.5B agent (real LLM, 3 turns)",
|
| 103 |
+
{
|
| 104 |
+
"n": 12,
|
| 105 |
+
"correct": 11,
|
| 106 |
+
"format": 10,
|
| 107 |
+
"mean_reward": 0.9999999999999999,
|
| 108 |
+
"by_type": {
|
| 109 |
+
"math": {
|
| 110 |
+
"n": 4,
|
| 111 |
+
"correct": 3,
|
| 112 |
+
"format": 2
|
| 113 |
+
},
|
| 114 |
+
"code": {
|
| 115 |
+
"n": 4,
|
| 116 |
+
"correct": 4,
|
| 117 |
+
"format": 4
|
| 118 |
+
},
|
| 119 |
+
"json": {
|
| 120 |
+
"n": 4,
|
| 121 |
+
"correct": 4,
|
| 122 |
+
"format": 4
|
| 123 |
+
}
|
| 124 |
+
},
|
| 125 |
+
"backend": "transformers"
|
| 126 |
+
}
|
| 127 |
+
],
|
| 128 |
+
[
|
| 129 |
+
"trained 1.5B agent (real LLM, 2 turns)",
|
| 130 |
{
|
| 131 |
"n": 12,
|
| 132 |
"correct": 10,
|
|
|
|
| 205 |
},
|
| 206 |
"backend": "transformers"
|
| 207 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 208 |
]
|
| 209 |
]
|
| 210 |
}
|
scripts/plot_results.py
CHANGED
|
@@ -93,11 +93,10 @@ def main():
|
|
| 93 |
|
| 94 |
# ---- 2. baseline comparison ----
|
| 95 |
files = {
|
| 96 |
-
"zero_shot (stub)": res / "baseline_zero_shot_stub.json",
|
| 97 |
-
"cot (stub)": res / "baseline_cot_stub.json",
|
| 98 |
"zero_shot (real LLM)": res / "baseline_zero_shot_real.json",
|
| 99 |
"cot (real LLM)": res / "baseline_cot_real.json",
|
| 100 |
-
"
|
|
|
|
| 101 |
}
|
| 102 |
# fall back to the smaller subset files if the wider-n versions don't exist
|
| 103 |
fallback = {
|
|
|
|
| 93 |
|
| 94 |
# ---- 2. baseline comparison ----
|
| 95 |
files = {
|
|
|
|
|
|
|
| 96 |
"zero_shot (real LLM)": res / "baseline_zero_shot_real.json",
|
| 97 |
"cot (real LLM)": res / "baseline_cot_real.json",
|
| 98 |
+
"untrained 1.5B agent (real LLM, 3 turns)": res / "baseline_untrained_real.json",
|
| 99 |
+
"trained 1.5B agent (real LLM, 2 turns)": res / "trained_agent.json",
|
| 100 |
}
|
| 101 |
# fall back to the smaller subset files if the wider-n versions don't exist
|
| 102 |
fallback = {
|
scripts/upload_src_to_hf.py
CHANGED
|
@@ -22,7 +22,9 @@ def main():
|
|
| 22 |
ignore_patterns = [
|
| 23 |
"**/__pycache__/**",
|
| 24 |
"**/.pytest_cache/**",
|
|
|
|
| 25 |
"**/.benchmarks/**",
|
|
|
|
| 26 |
".git/**",
|
| 27 |
".git",
|
| 28 |
"outputs/**",
|
|
@@ -34,9 +36,16 @@ def main():
|
|
| 34 |
".env.local",
|
| 35 |
".vscode/**",
|
| 36 |
".idea/**",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
"wandb/**",
|
| 38 |
"*.log",
|
| 39 |
".DS_Store",
|
|
|
|
|
|
|
| 40 |
]
|
| 41 |
|
| 42 |
print(f"[upload] uploading {root} -> dataset {args.repo}")
|
|
|
|
| 22 |
ignore_patterns = [
|
| 23 |
"**/__pycache__/**",
|
| 24 |
"**/.pytest_cache/**",
|
| 25 |
+
".pytest_cache/**",
|
| 26 |
"**/.benchmarks/**",
|
| 27 |
+
".benchmarks/**",
|
| 28 |
".git/**",
|
| 29 |
".git",
|
| 30 |
"outputs/**",
|
|
|
|
| 36 |
".env.local",
|
| 37 |
".vscode/**",
|
| 38 |
".idea/**",
|
| 39 |
+
".cursor/**",
|
| 40 |
+
".codex/**",
|
| 41 |
+
".claude/**",
|
| 42 |
+
".agents/**",
|
| 43 |
+
"AGENTS.md",
|
| 44 |
"wandb/**",
|
| 45 |
"*.log",
|
| 46 |
".DS_Store",
|
| 47 |
+
"BLOG.md",
|
| 48 |
+
"notebooks/**",
|
| 49 |
]
|
| 50 |
|
| 51 |
print(f"[upload] uploading {root} -> dataset {args.repo}")
|