Skip to content

Commit de3a432

Browse files
committed
Add event for talk Michael Pradel
1 parent 5aa4abe commit de3a432

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: event
3+
title: "SERG Seminar"
4+
categories: [events]
5+
start: "09:30"
6+
end: "10:30"
7+
speaker: Michael Pradel
8+
where: "Social Data Lab"
9+
---
10+
11+
# LLM Agents for Program Repair and Project Setup
12+
13+
[Michael Pradel][pradel], Stuttgart University
14+
15+
### Abstract
16+
17+
Large language models (LLMs) are revolutionizing many aspects of software engineering, by providing rich code understanding, code generation, and code editing abilities. Most past work to leverage LLMs in software engineering interacts with the LLM through an a-priori fixed control flow and by providing a fixed set of information to the model. This talk instead presents an agentic approach, where an LLM interacts with a codebase via a set of tools to autonomously perform a specific software engineering task. We present two such approaches: RepairAgent, which addresses the task of program repair, and ExecutionAgent, which addresses the task of automatically installing and setting up a project so that its tests can be executed. Our results show that agentic approaches outperform prior work, providing a new level of LLM-based automation in software engineering.
18+
19+
20+
### Papers
21+
22+
- https://arxiv.org/abs/2403.17134
23+
- https://arxiv.org/abs/2412.10133
24+
25+
### Bio
26+
27+
Michael Pradel is a full professor at the University of Stuttgart, which he joined after a PhD at ETH Zurich, a post-doc at UC Berkeley, an assistant professorship at TU Darmstadt. The has visited Facebook, UC Berkeley, and UCLA for sabbaticals. His research interests span software engineering, programming languages, security, and machine learning, with a focus on tools and techniques for building reliable, efficient, and secure software. In particular, he is interested in neural-symbolic software analysis, analyzing web applications, dynamic analysis, and test generation. Michael has been recognized through the Ernst-Denert Software Engineering Award, an Emmy Noether grant by the German Research Foundation (DFG), two ERC grants, best/distinguished paper awards at FSE (3x), ISSTA, ASE, and ASPLOS, and by being named an ACM Distinguished Member.
28+
29+
[pradel]: https://software-lab.org/people/Michael_Pradel.html

0 commit comments

Comments
 (0)