← Search

Chunqiu Steven Xia

3 accepted papers

2025

UniDebugger: Hierarchical Multi-Agent Framework for Unified Software Debugging

EMNLP 2025

Software debugging is a time-consuming endeavor involving a series of steps, such as fault localization and patch generation, each requiring thorough analysis and a deep understanding of the underlying logic. While large language models (LLMs) demonstrate promising potential in coding tasks, their p

2024

Can LLMs Implicitly Learn Numeric Parameter Constraints in Data Science APIs?

NeurIPS 2024poster

Data science (DS) programs, typically built on popular DS libraries (such as PyTorch and NumPy) with thousands of APIs, serve as the cornerstone for various mission-critical domains such as financial systems, autonomous driving software, and coding assistants. Recently, large language models (LLMs)…

Cited by 0SourcePDFScholar
2023

Is Your Code Generated by ChatGPT Really Correct? Rigorous Evaluation of Large Language Models for Code Generation

NeurIPS 2023poster

Program synthesis has been long studied with recent approaches focused on directly using the power of Large Language Models (LLMs) to generate code. Programming benchmarks, with curated synthesis problems and test-cases, are used to measure the performance of various LLMs on code synthesis. However,…