Search Results - "Software and its engineering Software creation and management Search-based software engineering"
-
1
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. However, these powerful models are vulnerable to adversarial…”
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)“…Vision-based control systems are key enablers of many autonomous vehicular systems, including self-driving cars. Testing such systems is complicated by complex…”
Get full text
Conference Proceeding -
3
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…”
Get full text
Conference Proceeding -
4
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)“…Deep neural networks (DNN) have been shown to be notoriously brittle to small perturbations in their input data. This problem is analogous to the over-fitting…”
Get full text
Conference Proceeding -
5
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 -
6
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. Such classifiers have configurable parameters that control…”
Get full text
Conference Proceeding -
7
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)“…With the recent advances of Deep Neural Networks (DNNs) in real-world applications, such as Automated Driving Systems (ADS) for self-driving cars, ensuring the…”
Get full text
Conference Proceeding -
8
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)“…Complex systems such as autonomous cars are typically built as a composition of features that are independent units of functionality. Features tend to interact…”
Get full text
Conference Proceeding -
9
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. It provides semantically similar implementations from a large code corpus to…”
Get full text
Conference Proceeding -
10
A Neural Framework for Retrieval and Summarization of Source Code
ISSN: 2643-1572Published: ACM 01.09.2018Published in 2018 33rd IEEE/ACM International Conference on Automated Software Engineering (ASE) (01.09.2018)“…Code retrieval and summarization are two tasks often employed by software developers to reuse code that spreads over online repositories. In this paper, we…”
Get full text
Conference Proceeding -
11
Neuro-symbolic program corrector for introductory programming assignments
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)“…Automatic correction of programs is a challenging problem with numerous real world applications in security, verification, and education. One application that…”
Get full text
Conference Proceeding -
12
A Practical Guide to Select Quality Indicators for Assessing Pareto-Based Search Algorithms in Search-Based Software Engineering
ISSN: 1558-1225Published: ACM 01.05.2016Published in Proceedings / International Conference on Software Engineering (01.05.2016)“…Many software engineering problems are multi-objective in nature, which has been largely recognized by the Search-based Software Engineering (SBSE) community…”
Get full text
Conference Proceeding -
13
An Empirical Investigation on the Readability of Manual and Generated Test Cases
ISSN: 2643-7171Published: ACM 01.05.2018Published in 2018 IEEE/ACM 26th International Conference on Program Comprehension (ICPC) (01.05.2018)“…Software testing is one of the most crucial tasks in the typical development process. Developers are usually required to write unit test cases for the code…”
Get full text
Conference Proceeding -
14
Code Difference Guided Adversarial Example Generation for Deep Code Models
ISSN: 2643-1572Published: IEEE 11.09.2023Published in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“…Adversarial examples are important to test and enhance the robustness of deep code models. As source code is discrete and has to strictly stick to complex…”
Get full text
Conference Proceeding -
15
Cross-Inlining Binary Function Similarity Detection
ISSN: 1558-1225Published: ACM 14.04.2024Published in Proceedings / International Conference on Software Engineering (14.04.2024)“…Binary function similarity detection plays an important role in a wide range of security applications. Existing works usually assume that the query function…”
Get full text
Conference Proceeding -
16
Seeding and Mocking in White-Box Fuzzing Enterprise RPC APIs: An Industrial Case Study
ISSN: 2643-1572Published: ACM 27.10.2024Published in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (27.10.2024)“…Microservices is now becoming a promising architecture to build large-scale web services in industry. Due to the high complexity of enterprise microservices,…”
Get full text
Conference Proceeding -
17
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 -
18
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 -
19
Generating test input with deep reinforcement learning
ISBN: 9781450357418, 1450357415Published: New York, NY, USA ACM 28.05.2018Published in 2018 IEEE ACM 11th International Workshop on Search Based Software Testing (SBST) (28.05.2018)“…Test data generation is a tedious and laborious process. Search-based Software Testing (SBST) automatically generates test data optimising structural test…”
Get full text
Conference Proceeding -
20
LeGEND: A Top-Down Approach to Scenario Generation of Autonomous Driving Systems Assisted by Large Language Models
ISSN: 2643-1572Published: ACM 27.10.2024Published in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (27.10.2024)“…Autonomous driving systems (ADS) are safety-critical and require comprehensive testing before their deployment on public roads. While existing testing…”
Get full text
Conference Proceeding

