paper-with-me

홈 › Papers

Self-attention-based BiGRU and capsule network for named entity recognition

2020-01-30 · Jianfeng Deng, Lianglun Cheng, Zhuowei Wang

Named entity recognition(NER) is one of the tasks of natural language processing(NLP). In view of the problem that the traditional character representation ability is weak and the neural network method is unable to capture the important sequence information. An self-attention-based bidirectional gated recurrent unit(BiGRU) and capsule network(CapsNet) for NER is proposed. This model generates character vectors through bidirectional encoder representation of transformers(BERT) pre-trained model. BiGRU is used to capture sequence context features, and self-attention mechanism is proposed to give different focus on the information captured by hidden layer of BiGRU. Finally, we propose to use CapsNet for entity recognition. We evaluated the recognition performance of the model on two datasets. Experimental results show that the model has better performance without relying on external dictionary information.

📄 PDF Abstract BibTeX arXiv:2002.00735

Code (0)

등록된 구현이 없습니다.

Tasks

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

Methods 이 논문이 사용한 방법론

BiGRU A Bidirectional GRU, or BiGRU, is a sequence processing model that consists of two GRUs. one taking the input in a forward…

Similar Papers 제목 키워드 기반

Numeracy-600K: Learning Numeracy for Detecting Exaggerated Information in Market Comments

2019-07-01 · ACL 2019 7 · Chung-Chi Chen, Hen-Hsen Huang, Hiroya Takamura, Hsin-Hsi Chen

In this paper, we attempt to answer the question of whether neural network models can learn numeracy, which is the ability to predict the magnitude of a numeral at some specific position in a text description. A large be…

Position

YNU\_DYX at SemEval-2019 Task 5: A Stacked BiGRU Model Based on Capsule Network in Detection of Hate

2019-06-01 · SEMEVAL 2019 6 · Yunxia Ding, Xiaobing Zhou, Xue-jie Zhang

This paper describes our system designed for SemEval 2019 Task 5 {``}Shared Task on Multilingual Detection of Hate{''}.We only participate in subtask-A in English. To address this task, we present a stacked BiGRU model b…

Sentence

YNU NLP at SemEval-2019 Task 5: Attention and Capsule Ensemble for Identifying Hate Speech

2019-06-01 · SEMEVAL 2019 6 · Bin Wang, Haiyan Ding

This paper describes the system submitted to SemEval 2019 Task 5: Multilingual detection of hate speech against immigrants and women in Twitter (hatEval). Its main purpose is to conduct hate speech detection on Twitter, …

Hate Speech Detection

A Novel BGCapsule Network for Text Classification

2020-07-02 · Akhilesh Kumar Gangwar, Vadlamani Ravi

Several text classification tasks such as sentiment analysis, news categorization, multi-label classification and opinion classification are challenging problems even for modern deep learning networks. Recently, Capsule …

ClassificationGeneral Classificationimage-classificationImage Classification+5

融入篇章信息的文学作品命名实体识别(Document-level Literary Named Entity Recognition)

2021-08-01 · CCL 2021 8 · Yuxiang Jia, Rui Chao, Hongying Zan, Huayi Dou 외

“命名实体识别是文学作品智能分析的基础性工作,当前文学领域命名实体识别的研究还较薄弱,一个主要的原因是缺乏标注语料。本文从金庸小说入手,对两部小说180余万字进行了命名实体的标注,共标注4类实体5万多个。针对小说文本的特点,本文提出融入篇章信息的命名实体识别模型,引入篇章字典保存汉字的历史状态,利用可信度计算融合BiGRU-CRF与Transformer模型。实验结果表明,利用篇章信息有效地提升了命名实体识别的效果。最后,我们还探讨了命…

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