Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 618 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 618 Bytes

Global Pointer

This example introduces how to train a Global Pointer (Su et al., 2022) model for sequence labeling tasks.


Training a new model

python -m scripts.train -c examples/global_pointer/configs/resume.yaml

Benchmarks

TODO

Citation

@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}
}