AdaCCD: Adaptive Semantic Contrasts Discovery Based Cross Lingual Adaptation for Code Clone Detection

Abstract

Code Clone Detection, which aims to retrieve functionally similar programs from large code bases, has been attracting increasing attention. Modern software often involves a diverse range of programming languages. However, current code clone detection methods are generally limited to only a few popular programming languages due to insufficient annotated data as well as their own model design constraints. To address these issues, we present AdaCCD, a novel cross-lingual adaptation method that can detect cloned codes in a new language without annotations in that language. AdaCCD leverages language-agnostic code representations from pre-trained programming language models and propose an Adaptively Refined Contrastive Learning framework to transfer knowledge from resource-rich languages to resource-poor languages. We evaluate the cross-lingual adaptation results of AdaCCD by constructing a multilingual code clone detection benchmark consisting of 5 programming languages. AdaCCD achieves significant improvements over other baselines, and achieve comparable performance to supervised fine-tuning.

Cite

Text

Du et al. "AdaCCD: Adaptive Semantic Contrasts Discovery Based Cross Lingual Adaptation for Code Clone Detection." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I16.29749

Markdown

[Du et al. "AdaCCD: Adaptive Semantic Contrasts Discovery Based Cross Lingual Adaptation for Code Clone Detection." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/du2024aaai-adaccd/) doi:10.1609/AAAI.V38I16.29749

BibTeX

@inproceedings{du2024aaai-adaccd,
  title     = {{AdaCCD: Adaptive Semantic Contrasts Discovery Based Cross Lingual Adaptation for Code Clone Detection}},
  author    = {Du, Yangkai and Ma, Tengfei and Wu, Lingfei and Zhang, Xuhong and Ji, Shouling},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {17942-17950},
  doi       = {10.1609/AAAI.V38I16.29749},
  url       = {https://mlanthology.org/aaai/2024/du2024aaai-adaccd/}
}