paper-with-me

홈 › Papers

iPTR: Learning a representation for interactive program translation retrieval

2021-01-01 · Binger Chen, Ziawasch Abedjan

Program translation contributes to many real world scenarios, such as porting codebases written in an obsolete or deprecated language to a modern one or re-implementing existing projects in one's preferred programming language. Existing data-driven approaches either require large amounts of training data or neglect significant characteristics of programs. In this paper, we present iPTR for interactive code translation retrieval from Big Code. iPTR uses a novel code representation technique that encodes structural characteristics of a program and a predictive transformation technique to transform the representation into the target programming language. The transformed representation is used for code retrieval from Big Code. With our succinct representation, the user can easily update and correct the returned results to improve the retrieval process. Our experiments show that iPTR outperforms supervised baselines in terms of program accuracy.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Code TranslationRetrievalTranslation

Similar Papers 제목 키워드 기반

CLIPTrans: Transferring Visual Knowledge with Pre-trained Models for Multimodal Machine Translation

2023-08-29 · ICCV 2023 1 · Devaansh Gupta, Siddhant Kharbanda, Jiawei Zhou, Wanhua Li 외

There has been a growing interest in developing multimodal machine translation (MMT) systems that enhance neural machine translation (NMT) with visual knowledge. This problem setup involves using images as auxiliary info…

Image CaptioningMachine TranslationMultimodal Machine TranslationNMT+1

SVIPTR: Fast and Efficient Scene Text Recognition with Vision Permutable Extractor

2024-01-18 · Xianfu Cheng, Weixiao Zhou, Xiang Li, Jian Yang 외

Scene Text Recognition (STR) is an important and challenging upstream task for building structured information databases, that involves recognizing text within images of natural scenes. Although current state-of-the-art …

DecoderScene Text Recognition

EPIPTrack: Rethinking Prompt Modeling with Explicit and Implicit Prompts for Multi-Object Tracking

2025-10-15 · Yukuan Zhang, Jiarui Zhao, Shangqing Nie, Jin Kuang 외 arxiv

Multimodal semantic cues, such as textual descriptions, have shown strong potential in enhancing target perception for tracking. However, existing methods rely on static textual descriptions from large language models, w…

Multi-Object Tracking

ManipTrans: Efficient Dexterous Bimanual Manipulation Transfer via Residual Learning

2025-03-27 · CVPR 2025 1 · Kailin Li, Puhao Li, Tengyu Liu, Yuyang Li 외

Human hands play a central role in interacting, motivating increasing research in dexterous robotic manipulation. Data-driven embodied AI algorithms demand precise, large-scale, human-like manipulation sequences, which a…

SIPTraj: Map-Free End-to-End Trajectory Prediction via Physics-Guided Scene Interaction

2026-08-01 · Feifei Liu, Zejun Wei, Haozhe Wang, Yazhi Ye 외 arxiv

Trajectory prediction of surrounding agents is a prerequisite for safe planning and decision making in autonomous driving. Without high-definition (HD) maps, sensor-derived bird's-eye-view (BEV) features provide no expli…

Trajectory PredictionAutonomous DrivingDecision Making