activity
20242026
collaborators

13 papers

cs.SE2026

COMPAS: Difficulty-Aware Joint Search for Optimizing Code Generation

Jingzhi Gong, Jie M. Zhang, Gunel Jahangirova +3

Code generation systems make each LLM call with a model, a prompt, and decoding settings. However, existing optimization methods usually tune only part of these choices or use one…

cs.SE2026

An Empirical Study of Downstream Adaptation for Agent Skills

Xinjian Wu, Jingzhi Gong, Gunel Jahangirova +2

As Large Language Model (LLM) agents become integral to modern software systems, ``skills'' have emerged as a novel unit of software reuse, enabling developers to package workflows…

cs.SE2026

How Does Chunking Affect Retrieval-Augmented Code Completion? A Controlled Empirical Study

Xinjian Wu, Jingzhi Gong, Gunel Jahangirova +1

Retrieval-augmented generation (RAG) pipelines for code completion rely on chunking to segment source files into retrievable units, yet chunking strategies are typically adopted wi…

cs.SE2026

Benchmarking and Evaluating VLMs for Software Architecture Diagram Understanding

Shuyin Ouyang, Jie M. Zhang, Jingzhi Gong +7

Software architecture diagrams are important design artifacts for communicating system structure, behavior, and data organization throughout the software development lifecycle. Alt…

cs.SE2026

LLMLOOP: Improving LLM-Generated Code and Tests through Automated Iterative Feedback Loops

Ravin Ravi, Dylan Bradshaw, Stefano Ruberto +2

Large Language Models (LLMs) are showing remarkable performance in generating source code, yet the generated code often has issues like compilation errors or incorrect code. Resear…

cs.SE2026

A Taxonomy of Real Faults in Hybrid Quantum-Classical Architectures

Avner Bensoussan, Gunel Jahangirova, Mohammad Reza Mousavi

With the popularity of Hybrid Quantum-Classical architectures, particularly noisy intermediate-scale quantum (NISQ) architectures, comes the need for quality assurance methods tail…