Výsledky vyhledávání - "Theory of computation Logic Logic and verification"
-
1
What Makes Good In-Context Demonstrations for Code Intelligence Tasks with LLMs?
ISSN: 2643-1572Vydáno: IEEE 11.09.2023Vydáno v 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,…”
Získat plný text
Konferenční příspěvek -
2
Prioritizing Test Inputs for Deep Neural Networks via Mutation Analysis
ISBN: 1665402962, 9781665402965ISSN: 1558-1225Vydáno: IEEE 01.05.2021Vydáno v Proceedings / International Conference on Software Engineering (01.05.2021)“…Deep Neural Network (DNN) testing is one of the most widely-used ways to guarantee the quality of DNNs. However, labeling test inputs to check the correctness…”
Získat plný text
Konferenční příspěvek -
3
An Empirical Study on Fine-Tuning Large Language Models of Code for Automated Program Repair
ISSN: 2643-1572Vydáno: IEEE 11.09.2023Vydáno v IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“…The advent of large language models (LLMs) has opened up new opportunities for automated program repair (APR). In particular, some recent studies have explored…”
Získat plný text
Konferenční příspěvek -
4
Nuances are the Key: Unlocking ChatGPT to Find Failure-Inducing Tests with Differential Prompting
ISSN: 2643-1572Vydáno: IEEE 11.09.2023Vydáno v IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“…Automated detection of software failures is an important but challenging software engineering task. It involves finding in a vast search space the…”
Získat plný text
Konferenční příspěvek -
5
Gamma: Revisiting Template-Based Automated Program Repair Via Mask Prediction
ISSN: 2643-1572Vydáno: IEEE 11.09.2023Vydáno v IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“…Automated program repair (APR) aims to fix software bugs without manual debugging efforts and plays a crucial role in software development and maintenance…”
Získat plný text
Konferenční příspěvek -
6
CAT-LM Training Language Models on Aligned Code And Tests
ISSN: 2643-1572Vydáno: IEEE 11.09.2023Vydáno v IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“…Testing is an integral but often neglected part of the software development process. Classical test generation tools such as EvoSuite generate behavioral test…”
Získat plný text
Konferenční příspěvek -
7
From Misuse to Mastery: Enhancing Code Generation with Knowledge-Driven AI Chaining
ISSN: 2643-1572Vydáno: IEEE 11.09.2023Vydáno v 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…”
Získat plný text
Konferenční příspěvek -
8
An Empirical Study of Parameter-Efficient Fine-Tuning Methods for Pre-Trained Code Models
ISSN: 2643-1572Vydáno: IEEE 11.09.2023Vydáno v 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…”
Získat plný text
Konferenční příspěvek -
9
The Plastic Surgery Hypothesis in the Era of Large Language Models
ISSN: 2643-1572Vydáno: IEEE 11.09.2023Vydáno v IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“…Automated Program Repair (APR) aspires to automatically generate patches for an input buggy program. Traditional APR tools typically focus on specific bug…”
Získat plný text
Konferenční příspěvek -
10
Towards Autonomous Testing Agents via Conversational Large Language Models
ISSN: 2643-1572Vydáno: IEEE 11.09.2023Vydáno v IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“…Software testing is an important part of the development cycle, yet it requires specialized expertise and substantial developer effort to adequately test…”
Získat plný text
Konferenční příspěvek -
11
Generative Type Inference for Python
ISSN: 2643-1572Vydáno: IEEE 11.09.2023Vydáno v IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“…Python is a popular dynamic programming language, evidenced by its ranking as the second most commonly used language on GitHub. However, its dynamic type…”
Získat plný text
Konferenční příspěvek -
12
A Closer Look at Different Difficulty Levels Code Generation Abilities of ChatGPT
ISSN: 2643-1572Vydáno: IEEE 11.09.2023Vydáno v IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“…Code generation aims to generate source code implementing human requirements illustrated with natural language specifications. With the rapid development of…”
Získat plný text
Konferenční příspěvek -
13
JITBot: An Explainable Just-In-Time Defect Prediction Bot
ISSN: 2643-1572Vydáno: ACM 01.09.2020Vydáno v 2020 35th IEEE/ACM International Conference on Automated Software Engineering (ASE) (01.09.2020)“…Just-In-Time (JIT) defect prediction is a classification model that is trained using historical data to predict bug-introducing changes. However, recent…”
Získat plný text
Konferenční příspěvek -
14
Reasoning Runtime Behavior of a Program with LLM: How Far are We?
ISSN: 1558-1225Vydáno: IEEE 26.04.2025Vydáno v Proceedings / International Conference on Software Engineering (26.04.2025)“…Large language models for code (i.e., code LLMs) have shown strong code understanding and generation capabilities. To evaluate the capabilities of code LLMs in…”
Získat plný text
Konferenční příspěvek -
15
RepairAgent: An Autonomous, LLM-Based Agent for Program Repair
ISSN: 1558-1225Vydáno: IEEE 26.04.2025Vydáno v Proceedings / International Conference on Software Engineering (26.04.2025)“…Automated program repair has emerged as a powerful technique to mitigate the impact of software bugs on system reliability and user experience. This paper…”
Získat plný text
Konferenční příspěvek -
16
Decomposing Software Verification into Off-the-Shelf Components: An Application to CEGAR
ISSN: 1558-1225Vydáno: ACM 01.05.2022Vydáno v 2022 IEEE/ACM 44th International Conference on Software Engineering (ICSE) (01.05.2022)“…Techniques for software verification are typically realized as cohesive units of software with tightly coupled components. This makes it difficult to reuse…”
Získat plný text
Konferenční příspěvek -
17
Combining Fine-Tuning and LLM-Based Agents for Intuitive Smart Contract Auditing with Justifications
ISSN: 1558-1225Vydáno: IEEE 26.04.2025Vydáno v Proceedings / International Conference on Software Engineering (26.04.2025)“…Smart contracts are decentralized applications built atop blockchains like Ethereum. Recent research has shown that large language models (LLMs) have potential…”
Získat plný text
Konferenční příspěvek -
18
It's Not a Feature, It's a Bug: Fault-Tolerant Model Mining from Noisy Data
ISSN: 1558-1225Vydáno: ACM 14.04.2024Vydáno v Proceedings / International Conference on Software Engineering (14.04.2024)“…The mining of models from data finds widespread use in industry. There exists a variety of model inference methods for perfectly deterministic behaviour,…”
Získat plný text
Konferenční příspěvek -
19
Faster Configuration Performance Bug Testing with Neural Dual-Level Prioritization
ISSN: 1558-1225Vydáno: IEEE 26.04.2025Vydáno v Proceedings / International Conference on Software Engineering (26.04.2025)“…As software systems become more complex and configurable, more performance problems tend to arise from the configuration designs. This has caused some…”
Získat plný text
Konferenční příspěvek -
20
Mutation-based Fault Localization of Deep Neural Networks
ISSN: 2643-1572Vydáno: IEEE 11.09.2023Vydáno v IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“…Deep neural networks (DNNs) are susceptible to bugs, just like other types of software systems. A significant uptick in using DNN, and its applications in…”
Získat plný text
Konferenční příspěvek

