This example introduces how to train a Global Pointer (Su et al., 2022) model for sequence labeling tasks.
python -m scripts.train -c examples/global_pointer/configs/resume.yaml
TODO
@article{Su2022GlobalPN,
title={Global Pointer: Novel Efficient Span-based Approach for Named Entity Recognition},
author={Jianlin Su and Ahmed Murtadha and Shengfeng Pan and Jing Hou and Jun Sun and Wanwei Huang and Bo Wen and Yunfeng Liu},
journal={ArXiv},
year={2022},
volume={abs/2208.03054}
}