← Search

Jie M. Zhang

6 accepted papers

2026

DSCodeBench: A Realistic Benchmark for Data Science Code Generation

AAAI 2026technical

We introduce DSCodeBench, a new benchmark designed to evaluate large language models (LLMs) on complicated and realistic data science code generation tasks. DSCodeBench consists of 1,000 carefully constructed problems sourced from realistic problems from GitHub across ten widely used Python data sci

Cited by 0SourcePDFScholar
2026

Fairness Aware Reinforcement Learning via Proximal Policy Optimization

AAAI 2026technical

Fairness in multi-agent systems (MAS) focuses on equitable reward distribution among agents in scenarios involving sensitive attributes such as race, gender, or socioeconomic status. This paper introduces fairness in Proximal Policy Optimization (PPO) with a penalty term derived from a fairness defi

Cited by 0SourcePDFScholar
2025

EffiBench-X: A Multi-Language Benchmark for Measuring Efficiency of LLM-Generated Code

NeurIPS 2025poster

Existing code generation benchmarks primarily evaluate functional correctness, with limited attention to code efficiency, and they are often restricted to a single language such as Python. To address this gap, we introduce EffiBench‑X, the first large‑scale multi‑language benchmark specifically desi…

Cited by 0SourcecodeScholar
2025

LLM-Powered Test Case Generation for Detecting Bugs in Plausible Programs

ACL 2025long

Detecting tricky bugs in plausible programs, those that pass existing test suites yet still contain bugs, remains a significant challenge in software testing. To address this problem, we propose TrickCatcher, an LLM-powered approach to generating test cases for uncovering bugs in plausible programs.…

2025

Large Language Models Miss the Multi-agent Mark

NeurIPS 2025poster

Recent interest in Multi-Agent Systems of Large Language Models (MAS LLMs) has led to an increase in frameworks leveraging multiple LLMs to tackle complex tasks. However, much of this literature appropriates the terminology of MAS without engaging with its foundational principles. In this position…

Cited by 0SourceScholar
2025

Personality-Guided Code Generation Using Large Language Models

ACL 2025long

Code generation, the automatic creation of source code from natural language descriptions, has garnered significant attention due to its potential to streamline software development. Inspired by research that links task-personality alignment with improved development outcomes, we conduct an empirica…