CLOct 13, 2021

MSP: Multi-Stage Prompting for Making Pre-trained Language Models Better Translators

arXiv:2110.06609v2651 citations
AI Analysis

This addresses the problem of adapting pre-trained language models to translation tasks for NLP researchers and practitioners, representing an incremental advancement in prompting methods.

The paper tackles the discrepancy between pre-training and translation tasks by introducing Multi-Stage Prompting (MSP), which divides translation into encoding, re-encoding, and decoding stages with continuous prompts, resulting in significant performance improvements on three translation tasks.

Prompting has recently been shown as a promising approach for applying pre-trained language models to perform downstream tasks. We present Multi-Stage Prompting (MSP), a simple and automatic approach for leveraging pre-trained language models to translation tasks. To better mitigate the discrepancy between pre-training and translation, MSP divides the translation process via pre-trained language models into multiple separate stages: the encoding stage, the re-encoding stage, and the decoding stage. During each stage, we independently apply different continuous prompts for allowing pre-trained language models better shift to translation tasks. We conduct extensive experiments on three translation tasks. Experiments show that our method can significantly improve the translation performance of pre-trained language models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes