← Search

Zhixian Yang

6 accepted papers

2026

RSA-CP: Efficient Conformal Prediction in Small-Sample Regimes via Random Score Alignment

ICML 2026poster

Conformal Prediction (CP) provides rigorous finite-sample coverage guarantees, yet its statistical efficiency hinges critically on the size of the calibration set. In data-scarce regimes, CP often suffers from volatile quantile estimation, leading to overly conservative and wide prediction intervals…

Cited by 0SourceScholar
2025

Understanding Fairness and Prediction Error through Subspace Decomposition and Influence Analysis

NeurIPS 2025poster

Machine learning models have achieved widespread success but often inherit and amplify historical biases, resulting in unfair outcomes. Traditional fairness methods typically impose constraints at the prediction level, without addressing underlying biases in data representations. In this work, we pr…

Cited by 0SourceScholar
2022

Diversifying Neural Text Generation with Part-of-Speech Guided Softmax and Sampling

COLING 2022main

Neural text generation models are likely to suffer from the low-diversity problem. Various decoding strategies and training-based methods have been proposed to promote diversity only by exploiting contextual features, but rarely do they consider incorporating syntactic structure clues. In this work,…

2022

Nearest Neighbor Knowledge Distillation for Neural Machine Translation

NAACL 2022long

k-nearest-neighbor machine translation (kNN-MT), proposed by Khandelwal et al. (2021), has achieved many state-of-the-art results in machine translation tasks. Although effective, kNN-MT requires conducting kNN searches through the large datastore for each decoding step during inference, prohibitive…