Text Classification in the Wild: a Large-scale Long-tailed Name Normalization Dataset

Real-world data usually exhibits a long-tailed distribution,with a few frequent labels and a lot of few-shot labels. The study of institution name normalization is a perfect application case showing this phenomenon. There are many institutions worldwide with enormous variations of their names in the publicly available literature. In this work, we first collect a large-scale institution name normalization dataset LoT-insts1, which contains over 25k classes that exhibit a naturally long-tailed distribution. In order to isolate the few-shot and zero-shot learning scenarios from the massive many-shot classes, we construct our test set from four different subsets: many-, medium-, and few-shot sets, as well as a zero-shot open set. We also replicate several important baseline methods on our data, covering a wide range from search-based methods to neural network methods that use the pretrained BERT model. Further, we propose our specially pretrained, BERT-based model that shows better out-of-distribution generalization on few-shot and zero-shot test sets. Compared to other datasets focusing on the long-tailed phenomenon, our dataset has one order of magnitude more training data than the largest existing long-tailed datasets and is naturally long-tailed rather than manually synthesized. We believe it provides an important and different scenario to study this problem. To our best knowledge, this is the first natural language dataset that focuses on long-tailed and open-set classification problems.

PDF Abstract

Datasets


Introduced in the Paper:

Lot-insts

Used in the Paper:

ImageNet ImageNet-LT Microsoft Academic Graph

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Long-tail Learning Lot-insts Character-BERT+RS Macro-F1 65.90 # 1
Text Classification Lot-insts FastText Accuracy 74.93 # 4
Macro-F1 44.38 # 5
Text Classification Lot-insts Character-BERT+RS Accuracy 83.73 # 1
Macro-F1 65.9 # 1
Text Classification Lot-insts CD-V1 Accuracy 79.97 # 2
Macro-F1 59.64 # 2
Text Classification Lot-insts sCool Accuracy 76.72 # 3
Macro-F1 52.41 # 3
Text Classification Lot-insts Naive Bayes Accuracy 72.2 # 5
Macro-F1 50.2 # 4

Methods