Skip to main content

Showing 1–1 of 1 results for author: Kishore, G

Searching in archive cs. Search in all archives.
.
  1. arXiv:2306.06755  [pdf, other

    cs.PL cs.AI cs.SE

    CoTran: An LLM-based Code Translator using Reinforcement Learning with Feedback from Compiler and Symbolic Execution

    Authors: Prithwish Jana, Piyush Jha, Haoyang Ju, Gautham Kishore, Aryan Mahajan, Vijay Ganesh

    Abstract: In this paper, we present an LLM-based code translation method and an associated tool called CoTran, that translates whole-programs from one high-level programming language to another. Current LLM-based code translation methods lack a training approach to ensure that the translated code reliably compiles or bears substantial functional equivalence to the input code. In our work, we train an LLM vi… ▽ More

    Submitted 16 January, 2024; v1 submitted 11 June, 2023; originally announced June 2023.

    ACM Class: I.2.7; I.2.5; D.2