activity
20242026
collaborators

6 papers

cs.PL2026

Transformers for Program Termination

Yoav Alon, Cristina David

Determining whether a program terminates is a core challenge in program analysis with direct implications for correctness, verification, and security. We investigate whether transf…

cs.SE2026

Validated Code Translation for Projects with External Libraries

Hanliang Zhang, Arindam Sharma, Cristina David +5

Large Language Models (LLMs) have shown promise for program translation, particularly for migrating systems code to memory-safe languages such as Rust. However, existing approaches…

cs.SE2025

Quantifying the benefits of code hints for refactoring deprecated Java APIs

Cristina David, Pascal Kesseli, Daniel Kroening +1

When done manually, refactoring legacy code in order to eliminate uses of deprecated APIs is an error-prone and time-consuming process. In this paper, we investigate to which degre…

cs.SE2025

Towards Translating Real-World Code with LLMs: A Study of Translating to Rust

Hasan Ferit Eniser, Hanliang Zhang, Cristina David +5

Large language models (LLMs) show promise in code translation - the task of translating code written in one programming language to another language - due to their ability to write…

cs.PL2024

Scalable, Validated Code Translation of Entire Projects using Large Language Models

Hanliang Zhang, Cristina David, Meng Wang +2

Large language models (LLMs) show promise in code translation due to their ability to generate idiomatic code. However, a significant limitation when using LLMs for code translatio…

cs.LG2024

Integrating Large Language Models and Reinforcement Learning for Non-Linear Reasoning

Yoav Alon, Cristina David

Large Language Models (LLMs) were shown to struggle with long-term planning, which may be caused by the limited way in which they explore the space of possible solutions. We propos…