paper-with-me

Papers

MCoNaLa: A Benchmark for Code Generation from Multiple Natural Languages

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

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 creates a barrier for program developers who are not proficient in English. To mitigate this gap in technology development across languages, we propose a multilingual dataset, MCoNaLa, to benchmark code generation from natural language commands extending beyond English. Modeled off of the methodology from the English Code/Natural Language Challenge (CoNaLa) dataset, we annotated a total of 896 NL-code pairs in three languages: Spanish, Japanese, and Russian. We present a quantitative evaluation of performance on the MCoNaLa dataset by testing with state-of-the-art code generation systems. While the difficulties vary across these three languages, all systems lag significantly behind their English counterparts, revealing the challenges in adapting code generation to new languages.

📄 PDF Abstract BibTeX arXiv:2203.08388

Code (1)

zorazrw/multilingual-conala 공식 구현 pytorch

Tasks

Code GenerationCode Summarization

Similar Papers 제목 키워드 기반

HumanEval-XL: A Multilingual Code Generation Benchmark for Cross-lingual Natural Language Generalization

2024-02-26 · Qiwei Peng, Yekun Chai, Xuhong LI

Large language models (LLMs) have made significant progress in generating codes from textual prompts. However, existing benchmarks have mainly concentrated on translating English prompts to multilingual codes or have bee…

Code GenerationHumanEval

TeXpert: A Multi-Level Benchmark for Evaluating LaTeX Code Generation by LLMs

2025-06-20 · Sahil Kale, Vijaykant Nadadur

LaTeX's precision and flexibility in typesetting have made it the gold standard for the preparation of scientific documentation. Large Language Models (LLMs) present a promising opportunity for researchers to produce pub…

Code Generation

StructGen: Disambiguating Multi-Reference Image Generation via Structured Context Modeling

2026-07-17 · Jianing Peng, Mengyu Wang, Henghui Ding, Zixiang Li 외 arxiv

Multi-reference image generation aims to synthesize images by integrating attributes from multiple reference images under textual instructions. As the number of references increases, the task necessitates complex semanti…

Image Generation

QiMeng-CRUX: Narrowing the Gap Between Natural Language and Verilog via Core Refined Understanding eXpression for Circuit Design

2025-11-25 · Lei Huang, Rui Zhang, Jiaming Guo, Yang Zhang 외 arxiv

Large language models (LLMs) have shown promising capabilities in hardware description language (HDL) generation. However, existing approaches often rely on free-form natural language descriptions that are often ambiguou…

Code Generation

mHumanEval -- A Multilingual Benchmark to Evaluate Large Language Models for Code Generation

2024-10-19 · Nishat Raihan, Antonios Anastasopoulos, Marcos Zampieri

Recent advancements in large language models (LLMs) have significantly enhanced code generation from natural language prompts. The HumanEval Benchmark, developed by OpenAI, remains the most widely used code generation be…

Code GenerationDiversityHumanEvalMachine Translation