activity
20242026
collaborators

16 papers

cs.SE2026

When Model Release Meets Model Reuse: Producer-Consumer Misalignment in Hugging Face

Adekunle Ajibode, Oussama Ben Sghaier, Bram Adams +1

Pre-trained Language Models (PTLMs) are increasingly reused as dependencies in modern software systems, even though prior work has documented persistent structural problems in PTLM…

cs.SE2026

Towards Imputation of Pre-Trained Language Model Metadata using Semantic Fingerprinting

Adekunle Ajibode, Oussama Ben Sghaier, Keheliya Gallaba +2

Pre-trained language models (PTLMs) hosted on platforms such as Hugging Face form complex lineage structures similar to software dependency graphs. However, unlike traditional soft…

cs.SE2026

Towards Evaluation Engineering: An Empirical Study of ML Evaluation Harnesses in the Wild

Zhimin Zhao, Zehao Wang, Abdul Ali Bangash +2

Evaluation harnesses are software systems that orchestrate model evaluation by managing model invocation, data loading, metric computation, and result reporting. Despite their crit…

cs.SE2026

Do AI Coding Agents Log Like Humans? An Empirical Study

Youssef Esseddiq Ouatiti, Mohammed Sayagh, Hao Li +1

Software logging is essential for maintaining and debugging complex systems, yet it remains unclear how AI coding agents handle this non-functional requirement. While prior work ch…

cs.SE2026

HAFixAgent: History-Aware Program Repair Agent

Yu Shi, Hao Li, Bram Adams +1

Automated program repair (APR) has recently shifted toward large language models and agent-based systems, yet most systems rely on local snapshot context, overlooking repository hi…

cs.SE2026

HAFix: History-Augmented Large Language Models for Bug Fixing

Yu Shi, Abdul Ali Bangash, Emad Fallahzadeh +2

Recent studies have explored the performance of Large Language Models (LLMs) on various Software Engineering (SE) tasks, such as code generation and bug fixing. However, these appr…