Papers › MPNet: Masked and Permuted Pre-training for Language Understanding

MPNet: Masked and Permuted Pre-training for Language Understanding

20 Apr 2020NeurIPS 2020 12arXiv:2004.09297archive 2025-07-28

Kaitao Song, Xu Tan, Tao Qin, Jianfeng Lu, Tie-Yan Liu

BERT adopts masked language modeling (MLM) for pre-training and is one of the most successful pre-training models. Since BERT neglects dependency among predicted tokens, XLNet introduces permuted language modeling (PLM) for pre-training to address this problem. However, XLNet does not leverage the full position information of a sentence and thus suffers from position discrepancy between pre-training and fine-tuning. In this paper, we propose MPNet, a novel pre-training method that inherits the advantages of BERT and XLNet and avoids their limitations. MPNet leverages the dependency among predicted tokens through permuted language modeling (vs. MLM in BERT), and takes auxiliary position information as input to make the model see a full sentence and thus reducing the position discrepancy (vs. PLM in XLNet). We pre-train MPNet on a large-scale dataset (over 160GB text corpora) and fine-tune on a variety of down-streaming tasks (GLUE, SQuAD, etc). Experimental results show that MPNet outperforms MLM and PLM by a large margin, and achieves better results on these tasks compared with previous state-of-the-art pre-trained methods (e.g., BERT, XLNet, RoBERTa) under the same model setting. The code and the pre-trained models are available at: https://github.com/microsoft/MPNet.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2004.09297")

Code

Syntology Ran 5 of 8 code samples harvested from 2 repositories linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 2 samples from 1 repository, 2 ran; community (archive-listed): 6 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

microsoft/MPNet officialmentioned in papermentioned on GitHubpytorch report
huggingface/transformers mentioned on GitHubpytorch report
michael-wzhu/mpnet_zh mentioned on GitHubpytorchMIT report
microsoft/MASS mentioned on GitHubpytorchNOASSERTION report
pwc-1/Paper-9 mindspore report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

8 samples harvested; 5 ran; 1 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
3ran · our draft was wrong
1ran
3unverified

Licence: 6 of the 8 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

reverse_tensor microsoft/MPNet/pretraining/fairseq/models/masked_permutation_net.py official repository ran · honoured contract fingerprinted MIT (permissive) · a427ea7612c6b14f · report
split_tensor microsoft/MPNet/pretraining/fairseq/models/masked_permutation_net.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 208f1b5401a10976 · report
whitespace_tokenize michael-wzhu/mpnet_zh/src/tokenization_bert.py community (archive-listed) ran · our draft was wrong fingerprinted MIT recorded; this copy not marked cleared · pointer only · cf9ffa02a42184af · report
load_vocab michael-wzhu/mpnet_zh/src/tokenization_bert.py community (archive-listed) ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · e7fbc7a74a3457c7 · report
url_to_filename michael-wzhu/mpnet_zh/src/file_utils.py community (archive-listed) ran fingerprinted MIT recorded; this copy not marked cleared · pointer only · e827d94caab33f59 · report
accuracy michael-wzhu/mpnet_zh/src/masked_permutation_criterion.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · d1972efc38e68259 · report
hf_bucket_url michael-wzhu/mpnet_zh/src/file_utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · b2be6c932ce41084 · report
is_remote_url michael-wzhu/mpnet_zh/src/file_utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 4381d1f588a7f42a · report

Tasks

Language ModelingLanguage ModellingMasked Language ModelingOnly Connect Walls Dataset Task 1 (Grouping)Sentence

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Only Connect Walls Dataset Task 1 (Grouping) OCW all-mpnet (BASE) Wasserstein Distance (WD) 86.3 ± .4 #16 of 22 Archive leaderboard report
Only Connect Walls Dataset Task 1 (Grouping) OCW all-mpnet (BASE) # Correct Groups 50 ± 4 #16 of 22 Archive leaderboard report
Only Connect Walls Dataset Task 1 (Grouping) OCW all-mpnet (BASE) # Solved Walls 0 ± 0 #16 of 22 Archive leaderboard report
Only Connect Walls Dataset Task 1 (Grouping) OCW all-mpnet (BASE) Adjusted Mutual Information (AMI) 14.3 ± .5 #16 of 22 Archive leaderboard report
Only Connect Walls Dataset Task 1 (Grouping) OCW all-mpnet (BASE) Adjusted Rand Index (ARI) 11.7 ± .4 #16 of 22 Archive leaderboard report
Only Connect Walls Dataset Task 1 (Grouping) OCW all-mpnet (BASE) Fowlkes Mallows Score (FMS) 29.4 ± .3 #16 of 22 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Introduced by this paper: MPNet

AdamAttentionAttention DropoutBERTBPEDense ConnectionsDropoutLayer NormalizationLinear LayerLinear Warmup With Linear DecayMPNetMulti-Head AttentionResidual ConnectionSentencePieceSoftmaxWeight DecayWordPieceXLNet

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections