BrambleXu / knowledge-graph-learning

A curated list of awesome knowledge graph tutorials, projects and communities.
MIT License
735 stars 120 forks source link

ACL-2019/7-A Neural Multi-digraph Model for Chinese NER with Gazetteers #288

Open BrambleXu opened 4 years ago

BrambleXu commented 4 years ago

Summary:

为了解决conflicting matches,而引入地名词典。

Resource:

Paper information:

Notes:

To automatically learn how to incorporate multiple gazetteers into an NER system, we propose a novel approach based on graph neural networks with a multidigraph structure that captures the information that the gazetteers offer 本文的重点是如何把 地名词典 的信息整合到NER里。

image

一句话,如果部分词的话,识别entity是有可能同时出现多个重复的内容。

这篇文章想要解决的问题是conflicting matches。我用不到

Model Graph:

image

Result:

Thoughts:

Next Reading: