Combining Discrete and Neural Features for Sequence Labeling
Jie Yang, Zhiyang Teng, Meishan Zhang, and Yue Zhang

TL;DR
This paper explores combining discrete and neural features in sequence labeling tasks, demonstrating that their integration improves accuracy over using either feature type alone across various NLP benchmarks.
Contribution
It systematically investigates the effect of combining discrete and neural features for sequence labeling, showing improved performance on multiple NLP tasks.
Findings
Combining features yields better accuracy than using only discrete or neural features.
Neural models achieve competitive accuracy with traditional discrete models.
The combined approach improves results on standard benchmarks for NLP tasks.
Abstract
Neural network models have recently received heated research attention in the natural language processing community. Compared with traditional models with discrete features, neural models have two main advantages. First, they take low-dimensional, real-valued embedding vectors as inputs, which can be trained over large raw data, thereby addressing the issue of feature sparsity in discrete models. Second, deep neural networks can be used to automatically combine input features, and including non-local features that capture semantic patterns that cannot be expressed using discrete indicator features. As a result, neural network models have achieved competitive accuracies compared with the best discrete models for a range of NLP tasks. On the other hand, manual feature templates have been carefully investigated for most NLP tasks over decades and typically cover the most useful indicator…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text Readability and Simplification
