Papers by Abhinav Japesh
DARS: Dynamic Action Re-Sampling to Enhance Coding Agent Performance by Adaptive Tree Traversal (2025.acl-long)
Copied to clipboard
| Challenge: | Existing approaches to developing LLM-powered coding agents struggle with sub-optimal decision-making. |
| Approach: | They propose a novel inference time compute scaling approach that recovers from sub-optimal decisions by branching out a trajectory at certain key decision points by taking an alternative action given the history of the trajectory and execution feedback of the previous attempt. |
| Outcome: | The proposed approach achieves a pass@1 rate of 47% on the SWE-Bench Lite benchmark, outperforming state-of-the-art (SOTA) open-source frameworks. |