English

NCRF++: An Open-source Neural Sequence Labeling Toolkit

Computation and Language 2018-06-19 v2

Abstract

This paper describes NCRF++, a toolkit for neural sequence labeling. NCRF++ is designed for quick implementation of different neural sequence labeling models with a CRF inference layer. It provides users with an inference for building the custom model structure through configuration file with flexible neural feature design and utilization. Built on PyTorch, the core operations are calculated in batch, making the toolkit efficient with the acceleration of GPU. It also includes the implementations of most state-of-the-art neural sequence labeling models such as LSTM-CRF, facilitating reproducing and refinement on those methods.

Keywords

Cite

@article{arxiv.1806.05626,
  title  = {NCRF++: An Open-source Neural Sequence Labeling Toolkit},
  author = {Jie Yang and Yue Zhang},
  journal= {arXiv preprint arXiv:1806.05626},
  year   = {2018}
}

Comments

ACL 2018, demonstration paper

R2 v1 2026-06-23T02:30:22.262Z