← Search

Yaoming Zhu

6 accepted papers

2026

CATArena: Evaluating Evolutionary Capabilities of Code Agents via Iterative Tournaments

ICML 2026poster

Current evaluation for Large Language Model (LLM) code agents predominantly focus on generating functional code in single-turn scenarios, which fails to evaluate the agent's capability for continuous code optimization and multi-turn iterative development. To bridge this gap, we introduce CATArena, a…

Cited by 0SourceScholar
2023

Beyond Triplet: Leveraging the Most Data for Multimodal Machine Translation

ACL 2023findings

Multimodal machine translation (MMT) aims to improve translation quality by incorporating information from other modalities, such as vision. Previous MMT systems focus on better access and use of visual information and tend to validate their methods on image-related datasets. However, these studies…

2022

Unified Multimodal Punctuation Restoration Framework for Mixed-Modality Corpus

ICASSP 2022accepted

The punctuation restoration task aims to correctly punctuate the output transcriptions of automatic speech recognition systems. Previous punctuation models, either using text only or demanding the corresponding audio, tend to be constrained by real scenes, where unpunctuated sentences are a mixture…

Cited by 0SourceScholar
2021

Counter-Interference Adapter for Multilingual Machine Translation

EMNLP 2021finding

Developing a unified multilingual model has been a long pursuing goal for machine translation. However, existing approaches suffer from performance degradation - a single multilingual model is inferior to separately trained bilingual ones on rich-resource languages. We conjecture that such a phenome…

2019

CoT: Cooperative Training for Generative Modeling of Discrete Data

ICML 2019oral

In this paper, we study the generative models of sequential discrete data. To tackle the exposure bias problem inherent in maximum likelihood estimation (MLE), generative adversarial networks (GANs) are introduced to penalize the unrealistic generated samples. To exploit the supervision signal from…