Large Language Models for Software Engineering and Software Applications

A special issue of Electronics (ISSN 2079-9292). This special issue belongs to the section "Computer Science & Engineering".

Deadline for manuscript submissions: 20 January 2025 | Viewed by 735

Special Issue Editors


E-Mail Website
Guest Editor
School of Computer Science and Engineering, University of New South Wales, Sydney 2052, Australia
Interests: software testing; fuzzing

E-Mail Website
Guest Editor
Faculty of Engineering, Huazhong University of Science and Technology, Wuhan 430074, China
Interests: LLM security

E-Mail Website
Guest Editor
School of Computer Science and Engineering, Nanyang Technological University, Singapore 639798, Singapore
Interests: artificial intelligence for software engineering; trustworthy artificial intelligence

Special Issue Information

Dear Colleagues,

The rapid advancements in Machine Learning (ML) have had a profound impact on various domains, including software engineering (SE). This Special Issue, entitled "Large Language Models for Software Engineering and Software Applications", aims to explore the integration of ML techniques in SE, with a particular emphasis on the transformative potential of Large Language Models (LLMs).

ML, and especially LLMs, have demonstrated remarkable capabilities in addressing complex tasks through extensive training on massive textual corpora. In SE, these models have shown promising results in activities such as code generation, code comprehension, test generation, and program repair. Despite their significant progress, there remains vast potential to further leverage ML and LLMs for solving code-relevant problems.

Key topics of interest for this Special Issue include the following:

  • Novel approaches to applying ML, including LLMs, for solving code-relevant tasks.
  • Designing and improving ML models, with a focus on LLMs, specifically for SE applications.
  • Developing robust benchmarks and evaluation metrics for ML and LLMs in code-related tasks.

This Special Issue aims to achieve several goals: facilitating the exchange of cutting-edge research and preliminary findings, addressing open challenges and identifying future research directions, and encouraging the sharing of foundational infrastructures and benchmarks. By incorporating diverse formats such as research articles, case studies, and empirical evaluations, this Special Issue will provide a rich forum for both academic and industrial participants to discuss and advance the state of the art in ML for SE.

We invite contributions that address the following:

  • Open research problems and innovative solutions in ML for SE.
  • New techniques and tools leveraging ML, particularly LLMs, for SE tasks.
  • Benchmarks and datasets essential for advancing ML and LLM research in SE.
  • Empirical studies evaluating the effectiveness of ML and LLMs in SE applications.

Through this Special Issue, we aim to foster collaboration and drive forward the integration of ML, particularly LLMs, in the field of software engineering, ultimately enhancing the efficiency and effectiveness of software development processes.

Dr. Yuekang Li
Dr. Kailong Wang
Dr. Weisong Sun
Guest Editors

Manuscript Submission Information

Manuscripts should be submitted online at www.mdpi.com by registering and logging in to this website. Once you are registered, click here to go to the submission form. Manuscripts can be submitted until the deadline. All submissions that pass pre-check are peer-reviewed. Accepted papers will be published continuously in the journal (as soon as accepted) and will be listed together on the special issue website. Research articles, review articles as well as short communications are invited. For planned papers, a title and short abstract (about 100 words) can be sent to the Editorial Office for announcement on this website.

Submitted manuscripts should not have been published previously, nor be under consideration for publication elsewhere (except conference proceedings papers). All manuscripts are thoroughly refereed through a single-blind peer-review process. A guide for authors and other relevant information for submission of manuscripts is available on the Instructions for Authors page. Electronics is an international peer-reviewed open access semimonthly journal published by MDPI.

Please visit the Instructions for Authors page before submitting a manuscript. The Article Processing Charge (APC) for publication in this open access journal is 2400 CHF (Swiss Francs). Submitted papers should be well formatted and use good English. Authors may use MDPI's English editing service prior to publication or during author revisions.

Keywords

  • machine learning
  • deep learning
  • large language models
  • software engineering
  • software application
  • mlops

Benefits of Publishing in a Special Issue

  • Ease of navigation: Grouping papers by topic helps scholars navigate broad scope journals more efficiently.
  • Greater discoverability: Special Issues support the reach and impact of scientific research. Articles in Special Issues are more discoverable and cited more frequently.
  • Expansion of research network: Special Issues facilitate connections among authors, fostering scientific collaborations.
  • External promotion: Articles in Special Issues are often promoted through the journal's social media, increasing their visibility.
  • e-Book format: Special Issues with more than 10 articles can be published as dedicated e-books, ensuring wide and rapid dissemination.

Further information on MDPI's Special Issue polices can be found here.

Published Papers (1 paper)

Order results
Result details
Select all
Export citation of selected articles as:

Research

25 pages, 683 KiB  
Article
DynER: Optimized Test Case Generation for Representational State Transfer (REST)ful Application Programming Interface (API) Fuzzers Guided by Dynamic Error Responses
by Juxing Chen, Yuanchao Chen, Zulie Pan, Yu Chen, Yuwei Li, Yang Li, Min Zhang and Yi Shen
Electronics 2024, 13(17), 3476; https://doi.org/10.3390/electronics13173476 - 1 Sep 2024
Viewed by 529
Abstract
Modern web services widely provide RESTful APIs for clients to access their functionality programmatically. Fuzzing is an emerging technique for ensuring the reliability of RESTful APIs. However, the existing RESTful API fuzzers repeatedly generate invalid requests due to unawareness of errors in the [...] Read more.
Modern web services widely provide RESTful APIs for clients to access their functionality programmatically. Fuzzing is an emerging technique for ensuring the reliability of RESTful APIs. However, the existing RESTful API fuzzers repeatedly generate invalid requests due to unawareness of errors in the invalid tested requests and lack of effective strategy to generate legal value for the incorrect parameters. Such limitations severely hinder the fuzzing performance. In this paper, we propose DynER, a new test case generation method guided by dynamic error responses during fuzzing. DynER designs two strategies of parameter value generation for purposefully revising the incorrect parameters of invalid tested requests to generate new test requests. The strategies are, respectively, based on prompting Large Language Model (LLM) to understand the semantics information in error responses and actively accessing API-related resources. We apply DynER to the state-of-the-art fuzzer RESTler and implement DynER-RESTler. DynER-RESTler outperforms foREST on two real-world RESTful services, WordPress and GitLab with a 41.21% and 26.33% higher average pass rate for test requests and a 12.50% and 22.80% higher average number of unique request types successfully tested, respectively. The experimental results demonstrate that DynER significantly improves the effectiveness of test cases and fuzzing performance. Additionally, DynER-RESTler finds three new bugs. Full article
Show Figures

Figure 1

Back to TopTop