Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Sigmoid Head for Quality Estimation under Language Ambiguity

About

Language model (LM) probability is not a reliable quality estimator, as natural language is ambiguous. When multiple output options are valid, the model's probability distribution is spread across them, which can misleadingly indicate low output quality. This issue is caused by two reasons: (1) LMs' final output activation is softmax, which does not allow multiple correct options to receive high probabilities simultaneuously and (2) LMs' training data is single, one-hot encoded references, indicating that there is only one correct option at each output step. We propose training a module for Quality Estimation on top of pre-trained LMs to address these limitations. The module, called Sigmoid Head, is an extra unembedding head with sigmoid activation to tackle the first limitation. To tackle the second limitation, during the negative sampling process to train the Sigmoid Head, we use a heuristic to avoid selecting potentially alternative correct tokens. Our Sigmoid Head is computationally efficient during training and inference. The probability from Sigmoid Head is notably better quality signal compared to the original softmax head. As the Sigmoid Head does not rely on human-annotated quality data, it is more robust to out-of-domain settings compared to supervised QE.

Tu Anh Dinh, Jan Niehues• 2026

Related benchmarks

TaskDatasetResultRank
Quality EstimationPAWS-X (test)
BCE0.325
36
Quality EstimationWMT EN-DE 22
Pearson R0.586
15
Quality EstimationWMT 24
Pearson Correlation0.606
12
Quality EstimationPAWS-X
BCE0.883
8
Quality EstimationWMT en-de 24
Pearson Correlation0.606
8
Quality EstimationWMT en-es 24
Pearson Correlation0.672
8
Word-level Quality EstimationHJQE WMT20 QE Shared Task (test)
BCE Loss0.329
8
Quality EstimationParaCrawl
Pearson Correlation0.403
8
Quality EstimationGSM8K
BCE0.642
4
Quality EstimationBioMQM
QE Score (en-pt)0.067
4
Showing 10 of 20 rows

Other info

Follow for update