TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/FLAT: Chinese NER Using Flat-Lattice Transformer

FLAT: Chinese NER Using Flat-Lattice Transformer

Xiaonan Li, Hang Yan, Xipeng Qiu, Xuanjing Huang

2020-04-24ACL 2020 6named-entity-recognitionNamed Entity RecognitionChinese Named Entity RecognitionNERNamed Entity Recognition (NER)
PaperPDFCode(official)

Abstract

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, most existing lattice-based models are hard to fully utilize the parallel computation of GPUs and usually have a low inference-speed. In this paper, we propose FLAT: Flat-LAttice Transformer for Chinese NER, which converts the lattice structure into a flat structure consisting of spans. Each span corresponds to a character or latent word and its position in the original lattice. With the power of Transformer and well-designed position encoding, FLAT can fully leverage the lattice information and has an excellent parallelization ability. Experiments on four datasets show FLAT outperforms other lexicon-based models in performance and efficiency.

Results

TaskDatasetMetricValueModel
Named Entity Recognition (NER)Weibo NERF168.55FLAT+BERT
Named Entity Recognition (NER)Weibo NERF160.32FLAT
Named Entity Recognition (NER)MSRAF196.09FLAT+BERT
Named Entity Recognition (NER)MSRAF194.12FLAT
Named Entity Recognition (NER)Resume NERF195.86FLAT+BERT
Named Entity Recognition (NER)Resume NERF195.45FLAT
Named Entity Recognition (NER)OntoNotes 4F181.82FLAT+BERT
Named Entity Recognition (NER)OntoNotes 4F176.45FLAT

Related Papers

Flippi: End To End GenAI Assistant for E-Commerce2025-07-08Selecting and Merging: Towards Adaptable and Scalable Named Entity Recognition with Large Language Models2025-06-28Improving Named Entity Transcription with Contextual LLM-based Revision2025-06-12Better Semi-supervised Learning for Multi-domain ASR Through Incremental Retraining and Data Filtering2025-06-05Dissecting Bias in LLMs: A Mechanistic Interpretability Perspective2025-06-05Efficient Data Selection for Domain Adaptation of ASR Using Pseudo-Labels and Multi-Stage Filtering2025-06-04EL4NER: Ensemble Learning for Named Entity Recognition via Multiple Small-Parameter Large Language Models2025-05-29Label-Guided In-Context Learning for Named Entity Recognition2025-05-29