Sitemap

Review: Semi-Supervised Sequence Tagging with Bidirectional Language Models (TagLM)

5 min readDec 5, 2021

--

BIO tag representing the Beginning, Inner, and Outside of entities (Image from https://medium.com/mosaix/deep-text-representation-for-sequence-labeling-2f2e605ed9d)
@ Medium) This paper builds a fundamental for ELMo, which is a 2018 NAACL paper with over 8000 citations.

TagLM Overview

The unsupervised pre-trained word embedding model (grey) is to boost the performance of the supervised recurrent language model (orange).

Press enter or click to view image in full size
Overview of TagLM
CRF (Image from https://medium.com/mosaix/deep-text-representation-for-sequence-labeling-2f2e605ed9d)
CRF (Image from https://medium.com/mosaix/deep-text-representation-for-sequence-labeling-2f2e605ed9d)
Test set F1 comparison on CoNLL 2003 NER task, using only CoNLL 2003 data and unlabeled text
Test set F1 comparison on CoNLL 2000 Chunking task using only CoNLL 2000 data and unlabeled text
Press enter or click to view image in full size
Improvements in test set F1 in CoNLL 2003 NER when including additional labeled data or task specific gazetteers
Press enter or click to view image in full size
Improvements in test set F1 in CoNLL 2000 Chunking when including additional labeled data

By using pretrained language model, performance is improved for sequence model.

--

--

Sik-Ho Tsang
Sik-Ho Tsang

Written by Sik-Ho Tsang