paper-with-me

Papers

Neuro-symbolic Zero-Shot Code Cloning with Cross-Language Intermediate Representation

2023-04-26 · Krishnam Hasija, Shrishti Pradhan, Manasi Patwardhan, Raveendra Kumar Medicherla, Lovekesh Vig, Ravindra Naik

In this paper, we define a neuro-symbolic approach to address the task of finding semantically similar clones for the codes of the legacy programming language COBOL, without training data. We define a meta-model that is instantiated to have an Intermediate Representation (IR) in the form of Abstract Syntax Trees (ASTs) common across codes in C and COBOL. We linearize the IRs using Structure Based Traversal (SBT) to create sequential inputs. We further fine-tune UnixCoder, the best-performing model for zero-shot cross-programming language code search, for the Code Cloning task with the SBT IRs of C code-pairs, available in the CodeNet dataset. This allows us to learn latent representations for the IRs of the C codes, which are transferable to the IRs of the COBOL codes. With this fine-tuned UnixCoder, we get a performance improvement of 12.85 MAP@2 over the pre-trained UniXCoder model, in a zero-shot setting, on the COBOL test split synthesized from the CodeNet dataset. This demonstrates the efficacy of our meta-model based approach to facilitate cross-programming language transfer.

📄 PDF Abstract BibTeX arXiv:2304.13350

Code (0)

등록된 구현이 없습니다.

Tasks

C++ codeCode Search

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

VLN-Zero: Rapid Exploration and Cache-Enabled Neurosymbolic Vision-Language Planning for Zero-Shot Transfer in Robot Navigation

2025-09-23 · Neel P. Bhatt, Yunhao Yang, Rohan Siva, Pranay Samineni 외 arxiv

Rapid adaptation in unseen environments is essential for scalable real-world autonomy, yet existing approaches rely on exhaustive exploration or rigid navigation policies that fail to generalize. We present VLN-Zero, a t…

Vision-Language NavigationRobot Navigation

ZeroC: A Neuro-Symbolic Model for Zero-shot Concept Recognition and Acquisition at Inference Time

2022-06-30 · Tailin Wu, Megan Tjandrasuwita, Zhengxuan Wu, Xuelin Yang 외

Humans have the remarkable ability to recognize and acquire novel visual concepts in a zero-shot manner. Given a high-level, symbolic description of a novel concept in terms of previously learned visual concepts and thei…

Novel Concepts

VoiceMark: Zero-Shot Voice Cloning-Resistant Watermarking Approach Leveraging Speaker-Specific Latents

2025-05-27 · Haiyun Li, Zhiyong Wu, XiaoFeng Xie, Jingran Xie 외

Voice cloning (VC)-resistant watermarking is an emerging technique for tracing and preventing unauthorized cloning. Existing methods effectively trace traditional VC models by training them on watermarked audio but fail …

Voice Cloning

Zero-Shot Retrieval with Search Agents and Hybrid Environments

2022-09-30 · Michelle Chen Huebscher, Christian Buck, Massimiliano Ciaramita, Sascha Rothe

Learning to search is the task of building artificial agents that learn to autonomously use a search box to find information. So far, it has been shown that current language models can learn symbolic query reformulation …

Retrieval

NS-VLA: Towards Neuro-Symbolic Vision-Language-Action Models

2026-03-10 · Ziyue Zhu, Shangyang Wu, Shuai Zhao, Zhiqiu Zhao 외 arxiv

Vision-Language-Action (VLA) models are formulated to ground instructions in visual context and generate action sequences for robotic manipulation. Despite recent progress, VLA models still face challenges in learning re…

Reinforcement Learning