/Ch-TC

The coder for Chinese Text Classification via Bidirectional Lattice LSTM

Primary LanguagePython

Ch-TC: Chinese Text Classification via Bidirectional Lattice LSTM

The implementation of our paper published at KSEM20 which is available here

Our code is based on paper Chinese NER Using Lattice LSTM and its code .

Citation

If you find our work useful, please kindly cite our paper:

@inproceedings{DBLP:conf/ksem/PangX020,
  author       = {Ning Pang and
                  Weidong Xiao and
                  Xiang Zhao},
  title        = {Chinese Text Classification via Bidirectional Lattice {LSTM}},
  booktitle    = {{KSEM} {(2)}},
  series       = {Lecture Notes in Computer Science},
  volume       = {12275},
  pages        = {250--262},
  publisher    = {Springer},
  year         = {2020}
}