activity
20242026
collaborators

5 papers

physics.optics2026

Optimal slit width for high-precision orbital angular momentum measurement using angular double-slit interferometry

Yu Jian, Xin Wang, Jiyang Zhang +4

We demonstrate an optimization of angular double-slit interferometry for accurate measurement of orbital angular momentum (OAM) of vortex beams. By scanning the dynamic double slit…

cs.PL2026

LLMs Lean on Priors, Not Programming Language Semantics

Aditya Thimmaiah, Jiyang Zhang, Jayanth Srinivasa +2

Recent work asks whether large language models (LLMs) condition their reasoning on explicit rules rather than statistical regularities from pretraining. Program execution provides…

cs.SE2026

AutoMerge: Search-Based Model Merging Framework for Effective Model Reuse

You Lu, Jiyang Zhang, Bihuan Chen +3

Software reuse has long been recognized as a critical and widely studied topic in software engineering, offering substantial benefits in reducing development costs, improving softw…

cs.SE2025

A Tool for Generating Exceptional Behavior Tests With Large Language Models

Linghan Zhong, Samuel Yuan, Jiyang Zhang +4

Exceptional behavior tests (EBTs) are crucial in software development for verifying that code correctly handles unwanted events and throws appropriate exceptions. However, prior re…

cs.SE2024

exLong: Generating Exceptional Behavior Tests with Large Language Models

Jiyang Zhang, Yu Liu, Pengyu Nie +2

Many popular programming languages, including C#, Java, and Python, support exceptions. Exceptions are thrown during program execution if an unwanted event happens, e.g., a method…