paper-with-me

Papers

Porous Lattice Transformer Encoder for Chinese NER

2020-12-01 · COLING 2020 8 · Xue Mengge, Bowen Yu, Tingwen Liu, Yue Zhang, Erli Meng, Bin Wang

Incorporating lexicons into character-level Chinese NER by lattices is proven effective to exploitrich word boundary information. Previous work has extended RNNs to consume lattice inputsand achieved great success. However, due to the DAG structure and the inherently unidirectionalsequential nature, this method precludes batched computation and sufficient semantic interaction.In this paper, we propose PLTE, an extension of transformer encoder that is tailored for ChineseNER, which models all the characters and matched lexical words in parallel with batch process-ing. PLTE augments self-attention with positional relation representations to incorporate latticestructure. It also introduces a porous mechanism to augment localness modeling and maintainthe strength of capturing the rich long-term dependencies. Experimental results show that PLTEperforms up to 11.4 times faster than state-of-the-art methods while realizing better performance.We also demonstrate that using BERT representations further substantially boosts the performanceand brings out the best in PLTE.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

NER

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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.
Weight Decay 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Attention 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음

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

FLAT: Chinese NER Using Flat-Lattice Transformer

2020-04-24 · ACL 2020 6 · Xiaonan Li, Hang Yan, Xipeng Qiu, Xuanjing Huang

Recently, the character-word lattice structure has been proved to be effective for Chinese named entity recognition (NER) by incorporating the word information. However, since the lattice structure is complex and dynamic…

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

Deep learning-aided inverse design of porous metamaterials

2025-07-23 · Phu Thien Nguyen, Yousef Heider, Dennis M. Kochmann, Fadi Aldakheel arxiv

The ultimate aim of the study is to explore the inverse design of porous metamaterials using a deep learning-based generative framework. Specifically, we develop a property-variational autoencoder (pVAE), a variational a…

Lattice-Based Recurrent Neural Network Encoders for Neural Machine Translation

2016-09-25 · Jinsong Su, Zhixing Tan, Deyi Xiong, Rongrong Ji 외

Neural machine translation (NMT) heavily relies on word-level modelling to learn semantic representations of input sentences. However, for languages without natural word delimiters (e.g., Chinese) where input sentences h…

Machine TranslationNMTSentenceTranslation

Lattice-BERT: Leveraging Multi-Granularity Representations in Chinese Pre-trained Language Models

2021-04-15 · NAACL 2021 4 · Yuxuan Lai, Yijia Liu, Yansong Feng, Songfang Huang 외

Chinese pre-trained language models usually process text as a sequence of characters, while ignoring more coarse granularity, e.g., words. In this work, we propose a novel pre-training paradigm for Chinese -- Lattice-BER…

Natural Language UnderstandingSentence