paper-with-me

Papers

Modelling Concurrency Bugs Using Machine Learning

2023-05-08 · Teodor Rares Begu

Artificial Intelligence has gained a lot of traction in the recent years, with machine learning notably starting to see more applications across a varied range of fields. One specific machine learning application that is of interest to us is that of software safety and security, especially in the context of parallel programs. The issue of being able to detect concurrency bugs automatically has intrigued programmers for a long time, as the added layer of complexity makes concurrent programs more prone to failure. The development of such automatic detection tools provides considerable benefits to programmers in terms of saving time while debugging, as well as reducing the number of unexpected bugs. We believe machine learning may help achieve this goal by providing additional advantages over current approaches, in terms of both overall tool accuracy as well as programming language flexibility. However, due to the presence of numerous challenges specific to the machine learning approach (correctly labelling a sufficiently large dataset, finding the best model types/architectures and so forth), we have to approach each issue of developing such a tool separately. Therefore, the focus of this project is on comparing both common and recent machine learning approaches. We abstract away the complexity of procuring a labelled dataset of concurrent programs under the form of a synthetic dataset that we define and generate with the scope of simulating real-life (concurrent) programs. We formulate hypotheses about fundamental limits of various machine learning model types which we then validate by running extensive tests on our synthetic dataset. We hope that our findings provide more insight in the advantages and disadvantages of various model types when modelling programs using machine learning, as well as any other related field (e.g. NLP).

📄 PDF Abstract BibTeX arXiv:2305.05531

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Root cause prediction based on bug reports

2021-03-03 · Thomas Hirsch, Birgit Hofer

This paper proposes a supervised machine learning approach for predicting the root cause of a given bug report. Knowing the root cause of a bug can help developers in the debugging process - either directly or indirectly…

BIG-bench Machine LearningPrediction

Go-Oracle: Automated Test Oracle for Go Concurrency Bugs

2024-12-11 · Foivos Tsimpourlas, Chao Peng, Carlos Rosuero, Ping Yang 외

The Go programming language has gained significant traction for developing software, especially in various infrastructure systems. Nonetheless, concurrency bugs have become a prevalent issue within Go, presenting a uniqu…

CONCUR: Benchmarking LLMs for Concurrent Code Generation

2026-03-04 · Jue Huang, Tarek Mahmud, Corina Pasareanu, Guowei Yang arxiv

Leveraging Large Language Models (LLMs) for code generation has increasingly emerged as a common practice in the domain of software engineering. Relevant benchmarks have been established to evaluate the code generation c…

Code Generation

Learning From Developers: Towards Reliable Patch Validation at Scale for Linux

2026-03-25 · Chih-En Lin, Attreyee Mukherjee, Ajay Rawat, Ruqi Zhang 외 arxiv

Patch reviewing is critical for software development, especially in distributed open-source development, which highly depends on voluntary work, such as Linux. This paper studies the past 10 years of patch reviews of the…

Optimistic Concurrency Control for Distributed Unsupervised Learning

2013-07-30 · NeurIPS 2013 12 · Xinghao Pan, Joseph E. Gonzalez, Stefanie Jegelka, Tamara Broderick 외

Research on distributed machine learning algorithms has focused primarily on one of two extremes - algorithms that obey strict concurrency constraints or algorithms that obey few or no such constraints. We consider an in…

BIG-bench Machine LearningClustering