English

SpecTra: Enhancing the Code Translation Ability of Language Models by Generating Multi-Modal Specifications

Software Engineering 2025-12-08 v3

Abstract

Large language models (LLMs) are increasingly being used for the task of automated code translation, which has important real-world applications. However, most existing approaches use only the source code of a program as an input to an LLM, and do not consider the different kinds of specifications that can be extracted from a program. In this paper, we propose SpecTra, a multi-stage approach that uses a novel self-consistency filter to first generate high-quality static specifications, test cases, and natural language descriptions from a given program, and then uses these along with the source code to improve the quality of LLM-generated translations. We evaluate SpecTra on three code translation tasks - C to Rust, C to Go, and JavaScript to TypeScript - and show that it can enhance the performance of six popular LLMs on these tasks by up to a relative improvement of 46%. We also present a case study on extending this approach to handle translation of a full C project to Rust. Our research suggests that generating high-quality specifications could be a promising and efficient way to improve the performance of LLMs for code translation.

Keywords

Cite

@article{arxiv.2405.18574,
  title  = {SpecTra: Enhancing the Code Translation Ability of Language Models by Generating Multi-Modal Specifications},
  author = {Vikram Nitin and Rahul Krishna and Baishakhi Ray},
  journal= {arXiv preprint arXiv:2405.18574},
  year   = {2025}
}
R2 v1 2026-06-28T16:44:44.423Z