paper-with-me

Papers

A Neural Multi-digraph Model for Chinese NER with Gazetteers

2019-07-01 · ACL 2019 7 · Ruixue Ding, Pengjun Xie, Xiaoyan Zhang, Wei Lu, Linlin Li, Luo Si

Gazetteers were shown to be useful resources for named entity recognition (NER). Many existing approaches to incorporating gazetteers into machine learning based NER systems rely on manually defined selection strategies or handcrafted templates, which may not always lead to optimal effectiveness, especially when multiple gazetteers are involved. This is especially the case for the task of Chinese NER, where the words are not naturally tokenized, leading to additional ambiguities. To automatically learn how to incorporate multiple gazetteers into an NER system, we propose a novel approach based on graph neural networks with a multi-digraph structure that captures the information that the gazetteers offer. Experiments on various datasets show that our model is effective in incorporating rich gazetteer information while resolving ambiguities, outperforming previous approaches.

📄 PDF Abstract BibTeX

Code (1)

PhantomGrapes/MultiDigraphNER 공식 구현 pytorch

Tasks

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

Similar Papers 제목 키워드 기반

Using Chinese Glyphs for Named Entity Recognition

2019-09-22 · Arijit Sehanobish, Chan Hee Song

Most Named Entity Recognition (NER) systems use additional features like part-of-speech (POS) tags, shallow parsing, gazetteers, etc. Such kind of information requires external knowledge like unlabeled texts and trained …

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

Mining Local Gazetteers of Literary Chinese with CRF and Pattern based Methods for Biographical Information in Chinese History

2015-11-04 · Chao-Lin Liu, Chih-Kai Huang, Hongsu Wang, Peter K. Bol

Person names and location names are essential building blocks for identifying events and social networks in historical documents that were written in literary Chinese. We take the lead to explore the research on algorith…

Language ModelingLanguage Modelling

Efficient Evolutionary Models with Digraphons

2021-04-26 · Abhinav Tamaskar, Bud Mishra

We present two main contributions which help us in leveraging the theory of graphons for modeling evolutionary processes. We show a generative model for digraphons using a finite basis of subgraphs, which is representati…

Improving Neural Named Entity Recognition with Gazetteers

2020-03-06 · Chan Hee Song, Dawn Lawrie, Tim Finin, James Mayfield

The goal of this work is to improve the performance of a neural named entity recognition system by adding input features that indicate a word is part of a name included in a gazetteer. This article describes how to gener…

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

Textual Analysis for Studying Chinese Historical Documents and Literary Novels

2015-10-11 · Chao-Lin Liu, Guan-Tao Jin, Hongsu Wang, Qing-Feng Liu 외

We analyzed historical and literary documents in Chinese to gain insights into research issues, and overview our studies which utilized four different sources of text materials in this paper. We investigated the history …

Articles