Header background
Yuze Zhao

Yuze Zhao

Fifth Year PhD of Artificial Intelligence

About Me

I am Yuze Zhao, a PhD candidate in Computer Science at the University of Science and Technology of China. I conduct research on large language models at the State Key Laboratory of Cognitive Intelligence and am a member of the BASE Group. I am advised by Prof. Qi Liu and Asst. Prof. Zhenya Huang.

My research interests include code reasoning, agentic reinforcement learning, human-computer interaction, and trustworthy large language model systems.

Bio

Age
26
Email
yuzezhao[AT]mail.ustc.edu.cn
Address
No. 100 Fuxing Road, Hefei City, Anhui Province
Hobby
Go (6D), Fitness, Reading

News

Recent updates on papers, code releases, and honors.

2026-03
SWE-Mutation: Can LLM Generate Reliable Test Suites in Software Engineering? is currently under submission.
2026-01-13
Adaptive Routing for LLM and Reasoning Strategy Selection was accepted to The ACM Web Conference (WWW). Congratulations to Zhihong.
2025-10
Received the USTC Global Digital Scholarship.
2025-05-16
Denoising Programming Knowledge Tracing with a Code Graph-based Tuning Adaptor was accepted to the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD 2025). Congratulations to Weibo.
2025-01-22
Unveiling the Magic of Code Reasoning through Hypothesis Decomposition and Amendment was accepted to The Thirteenth International Conference on Learning Representations (ICLR 2025).
2024
Earned a Silver Medal as team leader in Kaggle Google AI4Code (Top 2.7%).

Education

PhD Candidate in Computer Science from University of Science and Technology of China

Experience

Research Intern at Ant Group, Ling Team
April, 2025 ~ Present
Data selection and synthesis for pre-trained LM, SWE-bench optimization for Ling.
Research Intern at National Education Examinations Authority
September, 2023 ~ February, 2024
An automated question generation system for teacher feedback alignment.
Server Management Team, Team Leader at State Key Laboratory of Cognitive Intelligence
June, 2022 ~ Present
Large-scale cluster maintenance, server hardware installation, and personnel management.

Publications

Published papers link to public versions. Ongoing manuscripts are listed separately for manual maintenance.

Selected Publications

Yuze Zhao, Tianyun Ji, Wenjun Feng, Zhenya Huang, Qi Liu, Zhiding Liu, Yixiao Ma, Kai Zhang, Enhong Chen

The Thirteenth International Conference on Learning Representations (ICLR 2025), Singapore, 2025.

Introduces code reasoning as a distinct reasoning setting and proposes the RHDA pipeline to iteratively decompose, verify, and amend hypotheses during program reasoning.

