IRCLAug 3, 2013

A Comparison of Named Entity Recognition Tools Applied to Biographical Texts

arXiv:1308.0661v157 citations
Originality Synthesis-oriented
AI Analysis

This work helps users select NER tools for biographical texts, but it is incremental as it applies existing methods to a new dataset.

The authors compared four named entity recognition tools on a new corpus of annotated Wikipedia biographical texts, finding Stanford NER performed best overall, but performance varied by entity type and article category, suggesting tool combination could improve results.

Named entity recognition (NER) is a popular domain of natural language processing. For this reason, many tools exist to perform this task. Amongst other points, they differ in the processing method they rely upon, the entity types they can detect, the nature of the text they can handle, and their input/output formats. This makes it difficult for a user to select an appropriate NER tool for a specific situation. In this article, we try to answer this question in the context of biographic texts. For this matter, we first constitute a new corpus by annotating Wikipedia articles. We then select publicly available, well known and free for research NER tools for comparison: Stanford NER, Illinois NET, OpenCalais NER WS and Alias-i LingPipe. We apply them to our corpus, assess their performances and compare them. When considering overall performances, a clear hierarchy emerges: Stanford has the best results, followed by LingPipe, Illionois and OpenCalais. However, a more detailed evaluation performed relatively to entity types and article categories highlights the fact their performances are diversely influenced by those factors. This complementarity opens an interesting perspective regarding the combination of these individual tools in order to improve performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes