Search Results - Software and its engineering Software creation and management Search-based software engineering
-
1
What Makes Good In-Context Demonstrations for Code Intelligence Tasks with LLMs?
ISSN: 2643-1572Published: IEEE 11.09.2023Published in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“…Pre-trained models of source code have gained widespread popularity in many code intelligence tasks. Recently, with the scaling of the model and corpus size,…”
Get full text
Conference Proceeding -
2
Testing vision-based control systems using learnable evolutionary algorithms
ISBN: 9781450356381, 1450356389ISSN: 1558-1225Published: New York, NY, USA ACM 27.05.2018Published in 2018 IEEE/ACM 40th International Conference on Software Engineering (ICSE) (27.05.2018)“…: First, classification models guide the search-based generation of tests faster towards critical test scenarios (i.e…”
Get full text
Conference Proceeding -
3
Natural Attack for Pre-trained Models of Code
ISSN: 1558-1225Published: ACM 21.05.2022Published in 2022 IEEE/ACM 44th International Conference on Software Engineering (ICSE) (21.05.2022)“…Pre-trained models of code have achieved success in many important software engineering tasks…”
Get full text
Conference Proceeding -
4
From Misuse to Mastery: Enhancing Code Generation with Knowledge-Driven AI Chaining
ISSN: 2643-1572Published: IEEE 11.09.2023Published in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“…Large Language Models (LLMs) have shown promising results in automatic code generation by improving coding efficiency to a certain extent. However, generating…”
Get full text
Conference Proceeding -
5
SBSE4VM: Search Based Software Engineering for Variability Management
ISBN: 1467358339, 9781467358330ISSN: 1534-5351Published: IEEE 01.03.2013Published in 2013 17th European Conference on Software Maintenance and Reengineering (01.03.2013)“…) that runs for two years. The driving goal of the project is to explore the application of Search Based Software Engineering techniques to reverse engineer, evolve…”
Get full text
Conference Proceeding -
6
A Search-Based Approach for Accurate Identification of Log Message Formats
ISSN: 2643-7171Published: ACM 28.05.2018Published in 2018 IEEE/ACM 26th International Conference on Program Comprehension (ICPC) (28.05.2018)“…Many software engineering activities process the events contained in log files. However, before performing any processing activity, it is necessary to parse the entries in a log file, to retrieve the actual events recorded in the log…”
Get full text
Conference Proceeding -
7
Distilled Lifelong Self-Adaptation for Configurable Systems
ISSN: 1558-1225Published: IEEE 26.04.2025Published in Proceedings / International Conference on Software Engineering (26.04.2025)“…Modern configurable systems provide tremendous opportunities for engineering future intelligent software systems…”
Get full text
Conference Proceeding -
8
Fuzz Testing based Data Augmentation to Improve Robustness of Deep Neural Networks
ISSN: 1558-1225Published: ACM 01.10.2020Published in 2020 IEEE/ACM 42nd International Conference on Software Engineering (ICSE) (01.10.2020)“… Inspired by these approaches, in this paper, we propose a technique that re-purposes software testing methods, specifically…”
Get full text
Conference Proceeding -
9
Testing Autonomous Cars for Feature Interaction Failures using Many-Objective Search
ISSN: 2643-1572Published: ACM 03.09.2018Published in 2018 33rd IEEE/ACM International Conference on Automated Software Engineering (ASE) (03.09.2018)“… In this paper, we propose a technique to detect feature interaction failures by casting this problem into a search-based test generation problem…”
Get full text
Conference Proceeding -
10
Software requirements interaction management using search-based software engineering methods: A survey
Published: IEEE 01.12.2017Published in 2017 IEEE 4th International Conference on Knowledge-Based Engineering and Innovation (KBEI) (01.12.2017)“… The purpose of the research in the field of search-based software engineering is transfer of software engineering issues from a search based on human activities to a machine-based search using…”
Get full text
Conference Proceeding -
11
Efficient Online Testing for DNN-Enabled Systems using Surrogate-Assisted and Many-Objective Optimization
ISSN: 1558-1225Published: ACM 01.05.2022Published in 2022 IEEE/ACM 44th International Conference on Software Engineering (ICSE) (01.05.2022)“…) for self-driving cars, ensuring the reliability and safety of such DNN-enabled Systems emerges as a fundamental topic in software testing…”
Get full text
Conference Proceeding -
12
A Closer Look at Different Difficulty Levels Code Generation Abilities of ChatGPT
ISSN: 2643-1572Published: IEEE 11.09.2023Published in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“… With the rapid development of intelligent software engineering, automated code generation has become a hot research topic in both artificial intelligence and software engineering, and researchers…”
Get full text
Conference Proceeding -
13
Search-Based LLMs for Code Optimization
ISSN: 1558-1225Published: IEEE 26.04.2025Published in Proceedings / International Conference on Software Engineering (26.04.2025)“…The code written by developers usually suffers from efficiency problems and contain various performance bugs. These inefficiencies necessitate the research of…”
Get full text
Conference Proceeding -
14
Code Search based on Context-aware Code Translation
ISSN: 1558-1225Published: ACM 01.05.2022Published in 2022 IEEE/ACM 44th International Conference on Software Engineering (ICSE) (01.05.2022)“…Code search is a widely used technique by developers during software development…”
Get full text
Conference Proceeding -
15
DeepTC-Enhancer: Improving the Readability of Automatically Generated Tests
ISSN: 2643-1572Published: ACM 01.09.2020Published in 2020 35th IEEE/ACM International Conference on Automated Software Engineering (ASE) (01.09.2020)“…Automated test case generation tools have been successfully proposed to reduce the amount of human and infrastructure resources required to write and run test…”
Get full text
Conference Proceeding -
16
An Empirical Study of Parameter-Efficient Fine-Tuning Methods for Pre-Trained Code Models
ISSN: 2643-1572Published: IEEE 11.09.2023Published in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“…Pre-trained code models (e.g. CodeBERT and CodeT5) have demonstrated their code intelligence in various software engineering tasks, such as code summarization…”
Get full text
Conference Proceeding -
17
Automated Parameter Optimization of Classification Techniques for Defect Prediction Models
ISSN: 1558-1225Published: ACM 14.05.2016Published in Proceedings / International Conference on Software Engineering (14.05.2016)“…Defect prediction models are classifiers that are trained to identify defect-prone software modules…”
Get full text
Conference Proceeding -
18
Intention is All you Need: Refining your Code from your Intention
ISSN: 1558-1225Published: IEEE 26.04.2025Published in Proceedings / International Conference on Software Engineering (26.04.2025)“… As software projects scale in size and complexity, the traditional iterative exchange between re-viewers and developers becomes increasingly burdensome…”
Get full text
Conference Proceeding -
19
Knowledge-Enhanced Program Repair for Data Science Code
ISSN: 1558-1225Published: IEEE 26.04.2025Published in Proceedings / International Conference on Software Engineering (26.04.2025)“…This paper introduces DSrepair, a knowledge-enhanced program repair approach designed to repair the buggy code generated by LLMs in the data science domain…”
Get full text
Conference Proceeding -
20
Challenges of Accurate and Efficient AutoML
ISSN: 2643-1572Published: IEEE 11.09.2023Published in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“…Embedded Artificial Intelligence (AI) is becoming increasingly important in the field of healthcare where such AI enabled devices are utilized to assist…”
Get full text
Conference Proceeding

