← Search

Milos Gligoric

5 accepted papers

2026

PLSemanticsBench: A Formal Semantics Reasoning Benchmark for Code

ICML 2026poster

Recent work asks whether large language models (LLMs) condition their reasoning on explicit rules rather than statistical regularities from pretraining. Program execution provides a canonical instance: formal semantics define behavior through sym- bolic transition rules that can be systematically al…

Cited by 0SourceScholar
2022

Impact of Evaluation Methodologies on Code Summarization

ACL 2022long

There has been a growing interest in developing machine learning (ML) models for code summarization tasks, e.g., comment generation and method naming. Despite substantial increase in the effectiveness of ML models, the evaluation methodologies, i.e., the way people split datasets into training, vali…

2022

Learning to Describe Solutions for Bug Reports Based on Developer Discussions

ACL 2022findings

When a software bug is reported, developers engage in a discussion to collaboratively resolve it. While the solution is likely formulated within the discussion, it is often buried in a large amount of text, making it difficult to comprehend and delaying its implementation. To expedite bug resolution…

2022

Using Developer Discussions to Guide Fixing Bugs in Software

EMNLP 2022finding

Automatically fixing software bugs is a challenging task. While recent work showed that natural language context is useful in guiding bug-fixing models, the approach required prompting developers to provide this context, which was simulated through commit messages written after the bug-fixing code c…

2021

Deep Just-In-Time Inconsistency Detection Between Comments and Source Code

AAAI 2021technical

Natural language comments convey key aspects of source code such as implementation, usage, and pre- and post-conditions. Failure to update comments accordingly when the corresponding code is modified introduces inconsistencies, which is known to lead to confusion and software bugs. In this paper, we…

Cited by 55SourcePDFScholar