| { | |
| "policies": { | |
| "zero_shot (real LLM)": { | |
| "n": 12, | |
| "correct": 8, | |
| "format": 7, | |
| "mean_reward": 0.725, | |
| "by_type": { | |
| "math": { | |
| "n": 4, | |
| "correct": 2, | |
| "format": 1 | |
| }, | |
| "code": { | |
| "n": 4, | |
| "correct": 2, | |
| "format": 2 | |
| }, | |
| "json": { | |
| "n": 4, | |
| "correct": 4, | |
| "format": 4 | |
| } | |
| }, | |
| "backend": "transformers" | |
| }, | |
| "cot (real LLM)": { | |
| "n": 12, | |
| "correct": 8, | |
| "format": 12, | |
| "mean_reward": 0.7666666666666666, | |
| "by_type": { | |
| "math": { | |
| "n": 4, | |
| "correct": 1, | |
| "format": 4 | |
| }, | |
| "code": { | |
| "n": 4, | |
| "correct": 3, | |
| "format": 4 | |
| }, | |
| "json": { | |
| "n": 4, | |
| "correct": 4, | |
| "format": 4 | |
| } | |
| }, | |
| "backend": "transformers" | |
| }, | |
| "untrained 1.5B agent (real LLM, 3 turns)": { | |
| "n": 12, | |
| "correct": 11, | |
| "format": 10, | |
| "mean_reward": 0.9999999999999999, | |
| "by_type": { | |
| "math": { | |
| "n": 4, | |
| "correct": 3, | |
| "format": 2 | |
| }, | |
| "code": { | |
| "n": 4, | |
| "correct": 4, | |
| "format": 4 | |
| }, | |
| "json": { | |
| "n": 4, | |
| "correct": 4, | |
| "format": 4 | |
| } | |
| }, | |
| "backend": "transformers" | |
| }, | |
| "trained 1.5B agent (real LLM, 2 turns)": { | |
| "n": 12, | |
| "correct": 10, | |
| "format": 10, | |
| "mean_reward": 0.9166666666666665, | |
| "by_type": { | |
| "math": { | |
| "n": 4, | |
| "correct": 3, | |
| "format": 2 | |
| }, | |
| "code": { | |
| "n": 4, | |
| "correct": 3, | |
| "format": 4 | |
| }, | |
| "json": { | |
| "n": 4, | |
| "correct": 4, | |
| "format": 4 | |
| } | |
| }, | |
| "backend": "transformers" | |
| } | |
| }, | |
| "ranking_by_mean_reward": [ | |
| [ | |
| "untrained 1.5B agent (real LLM, 3 turns)", | |
| { | |
| "n": 12, | |
| "correct": 11, | |
| "format": 10, | |
| "mean_reward": 0.9999999999999999, | |
| "by_type": { | |
| "math": { | |
| "n": 4, | |
| "correct": 3, | |
| "format": 2 | |
| }, | |
| "code": { | |
| "n": 4, | |
| "correct": 4, | |
| "format": 4 | |
| }, | |
| "json": { | |
| "n": 4, | |
| "correct": 4, | |
| "format": 4 | |
| } | |
| }, | |
| "backend": "transformers" | |
| } | |
| ], | |
| [ | |
| "trained 1.5B agent (real LLM, 2 turns)", | |
| { | |
| "n": 12, | |
| "correct": 10, | |
| "format": 10, | |
| "mean_reward": 0.9166666666666665, | |
| "by_type": { | |
| "math": { | |
| "n": 4, | |
| "correct": 3, | |
| "format": 2 | |
| }, | |
| "code": { | |
| "n": 4, | |
| "correct": 3, | |
| "format": 4 | |
| }, | |
| "json": { | |
| "n": 4, | |
| "correct": 4, | |
| "format": 4 | |
| } | |
| }, | |
| "backend": "transformers" | |
| } | |
| ], | |
| [ | |
| "cot (real LLM)", | |
| { | |
| "n": 12, | |
| "correct": 8, | |
| "format": 12, | |
| "mean_reward": 0.7666666666666666, | |
| "by_type": { | |
| "math": { | |
| "n": 4, | |
| "correct": 1, | |
| "format": 4 | |
| }, | |
| "code": { | |
| "n": 4, | |
| "correct": 3, | |
| "format": 4 | |
| }, | |
| "json": { | |
| "n": 4, | |
| "correct": 4, | |
| "format": 4 | |
| } | |
| }, | |
| "backend": "transformers" | |
| } | |
| ], | |
| [ | |
| "zero_shot (real LLM)", | |
| { | |
| "n": 12, | |
| "correct": 8, | |
| "format": 7, | |
| "mean_reward": 0.725, | |
| "by_type": { | |
| "math": { | |
| "n": 4, | |
| "correct": 2, | |
| "format": 1 | |
| }, | |
| "code": { | |
| "n": 4, | |
| "correct": 2, | |
| "format": 2 | |
| }, | |
| "json": { | |
| "n": 4, | |
| "correct": 4, | |
| "format": 4 | |
| } | |
| }, | |
| "backend": "transformers" | |
| } | |
| ] | |
| ] | |
| } |