2 citations · 5 across the 17 of their papers we have counts for
16 papers · 1 filter
Self-Evolving Coding Agents
Hao Zhou, Haichuan Hu, Tianyu Luo +5
Large language models are increasingly embedded in software engineering workflows as coding agents that can inspect repositories, invoke tools, execute tests, debug failures, and g…
MultiFixer: A Coordinator-Proposer Based Multi-Agent Framework For Fixing Multi-Hunk Bugs
Haichuan Hu, Chunrong Fang, Ye Shang +5
Automated Program Repair (APR) has benefited greatly from Large Language Models (LLMs), but existing LLM-based APR methods still struggle with multi-hunk bugs that require coordina…
ReProAgent: Tool-Augmented Multi-Stage Agentic Generation of Bug Reproduction Tests from Issue Reports
Quanjun Zhang, Yi Zheng, Ye Shang +5
Reproduction tests help developers confirm reported issues and provide executable feedback for issue resolution, yet issue reports in open-source projects rarely include such tests…
Multi-Agent LLM Collaboration for Unit Test Generation via Human-Testing-Inspired Workflows
Quanjun Zhang, Ye Shang, Siqi Gu +4
Recently, the emergence of Large Language Models (LLMs) has spurred a surge of research into automated unit test generation, yielding impressive performance and reducing manual eff…
Breaking, Stale, or Missing? Benchmarking Coding Agents on Project-Level Test Evolution
Ye Shang, Quanjun Zhang, Haichuan Hu +3
As production code evolves, the test suite must co-evolve to remain effective. Existing benchmarks for test evolution operate at method-level granularity with pre-paired inputs, by…
ATTest: Agent-Driven Tensor Testing for Deep Learning Library Modules
Zhengyu Zhan, Ye Shang, Jiawei Liu +3
The unit testing of Deep Learning (DL) libraries is challenging due to complex numerical semantics and implicit tensor constraints. Traditional Search-Based Software Testing (SBST)…