paper-with-me

Papers

Enhancing Entity Boundary Detection for Better Chinese Named Entity Recognition

2021-08-01 · ACL 2021 5 · Chun Chen, Fang Kong

In comparison with English, due to the lack of explicit word boundary and tenses information, Chinese Named Entity Recognition (NER) is much more challenging. In this paper, we propose a boundary enhanced approach for better Chinese NER. In particular, our approach enhances the boundary information from two perspectives. On one hand, we enhance the representation of the internal dependency of phrases by an additional Graph Attention Network(GAT) layer. On the other hand, taking the entity head-tail prediction (i.e., boundaries) as an auxiliary task, we propose an unified framework to learn the boundary information and recognize the NE jointly. Experiments on both the OntoNotes and the Weibo corpora show the effectiveness of our approach.

📄 PDF Abstract BibTeX

Code (1)

cchen-reese/Boundary-Enhanced-NER 공식 구현 pytorch

Tasks

Boundary DetectionChinese Named Entity RecognitionGraph Attentionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Similar Papers 제목 키워드 기반

Integrating Boundary Assembling into a DNN Framework for Named Entity Recognition in Chinese Social Media Text

2020-02-27 · Zhaoheng Gong, Ping Chen, Jiang Zhou

Named entity recognition is a challenging task in Natural Language Processing, especially for informal and noisy social media text. Chinese word boundaries are also entity boundaries, therefore, named entity recognition …

Boundary DetectionChinese Word Segmentationnamed-entity-recognitionNamed Entity Recognition+2

MECT: Multi-Metadata Embedding based Cross-Transformer for Chinese Named Entity Recognition

2021-07-12 · ACL 2021 5 · Shuang Wu, Xiaoning Song, ZhenHua Feng

Recently, word enhancement has become very popular for Chinese Named Entity Recognition (NER), reducing segmentation errors and increasing the semantic and boundary information of Chinese words. However, these methods te…

BenchmarkingChinese Named Entity Recognitionnamed-entity-recognitionNamed Entity Recognition+2

Delving Deep into Regularity: A Simple but Effective Method for Chinese Named Entity Recognition

2022-04-12 · Findings (NAACL) 2022 7 · Yingjie Gu, Xiaoye Qu, Zhefeng Wang, Yi Zheng 외

Recent years have witnessed the improving performance of Chinese Named Entity Recognition (NER) from proposing new frameworks or incorporating word lexicons. However, the inner composition of entity mentions in character…

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

Chinese Named Entity Recognition Augmented with Lexicon Memory

2019-12-17 · Yi Zhou, Xiaoqing Zheng, Xuanjing Huang

Inspired by a concept of content-addressable retrieval from cognitive science, we propose a novel fragment-based model augmented with a lexicon-based memory for Chinese NER, in which both the character-level and word-lev…

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

Unified Lattice Graph Fusion for Chinese Named Entity Recognition

2023-12-28 · Dixiang Zhang, Junyu Lu, Pingjian Zhang

Integrating lexicon into character-level sequence has been proven effective to leverage word boundary and semantic information in Chinese named entity recognition (NER). However, prior approaches usually utilize feature …

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