SOTAVerified

Named Entity Recognition for Hindi-English Code-Mixed Social Media Text

2018-07-01WS 2018Code Available0· sign in to hype

Vinay Singh, Deepanshu Vijay, Syed Sarfaraz Akhtar, Manish Shrivastava

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Named Entity Recognition (NER) is a major task in the field of Natural Language Processing (NLP), and also is a sub-task of Information Extraction. The challenge of NER for tweets lie in the insufficient information available in a tweet. There has been a significant amount of work done related to entity extraction, but only for resource rich languages and domains such as newswire. Entity extraction is, in general, a challenging task for such an informal text, and code-mixed text further complicates the process with it's unstructured and incomplete information. We propose experiments with different machine learning classification algorithms with word, character and lexical features. The algorithms we experimented with are Decision tree, Long Short-Term Memory (LSTM), and Conditional Random Field (CRF). In this paper, we present a corpus for NER in Hindi-English Code-Mixed along with extensive experiments on our machine learning models which achieved the best f1-score of 0.95 with both CRF and LSTM.

Tasks

Reproductions