prompt string | generated_code string | compiler_status string | test_results dict | security_findings list | functional_score int64 | security_score float64 | final_reward float64 |
|---|---|---|---|---|---|---|---|
Write a function to add two numbers | def add(a, b): return a + b | OK | {
"all_passed": true
} | [] | 1 | 0 | 1 |
Write a function to divide two numbers | def divide(a, b): return a / b | OK | {
"all_passed": true
} | [
{
"id": "CWE-369",
"severity": 5
}
] | 1 | -5 | -2 |
README.md exists but content is empty.
- Downloads last month
- 5