← Search

Mozhi Zhang

10 accepted papers

2025

Domain2Vec: Vectorizing Datasets to Find the Optimal Data Mixture without Training

ICML 2025poster

We introduce *Domain2Vec*, a novel approach that decomposes any dataset into a linear combination of several *meta-domains*, a new concept designed to capture the key underlying features of datasets. *Domain2Vec* maintains a vocabulary of meta-domains and uses a classifier to decompose any given dat…

Cited by 0SourcePDFScholar
2025

MetaAlign: Align Large Language Models with Diverse Preferences during Inference Time

NAACL 2025findings

Large Language Models (LLMs) acquire extensive knowledge and remarkable abilities from extensive text corpora, making them powerful tools for various applications. To make LLMs more usable, aligning them with human preferences is essential. Existing alignment techniques, such as Reinforcement Learni…

2025

SynLogic: Synthesizing Verifiable Reasoning Data at Scale for Learning Logical Reasoning and Beyond

NeurIPS 2025poster

Recent advances such as OpenAI-o1 and DeepSeek R1 have demonstrated the potential of Reinforcement Learning (RL) to enhance reasoning abilities in Large Language Models (LLMs). While open-source replication efforts have primarily focused on mathematical and coding domains, methods and resources for…

Cited by 0SourcecodeScholar
2024

Calibrating the Confidence of Large Language Models by Eliciting Fidelity

EMNLP 2024main

Large language models optimized with techniques like RLHF have achieved good alignment in being helpful and harmless. However, post-alignment, these language models often exhibit overconfidence, where the expressed confidence does not accurately calibrate with their correctness rate. In this paper,…

Cited by 4SourcePDFScholar
2024

InferAligner: Inference-Time Alignment for Harmlessness through Cross-Model Guidance

EMNLP 2024main

As large language models (LLMs) rapidly evolve, they are increasingly being customized through fine-tuning to suit the specific needs of various applications. A critical aspect of this advancement is the alignment process, which ensures that these models perform tasks in ways that align with human v…

2021

A Dataset and Baselines for Multilingual Reply Suggestion

ACL 2021long

Reply suggestion models help users process emails and chats faster. Previous work only studies English reply suggestion. Instead, we present MRS, a multilingual reply suggestion dataset with ten languages. MRS can be used to compare two families of models: 1) retrieval models that select the reply f…

2021

How Neural Networks Extrapolate: From Feedforward to Graph Neural Networks

ICLR 2021oral

We study how neural networks trained by gradient descent extrapolate, i.e., what they learn outside the support of the training distribution. Previous works report mixed empirical results when extrapolating with neural networks: while feedforward neural networks, a.k.a. multilayer perceptrons (MLPs…

2021

How does a Neural Network's Architecture Impact its Robustness to Noisy Labels?

NeurIPS 2021poster

Noisy labels are inevitable in large real-world datasets. In this work, we explore an area understudied by previous works --- how the network's architecture impacts its robustness to noisy labels. We provide a formal framework connecting the robustness of a network to the alignments between its arch…

Cited by 27SourcePDFScholar
2021

Optimization of Graph Neural Networks: Implicit Acceleration by Skip Connections and More Depth

ICML 2021spotlight

Graph Neural Networks (GNNs) have been studied through the lens of expressive power and generalization. However, their optimization properties are less well understood. We take the first step towards analyzing GNN training by studying the gradient dynamics of GNNs. First, we analyze linearized GNNs…

Cited by 107SourcePDFScholar
2020

What Can Neural Networks Reason About?

ICLR 2020spotlight

Neural networks have succeeded in many reasoning tasks. Empirically, these tasks require specialized network structures, e.g., Graph Neural Networks (GNNs) perform well on many such tasks, but less structured networks fail. Theoretically, there is limited understanding of why and when a network stru…

Cited by 325SourcecodeScholar