paper-with-me

홈 › Papers

Converted, Not Equivalent: Benchmarking Codebase Conversion via Observational Equivalence

2026-05-27 · Linxin Song, Jiefeng Chen, Yue Huang, Bhavana Dalvi Mishra, Chi Wang, Jieyu Zhao, Jinsung Yoon, Tomas Pfister arxiv

Coding agents increasingly act as codebase-scale collaborators that can assist with codebase conversion, but this progress has exposed a critical weakness: agents often over-trust their own local validation routines and declare success on artifacts that satisfy surface checks while violating the semantic contracts users actually care about. This problem is especially acute in codebase conversion, where prior evaluation is largely outcome-driven and therefore unstable: two implementations can match on a shallow outcome, such as a single forward loss, while diverging in gradients, optimizer behavior, or short-horizon training dynamics. We introduce T2J-Bench, a benchmark for codebase conversion that reformulates conversion as transfer under a fixed equivalence contract. A fixed verifier then compares source and converted codebases through three ordered stages: Spec (interface admissibility), Numeric (forward outputs, losses, gradients, and objective-specific tensors), and Behavioral (short training dynamics under fixed seeds). Across 355 blind conversion attempts, the best system reaches only 26.7--28.9% overall pass rate despite Spec pass rates up to 91.1%; a 4.7x token-budget spread yields only a 2.2x pass-rate spread; and all systems overestimate success by 66.6--97.8 points relative to the fixed evaluator. This suggests that failures stem more from contract-misaligned self-validation than from limited budget or backbone strength.

📄 PDF Abstract BibTeX arXiv:2605.29054

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RetinaNet Object Detector based on Analog-to-Spiking Neural Network Conversion

2021-06-10 · Joaquin Royo-Miquel, Silvia Tolu, Frederik E. T. Schöller, Roberto Galeazzi

The paper proposes a method to convert a deep learning object detector into an equivalent spiking neural network. The aim is to provide a conversion framework that is not constrained to shallow network structures and cla…

Object

Identifying Source Speakers for Voice Conversion based Spoofing Attacks on Speaker Verification Systems

2022-06-18 · Danwei Cai, Zexin Cai, Ming Li

An automatic speaker verification system aims to verify the speaker identity of a speech signal. However, a voice conversion system could manipulate a person's speech signal to make it sound like another speaker's voice …

Speaker IdentificationSpeaker VerificationVoice Conversion

L4-Norm Weight Adjustments for Converted Spiking Neural Networks

2021-11-17 · Jason Allred, Kaushik Roy

Spiking Neural Networks (SNNs) are being explored for their potential energy efficiency benefits due to sparse, event-driven computation. Non-spiking artificial neural networks are typically trained with stochastic gradi…

FetaFix: Automatic Fault Localization and Repair of Deep Learning Model Conversions

2023-12-22 · Nikolaos Louloudakis, Perry Gibson, José Cano, Ajitha Rajan

Converting deep learning models between frameworks is a common step to maximize model compatibility across devices and leverage optimization features that may be exclusively provided in one deep learning framework. Howev…

Deep LearningFault localization

System and Methods for Converting Speech to SQL

2013-08-14 · Sachin Kumar, Ashish Kumar, Pinaki Mitra, Girish Sundaram

This paper concerns with the conversion of a Spoken English Language Query into SQL for retrieving data from RDBMS. A User submits a query as speech signal through the user interface and gets the result of the query in t…

Translation