Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning Better Internal Structure of Words for Sequence Labeling

About

Character-based neural models have recently proven very useful for many NLP tasks. However, there is a gap of sophistication between methods for learning representations of sentences and words. While most character models for learning representations of sentences are deep and complex, models for learning representations of words are shallow and simple. Also, in spite of considerable research on learning character embeddings, it is still not clear which kind of architecture is the best for capturing character-to-word representations. To address these questions, we first investigate the gaps between methods for learning word and sentence representations. We conduct detailed experiments and comparisons of different state-of-the-art convolutional models, and also investigate the advantages and disadvantages of their constituents. Furthermore, we propose IntNet, a funnel-shaped wide convolutional neural architecture with no down-sampling for learning representations of the internal structure of words by composing their characters from limited, supervised training corpora. We evaluate our proposed model on six sequence labeling datasets, including named entity recognition, part-of-speech tagging, and syntactic chunking. Our in-depth analysis shows that IntNet significantly outperforms other character embedding models and obtains new state-of-the-art performance without relying on any external knowledge or resources.

Yingwei Xin, Ethan Hart, Vibhuti Mahajan, Jean-David Ruvini• 2018

Related benchmarks

TaskDatasetResultRank
Named Entity RecognitionCoNLL 2003 (test)
F1 Score91.64
539
Named Entity RecognitionCoNLL English 2003 (test)
F1 Score91.64
135
Named Entity RecognitionCoNLL Spanish NER 2002 (test)
F1 Score86.68
98
ChunkingCoNLL 2000 (test)
F1 Score95.29
88
Named Entity RecognitionCoNLL Dutch 2002 (test)
F1 Score87.81
87
Named Entity RecognitionCoNLL German 2003 (test)
F1 Score79.43
78
Part-of-Speech TaggingWall Street Journal (WSJ) section 23 (test)
Accuracy97.58
12
Part-of-Speech TaggingPenn Treebank POS (test)
F1 Score97.58
10
Showing 8 of 8 rows

Other info

Follow for update