paper-with-me

홈 › Papers

A Gap-Based Framework for Chinese Word Segmentation via Very Deep Convolutional Networks

2017-12-27 · Zhiqing Sun, Gehui Shen, Zhi-Hong Deng

Most previous approaches to Chinese word segmentation can be roughly classified into character-based and word-based methods. The former regards this task as a sequence-labeling problem, while the latter directly segments character sequence into words. However, if we consider segmenting a given sentence, the most intuitive idea is to predict whether to segment for each gap between two consecutive characters, which in comparison makes previous approaches seem too complex. Therefore, in this paper, we propose a gap-based framework to implement this intuitive idea. Moreover, very deep convolutional neural networks, namely, ResNets and DenseNets, are exploited in our experiments. Results show that our approach outperforms the best character-based and word-based methods on 5 benchmarks, without any further post-processing module (e.g. Conditional Random Fields) nor beam search.

📄 PDF Abstract BibTeX arXiv:1712.09509

Code (0)

등록된 구현이 없습니다.

Tasks

Chinese Word SegmentationSentence

Similar 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 a…

Chinese Word SegmentationDecoderSegmentationSentence

Chinese Word Boundary Recovery through Character Alignment Projection

2026-05-27 · Lusha Wang, Yuchen Li, Su Yuan, Jungyeul Park arxiv

Chinese word segmentation is especially fragile in non-standard text, where language learner errors and other character-level divergences disrupt the word boundaries assumed by downstream annotation and evaluation. This …

Chinese Word Segmentation

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

TopWORDS-Seg: Simultaneous Text Segmentation and Word Discovery for Open-Domain Chinese Texts via Bayesian Inference

2022-05-01 · ACL 2022 5 · Changzai Pan, Maosong Sun, Ke Deng

Processing open-domain Chinese texts has been a critical bottleneck in computational linguistics for decades, partially because text segmentation and word discovery often entangle with each other in this challenging scen…

Bayesian InferenceSegmentationText Segmentation

Convolutional Neural Network with Word Embeddings for Chinese Word Segmentation

2017-11-13 · IJCNLP 2017 11 · Chunqi Wang, Bo Xu

Character-based sequence labeling framework is flexible and efficient for Chinese word segmentation (CWS). Recently, many character-based neural models have been applied to CWS. While they obtain good performance, they h…

Chinese Word SegmentationFeature EngineeringWord Embeddings