paper-with-me

Papers

GenCodeSearchNet: A Benchmark Test Suite for Evaluating Generalization in Programming Language Understanding

2023-11-16 · Andor Diera, Abdelhalim Dahou, Lukas Galke, Fabian Karl, Florian Sihler, Ansgar Scherp

Language models can serve as a valuable tool for software developers to increase productivity. Large generative models can be used for code generation and code completion, while smaller encoder-only models are capable of performing code search tasks using natural language queries.These capabilities are heavily influenced by the quality and diversity of the available training data. Source code datasets used for training usually focus on the most popular languages and testing is mostly conducted on the same distributions, often overlooking low-resource programming languages. Motivated by the NLP generalization taxonomy proposed by Hupkes et.\,al., we propose a new benchmark dataset called GenCodeSearchNet (GeCS) which builds upon existing natural language code search datasets to systemically evaluate the programming language understanding generalization capabilities of language models. As part of the full dataset, we introduce a new, manually curated subset StatCodeSearch that focuses on R, a popular but so far underrepresented programming language that is often used by researchers outside the field of computer science. For evaluation and comparison, we collect several baseline results using fine-tuned BERT-style models and GPT-style large language models in a zero-shot setting.

📄 PDF Abstract BibTeX arXiv:2311.09707

Code (1)

drndr/gencodesearchnet 공식 구현 pytorch

Tasks

Code CompletionCode GenerationCode SearchDiversity

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

A Test Suite for Evaluating Discourse Phenomena in Document-level Neural Machine Translation

2020-12-01 · AACL (iwdp) 2020 12 · Xinyi Cai, Deyi Xiong

The need to evaluate the ability of context-aware neural machine translation (NMT) models in dealing with specific discourse phenomena arises in document-level NMT. However, test sets that satisfy this need are rare. In …

Machine TranslationNMTTranslation

Rethinking RL Evaluation: Can Benchmarks Truly Reveal Failures of RL Methods?

2025-10-12 · Zihan Chen, Yiming Zhang, Hengguang Zhou, Zenghui Ding 외 arxiv

Current benchmarks are inadequate for evaluating progress in reinforcement learning (RL) for large language models (LLMs).Despite recent benchmark gains reported for RL, we find that training on these benchmarks' trainin…

Reinforcement Learning

SWE-Mutation: Can LLMs Generate Reliable Test Suites in Software Engineering?

2026-05-21 · Yuxuan Sun, Yuze Zhao, Yufeng Wang, Yao Du 외 arxiv

Evaluating software engineering capabilities has become a core component of modern large language models (LLMs); however, the key bottleneck hindering further scaling lies not in the scarcity of high-quality solutions, b…

Reinforcement LearningProgram Repair

OpenMEVA: A Benchmark for Evaluating Open-ended Story Generation Metrics

2021-05-19 · ACL 2021 5 · Jian Guan, Zhexin Zhang, Zhuoer Feng, Zitao Liu 외

Automatic metrics are essential for developing natural language generation (NLG) models, particularly for open-ended language generation tasks such as story generation. However, existing automatic metrics are observed to…

Story GenerationText Generation

Symbolic Brittleness in Sequence Models: on Systematic Generalization in Symbolic Mathematics

2021-09-28 · Sean Welleck, Peter West, Jize Cao, Yejin Choi

Neural sequence models trained with maximum likelihood estimation have led to breakthroughs in many tasks, where success is defined by the gap between training and test performance. However, their ability to achieve stro…

Out-of-Distribution GeneralizationSystematic Generalization