paper-with-me

Papers

Bootstrapping Code Translation with Weighted Multilanguage Exploration

2026-01-07 · Yuhan Wu, Huan Zhang, Wei Cheng, Chen Shen, Jingyue Yang, Wei Hu arxiv

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) training. Our method introduces a dual-pool architecture with seed and exploration pools to progressively expand training data via execution-guided experience collection. Furthermore, we design a language-aware weighting mechanism that dynamically prioritizes harder translation directions based on relative performance across sibling languages, mitigating optimization imbalance. Extensive experiments on the HumanEval-X and TransCoder-Test benchmarks demonstrate substantial improvements over baseline LLMs across all translation directions, with ablation studies validating the effectiveness of both bootstrapping and weighting components.

📄 PDF Abstract BibTeX arXiv:2601.03512

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningCode Translation

Similar Papers 제목 키워드 기반

New Insights into Bootstrapping for Bandits

2018-05-24 · Sharan Vaswani, Branislav Kveton, Zheng Wen, Anup Rao 외

We investigate the use of bootstrapping in the bandit setting. We first show that the commonly used non-parametric bootstrapping (NPB) procedure can be provably inefficient and establish a near-linear lower bound on the …

Thompson Sampling

AlphaVerus: Bootstrapping Formally Verified Code Generation through Self-Improving Translation and Treefinement

2024-12-09 · Pranjal Aggarwal, Bryan Parno, Sean Welleck

Automated code generation with large language models has gained significant traction, but there remains no guarantee on the correctness of generated code. We aim to use formal verification to provide mathematical guarant…

Code GenerationHumanEvalmbpp

Language Model Bootstrapping Using Neural Machine Translation For Conversational Speech Recognition

2019-12-02 · Surabhi Punjabi, Harish Arsikere, Sri Garimella

Building conversational speech recognition systems for new languages is constrained by the availability of utterances that capture user-device interactions. Data collection is both expensive and limited by the speed of m…

Data AugmentationDomain AdaptationLanguage ModelingLanguage Modelling+7

Bootstrapping Niche Multilingual Code Translation via Reinforcement Learning with Execution-Based Verifiable Supervision

2026-08-14 · Kouki Yuki, Jie Zeng, Kyoko Ogawa, Ryunosuke Ikeda 외 arxiv

Code translation must preserve executable behavior across many programming languages, yet neural code translation has largely focused on a few popular languages such as C++, Java, and Python. This leaves a niche, many-to…

Reinforcement LearningCode Translation

Informed Bootstrap Augmentation Improves EEG Decoding

2025-11-15 · Woojae Jeong, Wenhui Cui, Kleanthis Avramidis, Takfarinas Medani 외 arxiv

Electroencephalography (EEG) offers detailed access to neural dynamics but remains constrained by noise and trial-by-trial variability, limiting decoding performance in data-restricted or complex paradigms. Data augmenta…

Data AugmentationEeg Decoding