paper-with-me

홈 › Papers

Better Feature Integration for Named Entity Recognition

2021-04-12 · NAACL 2021 4 · Lu Xu, Zhanming Jie, Wei Lu, Lidong Bing

It has been shown that named entity recognition (NER) could benefit from incorporating the long-distance structured information captured by dependency trees. We believe this is because both types of features - the contextual information captured by the linear sequences and the structured information captured by the dependency trees may complement each other. However, existing approaches largely focused on stacking the LSTM and graph neural networks such as graph convolutional networks (GCNs) for building improved NER models, where the exact interaction mechanism between the two types of features is not very clear, and the performance gain does not appear to be significant. In this work, we propose a simple and robust solution to incorporate both types of features with our Synergized-LSTM (Syn-LSTM), which clearly captures how the two types of features interact. We conduct extensive experiments on several standard datasets across four languages. The results demonstrate that the proposed model achieves better performance than previous approaches while requiring fewer parameters. Our further analysis demonstrates that our model can capture longer dependencies compared with strong baselines.

📄 PDF Abstract BibTeX arXiv:2104.05316

Code (1)

xuuuluuu/SynLSTM-for-NER 공식 구현 pytorch

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

The Importance of Automatic Syntactic Features in Vietnamese Named Entity Recognition

2017-05-29 · PACLIC 2017 11 · Thai-Hoang Pham, Phuong Le-Hong

This paper presents a state-of-the-art system for Vietnamese Named Entity Recognition (NER). By incorporating automatic syntactic features with word embeddings as input for bidirectional Long Short-Term Memory (Bi-LSTM),…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

Mongolian Named Entity Recognition System with Rich Features

2016-12-01 · COLING 2016 12 · Weihua Wang, Feilong Bao, Guanglai Gao

In this paper, we first build a manually annotated named entity corpus of Mongolian. Then, we propose three morphological processing methods and study comprehensive features, including syllable features, lexical features…

Machine Translationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

A multimodal deep learning approach for named entity recognition from social media

2020-01-19 · Meysam Asgari-Chenaghlu, M. Reza Feizi-Derakhshi, Leili farzinvash, M. A. Balafar 외

Named Entity Recognition (NER) from social media posts is a challenging task. User generated content that forms the nature of social media, is noisy and contains grammatical and linguistic errors. This noisy content make…

Information RetrievalMultimodal Deep Learningnamed-entity-recognitionNamed Entity Recognition+2

Mutual Reinforcement Effects in Japanese Sentence Classification and Named Entity Recognition Tasks

2023-07-18 · Chengguang Gan, Qinghao Zhang, Tatsunori Mori

Information extraction(IE) is a crucial subfield within natural language processing. However, for the traditionally segmented approach to sentence classification and Named Entity Recognition, the intricate interactions b…

ClassificationFew-Shot Learningnamed-entity-recognitionNamed Entity Recognition+4

Named-Entity Tagging and Domain adaptation for Better Customized Translation

2018-07-01 · WS 2018 7 · Zhongwei Li, Xuancong Wang, Ai Ti Aw, Eng Siong Chng 외

Customized translation need pay spe-cial attention to the target domain ter-minology especially the named-entities for the domain. Adding linguistic features to neural machine translation (NMT) has been shown to benefit …

Domain AdaptationMachine Translationnamed-entity-recognitionNamed Entity Recognition+5