Spaces:
Sleeping
Sleeping
| { | |
| "trajectory": [ | |
| { | |
| "step": 1, | |
| "predicted_category": "concurrency", | |
| "predicted_confidence": 0.9, | |
| "think_text": "{\"claims\": [{\"category\": \"concurrency\", \"entity\": \"QUEUE_CAPACITY\", \"location\": \"source.py::WorkerPool\", \"polarity\": \"present\", \"reason\": \"small capacity causes false positives during concurrent load\"}], \"confidence\": 0.9}", | |
| "patch_text": "--- source.py\n<<<<<<< SEARCH\nQUEUE_CAPACITY = 5\n=======\nWorkerPool.QUEUE_CAPACITY = 10\n>>>>>>> REPLACE", | |
| "patch_applied": true, | |
| "reward": -3.55, | |
| "reward_breakdown": { | |
| "format": 1.0, | |
| "compile": 1.0, | |
| "stability": -1.0, | |
| "causal_proximity": 0.0, | |
| "failure_entropy": 0.5, | |
| "anti_hack": 0.0, | |
| "regression": -1.5, | |
| "reasoning_consistency": 0.0, | |
| "oracle_reasoning": -1.0, | |
| "patch_validation": 0.2, | |
| "noop_patch": 0.0, | |
| "think_history": 0.0, | |
| "terminal_bonus": 0.0, | |
| "total": -3.55 | |
| }, | |
| "pass_rate": 0.0, | |
| "done": false | |
| }, | |
| { | |
| "step": 2, | |
| "predicted_category": "concurrency", | |
| "predicted_confidence": 0.9, | |
| "think_text": "{\"claims\": [{\"category\": \"concurrency\", \"entity\": \"QUEUE_CAPACITY\", \"location\": \"source.py::WorkerPool\", \"polarity\": \"present\", \"reason\": \"small queue capacity causes false positives during concurrent load\"}], \"confidence\": 0.9}", | |
| "patch_text": "--- source.py\n<<<<<<< SEARCH\nWorkerPool.QUEUE_CAPACITY = 10\n=======\nWorkerPool.QUEUE_CAPACITY = 50\n>>>>>>> REPLACE", | |
| "patch_applied": true, | |
| "reward": -3.8, | |
| "reward_breakdown": { | |
| "format": 1.0, | |
| "compile": 1.0, | |
| "stability": -1.0, | |
| "causal_proximity": 0.0, | |
| "failure_entropy": 0.5, | |
| "anti_hack": 0.0, | |
| "regression": -1.5, | |
| "reasoning_consistency": 0.0, | |
| "oracle_reasoning": -1.0, | |
| "patch_validation": 0.2, | |
| "noop_patch": 0.0, | |
| "think_history": -0.25, | |
| "terminal_bonus": 0.0, | |
| "total": -3.8 | |
| }, | |
| "pass_rate": 0.0, | |
| "done": false | |
| }, | |
| { | |
| "step": 3, | |
| "predicted_category": "concurrency", | |
| "predicted_confidence": 0.9, | |
| "think_text": "{\"claims\": [{\"category\": \"concurrency\", \"entity\": \"QUEUE_CAPACITY\", \"location\": \"source.py::WorkerPool\", \"polarity\": \"present\", \"reason\": \"small capacity leads to false queue-full reports\"}], \"confidence\": 0.9}", | |
| "patch_text": "--- source.py\n<<<<<<< SEARCH\nWorkerPool.QUEUE_CAPACITY = 50\n=======\nWorkerPool.QUEUE_CAPACITY = 100\n>>>>>>> REPLACE", | |
| "patch_applied": true, | |
| "reward": -3.8, | |
| "reward_breakdown": { | |
| "format": 1.0, | |
| "compile": 1.0, | |
| "stability": -1.0, | |
| "causal_proximity": 0.0, | |
| "failure_entropy": 0.5, | |
| "anti_hack": 0.0, | |
| "regression": -1.5, | |
| "reasoning_consistency": 0.0, | |
| "oracle_reasoning": -1.0, | |
| "patch_validation": 0.2, | |
| "noop_patch": 0.0, | |
| "think_history": -0.25, | |
| "terminal_bonus": 0.0, | |
| "total": -3.8 | |
| }, | |
| "pass_rate": 0.0, | |
| "done": false | |
| }, | |
| { | |
| "step": 4, | |
| "predicted_category": "concurrency", | |
| "predicted_confidence": 0.9, | |
| "think_text": "{\"claims\": [{\"category\": \"concurrency\", \"entity\": \"QUEUE_CAPACITY\", \"location\": \"source.py::WorkerPool\", \"polarity\": \"present\", \"reason\": \"small queue capacity leads to false positives during concurrent load\"}], \"confidence\": 0.9}", | |
| "patch_text": "--- source.py\n<<<<<<< SEARCH\nWorkerPool.QUEUE_CAPACITY = 100\n=======\nWorkerPool.QUEUE_CAPACITY = 500\n>>>>>>> REPLACE", | |
| "patch_applied": true, | |
| "reward": -3.8, | |
| "reward_breakdown": { | |
| "format": 1.0, | |
| "compile": 1.0, | |
| "stability": -1.0, | |
| "causal_proximity": 0.0, | |
| "failure_entropy": 0.5, | |
| "anti_hack": 0.0, | |
| "regression": -1.5, | |
| "reasoning_consistency": 0.0, | |
| "oracle_reasoning": -1.0, | |
| "patch_validation": 0.2, | |
| "noop_patch": 0.0, | |
| "think_history": -0.25, | |
| "terminal_bonus": 0.0, | |
| "total": -3.8 | |
| }, | |
| "pass_rate": 0.0, | |
| "done": false | |
| }, | |
| { | |
| "step": 5, | |
| "predicted_category": "concurrency", | |
| "predicted_confidence": 0.9, | |
| "think_text": "{\"claims\": [{\"category\": \"concurrency\", \"entity\": \"QUEUE_CAPACITY\", \"location\": \"source.py::WorkerPool.__init__\", \"polarity\": \"present\", \"reason\": \"smaller capacity leads to more frequent failures\"}], \"confidence\": 0.9}", | |
| "patch_text": "--- source.py\n<<<<<<< SEARCH\nWorkerPool.QUEUE_CAPACITY = 500\n=======\nWorkerPool.QUEUE_CAPACITY = 1000\n>>>>>>> REPLACE", | |
| "patch_applied": false, | |
| "reward": -1.0, | |
| "reward_breakdown": { | |
| "format": 1.0, | |
| "compile": -0.5, | |
| "stability": 0.0, | |
| "causal_proximity": 0.0, | |
| "failure_entropy": 0.0, | |
| "anti_hack": 0.0, | |
| "regression": -1.5, | |
| "reasoning_consistency": 0.0, | |
| "oracle_reasoning": 0.0, | |
| "patch_validation": 0.0, | |
| "noop_patch": 0.0, | |
| "think_history": 0.0, | |
| "terminal_bonus": 0.0, | |
| "total": -1.0 | |
| }, | |
| "pass_rate": 0.0, | |
| "done": false | |
| }, | |
| { | |
| "step": 6, | |
| "predicted_category": "concurrency", | |
| "predicted_confidence": 0.9, | |
| "think_text": "{\"claims\": [{\"category\": \"concurrency\", \"entity\": \"QUEUE_CAPACITY\", \"location\": \"source.py::WorkerPool.__init__\", \"polarity\": \"present\", \"reason\": \"smaller capacity leads to more frequent failures\"}], \"confidence\": 0.9}", | |
| "patch_text": "--- source.py\n<<<<<<< SEARCH\nWorkerPool.QUEUE_CAPACITY = 500\n=======\nWorkerPool.QUEUE_CAPACITY = 1000\n>>>>>>> REPLACE", | |
| "patch_applied": false, | |
| "reward": -1.0, | |
| "reward_breakdown": { | |
| "format": 1.0, | |
| "compile": -0.5, | |
| "stability": 0.0, | |
| "causal_proximity": 0.0, | |
| "failure_entropy": 0.0, | |
| "anti_hack": 0.0, | |
| "regression": -1.5, | |
| "reasoning_consistency": 0.0, | |
| "oracle_reasoning": 0.0, | |
| "patch_validation": 0.0, | |
| "noop_patch": 0.0, | |
| "think_history": 0.0, | |
| "terminal_bonus": 0.0, | |
| "total": -1.0 | |
| }, | |
| "pass_rate": 0.0, | |
| "done": false | |
| }, | |
| { | |
| "step": 7, | |
| "predicted_category": "concurrency", | |
| "predicted_confidence": 0.9, | |
| "think_text": "{\"claims\": [{\"category\": \"concurrency\", \"entity\": \"QUEUE_CAPACITY\", \"location\": \"source.py::WorkerPool\", \"polarity\": \"present\", \"reason\": \"small capacity causes false queue-full reports\"}], \"confidence\": 0.9}", | |
| "patch_text": "--- source.py\n<<<<<<< SEARCH\nWorkerPool.QUEUE_CAPACITY = 500\n=======\nWorkerPool.QUEUE_CAPACITY = 1000\n>>>>>>> REPLACE", | |
| "patch_applied": true, | |
| "reward": -3.8, | |
| "reward_breakdown": { | |
| "format": 1.0, | |
| "compile": 1.0, | |
| "stability": -1.0, | |
| "causal_proximity": 0.0, | |
| "failure_entropy": 0.5, | |
| "anti_hack": 0.0, | |
| "regression": -1.5, | |
| "reasoning_consistency": 0.0, | |
| "oracle_reasoning": -1.0, | |
| "patch_validation": 0.2, | |
| "noop_patch": 0.0, | |
| "think_history": -0.25, | |
| "terminal_bonus": 0.0, | |
| "total": -3.8 | |
| }, | |
| "pass_rate": 0.0, | |
| "done": false | |
| }, | |
| { | |
| "step": 8, | |
| "predicted_category": "concurrency", | |
| "predicted_confidence": 0.9, | |
| "think_text": "{\"claims\": [{\"category\": \"concurrency\", \"entity\": \"QUEUE_CAPACITY\", \"location\": \"source.py::WorkerPool\", \"polarity\": \"present\", \"reason\": \"small queue capacity causes false positives during concurrent load\"}], \"confidence\": 0.9}", | |
| "patch_text": "--- source.py\n<<<<<<< SEARCH\nWorkerPool.QUEUE_CAPACITY = 1000\n=======\nWorkerPool.QUEUE_CAPACITY = 5000\n>>>>>>> REPLACE", | |
| "patch_applied": true, | |
| "reward": -3.8, | |
| "reward_breakdown": { | |
| "format": 1.0, | |
| "compile": 1.0, | |
| "stability": -1.0, | |
| "causal_proximity": 0.0, | |
| "failure_entropy": 0.5, | |
| "anti_hack": 0.0, | |
| "regression": -1.5, | |
| "reasoning_consistency": 0.0, | |
| "oracle_reasoning": -1.0, | |
| "patch_validation": 0.2, | |
| "noop_patch": 0.0, | |
| "think_history": -0.25, | |
| "terminal_bonus": 0.0, | |
| "total": -3.8 | |
| }, | |
| "pass_rate": 0.0, | |
| "done": true | |
| } | |
| ], | |
| "total_reward": -24.55, | |
| "steps": 8, | |
| "final_pass_rate": 0.0, | |
| "done_reason": "regression_detected", | |
| "reward_breakdown_history": [ | |
| { | |
| "format": 1.0, | |
| "compile": 1.0, | |
| "stability": -1.0, | |
| "causal_proximity": 0.0, | |
| "failure_entropy": 0.5, | |
| "anti_hack": 0.0, | |
| "regression": -1.5, | |
| "reasoning_consistency": 0.0, | |
| "oracle_reasoning": -1.0, | |
| "patch_validation": 0.2, | |
| "noop_patch": 0.0, | |
| "think_history": 0.0, | |
| "terminal_bonus": 0.0, | |
| "total": -3.55 | |
| }, | |
| { | |
| "format": 1.0, | |
| "compile": 1.0, | |
| "stability": -1.0, | |
| "causal_proximity": 0.0, | |
| "failure_entropy": 0.5, | |
| "anti_hack": 0.0, | |
| "regression": -1.5, | |
| "reasoning_consistency": 0.0, | |
| "oracle_reasoning": -1.0, | |
| "patch_validation": 0.2, | |
| "noop_patch": 0.0, | |
| "think_history": -0.25, | |
| "terminal_bonus": 0.0, | |
| "total": -3.8 | |
| }, | |
| { | |
| "format": 1.0, | |
| "compile": 1.0, | |
| "stability": -1.0, | |
| "causal_proximity": 0.0, | |
| "failure_entropy": 0.5, | |
| "anti_hack": 0.0, | |
| "regression": -1.5, | |
| "reasoning_consistency": 0.0, | |
| "oracle_reasoning": -1.0, | |
| "patch_validation": 0.2, | |
| "noop_patch": 0.0, | |
| "think_history": -0.25, | |
| "terminal_bonus": 0.0, | |
| "total": -3.8 | |
| }, | |
| { | |
| "format": 1.0, | |
| "compile": 1.0, | |
| "stability": -1.0, | |
| "causal_proximity": 0.0, | |
| "failure_entropy": 0.5, | |
| "anti_hack": 0.0, | |
| "regression": -1.5, | |
| "reasoning_consistency": 0.0, | |
| "oracle_reasoning": -1.0, | |
| "patch_validation": 0.2, | |
| "noop_patch": 0.0, | |
| "think_history": -0.25, | |
| "terminal_bonus": 0.0, | |
| "total": -3.8 | |
| }, | |
| { | |
| "format": 1.0, | |
| "compile": -0.5, | |
| "stability": 0.0, | |
| "causal_proximity": 0.0, | |
| "failure_entropy": 0.0, | |
| "anti_hack": 0.0, | |
| "regression": -1.5, | |
| "reasoning_consistency": 0.0, | |
| "oracle_reasoning": 0.0, | |
| "patch_validation": 0.0, | |
| "noop_patch": 0.0, | |
| "think_history": 0.0, | |
| "terminal_bonus": 0.0, | |
| "total": -1.0 | |
| }, | |
| { | |
| "format": 1.0, | |
| "compile": -0.5, | |
| "stability": 0.0, | |
| "causal_proximity": 0.0, | |
| "failure_entropy": 0.0, | |
| "anti_hack": 0.0, | |
| "regression": -1.5, | |
| "reasoning_consistency": 0.0, | |
| "oracle_reasoning": 0.0, | |
| "patch_validation": 0.0, | |
| "noop_patch": 0.0, | |
| "think_history": 0.0, | |
| "terminal_bonus": 0.0, | |
| "total": -1.0 | |
| }, | |
| { | |
| "format": 1.0, | |
| "compile": 1.0, | |
| "stability": -1.0, | |
| "causal_proximity": 0.0, | |
| "failure_entropy": 0.5, | |
| "anti_hack": 0.0, | |
| "regression": -1.5, | |
| "reasoning_consistency": 0.0, | |
| "oracle_reasoning": -1.0, | |
| "patch_validation": 0.2, | |
| "noop_patch": 0.0, | |
| "think_history": -0.25, | |
| "terminal_bonus": 0.0, | |
| "total": -3.8 | |
| }, | |
| { | |
| "format": 1.0, | |
| "compile": 1.0, | |
| "stability": -1.0, | |
| "causal_proximity": 0.0, | |
| "failure_entropy": 0.5, | |
| "anti_hack": 0.0, | |
| "regression": -1.5, | |
| "reasoning_consistency": 0.0, | |
| "oracle_reasoning": -1.0, | |
| "patch_validation": 0.2, | |
| "noop_patch": 0.0, | |
| "think_history": -0.25, | |
| "terminal_bonus": 0.0, | |
| "total": -3.8 | |
| } | |
| ] | |
| } | |