← Search

Gao Zuchen

4 accepted papers

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

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

CoSafe: Evaluating Large Language Model Safety in Multi-Turn Dialogue Coreference

EMNLP 2024main

As large language models (LLMs) constantly evolve, ensuring their safety remains a critical research issue. Previous red teaming approaches for LLM safety have primarily focused on single prompt attacks or goal hijacking. To the best of our knowledge, we are the first to study LLM safety in multi-tu…