← Search

Yuze Zhao

8 accepted papers

2026

Learning Tight Rejection Boundaries without Negatives for Strict One-Class Audio Deepfake Detection

ICML 2026poster

The rapid evolution of audio deepfakes requires robust detection capable of generalizing to unseen attacks. One-class learning offers inherent robustness for this task by characterizing real speech distributions to detect anomalies. However, establishing a compact decision boundary without spoof sup…

Cited by 0SourceScholar
2026

What Really Improves Mathematical Reasoning: Structured Reasoning Signals Beyond Pure Code

ICML 2026poster

Incorporating code into training corpora has become a widely acknowledged practice in the development of modern foundation language models (LMs). Compared with a general Internet corpus, code offers high-quality, well-structured signals that substantially augment the coding proficiency of models. Be…

Cited by 0SourceScholar
2025

SWIFT: A Scalable Lightweight Infrastructure for Fine-Tuning

AAAI 2025technical

Recent development in Large Language Models (LLMs) and Multi-modal Large Language Models (MLLMs) have achieved superior performance and generalization capabilities, covered extensive areas of traditional tasks. However, existing large model training frameworks support only a limited number of models…

2025

Sharper and Faster mean Better: Towards More Efficient Vision-Language Model for Hour-scale Long Video Understanding

ACL 2025long

Despite existing multimodal language models showing impressive performance on the video understanding task, extremely long videos still pose significant challenges to language model’s context length, memory consumption, and computational complexity. To address these issues, we propose a vision-langu…

2025

Unveiling the Magic of Code Reasoning through Hypothesis Decomposition and Amendment

ICLR 2025poster

The reasoning abilities are one of the most enigmatic and captivating aspects of large language models (LLMs). Numerous studies are dedicated to exploring and expanding the boundaries of this reasoning capability. However, tasks that embody both reasoning and recall characteristics are often overloo…

2025

VERSE: Verification-based Self-Play for Code Instructions

AAAI 2025technical

Instruction-tuned Code Large Language Models (Code LLMs) have excelled in diverse code-related tasks, such as program synthesis, automatic program repair, and code explanation. To collect training datasets for instruction-tuning, a popular method involves having models autonomously generate instruct…

2024

CONSIDER: Commonalities and Specialties Driven Multilingual Code Retrieval Framework

AAAI 2024technical

Multilingual code retrieval aims to find code snippets relevant to a user's query from a multilingual codebase, which plays a crucial role in software development and expands their application scenarios compared to classical monolingual code retrieval. Despite the performance improvements achieved b…

2024

RePair: Automated Program Repair with Process-based Feedback

ACL 2024findings

The gap between the trepidation of program reliability and the expense of repairs underscore the indispensability for Automated Program Repair (APR). APR is instrumental in transforming vulnerable programs into more robust ones, bolstering program reliability while simultaneously diminishing the fin…