paper-with-me

Papers

fastHan: A BERT-based Multi-Task Toolkit for Chinese NLP

2020-09-18 · ACL 2021 5 · Zhichao Geng, Hang Yan, Xipeng Qiu, Xuanjing Huang

We present fastHan, an open-source toolkit for four basic tasks in Chinese natural language processing: Chinese word segmentation (CWS), Part-of-Speech (POS) tagging, named entity recognition (NER), and dependency parsing. The backbone of fastHan is a multi-task model based on a pruned BERT, which uses the first 8 layers in BERT. We also provide a 4-layer base model compressed from the 8-layer model. The joint-model is trained and evaluated on 13 corpora of four tasks, yielding near state-of-the-art (SOTA) performance in dependency parsing and NER, achieving SOTA performance in CWS and POS. Besides, fastHan's transferability is also strong, performing much better than popular segmentation tools on a non-training corpus. To better meet the need of practical application, we allow users to use their own labeled data to further fine-tune fastHan. In addition to its small size and excellent performance, fastHan is user-friendly. Implemented as a python package, fastHan isolates users from the internal technical details and is convenient to use. The project is released on Github.

📄 PDF Abstract BibTeX arXiv:2009.08633

Code (1)

fastnlp/fastHan 공식 구현 pytorch

Tasks

Chinese Word SegmentationDependency Parsingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERPart-Of-Speech TaggingPOSPOS Tagging

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Weight Decay 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Fast Monocular Hand Pose Estimation on Embedded Systems

2021-02-14 · Shan An, Xiajie Zhang, Dong Wei, Haogang Zhu 외

Hand pose estimation is a fundamental task in many human-robot interaction-related applications. However, previous approaches suffer from unsatisfying hand landmark predictions in real-world scenes and high computation b…

DecoderGesture RecognitionHand Gesture RecognitionHand-Gesture Recognition+2

PKUSEG: A Toolkit for Multi-Domain Chinese Word Segmentation

2019-06-27 · Ruixuan Luo, Jingjing Xu, Yi Zhang, Zhiyuan Zhang 외

Chinese word segmentation (CWS) is a fundamental step of Chinese natural language processing. In this paper, we build a new toolkit, named PKUSEG, for multi-domain word segmentation. Unlike existing single-model toolkits…

Chinese Word SegmentationDomain AdaptationPOSPOS Tagging+1

N-LTP: An Open-source Neural Language Technology Platform for Chinese

2020-09-24 · EMNLP (ACL) 2021 11 · Wanxiang Che, Yunlong Feng, Libo Qin, Ting Liu

We introduce \texttt{N-LTP}, an open-source neural language technology platform supporting six fundamental Chinese NLP tasks: {lexical analysis} (Chinese word segmentation, part-of-speech tagging, and named entity recogn…

Chinese Word SegmentationDependency ParsingKnowledge DistillationLexical Analysis+7

STAC: Science Toolkit Based on Chinese Idiom Knowledge Graph

2019-06-01 · WS 2019 6 · Meiling Wang, Min Xiao, Changliang Li, Yu Guo 외

Chinese idioms (Cheng Yu) have seen five thousand years{'} history and culture of China, meanwhile they contain large number of scientific achievement of ancient China. However, existing Chinese online idiom dictionaries…

Cultural Vocal Bursts Intensity Prediction

MVP-BERT: Redesigning Vocabularies for Chinese BERT and Multi-Vocab Pretraining

2020-11-17 · Wei Zhu

Despite the development of pre-trained language models (PLMs) significantly raise the performances of various Chinese natural language processing (NLP) tasks, the vocabulary for these Chinese PLMs remain to be the one pr…

Chinese Word SegmentationLanguage ModelingLanguage ModellingSentence