paper-with-me

Papers

Assessing Project-Level Fine-Tuning of ML4SE Models

2022-06-07 · Egor Bogomolov, Sergey Zhuravlev, Egor Spirin, Timofey Bryksin

Machine Learning for Software Engineering (ML4SE) is an actively growing research area that focuses on methods that help programmers in their work. In order to apply the developed methods in practice, they need to achieve reasonable quality in order to help rather than distract developers. While the development of new approaches to code representation and data collection improves the overall quality of the models, it does not take into account the information that we can get from the project at hand. In this work, we investigate how the model's quality can be improved if we target a specific project. We develop a framework to assess quality improvements that models can get after fine-tuning for the method name prediction task on a particular project. We evaluate three models of different complexity and compare their quality in three settings: trained on a large dataset of Java projects, further fine-tuned on the data from a particular project, and trained from scratch on this data. We show that per-project fine-tuning can greatly improve the models' quality as they capture the project's domain and naming conventions. We open-source the tool we used for data collection, as well as the code to run the experiments: https://zenodo.org/record/6040745.

📄 PDF Abstract BibTeX arXiv:2206.03333

Code (2)

JetBrains-Research/fine-tuning-ml-models 공식 구현
zetang94/ase2023_knm-lm pytorch

Tasks

Method name prediction

Similar Papers 제목 키워드 기반

Trainable Projected Gradient Method for Robust Fine-tuning

2023-03-19 · CVPR 2023 1 · Junjiao Tian, Xiaoliang Dai, Chih-Yao Ma, Zecheng He 외

Recent studies on transfer learning have shown that selectively fine-tuning a subset of layers or customizing different learning rates for each layer can greatly improve robustness to out-of-distribution (OOD) data and r…

Transfer Learning

Assessing the Macro and Micro Effects of Random Seeds on Fine-Tuning Large Language Models

2025-03-10 · Hao Zhou, Guergana Savova, Lijing Wang

The impact of random seeds in fine-tuning large language models (LLMs) has been largely overlooked despite its potential influence on model performance.In this study, we systematically evaluate the effects of random seed…

Decoding Latent Spaces: Assessing the Interpretability of Time Series Foundation Models for Visual Analytics

2025-04-26 · Inmaculada Santamaria-Valenzuela, Victor Rodriguez-Fernandez, Javier Huertas-Tato, Jong Hyuk Park 외

The present study explores the interpretability of latent spaces produced by time series foundation models, focusing on their potential for visual analysis tasks. Specifically, we evaluate the MOMENT family of models, a …

Anomaly DetectionImputationTime Series

Measuring the Instability of Fine-Tuning

2023-02-15 · Yupei Du, Dong Nguyen

Fine-tuning pre-trained language models on downstream tasks with varying random seeds has been shown to be unstable, especially on small datasets. Many previous studies have investigated this instability and proposed met…

Beyond Description: Cognitively Benchmarking Fine-Grained Action for Embodied Agents

2025-11-24 · Dayong Liu, Chao Xu, Weihong Chen, Suyu Zhang 외 arxiv

Multimodal Large Language Models (MLLMs) show promising results as decision-making engines for embodied agents operating in complex, physical environments. However, existing benchmarks often prioritize high-level plannin…

Spatial Reasoning