paper-with-me

홈 › Papers

Chinese NER Using Lattice LSTM

2018-05-05 · ACL 2018 7 · Yue Zhang, Jie Yang

We investigate a lattice-structured LSTM model for Chinese NER, which encodes a sequence of input characters as well as all potential words that match a lexicon. Compared with character-based methods, our model explicitly leverages word and word sequence information. Compared with word-based methods, lattice LSTM does not suffer from segmentation errors. Gated recurrent cells allow our model to choose the most relevant characters and words from a sentence for better NER results. Experiments on various datasets show that lattice LSTM outperforms both word-based and character-based LSTM baselines, achieving the best results.

📄 PDF Abstract BibTeX arXiv:1805.02023

Code (3)

jiesutd/LatticeLSTM 공식 구현 pytorch
Houlong66/lattice_lstm_with_pytorch pytorch
LeeSureman/Batch_Parallel_LatticeLSTM pytorch

Tasks

Chinese Named Entity RecognitionNERSentence

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Subword Encoding in Lattice LSTM for Chinese Word Segmentation

2018-10-30 · NAACL 2019 6 · Jie Yang, Yue Zhang, Shuailong Liang

We investigate a lattice LSTM network for Chinese word segmentation (CWS) to utilize words or subwords. It integrates the character sequence features with all subsequences information matched from a lexicon. The matched …

Chinese Word SegmentationWord Embeddings

Chinese Spelling Error Detection Using a Fusion Lattice LSTM

2019-11-25 · Hao Wang, Bing Wang, Jianyong Duan, Jiajun Zhang

Spelling error detection serves as a crucial preprocessing in many natural language processing applications. Due to the characteristics of Chinese Language, Chinese spelling error detection is more challenging than error…

Simplify the Usage of Lexicon in Chinese NER

2019-08-16 · ACL 2020 6 · Ruotian Ma, Minlong Peng, Qi Zhang, Xuanjing Huang

Recently, many works have tried to augment the performance of Chinese named entity recognition (NER) using word lexicons. As a representative, Lattice-LSTM (Zhang and Yang, 2018) has achieved new benchmark results on sev…

Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

An Encoding Strategy Based Word-Character LSTM for Chinese NER

2019-06-01 · NAACL 2019 6 · Wei Liu, Tongge Xu, Qinghua Xu, Jiayu Song 외

A recently proposed lattice model has demonstrated that words in character sequence can provide rich word boundary information for character-based Chinese NER model. In this model, word information is integrated into a s…

NERSegmentation

Lattice Transformer for Speech Translation

2019-06-13 · ACL 2019 7 · Pei Zhang, Boxing Chen, Niyu Ge, Kai Fan

Recent advances in sequence modeling have highlighted the strengths of the transformer architecture, especially in achieving state-of-the-art machine translation results. However, depending on the up-stream systems, e.g.…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Machine Translationspeech-recognition+2