← Search

Yuqun Zhang

6 accepted papers

2026

SK2Decompile: LLM-based Two-Phase Binary Decompilation from Skeleton to Skin

ICLR 2026poster

Large Language Models (LLMs) have emerged as a promising approach for binary decompilation. However, the existing LLM-based decompilers still are somewhat limited in effectively presenting a program's source-level structure with its original identifiers. To mitigate this, we introduce SK2Decompile,…

Cited by 0SourcecodeScholar
2026

SWE-Compass: Towards Unified Evaluation of Agentic Coding Abilities for Large Language Models

ICML 2026poster

Evaluating large language models (LLMs) for software engineering has been limited by narrow task coverage, language bias, and insufficient alignment with real-world developer workflows. Existing benchmarks often focus on algorithmic problems or Python-centric bug fixing, leaving critical dimensions …

Cited by 0SourceScholar
2025

Decompile-Bench: Million-Scale Binary-Source Function Pairs for Real-World Binary Decompilation

NeurIPS 2025poster

Recent advances in LLM-based decompilers have been shown effective to convert low-level binaries into human-readable source code. However, there still lacks a comprehensive benchmark that provides large-scale binary-source function pairs, which is critical for advancing the LLM decompilation technol…

Cited by 0SourcecodeScholar
2025

Grammar-Based Code Representation: Is It a Worthy Pursuit for LLMs?

ACL 2025finding

Grammar serves as a cornerstone in programming languages and software engineering, providing frameworks to define the syntactic space and program structure. Existing research demonstrates the effectiveness of grammar-based code representations in small-scale models, showing their ability to reduce s…

Cited by 0SourcePDFScholar
2025

OASIS: Order-Augmented Strategy for Improved Code Search

ACL 2025long

Code embeddings capture the semantic representations of code and are crucial for various code-related large language model (LLM) applications, such as code search. Previous training primarily relies on optimizing the InfoNCE loss by comparing positive natural language (NL)-code pairs with in-batch n…

2024

LLM4Decompile: Decompiling Binary Code with Large Language Models

EMNLP 2024main

Decompilation aims to convert binary code to high-level source code, but traditional tools like Ghidra often produce results that are difficult to read and execute. Motivated by the advancements in Large Language Models (LLMs), we propose LLM4Decompile, the first and largest open-source LLM series (…