From the 13 of 196 papers with an AI index.
53 citations
- University of Chinese Academy of SciencesCN64 papers
- Tsinghua UniversityCN59 papers
- Chinese Academy of SciencesCN54 papers
- University of Science and Technology of ChinaCN54 papers
- Shanghai Jiao Tong UniversityCN48 papers
- Zhengzhou UniversityCN44 papers
- Shandong UniversityCN42 papers
- University of OxfordGB40 papers
- Istituto Nazionale di Fisica Nucleare, Laboratori Nazionali di FrascatiIT38 papers
- Johannes Gutenberg University MainzDE38 papers
- Justus-Liebig-Universität GießenDE38 papers
- Peking UniversityCN38 papers
9 papers · 1 filter
UNICS: Multilingual Code Search via Unified Pseudocode and Contrastive Transfer Learning
Ye Fan, Jidong Ge, Chuanyi Li +2
While pre-trained models have achieved remarkable success in code search, their multilingual capabilities remain a major hurdle, plagued by data imbalance, cross-lingual semantic i…
What Characterizes Pairwise Modular Smells?
Chenxing Zhong, Daniel Feitosa, Paris Avgeriou +3
Enhancing the modular structure of existing systems has attracted substantial research interest, primarily through (1) software modularization and (2) identifying design issues (e.…
Chiseling Out Efficiency: Structured Skeleton Supervision for Efficient Code Generation
Yu Yu, Zhihong Sun, Jia Li +8
Large Language Models (LLMs) are capable of generating syntactically correct and functionally complete programs, greatly streamlining software development. However, recent studies…
SkillMOO: Multi-Objective Optimization of Agent Skills for Software Engineering
Jingzhi Gong, Ruizhen Gu, Zhiwei Fei +7
Agent skills are increasingly used to configure coding agents for software engineering (SE) tasks, yet current practice treats them as static, hand-crafted assets, or evolved on pa…
An Extensive Replication Study of the ABLoTS Approach for Bug Localization
Feifei Niu, Enshuo Zhang, Christoph Mayr-Dorn +5
Bug localization is the task of recommending source code locations (typically files) that contain the cause of a bug and hence need to be changed to fix the bug. Along these lines,…
ClozeMaster: Fuzzing Rust Compiler by Harnessing LLMs for Infilling Masked Real Programs
Hongyan Gao, Yibiao Yang, Maolin Sun +3
Ensuring the reliability of the Rust compiler is of paramount importance, given increasing adoption of Rust for critical systems development, due to its emphasis on memory and thre…