paper-with-me

Papers

Generalizability of Code Clone Detection on CodeBERT

2022-08-26 · Tim Sonnekalb, Bernd Gruner, Clemens-Alexander Brust, Patrick Mäder

Transformer networks such as CodeBERT already achieve outstanding results for code clone detection in benchmark datasets, so one could assume that this task has already been solved. However, code clone detection is not a trivial task. Semantic code clones, in particular, are challenging to detect. We show that the generalizability of CodeBERT decreases by evaluating two different subsets of Java code clones from BigCloneBench. We observe a significant drop in F1 score when we evaluate different code snippets and functionality IDs than those used for model building.

📄 PDF Abstract BibTeX arXiv:2208.12588

Code (0)

등록된 구현이 없습니다.

Tasks

Clone Detection

Methods 이 논문이 사용한 방법론

CodeBERT 설명 없음

Similar Papers 제목 키워드 기반

Source Code is a Graph, Not a Sequence: A Cross-Lingual Perspective on Code Clone Detection

2023-12-27 · Mohammed Ataaur Rahaman, Julia Ive

Source code clone detection is the task of finding code fragments that have the same or similar functionality, but may differ in syntax or structure. This task is important for software maintenance, reuse, and quality as…

Clone Detection

On the Use of Deep Learning Models for Semantic Clone Detection

2024-12-19 · Subroto Nag Pinku, Debajyoti Mondal, Chanchal K. Roy

Detecting and tracking code clones can ease various software development and maintenance tasks when changes in a code fragment should be propagated over all its copies. Several deep learning-based clone detection models …

Clone DetectionDeep Learning

Enhancing Neural Code Representation with Additional Context

2025-10-14 · Huy Nguyen, Christoph Treude, Patanamon Thongtanunam arxiv

Automated program comprehension underpins many software engineering tasks, from code summarisation to clone detection. Recent deep learning models achieve strong results but typically rely on source code alone, overlooki…

Selecting and Combining Large Language Models for Scalable Code Clone Detection

2025-10-17 · Muslim Chochlov, Gul Aftab Ahmed, James Vincent Patten, Yuanhua Han 외 arxiv

Source code clones pose risks ranging from intellectual property violations to unintended vulnerabilities. Effective and efficient scalable clone detection, especially for diverged clones, remains challenging. Large lang…

Programming Knowledge Tracing: A Comprehensive Dataset and A New Model

2021-12-11 · Renyu Zhu, Dongxiang Zhang, Chengcheng Han, Ming Gao 외

In this paper, we study knowledge tracing in the domain of programming education and make two important contributions. First, we harvest and publish so far the most comprehensive dataset, namely BePKT, which covers vario…

Clone DetectionKnowledge Tracing