paper-with-me

홈 › Papers

Aligning Programming Language and Natural Language: Exploring Design Choices in Multi-Modal Transformer-Based Embedding for Bug Localization

2024-06-25 · Partha Chakraborty, Venkatraman Arumugam, Meiyappan Nagappan

Bug localization refers to the identification of source code files which is in a programming language and also responsible for the unexpected behavior of software using the bug report, which is a natural language. As bug localization is labor-intensive, bug localization models are employed to assist software developers. Due to the domain difference between source code files and bug reports, modern bug-localization systems, based on deep learning models, rely heavily on embedding techniques that project bug reports and source code files into a shared vector space. The creation of an embedding involves several design choices, but the impact of these choices on the quality of embedding and the performance of bug localization models remains unexplained in current research. To address this gap, our study evaluated 14 distinct embedding models to gain insights into the effects of various design choices. Subsequently, we developed bug localization models utilizing these embedding models to assess the influence of these choices on the performance of the localization models. Our findings indicate that the pre-training strategies significantly affect the quality of the embedding. Moreover, we discovered that the familiarity of the embedding models with the data has a notable impact on the bug localization model's performance. Notably, when the training and testing data are collected from different projects, the performance of the bug localization models exhibits substantial fluctuations.

📄 PDF Abstract BibTeX arXiv:2406.17615

Code (1)

https://zenodo.org/record/10519746 공식 구현

Similar Papers 제목 키워드 기반

Cocobo: Exploring Large Language Models as the Engine for End-User Robot Programming

2024-07-30 · Yate Ge, Yi Dai, Run Shan, Kechun Li 외

End-user development allows everyday users to tailor service robots or applications to their needs. One user-friendly approach is natural language programming. However, it encounters challenges such as an expansive user …

Conversing with Copilot: Exploring Prompt Engineering for Solving CS1 Problems Using Natural Language

2022-10-27 · Paul Denny, Viraj Kumar, Nasser Giacaman

GitHub Copilot is an artificial intelligence model for automatically generating source code from natural language problem descriptions. Since June 2022, Copilot has officially been available for free to all students as a…

Prompt Engineering

Exploring Code Style Transfer with Neural Networks

2022-09-13 · Karl Munson, Anish Savla, Chih-Kai Ting, Serenity Wade 외

Style is a significant component of natural language text, reflecting a change in the tone of text while keeping the underlying information the same. Even though programming languages have strict syntax rules, they also …

ClusteringLanguage ModelingLanguage ModellingStyle Transfer

Can Programming Languages Boost Each Other via Instruction Tuning?

2023-08-31 · Daoguang Zan, Ailun Yu, Bo Shen, Jiaxin Zhang 외

When human programmers have mastered a programming language, it would be easier when they learn a new programming language. In this report, we focus on exploring whether programming languages can boost each other during …

HumanEval

Exploring Software Naturalness through Neural Language Models

2020-06-22 · Luca Buratti, Saurabh Pujar, Mihaela Bornea, Scott McCarley 외

The Software Naturalness hypothesis argues that programming languages can be understood through the same techniques used in natural language processing. We explore this hypothesis through the use of a pre-trained transfo…

Language ModelingLanguage Modelling