Benchmarking Named Entity Disambiguation approaches for Streaming Graphs
Sutanay Choudhury, Chase Dowling

TL;DR
This paper benchmarks two state-of-the-art named entity disambiguation systems, AIDA and MENED, on streaming data, highlighting their approaches, experimental setup, and comparative performance in real-world scenarios.
Contribution
It provides a comparative analysis of graph-based and statistical inference NED approaches using a standardized dataset and evaluation framework.
Findings
AIDA outperforms MENED in accuracy on the benchmark dataset.
Graph-based approach shows better scalability for streaming data.
Statistical approach offers advantages in ambiguous cases.
Abstract
Named Entity Disambiaguation (NED) is a central task for applications dealing with natural language text. Assume that we have a graph based knowledge base (subsequently referred as Knowledge Graph) where nodes represent various real world entities such as people, location, organization and concepts. Given data sources such as social media streams and web pages Entity Linking is the task of mapping named entities that are extracted from the data to those present in the Knowledge Graph. This is an inherently difficult task due to several reasons. Almost all these data sources are generated without any formal ontology; the unstructured nature of the input, limited context and the ambiguity involved when multiple entities are mapped to the same name make this a hard task. This report looks at two state of the art systems employing two distinctive approaches: graph based Accurate Online…
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 · Semantic Web and Ontologies
