paper-with-me

홈 › Papers

Interpreting Performance Profiles with Deep Learning

2025-08-01 · Zhuoran Liu arxiv

Profiling tools (also known as profilers) play an important role in understanding program performance at runtime, such as hotspots, bottlenecks, and inefficiencies. While profilers have been proven to be useful, they give extra burden to software engineers. Software engineers, as the users, are responsible to interpret the complex performance data and identify actionable optimization in program source code. However, it can be challenging for users to associate inefficiencies with the program semantics, especially if the users are not the authors of the code, which limits the applicability of profilers. In this thesis, we explore a new direction to combine performance profiles and program semantics with a deep learning approach. The key idea is to glean code summary for semantic information (at a certain level) and integrate it into a profiler, which can better understand program inefficiencies for actionable optimization. To be concrete, we combine profiles generated by Async Profiler (the state-of-the-art Java profiler) with code summarization from a fine-tuned CodeBERT-based model. We demonstrate the code summaries of any selected call path in a graphic user interface. Our system can effectively assist analysis on many Java benchmarks.

📄 PDF Abstract BibTeX arXiv:2508.02729

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evolutionary Profiles for Protein Fitness Prediction

2025-10-08 · Jigang Fan, Xiaoran Jiao, Shengdong Lin, Zhanming Liang 외 arxiv

Predicting the fitness impact of mutations is central to protein engineering but constrained by limited assays relative to the size of sequence space. Protein language models (pLMs) trained with masked language modeling …

Reinforcement Learning

DrawSim-PD: Simulating Student Science Drawings to Support NGSS-Aligned Teacher Diagnostic Reasoning

2026-02-02 · Arijit Chakma, Peng He, Honglu Liu, Zeyuan Wang 외 arxiv

Developing expertise in diagnostic reasoning requires practice with diverse student artifacts, yet privacy regulations prohibit sharing authentic student work for teacher professional development (PD) at scale. We presen…

Sparsity as a Key: Unlocking New Insights from Latent Structures for Out-of-Distribution Detection

2026-04-29 · Ahyoung Oh, Wonseok Shin, Songkuk Kim arxiv

Sparse Autoencoders (SAEs) have demonstrated significant success in interpreting Large Language Models (LLMs) by decomposing dense representations into sparse, semantic components. However, their potential for analyzing …

Out-of-Distribution Detection

OmicsLM: A Multimodal Large Language Model for Multi-Sample Omics Reasoning

2026-05-07 · Maciej Sypetkowski, Joanna Krawczyk, Łukasz Smoliński, Remigiusz Kinas 외 arxiv

Interpreting transcriptomic data is one of the most common analytical tasks in modern biology. Yet most current models either consume expression profiles without producing natural-language biological explanations, or rea…

Question Answering

Linguistic Properties of Truthful Response

2023-05-25 · Bruce W. Lee, Benedict Florance Arockiaraj, Helen Jin

We investigate the phenomenon of an LLM's untruthful response using a large set of 220 handcrafted linguistic features. We focus on GPT-3 models and find that the linguistic profiles of responses are similar across model…