paper-with-me

홈 › Papers

The RealHumanEval: Evaluating Large Language Models' Abilities to Support Programmers

2024-04-03 · Hussein Mozannar, Valerie Chen, Mohammed Alsobay, Subhro Das, Sebastian Zhao, Dennis Wei, Manish Nagireddy, Prasanna Sattigeri, Ameet Talwalkar, David Sontag

Evaluation of large language models for code has primarily relied on static benchmarks, including HumanEval (Chen et al., 2021), or more recently using human preferences of LLM responses. As LLMs are increasingly used as programmer assistants, we study whether gains on existing benchmarks or more preferred LLM responses translate to programmer productivity when coding with LLMs, including time spent coding. We introduce RealHumanEval, a web interface to measure the ability of LLMs to assist programmers, through either autocomplete or chat support. We conducted a user study (N=243) using RealHumanEval in which users interacted with seven LLMs of varying base model performance. Despite static benchmarks not incorporating humans-in-the-loop, we find that improvements in benchmark performance lead to increased programmer productivity; however gaps in benchmark versus human performance are not proportional -- a trend that holds across both forms of LLM support. In contrast, we find that programmer preferences do not correlate with their actual performance, motivating the need for better proxy signals. We open-source RealHumanEval to enable human-centric evaluation of new models and the study data to facilitate efforts to improve code models.

📄 PDF Abstract BibTeX arXiv:2404.02806

Code (1)

clinicalml/realhumaneval 공식 구현

Tasks

HumanEval

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

FEEL: A Framework for Evaluating Emotional Support Capability with Large Language Models

2024-03-23 · Huaiwen Zhang, Yu Chen, Ming Wang, Shi Feng

Emotional Support Conversation (ESC) is a typical dialogue that can effectively assist the user in mitigating emotional pressures. However, owing to the inherent subjectivity involved in analyzing emotions, current non-a…

Ensemble Learning

Setting Standards in Turkish NLP: TR-MMLU for Large Language Model Evaluation

2024-12-31 · M. Ali Bayram, Ali Arda Fincan, Ahmet Semih Gümüş, Banu Diri 외

Language models have made remarkable advancements in understanding and generating human language, achieving notable success across a wide array of applications. However, evaluating these models remains a significant chal…

Language Model EvaluationLanguage ModelingLanguage ModellingLarge Language Model+2

LiveNewsBench: Evaluating LLM Web Search Capabilities with Freshly Curated News

2026-02-14 · Yunfan Zhang, Kathleen McKeown, Smaranda Muresan arxiv

Large Language Models (LLMs) with agentic web search capabilities show strong potential for tasks requiring real-time information access and complex fact retrieval, yet evaluating such systems remains challenging. We int…

Question Generation

Game Reasoning Arena: A Framework and Benchmark for Assessing Reasoning Capabilities of Large Language Models via Game Play

2025-08-05 · Lucia Cipolina-Kun, Marianna Nezhurina, Jenia Jitsev arxiv

The Game Reasoning Arena library provides a framework for evaluating the decision making abilities of large language models (LLMs) through strategic board games implemented in Google OpenSpiel library. The framework enab…

Reinforcement LearningDecision Making

AdaptEval: A Benchmark for Evaluating Large Language Models on Code Snippet Adaptation

2026-01-08 · Tanghaoran Zhang, Xinjun Mao, Shangwen Wang, Yuxin Zhao 외 arxiv

Recent advancements in large language models (LLMs) have automated various software engineering tasks, with benchmarks emerging to evaluate their capabilities. However, for adaptation, a critical activity during code reu…