paper-with-me

Papers

Automatic Identification of Machine Learning-Specific Code Smells

2025-08-04 · Peter Hamfelt, Ricardo Britto, Lincoln Rocha, Camilo Almendra arxiv

Machine learning (ML) has rapidly grown in popularity, becoming vital to many industries. Currently, the research on code smells in ML applications lacks tools and studies that address the identification and validity of ML-specific code smells. This work investigates suitable methods and tools to design and develop a static code analysis tool (MLpylint) based on code smell criteria. This research employed the Design Science Methodology. In the problem identification phase, a literature review was conducted to identify ML-specific code smells. In solution design, a secondary literature review and consultations with experts were performed to select methods and tools for implementing the tool. We evaluated the tool on data from 160 open-source ML applications sourced from GitHub. We also conducted a static validation through an expert survey involving 15 ML professionals. The results indicate the effectiveness and usefulness of the MLpylint. We aim to extend our current approach by investigating ways to introduce MLpylint seamlessly into development workflows, fostering a more productive and innovative developer environment.

📄 PDF Abstract BibTeX arXiv:2508.02541

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Design Smell Analysis for Developing and Established Open Source Java Software

2019-10-11 · Asif Imran, Tevfik Kosar

Software design smells are design attributes which violate the fundamental design principles. Design smells are a key cause of design debt. Although the activities of design smell identification and measurement are predo…

Code Smells for Machine Learning Applications

2022-03-25 · Haiyin Zhang, Luís Cruz, Arie van Deursen

The popularity of machine learning has wildly expanded in recent years. Machine learning techniques have been heatedly studied in academia and applied in the industry to create business value. However, there is a lack of…

BIG-bench Machine Learning

SmellBench: Evaluating LLM Agents on Architectural Code Smell Repair

2026-05-07 · Ion George Dinu, Marian Cristian Mihăescu, Traian Rebedea arxiv

Architectural code smells erode software maintainability and are costly to repair manually, yet unlike localized bugs, they require cross-module reasoning about design intent that challenges both developers and automated…

Empirical Analysis on Effectiveness of NLP Methods for Predicting Code Smell

2021-08-08 · Himanshu Gupta, Abhiram Anand Gulanikar, Lov Kumar, Lalita Bhanu Murthy Neti

A code smell is a surface indicator of an inherent problem in the system, most often due to deviation from standard coding practices on the developers part during the development phase. Studies observe that code smells m…

Feature Engineering

Specification and Detection of LLM Code Smells

2025-12-19 · Brahim Mahmoudi, Zacharie Chenail-Larcher, Naouel Moha, Quentin Stiévenart 외 arxiv

Large Language Models (LLMs) have gained massive popularity in recent years and are increasingly integrated into software systems for diverse purposes. However, poorly integrating them in source code may undermine softwa…