paper-with-me

홈 › Papers

NFLAT: Non-Flat-Lattice Transformer for Chinese Named Entity Recognition

2022-05-12 · Shuang Wu, Xiaoning Song, ZhenHua Feng, Xiao-Jun Wu

Recently, Flat-LAttice Transformer (FLAT) has achieved great success in Chinese Named Entity Recognition (NER). FLAT performs lexical enhancement by constructing flat lattices, which mitigates the difficulties posed by blurred word boundaries and the lack of word semantics. In FLAT, the positions of starting and ending characters are used to connect a matching word. However, this method is likely to match more words when dealing with long texts, resulting in long input sequences. Therefore, it significantly increases the memory and computational costs of the self-attention module. To deal with this issue, we advocate a novel lexical enhancement method, InterFormer, that effectively reduces the amount of computational and memory costs by constructing non-flat lattices. Furthermore, with InterFormer as the backbone, we implement NFLAT for Chinese NER. NFLAT decouples lexicon fusion and context feature encoding. Compared with FLAT, it reduces unnecessary attention calculations in "word-character" and "word-word". This reduces the memory usage by about 50% and can use more extensive lexicons or higher batches for network training. The experimental results obtained on several well-known benchmarks demonstrate the superiority of the proposed method over the state-of-the-art hybrid (character-word) models.

📄 PDF Abstract BibTeX arXiv:2205.05832

Code (1)

codermusou/nflat4cner 공식 구현 pytorch

Tasks

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

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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$…
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…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…

Similar Papers 제목 키워드 기반

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

An End-to-end Chinese Text Normalization Model based on Rule-guided Flat-Lattice Transformer

2022-03-31 · Wenlin Dai, Changhe Song, Xiang Li, Zhiyong Wu 외

Text normalization, defined as a procedure transforming non standard words to spoken-form words, is crucial to the intelligibility of synthesized speech in text-to-speech system. Rule-based methods without considering co…

Text Normalizationtext-to-speechText to Speech

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

Inflation forecasting with attention based transformer neural networks

2023-03-13 · Maximilian Tschuchnig, Petra Tschuchnig, Cornelia Ferner, Michael Gadermayr

Inflation is a major determinant for allocation decisions and its forecast is a fundamental aim of governments and central banks. However, forecasting inflation is not a trivial task, as its prediction relies on low freq…

Time Series

From Noise to Precision: A Diffusion-Driven Approach to Zero-Inflated Precipitation Prediction

2025-09-01 · Wentao Gao, Jiuyong Li, Lin Liu, Thuc Duy Le 외 arxiv

Zero-inflated data pose significant challenges in precipitation forecasting due to the predominance of zeros with sparse non-zero events. To address this, we propose the Zero Inflation Diffusion Framework (ZIDF), which i…

Precipitation Forecasting