paper-with-me

홈 › Papers

A Seq-to-Seq Transformer Premised Temporal Convolutional Network for Chinese Word Segmentation

2019-05-21 · Wei Jiang, Yan Tang

The prevalent approaches of Chinese word segmentation task almost rely on the Bi-LSTM neural network. However, the methods based the Bi-LSTM have some inherent drawbacks: hard to parallel computing, little efficient in applying the Dropout method to inhibit the Overfitting and little efficient in capturing the character information at the more distant site of a long sentence for the word segmentation task. In this work, we propose a sequence-to-sequence transformer model for Chinese word segmentation, which is premised a type of convolutional neural network named temporal convolutional network. The model uses the temporal convolutional network to construct an encoder, and uses one layer of fully-connected neural network to build a decoder, and applies the Dropout method to inhibit the Overfitting, and captures the character information at the distant site of a sentence by adding the layers of the encoder, and binds Conditional Random Fields model to train parameters, and uses the Viterbi algorithm to infer the final result of the Chinese word segmentation. The experiments on traditional Chinese corpora and simplified Chinese corpora show that the performance of Chinese word segmentation of the model is equivalent to the performance of the methods based the Bi-LSTM, and the model has a tremendous growth in parallel computing than the models based the Bi-LSTM.

📄 PDF Abstract BibTeX arXiv:1905.08454

Code (0)

등록된 구현이 없습니다.

Tasks

Chinese Word SegmentationDecoderSegmentationSentence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Porous Lattice-based Transformer Encoder for Chinese NER

2019-11-07 · Xue Mengge, Yu Bowen, Liu Tingwen, Zhang Yue 외

Incorporating lattices into character-level Chinese named entity recognition is an effective method to exploit explicit word information. Recent works extend recurrent and convolutional neural networks to model lattice i…

Chinese Named Entity RecognitionGPUnamed-entity-recognitionNamed Entity Recognition+2

CAN-NER: Convolutional Attention Network for Chinese Named Entity Recognition

2019-04-03 · NAACL 2019 6 · Yuying Zhu, Guoxin Wang, Börje F. Karlsson

Named entity recognition (NER) in Chinese is essential but difficult because of the lack of natural delimiters. Therefore, Chinese Word Segmentation (CWS) is usually considered as the first step for Chinese NER. However,…

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

Lexicon-Based Graph Convolutional Network for Chinese Word Segmentation

2021-11-01 · Findings (EMNLP) 2021 11 · Kaiyu Huang, Hao Yu, Junpeng Liu, Wei Liu 외

Precise information of word boundary can alleviate the problem of lexical ambiguity to improve the performance of natural language processing (NLP) tasks. Thus, Chinese word segmentation (CWS) is a fundamental task in NL…

Chinese Word Segmentation

LET: Linguistic Knowledge Enhanced Graph Transformer for Chinese Short Text Matching

2021-02-25 · Boer Lyu, Lu Chen, Su Zhu, Kai Yu

Chinese short text matching is a fundamental task in natural language processing. Existing approaches usually take Chinese characters or words as input tokens. They have two limitations: 1) Some Chinese words are polysem…

Text Matching

Hyperbolic Deep Learning for Chinese Natural Language Understanding

2018-12-11 · Marko Valentin Micic, Hugo Chu

Recently hyperbolic geometry has proven to be effective in building embeddings that encode hierarchical and entailment information. This makes it particularly suited to modelling the complex asymmetrical relationships be…

Chinese Word SegmentationDeep LearningNatural Language Understanding