CLJan 6, 2016

Part-of-Speech Tagging for Code-mixed Indian Social Media Text at ICON 2015

arXiv:1601.01195v19 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of linguistic analysis for code-mixed social media text in Indian languages, but it is incremental as it applies an existing method with minor enhancements to a new dataset.

The paper tackles part-of-speech tagging for code-mixed Indian social media text using a trigram Hidden Markov Model with dictionary and word-level features, achieving average accuracies of 75.60% in constrained mode and 70.65% in unconstrained mode across three language pairs.

This paper discusses the experiments carried out by us at Jadavpur University as part of the participation in ICON 2015 task: POS Tagging for Code-mixed Indian Social Media Text. The tool that we have developed for the task is based on Trigram Hidden Markov Model that utilizes information from dictionary as well as some other word level features to enhance the observation probabilities of the known tokens as well as unknown tokens. We submitted runs for Bengali-English, Hindi-English and Tamil-English Language pairs. Our system has been trained and tested on the datasets released for ICON 2015 shared task: POS Tagging For Code-mixed Indian Social Media Text. In constrained mode, our system obtains average overall accuracy (averaged over all three language pairs) of 75.60% which is very close to other participating two systems (76.79% for IIITH and 75.79% for AMRITA_CEN) ranked higher than our system. In unconstrained mode, our system obtains average overall accuracy of 70.65% which is also close to the system (72.85% for AMRITA_CEN) which obtains the highest average overall accuracy.

Foundations

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

Your Notes