Two-stage NER for tweets with clustering

作者:

Highlights:

摘要

One main challenge of Named Entities Recognition (NER) for tweets is the insufficient information in a single tweet, owing to the noisy and short nature of tweets. We propose a novel system to tackle this challenge, which leverages redundancy in tweets by conducting two-stage NER for multiple similar tweets. Particularly, it first pre-labels each tweet using a sequential labeler based on the linear Conditional Random Fields (CRFs) model. Then it clusters tweets to put tweets with similar content into the same group. Finally, for each cluster it refines the labels of each tweet using an enhanced CRF model that incorporates the cluster level information, i.e., the labels of the current word and its neighboring words across all tweets in the cluster. We evaluate our method on a manually annotated dataset, and show that our method boosts the F1 of the baseline without collectively labeling from 75.4% to 82.5%.

论文关键词:Tweet,Named entity recognition,Two-stage labeling,Information extraction

论文评审过程:Received 3 June 2011, Revised 1 January 2012, Accepted 27 May 2012, Available online 24 July 2012.

论文官网地址:https://doi.org/10.1016/j.ipm.2012.05.006