paper-with-me

Papers

E2Edev: Benchmarking Large Language Models in End-to-End Software Development Task

2025-10-16 · Jingyao Liu, Chen Huang, Zhizhao Guan, Wenqiang Lei, Yang Deng arxiv

The rapid advancement in large language models (LLMs) has demonstrated significant potential in End-to-End Software Development (E2ESD). However, existing E2ESD benchmarks are limited by coarse-grained requirement specifications and unreliable evaluation protocols, hindering a true understanding of current framework capabilities. To address these limitations, we present E2EDev, a novel benchmark grounded in the principles of Behavior-Driven Development (BDD), which evaluates the capabilities of E2ESD frameworks by assessing whether the generated software meets user needs through mimicking real user interactions (Figure 1). E2EDev comprises (i) a fine-grained set of user requirements, (ii) multiple BDD test scenarios with corresponding Python step implementations for each requirement, and (iii) a fully automated testing pipeline built on the Behave framework. To ensure its quality while reducing the annotation effort, E2EDev leverages our proposed Human-in-the-Loop Multi-Agent Annotation Framework (HITL-MAA). By evaluating various E2ESD frameworks and LLM backbones with E2EDev, our analysis reveals a persistent struggle to effectively solve these tasks, underscoring the critical need for more effective and cost-efficient E2ESD solutions. Our codebase and benchmark are publicly available at https://github.com/SCUNLP/E2EDev.

📄 PDF Abstract BibTeX arXiv:2510.14509

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

WalledEval: A Comprehensive Safety Evaluation Toolkit for Large Language Models

2024-08-07 · Prannaya Gupta, Le Qi Yau, Hao Han Low, I-Shiang Lee 외

WalledEval is a comprehensive AI safety testing toolkit designed to evaluate large language models (LLMs). It accommodates a diverse range of models, including both open-weight and API-based ones, and features over 35 sa…

AI and SafetyBenchmarkingInstruction FollowingLanguage Modelling+1

GameDevBench: Evaluating Agentic Capabilities Through Game Development

2026-02-11 · Wayne Chi, Yixiong Fang, Arnav Yayavaram, Siddharth Yayavaram 외 arxiv

Despite rapid progress on coding agents, progress on their multimodal counterparts has lagged behind. A key challenge is the scarcity of evaluation testbeds that combine the complexity of software development with the ne…

MedEval: A Multi-Level, Multi-Task, and Multi-Domain Medical Benchmark for Language Model Evaluation

2023-10-21 · Zexue He, Yu Wang, An Yan, Yao Liu 외

Curated datasets for healthcare are often limited due to the need of human annotations from experts. In this paper, we present MedEval, a multi-level, multi-task, and multi-domain medical benchmark to facilitate the deve…

BenchmarkingLanguage Model EvaluationLanguage ModelingLanguage Modelling

CareMedEval dataset: Evaluating Critical Appraisal and Reasoning in the Biomedical Field

2025-11-05 · Doria Bonzi, Alexandre Guiggi, Frédéric Béchet, Carlos Ramisch 외 arxiv

Critical appraisal of scientific literature is an essential skill in the biomedical field. While large language models (LLMs) can offer promising support in this task, their reliability remains limited, particularly for …

MultiMedEval: A Benchmark and a Toolkit for Evaluating Medical Vision-Language Models

2024-02-14 · Corentin Royer, Bjoern Menze, Anjany Sekuboyina

We introduce MultiMedEval, an open-source toolkit for fair and reproducible evaluation of large, medical vision-language models (VLM). MultiMedEval comprehensively assesses the models' performance on a broad array of six…

BenchmarkingDiversity