@inproceedings{zhao2025unveiling,
  title={Unveiling the Magic of Code Reasoning through Hypothesis Decomposition and Amendment},
  author={Zhao, Yuze and Ji, Tianyun and Feng, Wenjun and Huang, Zhenya and Liu, Qi and Liu, Zhiding and Ma, Yixiao and Zhang, Kai and Chen, Enhong},
  booktitle={The Thirteenth International Conference on Learning Representations},
  year={2025},
  url={https://openreview.net/forum?id=kN25ggeq1J}
}

Yuze Zhao, Zhenya Huang, Yixiao Ma, Rui Li, Kai Zhang, Hao Jiang, Qi Liu, Linbo Zhu, Yu Su

Findings of the Association for Computational Linguistics: ACL 2024, pages 16415-16429, Bangkok, Thailand. Association for Computational Linguistics.

PaperCode
@inproceedings{zhao2024repair,
  title={RePair: Automated Program Repair with Process-based Feedback},
  author={Zhao, Yuze and Huang, Zhenya and Ma, Yixiao and Li, Rui and Zhang, Kai and Jiang, Hao and Liu, Qi and Zhu, Linbo and Su, Yu},
  booktitle={Findings of the Association for Computational Linguistics: ACL 2024},
  pages={16415--16429},
  year={2024},
  url={https://aclanthology.org/2024.findings-acl.973/}
}

Yuze Zhao, Zhenya Huang, Kai Zhang, Weibo Gao, Qi Liu, Xukai Liu, Fangzhou Yao, Enhong Chen

IEEE Transactions on Neural Networks and Learning Systems, 36(10): 19240-19254, 2025.

Public Version
@article{zhao2025semantic,
  title={Semantic-Aligned Code Summarization: Bridging the Gap Between Code and Natural Language Through Data Flow Analysis},
  author={Zhao, Yuze and Huang, Zhenya and Zhang, Kai and Gao, Weibo and Liu, Qi and Liu, Xukai and Yao, Fangzhou and Chen, Enhong},
  journal={IEEE Transactions on Neural Networks and Learning Systems},
  volume={36},
  number={10},
  pages={19240--19254},
  year={2025}
}

Hao Jiang, Qi Liu, Rui Li, Yuze Zhao, Yixiao Ma, Shengyu Ye, Junyu Lu, Yu Su

Proceedings of the AAAI Conference on Artificial Intelligence, 39(23): 24276-24284, 2025.

Public Version
@inproceedings{jiang2025verse,
  title={VERSE: Verification-based Self-Play for Code Instructions},
  author={Jiang, Hao and Liu, Qi and Li, Rui and Zhao, Yuze and Ma, Yixiao and Ye, Shengyu and Lu, Junyu and Su, Yu},
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
  volume={39},
  number={23},
  pages={24276--24284},
  year={2025}
}

Weibo Gao, Qi Liu, Rui Li, Yuze Zhao, Hao Wang, Linan Yue, Fangzhou Yao, Zheng Zhang

Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining, pages 354-365, 2025.

Public Version
@inproceedings{gao2025denoising,
  title={Denoising Programming Knowledge Tracing with a Code Graph-based Tuning Adaptor},
  author={Gao, Weibo and Liu, Qi and Li, Rui and Zhao, Yuze and Wang, Hao and Yue, Linan and Yao, Fangzhou and Zhang, Zheng},
  booktitle={Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining},
  pages={354--365},
  year={2025}
}

Rui Li, Liyang He, Qi Liu, Yuze Zhao, Zheng Zhang, Zhenya Huang, Yu Su, Shijin Wang

Proceedings of the AAAI Conference on Artificial Intelligence, 38(8): 8679-8687, 2024.

Public Version
@inproceedings{li2024consider,
  title={CONSIDER: Commonalities and Specialties Driven Multilingual Code Retrieval Framework},
  author={Li, Rui and He, Liyang and Liu, Qi and Zhao, Yuze and Zhang, Zheng and Huang, Zhenya and Su, Yu and Wang, Shijin},
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
  volume={38},
  number={8},
  pages={8679--8687},
  year={2024}
}
Preprints, Accepted Papers, and Works in Progress

Zhihong Pan, Kai Zhang, Yuze Zhao, Yupeng Han

Accepted by The ACM Web Conference (WWW).

@article{pan2025adaptiverouting,
  title={Adaptive Routing for LLM and Reasoning Strategy Selection},
  author={Pan, Zhihong and Zhang, Kai and Zhao, Yuze and Han, Yupeng},
  journal={CoRR},
  volume={abs/2505.19435},
  year={2025}
}

Zhiding Liu, Jiqian Yang, Qingyang Mao, Yuze Zhao, Mingyue Cheng, Zhi Li, Qi Liu, Enhong Chen

Accepted by IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI).

Preprint
@article{liu2024disents,
  title={DisenTS: Disentangled Channel Evolving Pattern Modeling for Multivariate Time Series Forecasting},
  author={Liu, Zhiding and Yang, Jiqian and Mao, Qingyang and Zhao, Yuze and Cheng, Mingyue and Li, Zhi and Liu, Qi and Chen, Enhong},
  journal={CoRR},
  volume={abs/2410.22981},
  year={2024}
}
Under ReviewCCF-A

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

Yuze Zhao, Junpeng Fang, Lu Yu, Zhenya Huang, Kai Zhang, Qing Cui, Qi Liu, Jun Zhou, Enhong Chen

Under review for the International Conference on Machine Learning (ICML).

Under ReviewCCF Pending

SWE-Mutation: Can LLM Generate Reliable Test Suites in Software Engineering?

New manuscript in preparation.

Honors

Scholarships, awards, and competition results.

2024

CAAI Outstanding Paper Award

2024

USTC Global Digital Scholarship

2023-2025

First Prize of PhD Scholarship

2022

Kaggle Google AI4Code, Top 2.7% (Silver Medal, Team Leader)

2021-2023

Second Prize of Postgraduate Scholarship

2019

Academic Technology Award

2019

First Prize of Undergraduate Scholarship

2018

Second Prize of China Computer Game Competition

2010

National Second-level Athlete

Contact

yuzezhao[AT]mail.ustc.edu.cn