Scalable graph-based individual named entity identification
Sammy Khalife, Michalis Vazirgiannis

TL;DR
This paper introduces a scalable, interpretable graph-based approach for individual named entity identification that outperforms existing methods in precision, reducing reliance on large annotated datasets and deep learning.
Contribution
The paper proposes a novel two-step graph-based method for NEL that improves precision and interpretability over deep learning approaches, with detailed algorithms and experimental validation.
Findings
Achieves higher precision than existing graph-based methods
Competitive performance with state-of-the-art systems
Demonstrates advantages over deep learning approaches
Abstract
Named entity discovery (NED) is an important information retrieval problem that can be decomposed into two sub-problems. The first sub-problem, named entity recognition (NER), aims to tag pre-defined sets of words in a vocabulary (called "named entities": names, places, locations, ...) when they appear in natural language. The second subproblem, named entity linking/identification (NEL), considers these entity mentions as queries to be identified in a pre-existing database. In this paper, we consider the NEL problem, and assume a set of queries (or mentions) that have to be identified within a knowledge base. This knowledge base is represented by a text database paired with a semantic graph. We present state-of-the-art methods in NEL, and propose a 2-step method for individual identification of named entities. Our approach is well-motivated by the limitations brought by recent deep…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Graph Neural Networks
