通用语言模型微调用于文本分类

Universal Language Model Fine-tuning for Text Classification

塞巴斯蒂安·鲁德 Sebastian Ruder · fast.ai / Insight (NUI Galway) · 2018-01-18 · arXiv:1801.06146 ↗ · 被引 284

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

归纳迁移学习极大地影响了计算机视觉,但 NLP 中的现有方法仍然需要针对特定任务的修改和从头开始训练。我们提出了通用语言模型微调(ULMFiT),这是一种有效的迁移学习方法,可以应用于 NLP 中的任何任务,并介绍了对语言模型进行微调的关键技术。我们的方法在六个文本分类任务上显著优于现有技术,在大多数数据集上将错误率降低了 18-24%。此外,仅使用 100 个标记示例,其性能就与在 100 倍数据上从头训练相匹配。我们开源了预训练模型和代码。

Inductive transfer learning has greatly impacted computer vision, but existing approaches in NLP still require task-specific modifications and training from scratch. We propose Universal Language Model Fine-tuning (ULMFiT), an effective transfer learning method that can be applied to any task in NLP, and introduce techniques that are key for fine-tuning a language model. Our method significantly outperforms the state-of-the-art on six text classification tasks, reducing the error by 18-24% on the majority of datasets. Furthermore, with only 100 labeled examples, it matches the performance of training from scratch on 100x more data. We open-source our pretrained models and code.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 14)

阅读逐段中英对照全文 →