AI RESEARCH
Bootstrapping Code Translation with Weighted Multilanguage Exploration
arXiv CS.AI
•
ArXi:2601.03512v2 Announce Type: replace-cross Code translation across multiple programming languages is essential yet challenging due to two vital obstacles: scarcity of parallel data paired with executable test oracles, and optimization imbalance when handling diverse language pairs. We propose BootTrans, a bootstrapping method that resolves both obstacles. Its key idea is to leverage the functional invariance and cross-lingual portability of test suites, adapting abundant pivot-language unit tests to serve as universal verification oracles for multilingual reinforcement learning (RL.