Mingyuan Zhang’s Homepage
  • Home
  • Publications
  • Articles
  • Projects
  1. Mingyuan (William) Zhang

Mingyuan (William) Zhang

LinkedIn Google Scholar GitHub

πŸ‘‹ About Me

I am currently working in the tech industry, focusing on machine learning, artificial intelligence, large language models, agents, and recommendation systems.

I obtained my Ph.D. in Computer and Information Science from the University of Pennsylvania, where I worked on statistical machine learning for complex classification problems.

Prior to my Ph.D., I completed my undergraduate studies at the University of Michigan, where I earned degrees in Honors Mathematics, Honors Statistics, Computer Science, and Data Science.

πŸŽ“ Education

2024

Ph.D. in Computer and Information Science

University of Pennsylvania
Dissertation: Statistical Machine Learning for Complex Classification Problems

2018

B.S. in Honors Mathematics, Honors Statistics, Computer Science, and Data Science

University of Michigan

πŸ”¬ Research Interests

My current research focuses on large language models, agents, and recommendation systems.

My doctoral research focused on statistical machine learning for complex classification problems, with particular emphasis on:

  • Learning from Noisy Labels: Designing algorithms that can learn good classifiers despite noisy training data, for both multiclass and multi-label learning problems
  • Multi-Label Classification & Label Ranking: Developing effective learning algorithms for multi-label losses and various label ranking metrics
  • Non-decomposable Performance Measures: Optimizing complex performance measures (F1, AUC, etc.) that cannot be decomposed per example
  • Weakly Supervised Learning: Learning from missing or partial labels, and transfer learning

πŸ† Honors & Awards

Top Reviewer, NeurIPS, 2024

Outstanding Achievement in Mathematics Awards, University of Michigan, 2017, 2018

James B. Angell Scholar, University of Michigan, 2015, 2017, 2018

William J. Branstrom Freshman Prize, University of Michigan, 2014

University Honors, University of Michigan, 2013 - 2018

πŸ‘₯ Professional Service

Journal Reviewer: JMLR, IEEE TPAMI

Conference Reviewer: NeurIPS (2021-2024), ICLR (2022-2023), AISTATS (2024)

Source Code
---
title: "Mingyuan (William) Zhang"
image: assets/images/myz.png
about:
  template: trestles
  image-width: 200px
  image-shape: round
  links:
    - icon: linkedin
      text: LinkedIn
      href: https://www.linkedin.com/in/mingyuanzhang
    - icon: mortarboard-fill
      text: Google Scholar
      href: https://scholar.google.com/citations?user=0mAq5yUAAAAJ
    - icon: github
      text: GitHub
      href: https://github.com/mingyuan-zh
toc: false
page-layout: full
---

<style>
/* Custom styles for academic template layout */
.about-content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Override Quarto template constraints for wider display */
.quarto-about-trestles .about-contents {
  max-width: 100% !important;
}

.quarto-about-trestles .about-entity {
  max-width: 100% !important;
}

.quarto-about-trestles .about-body {
  max-width: 100% !important;
}

/* Ensure the main content container is wider */
.quarto-title-block {
  max-width: 1600px !important;
  margin: 0 auto;
}

main.content {
  max-width: 1600px !important;
}

/* Make the page layout wider */
.page-layout-custom,
.page-columns.page-columns-border {
  max-width: 1600px !important;
}

/* Override any container constraints */
.container-fluid,
.container {
  max-width: 1600px !important;
}

/* Ensure navbar containers are not constrained by the above rule */
.navbar .container-fluid,
.navbar .container,
.quarto-navbar .container-fluid,
.quarto-navbar .container,
.navbar-container .container-fluid,
.navbar-container .container {
  max-width: 100% !important;
}

.about-section {
  margin-bottom: 2.5rem;
}

.about-section h2 {
  font-size: 1.5rem;
  color: #2780e3;
  border-bottom: 2px solid #2780e3;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.about-section h2:first-of-type {
  margin-top: 0;
}

.about-card {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #2780e3;
  margin-bottom: 1.5rem;
}

.about-card p {
  line-height: 1.7;
  color: #555;
  margin-bottom: 1rem;
}

.about-card p:last-child {
  margin-bottom: 0;
}

.about-card ul {
  line-height: 1.7;
  color: #555;
  margin-bottom: 0;
}

.timeline-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}

.timeline-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.timeline-year {
  min-width: 80px;
  font-weight: 700;
  color: #2780e3;
  font-size: 1em;
}

.timeline-content {
  flex: 1;
}

.timeline-content h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #333;
  font-size: 1.1em;
}

.timeline-content p {
  color: #666;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .timeline-item {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .timeline-year {
    min-width: auto;
  }
}
</style>

<div class="about-content">

## πŸ‘‹ About Me

I am currently working in the tech industry, focusing on machine learning, artificial intelligence, large language models, agents, and recommendation systems.

I obtained my Ph.D. in [Computer and Information Science](https://www.cis.upenn.edu/) from the [University of Pennsylvania](https://www.upenn.edu/), where I worked on statistical machine learning for complex classification problems.

Prior to my Ph.D., I completed my undergraduate studies at the [University of Michigan](https://umich.edu/), where I earned degrees in Honors Mathematics, Honors Statistics, Computer Science, and Data Science.

## πŸŽ“ Education

::: {.timeline-item}
::: {.timeline-year}
2024
:::
::: {.timeline-content}
### Ph.D. in Computer and Information Science

University of Pennsylvania  
Dissertation: *Statistical Machine Learning for Complex Classification Problems*
:::
:::

::: {.timeline-item}
::: {.timeline-year}
2018
:::
::: {.timeline-content}
### B.S. in Honors Mathematics, Honors Statistics, Computer Science, and Data Science

University of Michigan
:::
:::

## πŸ”¬ Research Interests

My current research focuses on large language models, agents, and recommendation systems.

My doctoral research focused on **statistical machine learning** for complex classification problems, with particular emphasis on:

- **Learning from Noisy Labels**: Designing algorithms that can learn good classifiers despite noisy training data, for both multiclass and multi-label learning problems
- **Multi-Label Classification & Label Ranking**: Developing effective learning algorithms for multi-label losses and various label ranking metrics
- **Non-decomposable Performance Measures**: Optimizing complex performance measures (F1, AUC, etc.) that cannot be decomposed per example
- **Weakly Supervised Learning**: Learning from missing or partial labels, and transfer learning

## πŸ† Honors & Awards

**Top Reviewer**, NeurIPS, 2024

**Outstanding Achievement in Mathematics Awards**, University of Michigan, 2017, 2018

**James B. Angell Scholar**, University of Michigan, 2015, 2017, 2018

**William J. Branstrom Freshman Prize**, University of Michigan, 2014

**University Honors**, University of Michigan, 2013 - 2018

## πŸ‘₯ Professional Service

**Journal Reviewer:** JMLR, IEEE TPAMI

**Conference Reviewer:** NeurIPS (2021-2024), ICLR (2022-2023), AISTATS (2024)

</div>

Β© Mingyuan Zhang 2026 Β· All rights reserved

 

Powered by Quarto