Showing cs.SEShow all
2 papers · 1 filter
cs.SE2025
REMODEL-LLM: Transforming C code to Java using LLMs
Aryan Gupta, Y. Raghu Reddy
The automated translation of C code to Java code is a notoriously difficult task, fraught with challenges stemming from fundamental paradigm shifts (procedural vs. Object Oriented)…
cs.SE2025
SLMFix: Leveraging Small Language Models for Error Fixing with Reinforcement Learning
David Jiahao Fu, Aryan Gupta, Aaron Councilman +3
Recent advancements in large language models (LLMs) have shown very impressive capabilities in code generation across many programming languages. However, even state-of-the-art LLM…