HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

PERT: Pre-training BERT with Permuted Language Model

Yiming Cui; Ziqing Yang; Ting Liu

PERT: Pre-training BERT with Permuted Language Model

Abstract

Pre-trained Language Models (PLMs) have been widely used in various natural language processing (NLP) tasks, owing to their powerful text representations trained on large-scale corpora. In this paper, we propose a new PLM called PERT for natural language understanding (NLU). PERT is an auto-encoding model (like BERT) trained with Permuted Language Model (PerLM). The formulation of the proposed PerLM is straightforward. We permute a proportion of the input text, and the training objective is to predict the position of the original token. Moreover, we also apply whole word masking and N-gram masking to improve the performance of PERT. We carried out extensive experiments on both Chinese and English NLU benchmarks. The experimental results show that PERT can bring improvements over various comparable baselines on some of the tasks, while others are not. These results indicate that developing more diverse pre-training tasks is possible instead of masked language model variants. Several quantitative studies are carried out to better understand PERT, which might help design PLMs in the future. Resources are available: https://github.com/ymcui/PERT

Code Repositories

ymcui/pert
Official
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
stock-market-prediction-on-astockChinese Pert Large (News+Factors)
Accuray: 67.37
F1-score: 67.27
Precision: 67.28
Recall: 67.73
stock-market-prediction-on-astockChinese Pert Large (News)
Accuray: 65.09
F1-score: 65.03
Precision: 65.02
Recall: 65.07

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
PERT: Pre-training BERT with Permuted Language Model | Papers | HyperAI