Towards Easier and Faster Sequence Labeling for Natural Language Processing: A Search-based Probabilistic Online Learning Framework (SAPO)
Xu Sun, Shuming Ma, Yi Zhang, Xuancheng Ren

TL;DR
This paper introduces SAPO, a novel search-based probabilistic online learning framework for sequence labeling that combines fast training, search-based optimization, and high accuracy, outperforming traditional methods like CRF and BiLSTM.
Contribution
The paper proposes a simple, efficient, and convergent search-based probabilistic online learning method that supports search-based optimization in sequence labeling tasks.
Findings
SAPO achieves higher accuracy than CRF and BiLSTM.
The method has fast training and theoretical convergence guarantees.
Experiments demonstrate improved performance on standard sequence labeling tasks.
Abstract
There are two major approaches for sequence labeling. One is the probabilistic gradient-based methods such as conditional random fields (CRF) and neural networks (e.g., RNN), which have high accuracy but drawbacks: slow training, and no support of search-based optimization (which is important in many cases). The other is the search-based learning methods such as structured perceptron and margin infused relaxed algorithm (MIRA), which have fast training but also drawbacks: low accuracy, no probabilistic information, and non-convergence in real-world tasks. We propose a novel and "easy" solution, a search-based probabilistic online learning method, to address most of those issues. The method is "easy", because the optimization algorithm at the training stage is as simple as the decoding algorithm at the test stage. This method searches the output candidates, derives probabilities, and…
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
TopicsNatural Language Processing Techniques · Topic Modeling · Speech Recognition and Synthesis
MethodsConditional Random Field
