paper-with-me

Papers

Multi-LCB: Extending LiveCodeBench to Multiple Programming Languages

2026-06-18 · Maria Ivanova, Pavel Zadorozhny, Rodion Levichev, Ivan Petrov, Adamenko Pavel, Ivan Lopatin, Alexey Kutalev, Dmitrii Babaev arxiv

LiveCodeBench (LCB) has recently become a widely adopted benchmark for evaluating large language models (LLMs) on code-generation tasks. By curating competitive programming problems, constantly adding fresh problems to the set, and filtering them by release dates, LCB provides contamination-aware evaluation and offers a holistic view of coding capability. However, LCB remains restricted to Python, leaving open the question of whether LLMs can generalize across the diverse programming languages required in real-world software engineering. We introduce Multi-LCB, a benchmark for evaluating LLMs across twelve programming languages, including Python. Multi-LCB transforms Python tasks from the LCB dataset into equivalent tasks in other languages while preserving LCB's contamination controls and evaluation protocol. Because it is fully compatible with the original LCB format, Multi-LCB will automatically track future LCB updates, enabling systematic assessment of cross-language code generation competence and requiring models to sustain performance well beyond Python. We evaluated 24 LLMs for instruction and reasoning on Multi-LCB, uncovering evidence of Python overfitting, language-specific contamination, and substantial disparities in multilingual performance. Our results establish Multi-LCB as a rigorous new benchmark for multi-programming-language code evaluation, directly addressing LCB's primary limitation and exposing critical gaps in current LLM capabilities.

📄 PDF Abstract BibTeX arXiv:2606.20517

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Agnostics: Learning to Code in Any Programming Language via Reinforcement with a Universal Learning Environment

2025-08-06 · Aleksander Boruch-Gruszecki, Yangtian Zi, Zixuan Wu, Tejas Oberoi 외 arxiv

Large language models (LLMs) already excel at writing code in high-resource languages such as Python and JavaScript, yet stumble on low-resource languages that remain essential to science and engineering. Besides the obv…

Reinforcement Learning

Turning the Tide: Repository-based Code Reflection

2025-07-14 · Wei zhang, Jian Yang, Jiaxi Yang, Ya Wang 외

Code large language models (LLMs) enhance programming by understanding and generating code across languages, offering intelligent feedback, bug detection, and code updates through reflection, improving development effici…

Code GenerationDiversityHumanEval

MCoNaLa: A Benchmark for Code Generation from Multiple Natural Languages

2022-03-16 · Zhiruo Wang, Grace Cuenca, Shuyan Zhou, Frank F. Xu 외

While there has been a recent burgeoning of applications at the intersection of natural and programming languages, such as code generation and code summarization, these applications are usually English-centric. This crea…

Code GenerationCode Summarization

Narrow Transformer: StarCoder-Based Java-LM For Desktop

2024-07-04 · Kamalkumar Rathinasamy, Balaji A J, Ankush Kumar, Gagan Gayari 외

This paper presents NT-Java-1.1B, an open-source specialized code language model built on StarCoderBase-1.1B, designed for coding tasks in Java programming. NT-Java-1.1B achieves state-of-the-art performance, surpassing …

Language ModelingLanguage Modelling

Benchmarking LLM Code Generation for Audio Programming with Visual Dataflow Languages

2024-09-01 · William Zhang, Maria Leon, Ryan Xu, Adrian Cardenas 외

Node-based programming languages are increasingly popular in media arts coding domains. These languages are designed to be accessible to users with limited coding experience, allowing them to achieve creative output with…

BenchmarkingCode Generation