paper-with-me

Papers

Selecting and Combining Large Language Models for Scalable Code Clone Detection

2025-10-17 · Muslim Chochlov, Gul Aftab Ahmed, James Vincent Patten, Yuanhua Han, Guoxian Lu, David Gregg, Jim Buckley 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 language models (LLMs) have recently been applied to clone detection tasks. However, the rapid emergence of LLMs raises questions about optimal model selection and potential LLM-ensemble efficacy. This paper addresses the first question by identifying 76 LLMs and filtering them down to suitable candidates for large-scale clone detection. The candidates were evaluated on two public industrial datasets, BigCloneBench, and a commercial large-scale dataset. No uniformly 'best-LLM' emerged, though CodeT5+110M, CuBERT and SPTCode were top-performers. Analysis of LLM-candidates suggested that smaller embedding sizes, smaller tokenizer vocabularies and tailored datasets are advantageous. On commercial large-scale dataset a top-performing CodeT5+110M achieved 39.71\% precision: twice the precision of previously used CodeBERT. To address the second question, this paper explores ensembling of the selected LLMs: effort-effective approach to improving effectiveness. Results suggest the importance of score normalization and favoring ensembling methods like maximum or sum over averaging. Also, findings indicate that ensembling approach can be statistically significant and effective on larger datasets: the best-performing ensemble achieved even higher precision of 46.91\% over individual LLM on the commercial large-scale code.

📄 PDF Abstract BibTeX arXiv:2510.15480

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

evalSmarT: An LLM-Based Framework for Evaluating Smart Contract Generated Comments

2025-07-28 · Fatou Ndiaye Mbodji arxiv

Smart contract comment generation has gained traction as a means to improve code comprehension and maintainability in blockchain systems. However, evaluating the quality of generated comments remains a challenge. Traditi…

From Captions to Keyframes: KeyScore for Multimodal Frame Scoring and Video-Language Understanding

2025-10-07 · Shih-Yao Lin, Sibendu Paul, Caren Chen arxiv

Selecting informative keyframes is critical for efficient video understanding, yet existing approaches often rely on heuristics, ignore semantics, or produce redundant frames. We propose KeyScore, a caption-aware frame s…

Video-Text RetrievalSemantic SimilarityAction Recognition

Improving Graph Neural Networks at Scale: Combining Approximate PageRank and CoreRank

2022-11-08 · Ariel R. Ramos Vela, Johannes F. Lutzeyer, Anastasios Giovanidis, Michalis Vazirgiannis

Graph Neural Networks (GNNs) have achieved great successes in many learning tasks performed on graph structures. Nonetheless, to propagate information GNNs rely on a message passing scheme which can become prohibitively …

CogAtom: From Cognitive Atoms to Olympiad-level Mathematical Reasoning in Large Language Models

2025-09-22 · Zhuofan Chen, Jiyuan He, Yichi Zhang, Xing Hu 외 arxiv

Mathematical reasoning poses significant challenges for Large Language Models (LLMs) due to its demand for multi-step reasoning and abstract conceptual integration. While recent test-time scaling techniques rely heavily …

Mathematical Reasoning

$μ_0$: A Scalable 3D Interaction-Trace World Model

2026-06-11 · Seungjae Lee, Yoonkyo Jung, Jusuk Lee, Jonghun Shin 외 arxiv

World models that capture how actions induce physical change enable scalable robot learning without reliance on embodiment-specific action labels. Pixel-space video models provide broad visual priors but expend model cap…