paper-with-me

홈 › Papers

Robust Chinese Word Segmentation with Contextualized Word Representations

2019-01-17 · Yung-Sung Chuang

In recent years, after the neural-network-based method was proposed, the accuracy of the Chinese word segmentation task has made great progress. However, when dealing with out-of-vocabulary words, there is still a large error rate. We used a simple bidirectional LSTM architecture and a large-scale pretrained language model to generate high-quality contextualize character representations, which successfully reduced the weakness of the ambiguous meanings of each Chinese character that widely appears in Chinese characters, and hence effectively reduced OOV error rate. State-of-the-art performance is achieved on many datasets.

📄 PDF Abstract BibTeX arXiv:1901.05816

Code (0)

등록된 구현이 없습니다.

Tasks

Chinese Word SegmentationLanguage ModelingLanguage Modelling

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 제목 키워드 기반

Investigating Self-Attention Network for Chinese Word Segmentation

2019-07-26 · Leilei Gan, Yue Zhang

Neural network has become the dominant method for Chinese word segmentation. Most existing models cast the task as sequence labeling, using BiLSTM-CRF for representing the input and making output predictions. Recently, a…

Chinese Word SegmentationSegmentation

Does Chinese BERT Encode Word Structure?

2020-10-15 · COLING 2020 8 · Yile Wang, Leyang Cui, Yue Zhang

Contextualized representations give significantly improved results for a wide range of NLP tasks. Much work has been dedicated to analyzing the features captured by representative models such as BERT. Existing work finds…

ChunkingNatural Language InferencePOSPOS Tagging

Low-Resource Sequence Labeling via Unsupervised Multilingual Contextualized Representations

2019-10-24 · IJCNLP 2019 11 · Zuyi Bao, Rui Huang, Chen Li, Kenny Q. Zhu

Previous work on cross-lingual sequence labeling tasks either requires parallel data or bridges the two languages through word-byword matching. Such requirements and assumptions are infeasible for most languages, especia…

Language ModelingLanguage ModellingNERPOS

Augmenting Chinese WordNet semantic relations with contextualized embeddings

2019-07-01 · GWC 2019 7 · Yu-Hsiang Tseng, Shu-Kai Hsieh

Constructing semantic relations in WordNet has been a labour-intensive task, especially in a dynamic and fast-changing language environment. Combined with recent advancements of contextualized embeddings, this paper prop…

AMBERT: A Pre-trained Language Model with Multi-Grained Tokenization

2020-08-27 · Findings (ACL) 2021 8 · Xinsong Zhang, Pengshuai Li, Hang Li

Pre-trained language models such as BERT have exhibited remarkable performances in many tasks in natural language understanding (NLU). The tokens in the models are usually fine-grained in the sense that for languages lik…

Language ModelingLanguage ModellingNatural Language Understanding