CLAILGMay 21, 2022

DeepStruct: Pretraining of Language Models for Structure Prediction

Tsinghua
arXiv:2205.10475v2667 citationsh-index: 36
Originality Incremental advance
AI Analysis

This addresses the challenge of enhancing structural prediction in NLP for researchers and practitioners, though it is incremental as it builds on existing pretraining methods.

The paper tackles the problem of improving language models' structural understanding by pretraining them on task-agnostic corpora to generate structures from text, resulting in state-of-the-art performance on 21 out of 28 datasets across 10 structure prediction tasks.

We introduce a method for improving the structural understanding abilities of language models. Unlike previous approaches that finetune the models with task-specific augmentation, we pretrain language models on a collection of task-agnostic corpora to generate structures from text. Our structure pretraining enables zero-shot transfer of the learned knowledge that models have about the structure tasks. We study the performance of this approach on 28 datasets, spanning 10 structure prediction tasks including open information extraction, joint entity and relation extraction, named entity recognition, relation classification, semantic role labeling, event extraction, coreference resolution, factual probe, intent detection, and dialogue state tracking. We further enhance the pretraining with the task-specific training sets. We show that a 10B parameter language model transfers non-trivially to most tasks and obtains state-of-the-art performance on 21 of 28 datasets that we evaluate.

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