Punctuation Restoration Improves Structure Understanding Without Supervision
Junghyun Min, Minho Lee, Woochul Lee, Yeonsoo Lee
TL;DR
This work tackles the gap between strong generative abilities of pre-trained language models and their understanding of linguistic structure. It introduces a punctuation restoration objective as an unsupervised pre-training signal that, when applied to a T5-based encoder, yields PR-T5 representations with improved structure awareness. Across 13 datasets and 7 tasks in generative, discriminative, and multitask settings, PR-T5 achieves consistent gains over a T5 baseline, with many improvements surpassing $0.02$ and several exceeding $0.05$, and it also enhances out-of-distribution generalization and stability across initializations. The approach requires no additional architecture and can be implemented with modest compute, offering a practical path to more robust structure-aware NLP representations in base-sized models.
Abstract
Unsupervised learning objectives like autoregressive and masked language modeling constitute a significant part in producing pre-trained representations that perform various downstream applications from natural language understanding to conversational tasks. However, despite impressive generative capabilities of recent large language models, their abilities to capture syntactic or semantic structure within text lag behind. We hypothesize that the mismatch between linguistic performance and competence in machines is attributable to insufficient learning of linguistic structure knowledge via currently popular pre-training objectives. Working with English, we show that punctuation restoration as a learning objective improves performance on structure-related tasks like named entity recognition, open information extraction, chunking, and part-of-speech tagging. Punctuation restoration results in $\blacktriangle$$\geq2\%$p improvement in 16 out of 18 experiments, across 6 out of 7 tasks. Our results show that punctuation restoration is an effective learning objective that can improve structure understanding and yield a more robust structure-aware representations of natural language in base-sized models.
