activity
20242026
most citedClozeMaster: Fuzzing Rust Compiler by Harnessing LLMs for Infilling Masked Real Programs

8 citations · 9 across the 2 of their papers we have counts for

collaborators

8 papers

cs.SE20268 cited

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…

cs.SE20261 cited

Once4All: Skeleton-Guided SMT Solver Fuzzing with LLM-Synthesized Generators

Maolin Sun, Yibiao Yang, Yuming Zhou

Satisfiability Modulo Theory (SMT) solvers are foundational to modern systems and programming languages research, providing the foundation for tasks like symbolic execution and aut…

cs.SE2026

DebugHarness: Emulating Human Dynamic Debugging for Autonomous Program Repair

Maolin Sun, Yibiao Yang, Xuanlin Liu +2

Patching severe security flaws in complex software remains a major challenge. While automated tools like fuzzers efficiently discover bugs, fixing deep-rooted low-level faults (e.g…

cs.SE2026

Towards Better Code Understanding in Decoder-Only Models with Contrastive Learning

Jiayi Lin, Yanlin Wang, Yibiao Yang +2

Recent advances in large-scale code generation models have led to remarkable progress in producing high-quality code. These models are trained in a self-supervised manner on extens…

cs.SE2025

Isolating Compiler Faults via Multiple Pairs of Adversarial Compilation Configurations

Qingyang Li, Yibiao Yang, Maolin Sun +3

Compilers are fundamental to modern software development, making the effective identification and resolution of compiler faults essential. However, localizing these faults to speci…

cs.SE2025

Using a Sledgehammer to Crack a Nut? Revisiting Automated Compiler Fault Isolation

Yibiao Yang, Qingyang Li, Maolin Sun +2

Background: Compilers are fundamental to software development, translating high-level source code into executable software systems. Faults in compilers can have severe consequences…