☆41Dec 4, 2022Updated 3 years ago
Alternatives and similar repositories for NFLAT4CNER
Users that are interested in NFLAT4CNER are comparing it to the libraries listed below
Sorting:
- Code for ACL 2021 paper. MECT: Multi-Metadata Embedding based Cross-Transformer for Chinese Named Entity Recognition.☆68Nov 4, 2021Updated 4 years ago
- ☆13Apr 27, 2022Updated 3 years ago
- [Unofficial] Predict code for AAAI 2022 paper: Unified Named Entity Recognition as Word-Word Relation Classification☆56Sep 5, 2022Updated 3 years ago
- Supplementary Features of BiLSTM for Enhanced Sequence Labeling☆20Jun 25, 2025Updated 8 months ago
- This is a named entity recognition (NER) dataset for OSINT towards the national defense domain.☆10Apr 21, 2023Updated 2 years ago
- 基于BERT和MRC框架实现的嵌套命名实体识别☆19Mar 13, 2022Updated 4 years ago
- Code for our paper accepted at EMNLP 2023 (Findings)☆14Jan 5, 2024Updated 2 years ago
- ☆52Feb 22, 2022Updated 4 years ago
- 基于词汇信息融合的中文NER模型☆170Apr 2, 2022Updated 3 years ago
- This repo contain images,radicals,meaning radical and Pinyin for more than 6000 Chinese character. The image set inculde both traditional…☆10May 10, 2019Updated 6 years ago
- Source code for AAAI 2022 paper: Unified Named Entity Recognition as Word-Word Relation Classification☆552Jul 14, 2022Updated 3 years ago
- ☆33Apr 9, 2023Updated 2 years ago
- ☆16Jul 29, 2022Updated 3 years ago
- code for ACL 2020 paper: FLAT: Chinese NER Using Flat-Lattice Transformer☆1,004May 10, 2022Updated 3 years ago
- 中文命名实体识别。包含目前最新的中文命名实体识别论文、中文实体识别相关工具、数据集,以及中文预训练模型、词向量、实体识别综述等。☆763Jul 4, 2025Updated 8 months ago
- ☆29May 30, 2019Updated 6 years ago
- [ACMMM 2022] Learning from Different text-image Pairs: A Relation-enhanced Graph Convolutional Network for Multimodal NER☆18Feb 21, 2023Updated 3 years ago
- ☆23Apr 1, 2024Updated last year
- ☆11Aug 10, 2022Updated 3 years ago
- code for ACL2020:《FLAT: Chinese NER Using Flat-Lattice Transformer》 我注释&修改&添加了部分源码,使得大家更容易复现这个代码。☆56Oct 12, 2020Updated 5 years ago
- Reject complicated operations for incorporating lexicon for Chinese NER.☆437Jan 22, 2022Updated 4 years ago
- The model combines character CNN, BERT and CRF and aims at clinical de-identification based on Named Entity Recognition (NER).☆12Jul 6, 2022Updated 3 years ago
- PyTorch code for paper, 'Split-NER: Named Entity Recognition via Two Question-Answering-based Classifications', ACL'23☆18Nov 7, 2023Updated 2 years ago
- A Neural Two-Stage Approach for Recognizing Discontiguous Entities (EMNLP 2019)☆11Aug 27, 2019Updated 6 years ago
- Code for the paper "DiffusionNER: Boundary Diffusion for Named Entity Recognition", accepted at ACL 2023.☆113Aug 29, 2023Updated 2 years ago
- ☆11Nov 21, 2024Updated last year
- 在原本BERT-BILSTM-CRF上融合GCN和词性标签等做NER任务☆26Mar 9, 2021Updated 5 years ago
- 基于pytorch的bert_bilstm_crf中文命名实体识别