paper-with-me

홈 › Papers

MultiPL-E: A Scalable and Extensible Approach to Benchmarking Neural Code Generation

2022-08-17 · Federico Cassano, John Gouwar, Daniel Nguyen, Sydney Nguyen, Luna Phipps-Costin, Donald Pinckney, Ming-Ho Yee, Yangtian Zi, Carolyn Jane Anderson, Molly Q Feldman, Arjun Guha, Michael Greenberg, Abhinav Jangda

Large language models have demonstrated the ability to generate both natural language and programming language text. Such models open up the possibility of multi-language code generation: could code generation models generalize knowledge from one language to another? Although contemporary code generation models can generate semantically correct Python code, little is known about their abilities with other languages. We propose MultiPL-E, a system for translating unit test-driven code generation benchmarks to new languages. We create the first massively multilingual code generation benchmark by using MultiPL-E to translate two popular Python code generation benchmarks to 18 additional programming languages. We use MultiPL-E to extend the HumanEval benchmark and MBPP benchmark to 18 languages that encompass a range of programming paradigms and popularity. Using these new parallel benchmarks, we evaluate the multi-language performance of three state-of-the-art code generation models: Codex, CodeGen, and InCoder. We find that Codex matches or even exceeds its performance on Python for several other languages. The range of programming languages represented in MultiPL-E allow us to explore the impact of language frequency and language features on model performance. Finally, the MultiPL-E approach of compiling code generation benchmarks to new programming languages is both scalable and extensible, making it straightforward to evaluate new models, benchmarks, and languages.

📄 PDF Abstract BibTeX arXiv:2208.08227

Code (1)

nuprl/multipl-e 공식 구현 pytorch

Tasks

BenchmarkingCode GenerationHumanEvalmbpp

Methods 이 논문이 사용한 방법론

CodeGen CodeGen is an autoregressive transformers with next-token prediction language modeling as the learning objective trained on a natural language corpus and programming language…

Similar Papers 제목 키워드 기반

evalSmarT: An LLM-Based Framework for Evaluating Smart Contract Generated Comments

2025-07-28 · Fatou Ndiaye Mbodji arxiv

Smart contract comment generation has gained traction as a means to improve code comprehension and maintainability in blockchain systems. However, evaluating the quality of generated comments remains a challenge. Traditi…

CodeAlignBench: Assessing Code Generation Models on Developer-Preferred Code Adjustments

2025-10-31 · Forough Mehralian, Ryan Shar, James R. Rae, Alireza Hashemi arxiv

As large language models become increasingly capable of generating code, evaluating their performance remains a complex and evolving challenge. Existing benchmarks primarily focus on functional correctness, overlooking t…

Instruction FollowingCode Generation

FedScale: Benchmarking Model and System Performance of Federated Learning at Scale

2021-05-24 · Fan Lai, Yinwei Dai, Sanjay S. Singapuram, Jiachen Liu 외

We present FedScale, a federated learning (FL) benchmarking suite with realistic datasets and a scalable runtime to enable reproducible FL research. FedScale datasets encompass a wide range of critical FL tasks, ranging …

BenchmarkingFederated Learningimage-classificationImage Classification+6

Easy Data Unlearning Bench

2026-02-18 · Roy Rinberg, Pol Puigdemont, Martin Pawelczyk, Volkan Cevher arxiv

Evaluating machine unlearning methods remains technically challenging, with recent benchmarks requiring complex setups and significant engineering overhead. We introduce a unified and extensible benchmarking suite that s…

CLEAVE: Scalable and Edge-native Benchmarking of Networked Control Systems

2022-04-05 · ACM International Workshop on Edge Systems, Analytics and Networking (ACM EdgeSys), co-located with ACM EuroSys 2022 4 · Manuel Olguín Muñoz, Neelabhro Roy, James Gross

As the number of cyber-physical systems rises, it becomes increasingly crucial to study Networked Control Systems (NCSs) combining control communication co-design. This nature of NCSs has led to task-specific approaches …

BenchmarkingEdge-computing